Surviving Mars

Surviving Mars

View Stats:
Barbarian Sep 11, 2018 @ 1:25pm
How to update mod?
Can someone please tell me how I update my created mods?
Originally posted by ChoGGi:
I'm going to assume you don't mean on the workshop, but in-game? Either re-open it in the mod editor and save it (probably works), or open the mod's metadata.lua and change/add
"lua_revision", 233467,
You can get that 233467 number from opening a current log and searching for Lua revision: or in-game in the credits (bottom left).
< >
Showing 1-3 of 3 comments
The author of this thread has indicated that this post answers the original topic.
ChoGGi Sep 11, 2018 @ 5:43pm 
I'm going to assume you don't mean on the workshop, but in-game? Either re-open it in the mod editor and save it (probably works), or open the mod's metadata.lua and change/add
"lua_revision", 233467,
You can get that 233467 number from opening a current log and searching for Lua revision: or in-game in the credits (bottom left).
Barbarian Sep 12, 2018 @ 7:28am 
Originally posted by ChoGGi:
I'm going to assume you don't mean on the workshop, but in-game? Either re-open it in the mod editor and save it (probably works), or open the mod's metadata.lua and change/add
"lua_revision", 233467,
You can get that 233467 number from opening a current log and searching for Lua revision: or in-game in the credits (bottom left).

Thank you very much :)
Galaxy001 Sep 18, 2018 @ 10:14am 
I find
'lua_revision', LuaRevision,
is a better way.

Just run
sed -ri "s/'lua_revision', [0-9]+,/'lua_revision', LuaRevision,/" Mods/*/metadata.lua
and all mods are ready to load.
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Sep 11, 2018 @ 1:25pm
Posts: 3