Game Name: Sapiens
Game Engine: ?
Game Version: Early Access
Options Required: free crafting, change in the amount of raw materials, change in group size
Steam Website:
Sapiens
-
- What is cheating?
- Posts: 3
- Joined: Thu Mar 24, 2022 2:02 pm
- Reputation: 4
Re: Sapiens
+1
Happiness and Loyality options
Investigation speed
Movement speed, if possible.
Happiness and Loyality options
Investigation speed
Movement speed, if possible.
-
- Expert Cheater
- Posts: 63
- Joined: Mon Oct 12, 2020 7:51 pm
- Reputation: 14
Re: Sapiens
+1 free crafting is main request
Re: Sapiens
+1
-
- Noobzor
- Posts: 8
- Joined: Wed Jun 23, 2021 9:02 am
- Reputation: 1
Re: Sapiens
+1
resources
resources
Re: Sapiens
Its a Lua Game
"normal" game hacking does not work on this, you can only alter variables with cheat engine, but you can't inject into the Lua functions.
BUT the devs are super cool, they provide the Lua Source:
Go to the install folder + GameResources\scripts\common
open gameConstants.lua and search this:
Code: Select all
showDebugMenu = false,
showCheatButtons = false,
alwaysFineWeather = false,
debugInfiniteGather = false,
the debug menu is in the settings panel, the cheat buttons should be shown if you select a sapien, but I didn't see them yet :/ I will look later again, maybe someone else finds it first
Re: Sapiens
You have to enable the debug Display in the settings for the "Cheat" buttons to show up, although it seems like the button itself doesn't do anything (other than make villagers flee for a few seconds), there is one that gives "Max Needs" .
Other than that I think the easiest way to get free crafting is going into the "buildable.lua" file and editing costs to your hearts content. The downside in doing that is that it doesn't seem like the structures get fully completed visually even if they're done.
Re: Sapiens
This is what I did for the buildable.lua just remove the content code inside skills required and required resources and you'll be able to build it for free without the need for your sapiens constructing it.. So it's basically instant build and free build cheat all in one.
buildable:addBuildable("brickWall", {
modelName = "brickWall",
inProgressGameObjectTypeKey = "build_brickWall",
finalGameObjectTypeKey = "brickWall",
name = locale:get("buildable_brickWall"),
plural = locale:get("buildable_brickWall_plural"),
summary = locale:get("buildable_brickWall_summary"),
classification = constructable.classifications.build.index,
skills = {
},
allowYTranslation = true,
allowXZRotation = true,
buildSequence = clearObjectsAndTerrainSequence,
maleSnapPoints = snapGroup.malePoints.wallMaleSnapPoints,
requiredResources = {
}
})
Here's a sample of the buildable.lua file. Just save the original just in case before you override it. I haven't updated it yet so the latest was b17. I tried it on the Fired brick wall so you'll be able to build them for free on start of your game.
buildable:addBuildable("brickWall", {
modelName = "brickWall",
inProgressGameObjectTypeKey = "build_brickWall",
finalGameObjectTypeKey = "brickWall",
name = locale:get("buildable_brickWall"),
plural = locale:get("buildable_brickWall_plural"),
summary = locale:get("buildable_brickWall_summary"),
classification = constructable.classifications.build.index,
skills = {
},
allowYTranslation = true,
allowXZRotation = true,
buildSequence = clearObjectsAndTerrainSequence,
maleSnapPoints = snapGroup.malePoints.wallMaleSnapPoints,
requiredResources = {
}
})
Here's a sample of the buildable.lua file. Just save the original just in case before you override it. I haven't updated it yet so the latest was b17. I tried it on the Fired brick wall so you'll be able to build them for free on start of your game.
- Attachments
-
- buildable.zip
- (4.38 KiB) Downloaded 890 times
Re: Sapiens
I tried to do the same with the rest of the buildings, and the game just doesn't start.Titoman wrote: ↑Thu Aug 04, 2022 11:05 pmThis is what I did for the buildable.lua just remove the content code inside skills required and required resources and you'll be able to build it for free without the need for your sapiens constructing it.. So it's basically instant build and free build cheat all in one.
buildable:addBuildable("brickWall", {
modelName = "brickWall",
inProgressGameObjectTypeKey = "build_brickWall",
finalGameObjectTypeKey = "brickWall",
name = locale:get("buildable_brickWall"),
plural = locale:get("buildable_brickWall_plural"),
summary = locale:get("buildable_brickWall_summary"),
classification = constructable.classifications.build.index,
skills = {
},
allowYTranslation = true,
allowXZRotation = true,
buildSequence = clearObjectsAndTerrainSequence,
maleSnapPoints = snapGroup.malePoints.wallMaleSnapPoints,
requiredResources = {
}
})
Here's a sample of the buildable.lua file. Just save the original just in case before you override it. I haven't updated it yet so the latest was b17. I tried it on the Fired brick wall so you'll be able to build them for free on start of your game.
Who is online
Users browsing this forum: DotBot