Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Dying on Game Map
#1
Dying on Game Map
by Arbiter

Wasn't sure where to post this, so feel free to move to the relevant forum section (too many possibilities for this topic)

Well I noticed a while ago by chance that you can't die on the map (outside of battle) which is a bit daft to leave that feature out, also when you are at zero hp and you enter battle only then do you get the game over screen.

Now I don't know how many of you know the fact that when your party dies on the map from terrain damage nothing happens until you go into battle, but for those who do and haven't solved the problem here is an easy guide.

1. Open up the script editor and click on the Game_Map tab on the left to display it's code
2. Either scroll down or use the 'find' method (Ctrl + F) and look for frame update (at the bottom of the page)
it looks like this
Content Hidden

3. Now paste this little peice of code underneath the end below refresh and above the commented line # if scrolling.
Code:
if $game_party.all_dead?
      $scene = Scene_Gameover.new
    end
It should now look like this
Content Hidden
Reply }


Possibly Related Threads…
Thread Author Replies Views Last Post
   Name Game Switch & Variable RG kyonides 0 599 06-27-2023, 09:17 PM
Last Post: kyonides
Photo  Map Tileset Changer during the game Narzew 1 5,790 05-06-2013, 09:18 PM
Last Post: Narzew
   DerVVulfman's Game Data Sneak DerVVulfman 2 6,701 04-04-2013, 03:50 AM
Last Post: DerVVulfman
   Mr.Mo ABS Game Log Window JayRay 0 4,805 10-30-2012, 06:54 AM
Last Post: JayRay
   Limit Breaker - breaks game limits Narzew 1 5,781 10-09-2012, 10:35 AM
Last Post: MetalRenard
   In game Tone change ! Grimimi 1 4,743 10-09-2012, 01:31 AM
Last Post: Samven
   1 Save Slot / AutoLoad Saved Game kyonides 1 6,001 07-09-2010, 08:38 AM
Last Post: Kread-EX
   Arcade Game System WIP computerwizoo7 0 4,746 03-25-2010, 01:20 PM
Last Post: computerwizoo7
   Card Game Data Structure Trickster 5 10,086 12-09-2009, 06:38 PM
Last Post: Trickster
   [Unsupported] Game Strings (Streamline dialogue!) PK8 3 8,334 09-15-2009, 11:28 PM
Last Post: Wyatt



Users browsing this thread: