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
the titel says for the superb survivors, in the description you say "This is an example mod for the superior survivors mod's Clothing AND weapon update"
I m confused, and suddenly am insecure what to do :D
To remove an outfit, you can try doing something like...
SurvivorRandomSuits["Normal"]["Hunter1"] = nil
To remove.
You can also do something like....
SurvivorRandomSuits["Normal"]["Hunter1"] = { "Base.Hat_Army" }
to redefine the outfit.
Though do note these functions can cause issues when more than one mod's doing it at the same time.
so if you picked "policeNameAlt" you would put "policeNameAltF" and the game should reconize it as a female outfit.
it's either at the end of the name type or at the start, I'd have to re-check. but it's either or.
@kittens master
You need the revisited version of 2 in 1
So I put an example file inside the example mod. The comments should, in theory, tell you everything you need to know. Have fun!