RealmWars Off-Line Bots
by Alex Loren · in General Discussion · 06/04/2002 (2:06 pm) · 5 replies
Is it posible to build RealmWars Off-Line Bots without having the TGE? I have had exp. programming bots for Counter-Strike and other similer games and now I want to make some for RealmWars but I don't have the TGE. If some one would reply and tell me if I can or can't that would be realy nice.
#2
Phil.
06/05/2002 (3:39 pm)
Bots arent something you want to do with script. So you'll have to get a code license. 100 bucks is all it takes to step into the real world with the rest of development :))Phil.
#3
Just curious, why wouldn't you want to do bots in script?
Thanks,
Mike
06/07/2002 (10:03 am)
Phil,Just curious, why wouldn't you want to do bots in script?
Thanks,
Mike
#4
That's my opinion anyway,
--Aaron
06/07/2002 (10:43 am)
Bots can take up alot of cycles and the more you have the more cycles they use up, so to reduce the overhead and speed up bot AI you program it in the source. (Just like graphics functions often use assembly since it is much faster) It is possible to do it in script, but you will take a performance in comparison to in source bots.That's my opinion anyway,
--Aaron
#5
06/10/2002 (12:08 pm)
Yes; exactly so... and there's no reason for all those people who shelled out hard earned cash for the source to let us who haven't get a free ride ;)
Associate Kyle Carter
You could probably hack together some bot functionality, since you can manually set movement vector stuff for a player, but that'd be realllly painful.