• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Parked Bike Graphic Script

Resource Parked Bike Graphic Script 1.0

blacccringemaster

Rookie
Member
Joined
Dec 22, 2020
Posts
8
blacccringemaster submitted a new resource:

Parked Bike Graphic Script - Makes Player Look Like They Parked Their Bike

In Pokémon Essentials, the bike graphic stays in "motion" whenever you stop or move. This script helps stop it.

How it Works:
The script helps recognize the graphics used when the player stops on the bike. The graphics' names in the script are "boy_bike_stop" and "girl_bike_stop".

For the actual graphics, you have to get some from another resource because the graphics I have are not to be reposted (according to the person who gave the graphics).

How to Install:
1. Place parked bike...

Read more about this resource...
 
So I have 2 problems, when I go into a building (so, map transfer) I get this error:
[Pokémon Essentials version 19.1]
[Generation 8 Project v1.1.2]

Exception: ArgumentError
Message: wrong number of arguments (given 2, expected 0..1)

Backtrace:
[Bike Stop Graphic Input v19.1] BikeStop.rb:94:in `pbCancelVehicles'
032:Scene_Map:67:in `transfer_player'
[Following Pokemon EX] Refresh.rb:200:in `transfer_player'
032:Scene_Map:162:in `block in update'
032:Scene_Map:155:in `loop'
032:Scene_Map:155:in `update'
375:Internal Time:256:in `update'
[Following Pokemon EX] Refresh.rb:166:in `update'
[Bike Stop Graphic Input v19.1] BikeStop.rb:62:in `update'
032:Scene_Map:220:in `block in main'

Then if I try to start a new game, I get this immediately:
[Pokémon Essentials version 19.1]
[Generation 8 Project v1.1.2]

Exception: NameError
Message: undefined local variable or method `bikeini' for #<PokemonGlobalMetadata>

Backtrace:
[Bike Stop Graphic Input v19.1] BikeStop.rb:34:in `initialize'
027:Game_SaveValues:92:in `new'
027:Game_SaveValues:92:in `block (2 levels) in <main>'
025:SaveData_Value:65:in `load_new_game_value'
025:SaveData_Value:258:in `block in load_new_game_values'
025:SaveData_Value:257:in `each'
025:SaveData_Value:257:in `load_new_game_values'
031:StartGame:48:in `start_new'
282:UI_Load:313:in `block in pbStartLoadScreen'
282:UI_Load:303:in `loop'

Any ideas?
 
Same question.
idk if yall are still having troubles, just put
Ruby:
Expand Collapse Copy
def pbCancelVehicles(destination = nil, cancel_swimming = true)
on line 94.
1696804999990.png
 
Any fix on that?
So I have 2 problems, when I go into a building (so, map transfer) I get this error:
[Pokémon Essentials version 19.1]
[Generation 8 Project v1.1.2]

Exception: ArgumentError
Message: wrong number of arguments (given 2, expected 0..1)

Backtrace:
[Bike Stop Graphic Input v19.1] BikeStop.rb:94:in `pbCancelVehicles'
032:Scene_Map:67:in `transfer_player'
[Following Pokemon EX] Refresh.rb:200:in `transfer_player'
032:Scene_Map:162:in `block in update'
032:Scene_Map:155:in `loop'
032:Scene_Map:155:in `update'
375:Internal Time:256:in `update'
[Following Pokemon EX] Refresh.rb:166:in `update'
[Bike Stop Graphic Input v19.1] BikeStop.rb:62:in `update'
032:Scene_Map:220:in `block in main'

Then if I try to start a new game, I get this immediately:
[Pokémon Essentials version 19.1]
[Generation 8 Project v1.1.2]

Exception: NameError
Message: undefined local variable or method `bikeini' for #<PokemonGlobalMetadata>

Backtrace:
[Bike Stop Graphic Input v19.1] BikeStop.rb:34:in `initialize'
027:Game_SaveValues:92:in `new'
027:Game_SaveValues:92:in `block (2 levels) in <main>'
025:SaveData_Value:65:in `load_new_game_value'
025:SaveData_Value:258:in `block in load_new_game_values'
025:SaveData_Value:257:in `each'
025:SaveData_Value:257:in `load_new_game_values'
031:StartGame:48:in `start_new'
282:UI_Load:313:in `block in pbStartLoadScreen'
282:UI_Load:303:in `loop'

Any ideas?
look above this comment
 
idk if yall are still having troubles, just put
Ruby:
Expand Collapse Copy
def pbCancelVehicles(destination = nil, cancel_swimming = true)
on line 94.View attachment 21856
This doesn't seem to work for me... I get this error message when I try to start a New Game:

[Pokémon Essentials version 19.1]
[v19.1 Hotfixes 1.0.7]
[EBDX v1.2.6]

Exception: NameError
Message: undefined local variable or method `bikeini' for #<PokemonGlobalMetadata>

Backtrace:
[Bike Stop Graphic Input v19.1] BikeStop.rb:34:in `initialize'
027:Game_SaveValues:92:in `new'
027:Game_SaveValues:92:in `block (2 levels) in <main>'
025:SaveData_Value:65:in `load_new_game_value'
025:SaveData_Value:246:in `block in load_new_game_values'
025:SaveData_Value:245:in `each'
025:SaveData_Value:245:in `load_new_game_values'
031:StartGame:48:in `start_new'
280:UI_Load:313:in `block in pbStartLoadScreen'
280:UI_Load:303:in `loop'

any tips?
 
Back
Top