• 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!
Acro Bike

Resource Acro Bike 1.2

Hiyouri

Novice
Member
Joined
Aug 13, 2024
Posts
31
Hiyouri submitted a new resource:

Acro Bike - I made this script for the needs of my project. Hoping that it can be useful to someone.

🚴‍♂️ ACRO BIKE SYSTEM - Version 1.2​

Compatible avec Pokémon Essentials v21.1



📖 DESCRIPTION

Ce script ajoute l'Acro Bike des jeux Pokémon Ruby/Sapphire/Emerald à votre projet Pokémon Essentials !
L'Acro Bike transforme complètement la façon dont le joueur explore votre monde Pokémon, ajoutant une dimension technique et ludique à la...

Read more about this resource...
 
Technically the mud wall is something the Mach bike allows you to go up, not the Acro bike. But overall this is really cool to see in action!
 
getting this error

[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: NoMethodError
Message: undefined method `>' for nil:NilClass

Backtrace:
006_ACRO.rb:612:in `update'
002_Scene_Map.rb:168:in `block in update'
002_Scene_Map.rb:166:in `loop'
002_Scene_Map.rb:166:in `update'
001_UnrealTime.rb:299:in `update'
[GameplayGif - PotatoCant] Main.rb:74:in `update'
[Following Pokemon EX] Refresh.rb:178:in `update'
002_Scene_Map.rb:238:in `block in main'
002_Scene_Map.rb:235:in `loop'
002_Scene_Map.rb:235:in `main'
 
getting this error

[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]

Exception: NoMethodError
Message: undefined method `>' for nil:NilClass

Backtrace:
006_ACRO.rb:612:in `update'
002_Scene_Map.rb:168:in `block in update'
002_Scene_Map.rb:166:in `loop'
002_Scene_Map.rb:166:in `update'
001_UnrealTime.rb:299:in `update'
[GameplayGif - PotatoCant] Main.rb:74:in `update'
[Following Pokemon EX] Refresh.rb:178:in `update'
002_Scene_Map.rb:238:in `block in main'
002_Scene_Map.rb:235:in `loop'
002_Scene_Map.rb:235:in `main'
How you get this error?
Just by starting or by doing something specific?
 
Oh this is neat! I was in the process of implementing this in my own project but I think I'll just use your version. Thank you!
 
maybe dont allow the player to go up the rails like at 1:44 in the video? graphically it just looks weird and the player shouldnt be able to just ride onto them when they are above the player
 
maybe dont allow the player to go up the rails like at 1:44 in the video? graphically it just looks weird and the player shouldnt be able to just ride onto them when they are above the player
If you use the tiles correctly with the right directions defined in the tileset editor, getting off the bridge like at 1:44 is not possible. I simply didn't use the right tiles for the bridge extremity during the video and I didn't feel like restarting the video just for this mistake. 😅
 
If you use the tiles correctly with the right directions defined in the tileset editor, getting off the bridge like at 1:44 is not possible. I simply didn't use the right tiles for the bridge extremity during the video and I didn't feel like restarting the video just for this mistake. 😅
Awesome thank you!
 
Hey, I'm having a strange bug whenever I go from one map to another while bunny hoping, I've modified a bit the code for my needs but not this part, can you please check it out?

9PxEEE5.mp4


Edit: It seems that I can't upload videos/gifs via imgur, it doesn't show, using Giphy instead

3183nrS.mp4
 
Last edited:
Hey, I'm having a strange bug whenever I go from one map to another while bunny hoping, I've modified a bit the code for my needs but not this part, can you please check it out?

9PxEEE5.mp4


Edit: It seems that I can't upload videos/gifs via imgur, it doesn't show, using Giphy instead

3183nrS.mp4

Thank you very much for your feedback. I am trying to fix the problem right now. I will publish the correction as soon as possible. 😎👌
 
That bug also happens naturally if you jump across maps without a bike.

It "thinks" you're on the x coordinate of the previous map, it'll be a tough nut to crack.
 
Back
Top