Jump to content

Permadeath IMPORTANT!


eganonstwr

Recommended Posts

2 hours ago, eganonstwr said:

guys when i die and fresh start please dont make me do that starting quests (pant gathering etc), just give 4 points instantly

 

It is possible, with relative ease, to mod that into existence.

 

Edit quests.xml and remove all of the "quest_BasicSurvival" entries (keep the White River one if you still want to be pointed to the nearest trader).  Then add the following:

 

<quest id="quest_BasicSurvival1">
	<reward type="SkillPoints" value="4"/>
	<reward type="Quest" id="quest_whiteRiverCitizen1" />
</quest>

 

EDIT: You don't technically need to remove all of the basic survival quests, you can just replace the first one with the info above.

 

Again, the White River part only needs to be in there if you want to keep that quest in.

 

There's probably already a modlet out there for this.

Edited by Maharin (see edit history)
Link to comment
Share on other sites

2 hours ago, Maharin said:

 

It is possible, with relative ease, to mod that into existence.

 

Edit quests.xml and remove all of the "quest_BasicSurvival" entries (keep the White River one if you still want to be pointed to the nearest trader).  Then add the following:

 

<quest id="quest_BasicSurvival1">
	<reward type="SkillPoints" value="4"/>
	<reward type="Quest" id="quest_whiteRiverCitizen1" />
</quest>

 

EDIT: You don't technically need to remove all of the basic survival quests, you can just replace the first one with the info above.

 

Again, the White River part only needs to be in there if you want to keep that quest in.

 

There's probably already a modlet out there for this.

Thank you

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...