Content

Post new topic Reply to topic
<<  1, 2, 3  >>

Quake 3 Bots in ZEQ2-Lite

Author Message
Laguna|DaGGeR View user's profile Send private message

Reply with quote Sunday, October 10, 2010

Zeth wrote :

This game already had bots but you need to code it.


No, you don't. There is no need for coding. Everything can be replicated by ANY map that has an aas file -- that's it.

*laughing out loud* I understand the part with the aas file when I build my map bsp I also get a aas. file but I delete it everytime

Norman999 View user's profile Send private message

Reply with quote Sunday, October 10, 2010

ESFER25 wrote : Copy and paste Quake 3 bots?


no. I can not tell. I have a hard time

Dokumas Jamaicabronx View user's profile Send private message

Reply with quote Sunday, October 10, 2010

Zeth is basically saying select a quake3 map and add bots just as norman just did

killumenati View user's profile Send private message

Reply with quote Sunday, October 10, 2010

basically you need these files to add a Goku bot.
(you can get them from an old rodney Dragon Ball Z model pack for Bid For Power or make you're own)

botfiles > bots > default_c
botfiles > bots > goku_c
botfiles > bots > goku_i
botfiles > bots > goku_t
botfiles > bots > goku_w
scripts > Goku.bot

you will need to edit the Goku.bot file and change the model and name to Goku

put the botfiles folder into zeq2contents and then put the script file in the scripts folder also inside zeq2contents.

Load a map that has an .aas file(most Bid For Power maps have this included just search the pk3 file maps folder)

the rest is pretty easy /addbot Goku ingame etc

hope this helps confused peoples Smile

Mjuksel Your Past View user's profile Send private message

Reply with quote Monday, October 11, 2010

DaGGeR wrote :

Zeth wrote :

This game already had bots but you need to code it.


No, you don't. There is no need for coding. Everything can be replicated by ANY map that has an aas file -- that's it.

*laughing out loud* I understand the part with the aas file when I build my map bsp I also get a aas. file but I delete it everytime



I don't think netradiant creates .aas files, but I don't know for sure..

its actually pretty hard to make them do ZEQ2Lite stuff, the quake 3 stuff is too basic..
so no flying, no charging and stuff, maybe if the bots do it its only coincidental.

Zeth The Admin View user's profile Send private message

Reply with quote Monday, October 11, 2010

A good plan to make the bots solid without needing to actively build an aas file for pathing (complex and inaccurate in this case) is to use the player struct as a simple foundation and add bots based on that. As long as you get the network code to treat and predict/send the bot data properly, it would be almost no work at all to do some simple conditional based movement/reactions based on basic ray traces from the characters facing direction.

killumenati View user's profile Send private message

Reply with quote Monday, October 11, 2010

Mjuksel wrote :
its actually pretty hard to make them do ZEQ2Lite stuff, the quake 3 stuff is too basic..
so no flying, no charging and stuff, maybe if the bots do it its only coincidental.



yeah all I can get them to do is one attack(All bots use skill 4) and if I try to mêlée them I end up stuck unable to move at all while the bot kicks me over and over but I take 0 damage *laughing out loud*

XxKevinDxX View user's profile Send private message

Reply with quote Tuesday, October 12, 2010

killumenati wrote : basically you need these files to add a Goku bot.
(you can get them from an old rodney Dragon Ball Z model pack for Bid For Power or make you're own)

botfiles > bots > default_c
botfiles > bots > goku_c
botfiles > bots > goku_i
botfiles > bots > goku_t
botfiles > bots > goku_w
scripts > Goku.bot

you will need to edit the Goku.bot file and change the model and name to Goku

put the botfiles folder into zeq2contents and then put the script file in the scripts folder also inside zeq2contents.

Load a map that has an .aas file(most Bid For Power maps have this included just search the pk3 file maps folder)

the rest is pretty easy /addbot Goku ingame etc

hope this helps confused peoples Smile



Can you give us a download for the bid for power bot?

killumenati View user's profile Send private message

Reply with quote Tuesday, October 12, 2010

XxKevinDxX wrote :
Can you give us a download for the bid for power bot?



the pack was created by Rodney Olmos

http://www.rodneyolmos.com

If that link doesn't work try using Google I believe the pack was not included in Bid For Power 1.2 and was an addon called RO-BFPDBZ_Pack2.pk3

good luck

LokiLorester View user's profile Send private message

Reply with quote Wednesday, October 13, 2010

*laughing out loud* o.o I'm having problems with the link (which you said might be broken and it was) and the google thing isn't working out any other possible ways to find it? Smile

hp321helder View user's profile Send private message

Reply with quote Thursday, October 14, 2010

come on norman.. just upload it.. since Public Beta 2 isn't out yet Sad

XxKevinDxX View user's profile Send private message

Reply with quote Thursday, October 14, 2010

killumenati wrote :

XxKevinDxX wrote :
Can you give us a download for the bid for power bot?



the pack was created by Rodney Olmos

http://www.rodneyolmos.com

If that link doesn't work try using Google I believe the pack was not included in Bid For Power 1.2 and was an addon called RO-BFPDBZ_Pack2.pk3

good luck



Thanks for the link! Very Happy

alexiSSJ4 View user's profile Send private message

Reply with quote Thursday, October 14, 2010

can you please upload the botfiles? the link isn't working Smile

Shane View user's profile Send private message

Reply with quote Thursday, October 14, 2010

So basically we now have the option to have fake players stand around and do nothing except tap the arrow keys? that's not bots.

killumenati View user's profile Send private message

Reply with quote Friday, October 15, 2010

Shane wrote : So basically we now have the option to have fake players stand around and do nothing except tap the arrow keys? that's not bots.



The way I explained to get them in game yes they are not what you would really call a bot more like a target *laughing out loud*

Maybe Zeth's idea would work he's like super genius =P

ROBZOMBIE2 View user's profile Send private message

Reply with quote Friday, October 15, 2010

can you please upload the botfiles?

boris View user's profile Send private message

Reply with quote Friday, October 15, 2010

haha super genius Smile true...

coldskin View user's profile Send private message

Reply with quote Friday, October 15, 2010

Zeth wrote :

This game already had bots but you need to code it.


No, you don't. There is no need for coding. Everything can be replicated by ANY map that has an aas file -- that's it.


so why only one person knows how to put bots in the game

LegendarySS4 View user's profile Send private message

Reply with quote Friday, October 15, 2010

coldskin wrote :

Zeth wrote :

This game already had bots but you need to code it.


No, you don't. There is no need for coding. Everything can be replicated by ANY map that has an aas file -- that's it.


so why only one person knows how to put bots in the game



YOU HAVEN'T READ Brad POST HAVE you?

Malek View user's profile Send private message

Reply with quote Saturday, October 16, 2010

Zeth is stuck between leaping lizards that can't understand a thing that you repeat seven times, I wouldn't like being at his place Razz

Jhellxx View user's profile Send private message

Reply with quote Tuesday, October 19, 2010

can you give me the link for botlist?

Djsonic View user's profile Send private message

Reply with quote Wednesday, October 20, 2010

Wow, Zeth is angry. >_> but its normans fault.


O.o your in trouble now.

Shane wrote : So basically we now have the option to have fake players stand around and do nothing except tap the arrow keys? that's not bots.





Laguna|DaGGeR View user's profile Send private message

Reply with quote Wednesday, October 20, 2010

*laughing out loud* I think your missunderstanding something djfailure

Zeth just explained to us about this bots on a map

Djsonic View user's profile Send private message

Reply with quote Wednesday, October 20, 2010

DaGGeR wrote : *laughing out loud* I think your missunderstanding something djfailure

Zeth just explained to us about this bots on a
map




Eh. I believe.

RealDeal View user's profile Send private message

Reply with quote Monday, December 20, 2010

*laughing out loud* I found this topic on google


any one got bot files link Laughing Laughing Laughing

I found that bots video
http://www.youtube.com/watch?v=SML9TDseDvo

norman where are you Rolling Eyes Rolling Eyes Rolling Eyes Rolling Eyes Rolling Eyes

<<  1, 2, 3  >>
Post new topic Reply to topic

Actions

Online [ 0 / 6125]