Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

Player Starting Position

Hi,
Does anybody know where player starting position is saved?

I'm having trouble with my game generator, it always thinks the starting position is in Map001. I need to change this but I don't know where to edit if I was hacking about with the files themselves. Just need to know which file.
 
is this what you're looking for?
[rgss]    # Move player to initial position
    $game_player.moveto($data_system.start_x, $data_system.start_y)
[/rgss]
where $data_system is defined as:
[rgss]$data_system        = load_data("Data/System.rxdata")
[/rgss]
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top