Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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://gtm.steamproxy.vip/sharedfiles/filedetails/?id=2970229240