Reduced Nutritional Needs Mod?

This mod is apparently not compatible with the newer version of the game and was removed.

Does anyone want to help point me in the right direction, so I may attempt to remake a working version of this mod?

Not sure where to start.

1 Like

Check mod section, there is a guide on how to create a new mod from scratch.

It looks easy enough:

File stored here:
steamapps\common\Ancient Cities\Ancient\Data\Ancient\Entity\Local\Human\human.art

I assume this controls the amount of food they need or the health points:

Entity/Human:
{
Name:β€œEntity”
State:β€œEnabled”
OnInstanceDestroy:"…/Dead/Entity"
LocationRadius:β€œ0.05”
Speed:β€œ6,15,24,16.1416”
LocationDeep:β€œ0,1.75”
LocationSlope:β€œ1.75”
Density:β€œ0.25”
AgeStage:β€œ2,17,50”
AgeMultiplier:β€œ5”
Age:β€œ72”
ScaleMode:β€œScale”
Height:β€œ1.74”
Nutrition:"2200"
UIOffset:β€œ0.25”
UIDistanceRange:β€œ5,80”
StorageWeight:β€œ30”
Storage:β€œ0”
Sleep:β€œ8”
}

2200 are the calories per day for a normal male adult ( this changes with sex, age and other parameters)

1 Like

Thank you for this guidance! I will take a look at this stuff.

All modified via traits?

There are also base configuration values for every component or entity attribute

Modifying any of these values causes the game to crash.

I ended up increasing the calories available on every food. As well as increasing the generation amount of every food that I could.

I could only find fish, berries and mushrooms generation data to mess with. But still accomplished what I needed.

Now I can build and build to my heart’s content.