.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   The Agora (http://forums.bots-united.com/forumdisplay.php?f=38)
-   -   Guys! Please rank my bot! (http://forums.bots-united.com/showthread.php?t=4579)

Jeefo 15-10-2005 04:58

Guys! Please rank my bot!
 
1 Attachment(s)
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!

Whistler 15-10-2005 07:09

Re: Guys! Please rank my bot!
 
"...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 :)

Jeefo 15-10-2005 10:05

Re: Guys! Please rank my bot!
 
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?

Whistler 15-10-2005 10:12

Re: Guys! Please rank my bot!
 
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.

Jeefo 15-10-2005 10:19

Re: Guys! Please rank my bot!
 
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 :))

Jeefo 15-10-2005 11:14

Re: Guys! Please rank my bot!
 
1 Attachment(s)
i have still NO MONEY:), but here the source...

sPlOrYgOn 15-10-2005 15:33

Re: Guys! Please rank my bot!
 
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)

Whistler 15-10-2005 16:07

Re: Guys! Please rank my bot!
 
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 :)

KWo 16-10-2005 09:33

Re: Guys! Please rank my bot!
 
@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

Whistler 16-10-2005 10:07

Re: Guys! Please rank my bot!
 
well I have no objections on that :)


All times are GMT +2. The time now is 22:00.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.