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
https://pastebin.com/j6FRRNdN
Thankfully, SOMW's script definitions are nicely formatted, so I could automate this with a little GREP magic.
SOMW has a bunch of variants of planks/pipes that are purely weapons, but since you cover their vanilla forms in another mod I commented them out.
It's a real bummer there isn't a way to programmatically categorize these things.
local moddedItemIDs = {
"Base.M9",
"Base.M9_Custom",
etc..
}
Which most mods only provide you with similar to below:
item M9 {
*Item Specs here*
Weight
Damage
etc
}
which then needs to be converted into the usable:
"Base.M9",
If you willing enough to create a table for the modded item ID's that Simple Overhaul: Melee Weapons uses, I'd be happy to incorporate them into the mod, if not I will do it soon enough
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2970229240