Jump to content

Recommended Posts

there's one called stopcheatinganddealwithit on the Smoke workshop

Primary rule of the internet:  Dont Be An Ass. Please learn and follow this rule in the future.

 

People have different ways of playing games. Somethings are fun for some that arent fun for others. THAT IS WHY WE HAVE MODDING IN THE FIRST PLACE.

Does anyone Know any mods That Effect The Meat effigy Lowering your health? Is their any mods that prevent that Don't starve Rog

In   DontStarve/data/scripts/prefabs/resurrectionstatue.lua

 

scroll down a little ways till you find the following block of code, and delete the line i marked

 

inst:AddComponent("resurrector")inst.components.resurrector.active = trueinst.components.resurrector.doresurrect = doresurrectinst.components.resurrector.makeusedfn = makeusedinst.components.resurrector.penalty = 1  //delete

 

Edited by seronis

If he never wants it, deleting in the game code is fine for this.  The line i pointed out edits a single variable (the penalty cost).  It has zero compatibility difference to if you edited that value by a mod.  NOT doing it by mod just saves memory and increases loading time.

 

You are correct that in steam if you validate game cache it will undo the edit. Not an issue for people who dont use steam.

Edited by seronis

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...