Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
You could also potentially try verifying the games integrity but I doubt that will fix anything, I can't really give much more insight here.
That's why I made this topic. I'm wondering if other people have trouble getting this to work.
You need to find the SurvivalGame.lua file at this path
Example: \steam\steamapps\workshop\content\387990\"CUSTOM GAME ID"\Scripts\Game
We need to find: \steam\steamapps\workshop\content\387990\3238463364\Scripts\Game
Open SurvivalGame.lua with any text editor
Now we need to find:
if self.sv.saved.data and self.sv.saved.data.dev then
g_godMode = true
g_survivalDev = true
sm.log.info("Starting SurvivalGame in DEV mode")
end
Let's change it to this:
--if self.sv.saved.data and self.sv.saved.data.dev then
g_godMode = true
g_survivalDev = true
sm.log.info("Starting SurvivalGame in DEV mode")
--end
Now start the game, type /unlimited or /limited in chat
Voila