side and lua questions
Moderator: Moderators
-
Commander_Fett
- High General

- Posts: 847
- Joined: Fri Oct 17, 2008 9:59 pm
- Projects :: No Mod project currently.
side and lua questions
I'm making a new side with the clone commander, but whenever I play, his cape isn't there. I do not know why, because I reference the right tga name in the trooper's msh file and the right cape odf file in my trooper's odf. Any suggestions?
Also, is it possible to turn hero assault into conquest?
Also, is it possible to turn hero assault into conquest?
-
MercuryNoodles
- Jedi

- Posts: 1003
- Joined: Sun Mar 12, 2006 7:16 pm
- Projects :: Space - Boarding Action
- xbox live or psn: No gamertag set
Re: side and lua questions
To answer the second question, it really depends on how good you are with lua. I'll tell you now it's not exactly easy, unless you're comfortable with coding.
- [RDH]Zerted
- Gametoast Staff

- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: side and lua questions
Hero Assault into Conquest? If you just want heroes playing Conquest, do a standard Conquest and just change the team's units.
-
Commander_Fett
- High General

- Posts: 847
- Joined: Fri Oct 17, 2008 9:59 pm
- Projects :: No Mod project currently.
Re: side and lua questions
I mean hero assault into conquest, not conquest into hero assault. I want to make hero assault into another era conquest. Could I mess around with hero assault lua and give it conquest rules?Ummm... can anyone help me fix the cape? I have:
the troop odf references the cape odf
the troop msh references the cape tga
the cape odf references the troop msh
If I am missing something, can someone please help?
the troop odf references the cape odf
the troop msh references the cape tga
the cape odf references the troop msh
If I am missing something, can someone please help?
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: side and lua questions
Your answerCommander_Fett wrote:I mean hero assault into conquest, not conquest into hero assault. I want to make hero assault into another era conquest. Could I mess around with hero assault lua and give it conquest rules?
As for the Clone Commander, you are using Repsharpshooter's, right? If you have all the necessary files in your side's msh folder, then the cape should show up. In what ways did you modify these files? Also post all your .odf files referring to this model. Your descriptions are too vague.[RDH]Zerted wrote:Hero Assault into Conquest? If you just want heroes playing Conquest, do a standard Conquest and just change the team's units.
-
Commander_Fett
- High General

- Posts: 847
- Joined: Fri Oct 17, 2008 9:59 pm
- Projects :: No Mod project currently.
Re: side and lua questions
I'm using the stock officer, just part of my own side.
My trooper's odf:(gal_inf_ep3_officer)
My "gal_inf_clonecommander_cape":
I renamed the tga of the cape to gal_inf_clonecommander_cape, and replaced the "rep" in front of "rep_inf_clonecommander_cape.tga" an "rep_inf_clonecommander.tga" in the "gal_inf_clonecommander.msh" with "gal". My troopers still work, but the capes won't show up. And RepSharpshooter made a commander?
EDIT: oh, and for the hero assault to conquest, you're just saying I should just copy the lua text from conquest and paste it over the text currently in my MABg_eli?
My trooper's odf:(gal_inf_ep3_officer)
Code: Select all
ClassParent = "rep_inf_default_officer"
[Properties]
GeometryName = "gal_inf_clonecommander"
GeometryLowRes = "gal_inf_clonecommander_low1"
FirstPerson = "REP\repcomm;rep_1st_clonecommander"
ClothODF = "gal_inf_clonecommander_cape"
Code: Select all
[GameObjectClass]
ClassLabel = "cloth"
[Properties]
attachedmesh = "gal_inf_clonecommander"
EDIT: oh, and for the hero assault to conquest, you're just saying I should just copy the lua text from conquest and paste it over the text currently in my MABg_eli?
- AceMastermind
- Gametoast Staff

- Posts: 3285
- Joined: Mon Aug 21, 2006 6:23 am
- Contact:
Re: side and lua questions
That's the kind of information you should've included in your original post, much better.
It looks like you renamed the cloth ODF, unlike other ODFs you can't just rename a cloth ODF to whatever you want, the name of the cloth ODF must be the same name as the cloth object in the unit's msh hierarchy for which you are defining properties for.
It looks like you renamed the cloth ODF, unlike other ODFs you can't just rename a cloth ODF to whatever you want, the name of the cloth ODF must be the same name as the cloth object in the unit's msh hierarchy for which you are defining properties for.
-
AQT
- Gametoast Staff

- Posts: 4910
- Joined: Sat Nov 03, 2007 4:55 pm
- Location: SoCal, USA
Re: side and lua questions
As for the Hero Assault, do what you said and in addition change the teams' units.
-
Commander_Fett
- High General

- Posts: 847
- Joined: Fri Oct 17, 2008 9:59 pm
- Projects :: No Mod project currently.
Re: side and lua questions
OK, I'll try that out.
EDIT 2: nevermind,I fixed the cape, but my hero won't show up in game. When I play, he won't show up as a selectable character. Here's his odf:
and I set up the mshs and tgas correctly, can someone help?
EDIT3: Sorry for this many questions in one post, but also, I followed mav's tut on how to add kotor to a map, but I keep getting this (when I try to add hunt too...) mungelog:Here's my lua:
My mission.req:
and my MABk_con.req:
Can anyone help with these please?
EDIT4:Now the game crashes when I try to play kotor, and clone wars era won't show up.
EDIT 2: nevermind,I fixed the cape, but my hero won't show up in game. When I play, he won't show up as a selectable character. Here's his odf:
Hidden/Spoiler:
EDIT3: Sorry for this many questions in one post, but also, I followed mav's tut on how to add kotor to a map, but I keep getting this (when I try to add hunt too...) mungelog:
Hidden/Spoiler:
Hidden/Spoiler:
Hidden/Spoiler:
Hidden/Spoiler:
EDIT4:Now the game crashes when I try to play kotor, and clone wars era won't show up.
