.:: 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 ::. > YappA > The Agora
The Agora This is the place to go if you have suggestions, or if you want to participate in Council discussions. Everyone is welcome!

View Poll Results: Did you like this bot?
Yes!, It's cool! 2 40.00%
No!, No comments! 3 60.00%
Voters: 5. You may not vote on this poll

Reply
 
Thread Tools
Guys! Please rank my bot!
Old
  (#1)
Jeefo
Guest
 
Status:
Posts: n/a
Default Guys! Please rank my bot! - 15-10-2005

I'm writing a bot. good start ?. Bot based on old YaPB 1.1, and called JetBot. I DON'T want get hosting on bots-united, i'm only want, that you're guys rank this bot. Does bot good or bad e.t.c...

The source code is NOT available, but if someone want to see it i will publish code (when put money on my internet account )

Bot has some new features, such as voice communication (aka zbot), localization support (based on latest yapb, and added this night ), dynamic entity linking... Has big changes in sourcecode... (mostly to make bot more oo'd)

I use Yapb as base because i think this one of the best pb clones. Thanks to whistler for his work...

This bot doesn't support podbot waypoints, so you need to use standard one, included with installation.

HOW TO INSTALL:
Just run installer and follow instructions on the screen, afrer install finished edit your metamod.ini (add win32 addons/jetbot/dll/jetbot.dll), if you're using metamod, or liblist.gam, replace your gamedll with gamedll "addons\jetbot\dll\jetbot.dll" if you're not using metamod...

To use voice communication you need to copy zbot chatter from czero\sound\radio\bot to cstrike\sound\radio\bot
Sorry but only russian version of docs is included with package... because i have no time to write english docs by now, bot if you're liked this bot i will translate docs to english...

Ok!, that's all i want to say, now download & try it!
Attached Files
File Type: zip jetbot-1.0w1.zip (550.8 KB, 439 views)

Last edited by Jeefo; 15-10-2005 at 15:59..
  
Reply With Quote
Re: Guys! Please rank my bot!
Old
  (#2)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Guys! Please rank my bot! - 15-10-2005

"...but if someone want to see it i will publish code (when put money on my internet account)" - This is okay, but that click-wrap license you sticked to the installer is NOT okay if you don't remove the Metamod support as that's in violation of GPL and is illegal. So I voted "no" and hope you can fix it.

however I'm still glad to see someone find my stuff useful

Last edited by Whistler; 15-10-2005 at 08:20..
  
Reply With Quote
Re: Guys! Please rank my bot!
Old
  (#3)
Jeefo
Guest
 
Status:
Posts: n/a
Default Re: Guys! Please rank my bot! - 15-10-2005

if i put this something like that
================================================== =================
THIS FILE CONTAINS METAMOD (GPL) LICENSE, SINCE THIS BOT CAN BE
USED AS A METAMOD PLUGIN, YOU MUST OBEY THIS LICENSE WHEN IT’S
DISTRIBUTED AS A WHOLE. BUT IF YOU HAVE REMOVED ALL THE REFERENCE TO
METAMOD, YOU WON’T HAVE TO OBEY THIS LICESE. AND REMEMBER THIS IS
NOT BOT LICENSE.
================================================== =================

after this put gpl (in the installer). license problems will be solved?

Last edited by Jeefo; 15-10-2005 at 11:13..
  
Reply With Quote
Re: Guys! Please rank my bot!
Old
  (#4)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Guys! Please rank my bot! - 15-10-2005

that's fine, and when someone askes you for source code you can charge for the money of distribution but you can't refuse to give him even if he is willing to pay a billion This can be "fixed" by removing the Metamod support if you want to keep your source code proprietary and secret, but I would encourage just live with the gpl.

Last edited by Whistler; 15-10-2005 at 11:14..
  
Reply With Quote
Re: Guys! Please rank my bot!
Old
  (#5)
Jeefo
Guest
 
Status:
Posts: n/a
Default Re: Guys! Please rank my bot! - 15-10-2005

license is sucks! , i'ts would be easier to gpl bot... and release sources (but i still has no money on my inet account todo so )
  
Reply With Quote
Re: Guys! Please rank my bot!
Old
  (#6)
Jeefo
Guest
 
Status:
Posts: n/a
Default Re: Guys! Please rank my bot! - 15-10-2005

i have still NO MONEY, but here the source...
Attached Files
File Type: zip jbsrc.zip (216.7 KB, 426 views)
  
Reply With Quote
Re: Guys! Please rank my bot!
Old
  (#7)
sPlOrYgOn
<-- He did it.
 
sPlOrYgOn's Avatar
 
Status: Offline
Posts: 1,558
Join Date: Jan 2004
Location: Los Angeles, California, USA, North America, Earth, Solar System, Milky Way.
Default Re: Guys! Please rank my bot! - 15-10-2005

well since you're not using a legal version of cs you wouldn't be getting the latest updates..
you'll need to add the following to make your bot work with the latest version on steam
Code:
   SET_CLIENT_KEYVALUE (iClientIndex, pszBuffer, "_vgui_menus", "0");
also.. cs shouldn't cost 200 euros on steam.. it should only cost around 15euros (I don't know the exact ratio from USD to Euros but I know Euros are a bit higher)

Last edited by sPlOrYgOn; 15-10-2005 at 16:37..
  
Reply With Quote
Re: Guys! Please rank my bot!
Old
  (#8)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Guys! Please rank my bot! - 15-10-2005

well this bot is actually cleaner than the YaPB. Looks like he's doing a better job

here's some comments:
I don't think by only changing the waypointheader and make waypoints incompatiable is a good idea:
PHP Code:
typedef struct path_s
{
   
int32    iPathNumber;
   
int32    iFlags;    
   
Vector   vOrigin
   
float    fRadius;   
   
float    fCampstartX;
   
float    fCampstartY;
   
float    fCampendX;
   
float    fCampendY;
   
int16    iIndex[MAX_PATH_INDEX];  
   
uint16   uConnectFlag[MAX_PATH_INDEX];
   
Vector   vConnectVel[MAX_PATH_INDEX];
   
int32    iDistance[MAX_PATH_INDEX];
   
   
struct sVis
   
{
      
uint16 uStand;
      
uint16 uCrouch;
   } 
kVis;
path_t
this is not very different from the YaPB
  
Reply With Quote
Re: Guys! Please rank my bot!
Old
  (#9)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Guys! Please rank my bot! - 16-10-2005

@Whistler - is this whole OK if he wanted money for code he didn't write from scratch, but he re-wrote only Your one (so there is probably about 70% or even more Your and Botman's code)? 9_9
  
Reply With Quote
Re: Guys! Please rank my bot!
Old
  (#10)
Whistler
Summoner
 
Whistler's Avatar
 
Status: Offline
Posts: 1,499
Join Date: Feb 2004
Location: Mist Village
Default Re: Guys! Please rank my bot! - 16-10-2005

well I have no objections on that

Last edited by Whistler; 06-12-2009 at 22:06..
  
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 On

Forum Jump



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