Thread: After plot
View Single Post
  #5  
Old 05-01-2010, 10:24 AM
Goblin Wizard Goblin Wizard is offline
Approved Member
 
Join Date: Oct 2008
Posts: 508
Default

Quote:
Originally Posted by skrzacik View Post
how to mod game to not finish after last mission?
could u help with thatr?
The function you should search for is e.g.
EndGame("NewEmpWithoutGrey_PartWin");
If you can't find out which movie is connected to your ending try to disable all end game functions inside certain quest. You can change "endgame" function to something like
OutputToScreenLog("GAME_OVER", 10);
Now You will know when the game will be ended.

P.S. Nice to see someone from Poland
Reply With Quote