Page 1 of 1

Player's Death

Posted: Sat May 08, 2010 3:16 pm
by Michael Slaunwhite
I have figured out with the help of others how to disable the back to battle button in the 'gscreens.csv' but that seems to apply to all areas.

Is there a entry that can be added to the scenario.ini file that would do this for the players death only?

[EndPlayerDie]
screen=End
headline=TRAGEDY!
article=EndKilled
(what could be added here to do this)

I have looked in the 'battlescript.csv', and I noticed that it's OOB specific.

evtdeath,OOB_U_DESickles,endscenario:EndPlayerDie

Or is there something that can be added to the Defines.ini?

I know this looks like I have no idea what I am doing, and you are right, I don't, but this is actually the first game I wanted to tinker with, so any help would be appreciated.

thanks.

Re:Player's Death

Posted: Sat May 08, 2010 5:32 pm
by RebBugler
All scenarios can end with the scripted line 'evtkilled, name CO (Me), endscenario'. This is always written in except the new 'pick your command' type, which would be impossible to script that way. I think this is your dilemma. CantKillMe is a command used in the old game, and not coded here yet, but probably will be eventually. Still, you can't or won't be able to do what your asking, and end the game with 'Me' killed.

Did I say anything here regarding your quest?

Re:Player's Death

Posted: Sat May 08, 2010 5:42 pm
by Michael Slaunwhite
You sure did. I've been searching, trying out what I thought may work, and nothing. Knowing now that it can't at the moment be done will free me to play the historical scenario's.

Thanks RebBugler.