|
Post by spartan on Jul 2, 2021 7:58:31 GMT
I added few Gog 2 Infantry units into my Wc4,it worked. But when i touch at them (To make them in standby and aiming position) their texture disappeared. This also happened with few tanks i added in game (When i commanded them to engage enemy units), How to fix this bug?? Help please..
|
|
|
Post by sean1917 on Jul 7, 2021 6:54:39 GMT
Not sure if this will help but in WC4
<Unit name="轻型步兵" res="unit_infantry" strike="步兵" dir="-1" x="-5" y="15">
<Motion name="通用普通步兵待机组合动画" type="standby"/>
<Motion name="通用普通步兵点中组合动画 " type="ready"/>
<Motion name="通用普通步兵待机组合动画" type="move" effect="sfx_leg.wav"/>
<Motion name="通用普通步兵攻击组合动画 " type="attack" at="0.72" effect="Infantry fire"/>
<Motion name="通用普通步兵死亡组合动画 " type="die"/>
This is the layout in the def_motion file... it is usually just best to copy this mojo of a similar unit and rename it the GOG unit name.
|
|
|
Post by sean1917 on Jul 7, 2021 7:00:20 GMT
And there is also
<EffectsAnimation name="panzer1">
<List type="animation">
<animation res="" name="" at="0.1" x="0" y="0" rot="0" sound="sfx_machine_gun.wav"/>
<animation res="" name="" at="0.3" x="0" y="0" rot="0" sound="sfx_machine_gun.wav"/>
</List>
</EffectsAnimation>
<EffectsAnimation name="panzer2">
<List type="animation">
<animation res="" name="" at="0.1" x="0" y="0" rot="0" sound="sfx_exp.wav"/>
</List>
</EffectsAnimation>
<EffectsAnimation name="panzer3">
<List type="animation">
<animation res="" name="" at="0.1" x="0" y="0" rot="0" sound="sfx_exp.wav"/>
<animation res="" name="" at="0.2" x="0" y="0" rot="0" sound="sfx_machine_gun.wav"/>
</List>
</EffectsAnimation>
<EffectsAnimation name="panzer4">
<List type="animation">
<animation res="" name="" at="0.1" x="0" y="0" rot="0" sound="sfx_naval_gun.wav"/>
<animation res="" name="" at="0.2" x="0" y="0" rot="0" sound="sfx_machine_gun.wav"/>
In the above file... maybe the game did not know how to animate your textures?
|
|
|
Post by Arthur Currie on Jul 7, 2021 14:21:30 GMT
sean1917, found this Video the files are in description, what i have learned is that the files can be used for any units models, just rename
|
|
|
Post by sean1917 on Jul 9, 2021 0:03:15 GMT
Okay, I see part of where I messed up: when I copied the def_motion I didn't give it a new motion # to match the added unit, so it presented the graphics of the original and not the added... thx bro for the vid
|
|
|
Post by THE PERSON on Jul 21, 2021 16:25:06 GMT
Sometimes when I add a unit the apk stops suddenly when it usually doesn't, it's weird, do I need to use a PC.
but when I see Indonesia modder and Nusantara modder they use mobile OS version 9 I think
|
|
|
Post by sean1917 on Jul 25, 2021 23:22:54 GMT
THE PERSON, I use MT Manager on an Amazon tablet so I don't guess the platform matters too much.
|
|