Page 1 of 1

Second hero unit per team

Posted: Wed Jun 22, 2011 3:36 am
by baumerindustries
I alredy used search and found something, but the thread wasn't realy finished....
so, can I add a second hero to e.g the republic so that obi wan and windou can be used as hero?

Re: can I have 2 heros on the same side???

Posted: Wed Jun 22, 2011 3:39 am
by DarthD.U.C.K.
no, its impossible to have more than one proper hero per side.

unit which cannot be played by bots

Posted: Wed Jun 22, 2011 7:41 am
by baumerindustries
Is it possible to make a unit which the AI doesn't play?
so you can maybe make sth like a hero... (for having 2)

EDIT
Is it possible to make a unit which can't be played by the AI, and if yes how?

Re: can I have 2 heros on the same side???

Posted: Wed Jun 22, 2011 9:08 am
by Dakota
i think using the lua could work for that.

look at the numbers which are after the odf names of your "heros" in the lua under the team section and then set the numbers to 0. As long as you don't have ubermode on then this will most likely work. if you post your lua i could show u what i am talking about.

my rambling nonsense about why i say most likely
Hidden/Spoiler:
i say most likely because of what the ai do... they scare me... i just ride along in a tank and get seismic'd, and then an engineer driod keeps healing himself... and then there are the ghost ai which appear sometimes when someone leaves a server or gets booted :shock: Fear them...

Re: unit which cannot be played by bots

Posted: Wed Jun 22, 2011 9:34 am
by Executer94
Yes it is just go to your lua and look for a line like this:

soldier = { "rep_inf_ep3_rifleman",9, 25},

I dont know which unit you want not to be played by bots but for example if you dont want this unit I posted to be played by bots let it look like this:

soldier = { "rep_inf_ep3_rifleman",0, 0},

Try it out!

Re: unit which cannot be played by bots

Posted: Wed Jun 22, 2011 9:53 am
by Dakota
this was also answered in your thread about having two heros if u want a bit of extra information.

Re: unit which cannot be played by bots

Posted: Wed Jun 22, 2011 1:09 pm
by baumerindustries
sry for that in the other tread .
I thought I made an new topic about this but i made a reply

Re: unit which cannot be played by bots

Posted: Wed Jun 22, 2011 2:14 pm
by AQT
Your two original topics were merged because they were related. Obviously, you couldn't have a second hero unit, so you then asked about using a unit that the AI cannot play as with intentions of using it as a substitute for the not-possible second hero unit, yes? Merged again.