.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Cyborg Factory > RACC
RACC Autonomous fragmachines by PMB Counter-StrikeDMCHLDMThe Specialists

Reply
 
Thread Tools
hehehehe
Old
  (#1)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default hehehehe - 02-12-2004

well you know what?

since today 6:00 AM RACC is completely engine independent.

All the bot code is self-contained, and can compile by itself, without a single header from metamod or the HL SDK. The only file that needs to call these headers is the engine abstraction layer in interface.cpp.

Porting it to another game engine is a matter of minutes.

I'm packaging up a minimal bot framework and I'll tease the folks a bit in the United Bot forum



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote
Re: hehehehe
Old
  (#2)
Josh_Borke
Member
 
Status: Offline
Posts: 152
Join Date: Jun 2004
Default Re: hehehehe - 02-12-2004

nicely done
  
Reply With Quote
Re: hehehehe
Old
  (#3)
MusicMan
Member
 
Status: Offline
Posts: 236
Join Date: Feb 2004
Default Re: hehehehe - 02-12-2004

nice work pmb ! you roxorz t3h big ONE!111 8D
  
Reply With Quote
Re: hehehehe
Old
  (#4)
[+Duracell-]
Member
 
Status: Offline
Posts: 65
Join Date: Jan 2004
Default Re: hehehehe - 03-12-2004

yay!
  
Reply With Quote
Re: hehehehe
Old
  (#5)
dead bwoy
Member
 
dead bwoy's Avatar
 
Status: Offline
Posts: 512
Join Date: Feb 2004
Location: STL MO USA
Default Re: hehehehe - 03-12-2004

Will you be porting RACC to CS:Source or HL2DM?
I havn't seen RACC since last year sometime, template 2 I believe...
  
Reply With Quote
Re: hehehehe
Old
  (#6)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: hehehehe - 03-12-2004

Very probably. But so far I want to iron it out on what I have that I know well, i.e. CS and HLDM. The advantage is that with such an engine-independent way of coding, what you code for a game/mod works for all the others as well.



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote
Re: hehehehe
Old
  (#7)
stefanhendriks
RealBot Author
 
stefanhendriks's Avatar
 
Status: Offline
Posts: 3,088
Join Date: Nov 2003
Location: Netherlands
Default Re: hehehehe - 03-12-2004

yeah yeah yeah... gimme the source and show it works i've seen enough of "i got this working" threads in this forum!


/me runs away


Author of RealBot, "Arrakis" and "Dune 2 - The Maker" | co-Founder of Bots-United | Fundynamic | Blog | E-Mail me
  
Reply With Quote
Re: hehehehe
Old
  (#8)
Pierre-Marie Baty
Roi de France
 
Pierre-Marie Baty's Avatar
 
Status: Offline
Posts: 5,049
Join Date: Nov 2003
Location: 46°43'60N 0°43'0W 0.187A
Default Re: hehehehe - 03-12-2004

ok, since you asked for it:
http://racc.bots-united.com/releases...dent-beta1.zip

Please note that this is still an early BETA. There are a few crash bugs left. And the rest of the bot code has been affected a bit by the "change". Not counting that it's still a big mess in the areas I was working on.

All HL related code is in interface.cpp. ALL the rest of the bot code is completely self-contained, and can even be compiled without any header from the HL SDK or the metamod SDK: it's just standard C.

It links to the engine and maintains its own engine-independent entity list and player list. The struct members the bot needs are fetched and translated in realtime. All engine calls have been abstracted. My favourite achievement is that in the game DLL API, only StartFrame() remains hooked -- well, nearly. The rest is to fix bugs in the HL engine.

What can be done from now on would be to make interface.cpp a separate "engine driver" DLL, and hold the rest of the bot code in an engine-independent RACC DLL.

But enough rambling, grab, compile, and see for yourself

and don't forget to tell me your impressions



RACC home - Bots-United: beer, babies & bots (especially the latter)
"Learn to think by yourself, else others will do it for you."
  
Reply With Quote
Re: hehehehe
Old
  (#9)
stefanhendriks
RealBot Author
 
stefanhendriks's Avatar
 
Status: Offline
Posts: 3,088
Join Date: Nov 2003
Location: Netherlands
Default Re: hehehehe - 03-12-2004

omg, i am almost just dr00ling because of ur text in the forum post. I am checking it right now...


Author of RealBot, "Arrakis" and "Dune 2 - The Maker" | co-Founder of Bots-United | Fundynamic | Blog | E-Mail me
  
Reply With Quote
Re: hehehehe
Old
  (#10)
stefanhendriks
RealBot Author
 
stefanhendriks's Avatar
 
Status: Offline
Posts: 3,088
Join Date: Nov 2003
Location: Netherlands
Default Re: hehehehe - 03-12-2004

ok. I am fiddling around with it. I removed interface.cpp just to see what happens with compiling:

Quote:
Deleting intermediate files and output files for project 'cstrike - Win32 Release'.
--------------------Configuration: cstrike - Win32 Release--------------------
Compiling resources...
Compiling...
bmpfile.cpp
dxffile.cpp
mapdata.cpp
pathmachine.cpp
console.cpp
display.cpp
lrand.cpp
math.cpp
mfile.cpp
util.cpp
bot.cpp
bot_body.cpp
bot_chat.cpp
bot_cognition.cpp
bot_combat.cpp
bot_ears.cpp
bot_eyes.cpp
bot_navigation.cpp
bot_start.cpp
weapons.cpp
Updating resources...
makeres wordt niet herkend als een interne
of externe opdracht, programma of batchbestand.
Linking...
racc.def : error LNK2001: unresolved external symbol GiveFnptrsToDll
.\Release/racc.lib : fatal error LNK1120: 1 unresolved externals
LINK : fatal error LNK1141: failure during build of exports file
Error executing link.exe.
racc.dll - 3 error(s), 0 warning(s)
I guess i need to turn something off or something.

But, when compiling WITH that file, it needs a .h file
Quote:
c:\projecten\racc\release\cstrike\interface.cpp(19 ) : fatal error C1083: Cannot open include file: 'dllapi.h': No such file or directory
Error executing cl.exe.
Which is i bet metamod related So no worries here.

I read through interface.cpp, you did not suprise me with the updating entity list and such. Its actually exactly what i expected! very nicely done pmb! And you have such clean code, i can read it fine. You have zillion of structs though. WOW.

I bet this can be stripped down to a bare minimum and get some template out of it? If you let me , i can play around with that idea... i will practicly remove everything then , as long as it spawns


Author of RealBot, "Arrakis" and "Dune 2 - The Maker" | co-Founder of Bots-United | Fundynamic | Blog | E-Mail me
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com