MegaGlest Forum

Modding and game content creation => Mods => Topic started by: Pizza90 on 4 May 2019, 18:47:45

Title: vBros pack 4 throws an error about loading models for the USA faction.
Post by: Pizza90 on 4 May 2019, 18:47:45
It was installed from mod center so it should not happen. Screenshot: https://imgur.com/a/InUcoO1
Title: Re: vBros pack 4 throws an error about loading models for the USA faction.
Post by: jammyjamjamman on 4 May 2019, 23:07:54
There seems to be some typos/ other errors. Here's how to fix them.

To fix the nurse:


Code: [Select]
<animation path="models/nurse_idle_s.g3d"/>

To fix the sniper:


Code: [Select]
<animation path="models/sniper_idle_2.g3d"/>
OR:
Code: [Select]
factions/usa/units/sniper/
Code: [Select]
factions/usa/units/sniper_/sniper_.xmlto:
Code: [Select]
factions/usa/units/sniper/sniper.xml
Code: [Select]
factions/usa/units/sniper_/to:
Code: [Select]
factions/usa/units/sniper/
Code: [Select]
<unit name="sniper_" amount="0"/>
The version in the mod center should be updated with these changes. That being said, I have other questions about this faction...
(click to show/hide)
Title: Re: vBros pack 4 throws an error about loading models for the USA faction.
Post by: Pizza90 on 15 May 2019, 00:32:00
Thanks Jammy for the fixes, can Titi modify the uploaded faction?
about the other question  :o :|
Title: Re: vBros pack 4 throws an error about loading models for the USA faction.
Post by: andy_5995 on 25 November 2020, 19:04:25
ElimiNator updated all the vbros packs (https://forum.megaglest.org/index.php?topic=4511.msg94074#msg94074).