Re: Skiping childhood and straight to the game [message #47102 is a reply to message #47098] |
Mon, 10 November 2008 10:04 |
|
JohnDoe
Messages: 3007 Registered: October 2007
|
Retired
|
|
|
I know of what could be considered a lame method. Comment out some lines in the ini files:
user.iniActivateQuest("Gameflow"); userst.iniSetStartingHolySite("NOVStartHSP"); To comment out these lines, just add // to the beginning of the line, example (because I know it's needed, sadly):// This is a commented line.
This line is not commented. Doing this will disable gameflow and have the Hero spawn at LookoutPoint. The problem with this is that you can't continue to the "main game".
But...I suppose you could change the activate quest with a different one, later in the game, say the wasp queen quest. I've not tried this myself, and I do not know if it works (and I don't think it will either), so I'll go ahead and let one of you try it.
Quest is Q_WaspBoss.
If it's needed:user.ini ActivateQuest("Q_WaspBoss"); Don't comment it out, or it will be ignored.
|
|
|