qqqqqqqqp
  • qqqqqqqqp
  • 50.25% (Neutral)
  • Private Topic Starter
13 years ago
this is the thing

CommandButton Command_ConstructSoldeier
Command = UNIT_BUILD
Object = Soldeier
TextLabel = CONTROLBAR:ConstructUnionSoldeier
ButtonImage = SNRedGuard
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipUnionSoldeier
End

CommandButton Command_ConstructInfantryBuilder
Command = UNIT_BUILD
Object = InfantryBuilder
TextLabel = CONTROLBAR:ConstructUnionBuilder
ButtonImage = SNRedGuard
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipUnionSoldeier
End

CommandButton Command_ConstructTents
Command = DOZER_CONSTRUCT
Object = Tents
TextLabel =
CONTROLBAR:ConstructTents
ButtonImage = SABarracks
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipTents
End

CommandButton Command_ConstructBunker
Command = DOZER_CONSTRUCT
Object = Bunker
TextLabel = CONTROLBAR:ConstructBunker
ButtonImage = SNBunker
ButtonBorderType = BUILD ; Identifier for the User as to what kind of button this is
DescriptLabel = CONTROLBAR:ToolTipBuildBunker
End


those are all i added
but idk if i have to have the objet becuase i have not added the tents or the buncker but the soldiers ive added
Sponsor
Rrtaya_tsamsiyu
13 years ago
my guess is the problem is in CommandButton Command_ConstructTents at TextLable. try putting something there from another button and see if it works.

if it doesn't, take all your buttons out (and the commandsets using them, if you've added thos) and then put the buttons back in one by one (trying to start the game on each one) until the game breaks again. the one you put in right before the game breaks is one that has something wrong. And remember to save backups every now and then, lol
one soul at a time
qqqqqqqqp
  • qqqqqqqqp
  • 50.25% (Neutral)
  • Private Topic Starter
13 years ago
kk ill tri tht next time (already made the mod but in a diffrent way)