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
Have you looked for any youtube guide/introduction to pz mods? I already gave you my best advices.
SlingBag_Ground.FBX
extension is capitalized, while it shouldn't be.
In MoreBags_models.txt you used \ instead of /
In /media/models_X/Static/ all files are with .x instead of .X
upd: after i changed the mentioned higher files, bags started to appear visible on the ground but they still miss textures and not show on the character while equipped, no icons either.
medical fanny pack has icon but item disappears completely with an error if I try to wear it (same behavior and error was for ammo pouch mod before it was fixed)
your "More Gloves" mod works well btw, love it :D
medical fanny pack error:
Also, I don't think I can do anything about the .fbx extensions, like they are just files, I don't have linux to sort out how it reads these kind of files.
fixed the rest of issues
1. In file /scripts/MoreBags_models.txt replace \ with /
2. Rename /models_X/WorldItems/Clothing/
SlingBag_Ground.FBX > SlingBag_Ground.fbx
3. Rename extensions for files in /models_X/Static/ from .x to .X
4. Rename in /FileGuidTable.xml > fileGuidTable.xml
5. Rename in /models_X/Skinned/Backpacks/
TacticalBag_R_Hand.fbx > TacticalBag_RHand.fbx
TacticalBag_L_Hand.fbx > TacticalBag_LHand.fbx
6. In file /clothing/clothingItems/MedicalFannyPackBack.xml
M_FannyPactBack.x > M_FannyPactBack.X
F_FannyPactBack.x > F_FannyPactBack.X
upd: added one more fix
upd2: and one more