XML Unit causes crash when building

Capt_Blondbeard

Chieftain
Joined
Dec 20, 2008
Messages
49
Location
Mannheim, Germany
Ok, I admit, this has me completely stumped. I have a modular xml unit - the concept is a flagship that acts as a sort of force multiplyer. Every team only gets to build one of them. Anyway, it loads with no errors, AND I can even insert them into the game using world builder, everything works just fine. But when I try to build one in-game, it causes a crash. There's no python, nothing special, just plain old XML. The module is attached. Feel free to drop it into "modules" and watch the fun begin. Any suggestions would be welcomed. Thanks!
 

Attachments

Ok, I admit, this has me completely stumped. I have a modular xml unit - the concept is a flagship that acts as a sort of force multiplyer. Every team only gets to build one of them. Anyway, it loads with no errors, AND I can even insert them into the game using world builder, everything works just fine. But when I try to build one in-game, it causes a crash. There's no python, nothing special, just plain old XML. The module is attached. Feel free to drop it into "modules" and watch the fun begin. Any suggestions would be welcomed. Thanks!
You'll have to remove the comma in this line:
Code:
<Button>,Modules/Units/Flagship/Man_O_War.dds</Button>
We all stumbled on this error sooner or later. ;)
 
Back
Top Bottom