help!
hi emmmI have a big problemim create a server, with the config bananarail style.everything is fine, the problem is that when creating bots begin to use the bfg, or grenade launcherand what I make is that the bots only use the railgunand that's my problem: Splz help!
create own bot or wait untill MAYBE some1 here will make it for you
http://planetquake.gamespy.com/View.php?view=Guides.Detail&id=55&game=4
Put this command in your server.cfg
set g_botsfile "mybots.txt"
Open notepad and add this.
name MyBot1
funname name^4Bot1
model anarki/red
aifile bots/xaero_c.c
}
{
name MyBot2
funname name^4Bot2
model major/red
aifile bots/xaero_c.c
}
{
name MyBot3
funname name^4Bot3
model lucy/red
aifile bots/xaero_c.c
}
{
name MyBot4
funname name^4Bot4
model slash/red
aifile bots/xaero_c.c
}
{
name MyBot5
funname name^4Bot5
model hunter/red
aifile bots/xaero_c.c
}
{
name MyBot6
funname name^4Bot6
model mynx/red
aifile bots/xaero_c.c
}
Save the file and name it mybots
Xaero will always attempt to use the rail gun. If it is available to him he will use it.
doom and klesk are also railbots.
i have some randoms bots, but they are crazy and sometimes start to shot only bfg too.
that should fix it.
p.s: bots were downloaded from borg page.
to start weapon. startWeapons = WP_RAILGUN
thanks for your help!