TheManFromMars
Warlord
- Joined
- Oct 25, 2010
- Messages
- 102
Hi there,
I'm just trying to do something simple like updating the size (scale) of a unit so it looks gigantic on the map.
This is my code:
I'm just trying to make the standard worker unit really big as a test.
I don't see what I'm doing wrong, just to cover my bases I've set VFS=true and tried it on false too. I have reload units on (well I've got reload everything on) so I feel like it should be working.
Any help would be greatly appreciated.
-Mars
I'm just trying to do something simple like updating the size (scale) of a unit so it looks gigantic on the map.
This is my code:
(Sorry for the poor formatting, it's formatted properly in ModBuddy)<GameData>
<UnitMemberArtInfos>
<Update>
<Where>
<Type>ART_DEF_UNIT_MEMBER_WORKER</Type>
</Where>
<Set>
<Scale>0.36</Scale>
</Set>
</Update>
</UnitMemberArtInfos>
</GameData>
I'm just trying to make the standard worker unit really big as a test.
I don't see what I'm doing wrong, just to cover my bases I've set VFS=true and tried it on false too. I have reload units on (well I've got reload everything on) so I feel like it should be working.
Any help would be greatly appreciated.
-Mars