[RMVX ACE] HOW TO MAKE VEHICLES FASTER

Posts

Pages: 1
Coonie
We do not allow ban evading.
0
So i want to make the boat in rpg maker vx ace go faster than the preset speeds if you could help with a script or something that would be awesome!
SunflowerGames
The most beautiful user on RMN!
13323

Isn't there a speed and frequency setting inside event pages.
Game_Vehicle, lines 34-36:

#--------------------------------------------------------------------------
# * Initialize Move Speed
#--------------------------------------------------------------------------
def init_move_speed
  @move_speed = 4 if @type == :boat
  @move_speed = 5 if @type == :ship
  @move_speed = 6 if @type == :airship
end
Sooz
They told me I was mad when I said I was going to create a spidertable. Who’s laughing now!!!
5354
Paint them red and put flames on the side.
Pages: 1