.:: 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 > JoeBot
JoeBot Furious mechs by @$3.1415rin Counter-Strike

Reply
 
Thread Tools
Re: Joebot for cs 1.6 with metamod, windows
Old
  (#11)
dead bwoy
Member
 
dead bwoy's Avatar
 
Status: Offline
Posts: 512
Join Date: Feb 2004
Location: STL MO USA
Default Re: Joebot for cs 1.6 with metamod, windows - 15-03-2004

perhaps this is something someone who does not know c++ yet should attempt? Im still getting errors... missing files (see above^^^), [unrecognized option `-fdollar-in-identifiers'], ... :'(
==================================================
EDIT: Well, I figured out that -fdollar-in-identifiers cannot be used with GCC 3.2, which is what Dev-C++ uses. Any advice? can I roll back to a previous version of GCC or Dev-C++??? SHOULD I??? I also get these same errors when trying to compile botmixer5000 src... 9_9

Last edited by dead bwoy; 15-03-2004 at 05:43..
  
Reply With Quote
Re: Joebot for cs 1.6 with metamod, windows
Old
  (#12)
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: Joebot for cs 1.6 with metamod, windows - 15-03-2004

I've always heard that GCC 2.95.3 was the mandatory compiler for compiling HL stuff, but maybe I'm wrong and people manage to compile things with GCC 3.0 series...



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: Joebot for cs 1.6 with metamod, windows
Old
  (#13)
cruft
Guest
 
Status:
Posts: n/a
Default Re: Joebot for cs 1.6 with metamod, windows - 15-03-2004

dead bwoy, is there any particular reason why you have to use Dev-C++? If it's just for learning purposes on how to compile joebot with Dev-C++, then go for it. Otherwise, I suggest you try the free Borland C++ compiler since the source already comes with a makefile for that particular compiler.
  
Reply With Quote
Re: Joebot for cs 1.6 with metamod, windows
Old
  (#14)
dead bwoy
Member
 
dead bwoy's Avatar
 
Status: Offline
Posts: 512
Join Date: Feb 2004
Location: STL MO USA
Default Re: Joebot for cs 1.6 with metamod, windows - 15-03-2004

I successfully compiled a dll (botmixer5000) but I dont know if it works, never got botmixer to work before anyway...
still getting lots of errors when trying to compile joebot!
Is there an updated source code maybe?
Ive been trying to compile the source that came with 1.6.2 win32
  
Reply With Quote
Re: Joebot for cs 1.6 with metamod, windows
Old
  (#15)
cruft
Guest
 
Status:
Posts: n/a
Default Re: Joebot for cs 1.6 with metamod, windows - 15-03-2004

ZeRo-Life, someone compiled a win32 metamod joebot dll in this thread:
http://forums.bots-united.com/showthread.php?t=775

It may have a few bugs but it's worth a try until the official 1.6.5 release.

Last edited by cruft; 15-03-2004 at 08:50.. Reason: typos
  
Reply With Quote
Re: Joebot for cs 1.6 with metamod, windows
Old
  (#16)
cruft
Guest
 
Status:
Posts: n/a
Default Re: Joebot for cs 1.6 with metamod, windows - 15-03-2004

Quote:
Originally Posted by dead bwoy
I successfully compiled a dll (botmixer5000) but I dont know if it works, never got botmixer to work before anyway...
still getting lots of errors when trying to compile joebot!
Is there an updated source code maybe?
Ive been trying to compile the source that came with 1.6.2 win32
You'll have better luck compiling with the latest code from sourceforge:
http://sourceforge.net/projects/joebot/
  
Reply With Quote
Re: Joebot for cs 1.6 with metamod, windows
Old
  (#17)
dead bwoy
Member
 
dead bwoy's Avatar
 
Status: Offline
Posts: 512
Join Date: Feb 2004
Location: STL MO USA
Default Re: Joebot for cs 1.6 with metamod, windows - 15-03-2004

@cruft that win32 metamod zip is for Linux! NOT windows!
the latest dll is posted at sourceforge (1.6.3) but not the latest source (1.6.3), 1.6.2 source is posted there. can you post the most recent 1.6.3 source please???
  
Reply With Quote
Re: Joebot for cs 1.6 with metamod, windows
Old
  (#18)
@$3.1415rin
Council Member, Author of JoeBOT
 
@$3.1415rin's Avatar
 
Status: Offline
Posts: 1,381
Join Date: Nov 2003
Location: Germany
Default Re: Joebot for cs 1.6 with metamod, windows - 15-03-2004

you can get the current source from sourceforge, no question about that ... maybe you have to look a bit more careful

lookie here : http://sourceforge.net/cvs/?group_id=60253


  
Reply With Quote
Re: Joebot for cs 1.6 with metamod, windows
Old
  (#19)
dead bwoy
Member
 
dead bwoy's Avatar
 
Status: Offline
Posts: 512
Join Date: Feb 2004
Location: STL MO USA
Default Re: Joebot for cs 1.6 with metamod, windows - 15-03-2004

of course, I check back here AFTER I found the CVS... 9_9
I guess I'll worry about how to set that up tomorrow
===========================================
After a half hour of tinkering I kept getting this:
cvs [login aborted]: authorization failed: server cvs.sourceforge.net rejected access to /cvsroot/joebot login for user Anonymous

***** CVS exited normally with code 1 *****

Im guessing I have to dl each individual file from the http cvs viewer, because I'm not a developer. right?


Last edited by dead bwoy; 15-03-2004 at 12:46..
  
Reply With Quote
Re: Joebot for cs 1.6 with metamod, windows
Old
  (#20)
Terran
Member
 
Terran's Avatar
 
Status: Offline
Posts: 431
Join Date: Jan 2004
Default Re: Joebot for cs 1.6 with metamod, windows - 15-03-2004

Quote:
-fdollar-in-identifiers
Simply try removing those options from the makefile.

Joebot gave me a ton of warnings but still compiled fine. I'm using gcc 3.3.3 at my debian system. I also tried gcc 2.95 but got unresolved symbol errors while metamod tried to attach the plugins.
  
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