.:: 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 > POD-Bot mm > Releases, Installers, Docs & Coding
Releases, Installers, Docs & Coding Where the official development happens

Reply
 
Thread Tools
POD Bot files (in general)
Old
  (#1)
[NvT]_KaszpiR_
Member
 
[NvT]_KaszpiR_'s Avatar
 
Status: Offline
Posts: 322
Join Date: Apr 2004
Default POD Bot files (in general) - 01-10-2004

hmm seems you got probem with filebase
so i put some files on my www

1. my development pack
metamod and hlsdk from bots unided sdk packet
and some modified makefiles in some podbot releases
read the readme inside how to compile
http://nvt.prv.pl/plug.php?p=dlidx&r...NyYy50YXIuYnoy

the version from 2004-06-27 is for linux best working version, all the above this date have the grenade throwing bug causing bots to be spawned suddenly in the midlle of the am (or somwhere in coordinates 0,0,0 that does not alwas is map middle)


2. other files found on forums (i have not searched much)
http://nvt.prv.pl/plug.php?p=dlidx&r...b3RzLXVuaXRlZA==
  
Reply With Quote
Re: POD Bot files (in general)
Old
  (#2)
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: POD Bot files (in general) - 01-10-2004

yes, we've got problems with the filebase... and a lot of things. This new server is completely fucked up. Thanks a lot for providing a mirror in the meantime until we sort things out here.



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: POD Bot files (in general)
Old
  (#3)
Huntkillaz
Member
 
Huntkillaz's Avatar
 
Status: Offline
Posts: 594
Join Date: Mar 2004
Location: Middle Earth (New Zealand)
Default Re: POD Bot files (in general) - 02-10-2004

if you are going to host the files from my site i recommend not to host the previous versions folder because:

1) they are old versions of files
2) they only remain there as a means of backup and just incase there is a bug we can check those previous builds

And it reduces the number of complaints from users about a bug that's already been fixed.

also the fulland presetup contains everything that R2b1 so u could drop that too if u want


●_•
  
Reply With Quote
Re: POD Bot files (in general)
Old
  (#4)
von Ryan
Yeah, right.
 
von Ryan's Avatar
 
Status: Offline
Posts: 848
Join Date: Jun 2004
Location: Rio de Janeiro - Brazil
Default Re: POD Bot files (in general) - 03-10-2004

Speaking of filebase, can somebody tell me where I can download the last, non-beta, version of PODBot, besides from the "filebase"??



von Ryan, pwning Combine Dropships since 2005
  
Reply With Quote
Re: POD Bot files (in general)
Old
  (#5)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: POD Bot files (in general) - 03-10-2004

We are calling "beta" for this what currently sPlORyGon is preparing almost every week (sometimes few dlls for a week), but exactly we should call it as "build", because this, what we are calling as an official release (R2.1) is much more bugged and much worse than this what we are calling "beta". But we are going to release a new official release based exactly on some "build" like R2B44 or R2B45 (if we will find some new bugs in R2B44). And this version we wants with waypoints and with the new documantation (T Wrecks and Huntkillaz - are You ready? ). But for today I can recommend You so - take R2.1 with all waypoints and configs etc and replace there the dll by R2B43 "beta/build" - and this should be sufficient for You for this moment. I hope this explanation about "official", "beta" and "build" is clear.
Maybe we have also rewrite a bit "where and how..." sticky thread to write this info more clear for users what they exactly need to take. This "beta" name there is not correct for this what sPlOrYgOn is making and it should be replaced by "build" name to prevent make users confusing.

Last edited by KWo; 03-10-2004 at 23:46..
  
Reply With Quote
Re: POD Bot files (in general)
Old
  (#6)
>BKA< T Wrecks
Moderator [PBmm/Waypointing]& PODBot mm waypointer
 
>BKA< T Wrecks's Avatar
 
Status: Offline
Posts: 1,492
Join Date: Feb 2004
Location: C.C.A.A., Germania
Default Re: POD Bot files (in general) - 04-10-2004

Alternative downloads can be found in the thread "PODBot MM download center" by Huntkillaz - right on the PB 2.6mm main forum. HERE, to be precise:
http://forums.bots-united.com/showthread.php?t=2705



Roses are #FF0000, violets are #0000FF // all my base, are belong to you.

  
Reply With Quote
Re: POD Bot files (in general)
Old
  (#7)
TyP3-R
Guest
 
Status:
Posts: n/a
Default Re: POD Bot files (in general) - 05-10-2004

I am a bit confused on how to compile the 6-27-04 release for linux. I read the readme but I dont know where I do this:

READ BEFORE USING
# ::: compiling
# go to podbot dir anr type
# make
# and see the Release dir
# if you want te .so file only then run
# make clean
# if you want to to recompile it again after code change do
# make distclean


Could anyone help me with this? I just need a working linux version that doesnt have the "bots get stuck in wall" bug. Thank you very much.

Last edited by TyP3-R; 05-10-2004 at 23:24..
  
Reply With Quote
Re: POD Bot files (in general)
Old
  (#8)
[NvT]_KaszpiR_
Member
 
[NvT]_KaszpiR_'s Avatar
 
Status: Offline
Posts: 322
Join Date: Apr 2004
Default Re: POD Bot files (in general) - 06-10-2004

1. i probably bzipped files with allready compiled .so files, then just search in Release dirrectory if the file is there

2. if .so file doesnot exist then run below commands, replace filename with the tar.bz2 file irpovided

tar jxf filename.tar.bz2
cd 2004-06-27
make distclean
make

cd Release
and there you got a .so files

Last edited by [NvT]_KaszpiR_; 06-10-2004 at 11:54..
  
Reply With Quote
Re: POD Bot files (in general)
Old
  (#9)
TyP3-R
Guest
 
Status:
Posts: n/a
Default Re: POD Bot files (in general) - 06-10-2004

Sorry but I got out of this the easy way, kwo sent me the .so for the release I wanted.
  
Reply With Quote
Re: POD Bot files (in general)
Old
  (#10)
[NvT]_KaszpiR_
Member
 
[NvT]_KaszpiR_'s Avatar
 
Status: Offline
Posts: 322
Join Date: Apr 2004
Default Re: POD Bot files (in general) - 30-11-2004

new .so file http://filebase.bots-united.com/inde...on=file&id=227
please read
  
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