.:: 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 > Common Questions
Common Questions Are you seeking help ? Get it here !

Reply
 
Thread Tools
Where did I go wrong with the install?
Old
  (#1)
Burnt Powder
Member
 
Status: Offline
Posts: 54
Join Date: Jun 2004
Default Where did I go wrong with the install? - 04-04-2005

Long time no see everyone.

I just decided to put vR2b46a (.so) on my dedicated Linux server. Not to long ago I was big into this and had it running (.dll) on my Windows server with no problems. Is there something I am overlooking? When I do a metalist in the server console, the .so is loaded but no bots ever join. Accoring to my podbot.cfg, they should start joining after 20 seconds. Here are my files that I find important:

metamod plugins.ini
Code:
linux addons/hlguard/dlls/hlguard_mm_optimized_i686.so
linux addons/amxmodx/dlls/amxmodx_mm_i386.so
linux addons/PODbot/podbot_mm_i386.so
podbot.cfg
Code:
# This sets the Waypoint Folder (in the POD-Bot Directory)
# for loading/saving waypoints. Don't use a trailing backslash or spaces.
# This doesn't work for the first game you create (default is wptdefault).
# But when creating for the second time (or loading with newmap) this
# directory will be used. 
wptfolder wptdefault
# Set the below option to off to turn off the Skilldisplay and
# the [POD] before the name
detailnames off
# wait for 3 seconds
pause 3
# Set the below value to delay bots re-join after new map start
mapstartbotdelay 20
# Shows the welcome message. Switch it to off if You want the people on the
# server won't know there are some bots on the server
welcome_msgs off
# Remove the comments on the 2 lines below to support a minimum and maximum
# number of bots running on a dedicated server. Bots will be added to the
# server until the total number of players (bots and humans) reaches the
# max_bots value. Each time a new player joins the server, a bot will be
# kicked from the server unless there are only min_bots number of bots
# currently on the server. After players disconnect from the server, bots
# will be automatically added back to the server until the total number
# of players reaches max_bots again. You should make max_bots be AT LEAST
# one less than the maxplayers value (otherwise no one will be able to join
# your server).
min_bots 0
max_bots 8
# Remove the Comments on the Line below to turn off Botchatting
botchat off
# Remove the Comments on the Line below to turn off Jason Mode !
jasonmode off
# Remove the Comments on the Line below to add Bots that have at least
# a Skill of 60 
minbotskill 60
# Remove the Comments on the Line below to limit Bots to the specified
# skill
maxbotskill 100
# Set the below option to on if you want the old combat behaviour
# of instantly turning around to the enemy
inhumanturns on
# This value sets the maximum number of Bots to follow a
# User
botsfollowuser 4
# This value sets the maximum number of weapons Bots are allowed to
# pickup during one round
maxweaponpickup 1
# Turn this on/off to allow the Bots to collect
# experience about the map they're playing
#(turning this off also prevents saving the .exp Files)
collectexperience on
# This Variable specifies if Bots are allowed to shoot through Walls
# if they saw an enemy or if they heard someone on the other Side of
# a Wall (additional Settings are specified in "botskill.cfg")
shootthruwalls off
# These Settings below specify the Rate (in Seconds) of updating
# some of the Bot Checks. If you've got a slow computer you could
# try changing these to higher values to get some performance back.
# NOTE: This seriously affects the Bots Perception. If you have a
# fast computer you might try lowering them to get better even
# better playing results
timer_sound 0.5
timer_pickup 0.3
timer_grenade 0.5
# Use this to turn on/off the Speech Synthesis
usespeech off
# Set this to off to disallow Bot Logo Spraying
botspray on
# The setting below specifies the danger factor with which the bots
# will weighten any waypoint where they have been killed in the past,
# in order to avoid it later. The higher the value, the more the bot
# will care about these waypoints and pick other routes instead.
# Progression is logarithmic. Warning: higher values require more CPU.
# defaule = 800
danger_factor 200
# Remove the comments on the lines below to have 8 Bots
# join automatically if you start a new map
# Bots will wait for the mapstartbotdelay value
# specified above and will not join if the max_bots value
# is less than the total number of real player on the server
addbot
addbot
addbot
addbot
addbot
addbot
addbot
addbot
# The line below binds the User Menu to the "=" key. Of course you
# can bind this to any key you like.
#bind "=" "podbotmenu"
and I created an addons/PODbot folder where I put everything (see attached SS):

wptdefault (DIR)
botchat.txt
botlogos.cfg
botnames.txt
botskill.cfg
botweapons.cfg
podbot.cfg
podbot_mm_i386.so
Attached Thumbnails
Click image for larger version

Name:	DIRstructure.JPG
Views:	368
Size:	32.8 KB
ID:	661  


fordserver.dynu.com:27015 = [FORD] CS 1.6 :: 24/7 :: Fast DL

fordserver.dynu.com:27016 = [FORD] CS:S GunGame :: Knife Pro :: Fast DL

Website = http://ford.thehax.com

Last edited by Burnt Powder; 04-04-2005 at 06:28..
  
Reply With Quote
Re: Where did I go wrong with the install?
Old
  (#2)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Where did I go wrong with the install? - 04-04-2005

I have to ask other people having linux (I don't have linux ). But last time they didn't tell me anything wrong for pod. I guess it should work, but I'll ask them first. Is this linux based on AMD64 bit or not?
  
Reply With Quote
Re: Where did I go wrong with the install?
Old
  (#3)
Burnt Powder
Member
 
Status: Offline
Posts: 54
Join Date: Jun 2004
Default Re: Where did I go wrong with the install? - 04-04-2005

Quote:
Originally Posted by KWo
Is this linux based on AMD64 bit or not?
No not AMD64.


fordserver.dynu.com:27015 = [FORD] CS 1.6 :: 24/7 :: Fast DL

fordserver.dynu.com:27016 = [FORD] CS:S GunGame :: Knife Pro :: Fast DL

Website = http://ford.thehax.com
  
Reply With Quote
Re: Where did I go wrong with the install?
Old
  (#4)
Burnt Powder
Member
 
Status: Offline
Posts: 54
Join Date: Jun 2004
Default Re: Where did I go wrong with the install? - 04-04-2005

**UPDATE**

I now have it working however, I know it is not with the latest .SO and I am not sure about the cfg's, txt's, and waypoints either.

Can someone provide me with links to download the latest configs/text files, latest .so, and the latest waypoints?

I have looked around here but for me, it is quite hard to find what I am looking for because links take you to different sites and what not.

If you cannot provide links, is it possible for someone to zip/rar up the newest of everything (configs/txts/WPTs/so) that is needed for a full Linux install?


fordserver.dynu.com:27015 = [FORD] CS 1.6 :: 24/7 :: Fast DL

fordserver.dynu.com:27016 = [FORD] CS:S GunGame :: Knife Pro :: Fast DL

Website = http://ford.thehax.com
  
Reply With Quote
Re: Where did I go wrong with the install?
Old
  (#5)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Where did I go wrong with the install? - 04-04-2005

http://forums.bots-united.com/showthread.php?t=2273 - in this topic is pointed where and how to get from filebase the latest things for podbot.

[EDIT]
Latest binaries You can find also at KaszpiR's site:
http://info.wsisiz.edu.pl/~sochon/download/bots/podbot/2.46.b/2005-02-15/
[/EDIT]

Last edited by KWo; 05-04-2005 at 15:03..
  
Reply With Quote
Re: Where did I go wrong with the install?
Old
  (#6)
Burnt Powder
Member
 
Status: Offline
Posts: 54
Join Date: Jun 2004
Default Re: Where did I go wrong with the install? - 05-04-2005

Thanks, I will look into it.

-BP


fordserver.dynu.com:27015 = [FORD] CS 1.6 :: 24/7 :: Fast DL

fordserver.dynu.com:27016 = [FORD] CS:S GunGame :: Knife Pro :: Fast DL

Website = http://ford.thehax.com
  
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