.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Common Questions (http://forums.bots-united.com/forumdisplay.php?f=51)
-   -   HELP WITH WC3F and Dedicated SERVER! (http://forums.bots-united.com/showthread.php?t=4616)

M4Best 25-10-2005 02:54

HELP WITH WC3F and Dedicated SERVER!
 
Ok i got my dedicated server up and WC3FT running but i cant get podbot to open or run in the server!!! so any suggestions will help im useing latest AMX Mod X and Meta Mod so any help would be apreciated!

Lazarus Long 25-10-2005 10:17

Re: HELP WITH WC3F and Dedicated SERVER!
 
M4Best:

How about the other way around? Please post what you did to get PODBot mm running and we'll try to help out from there.

Regards,

M4Best 25-10-2005 14:09

Re: HELP WITH WC3F and Dedicated SERVER!
 
thats teh thing i cant get a single bot running :|. ive put them in counter-strike/cstrike and went into my dedicated server and it dont show its there

KWo 25-10-2005 15:18

Re: HELP WITH WC3F and Dedicated SERVER!
 
Read this first.

M4Best 25-10-2005 21:53

Re: HELP WITH WC3F and Dedicated SERVER!
 
alright i did all that but i cant figure out how to get teh bots in teh server:-/ i need them in my WC3 server 24.118.28.175:27016 and can i still play when i have bots and can i have more than 1 bot without downloading a whole bunch??

Lazarus Long 26-10-2005 01:41

Re: HELP WITH WC3F and Dedicated SERVER!
 
Just forget it's a Warcraft 3 FT MOD server and install the bots as if it was a normal server (by hand, that is, to avoid overwriting the already set MOD) and it will work.

You'll have to give us more details in what specific problems you are having if you want more help.

Regards,

M4Best 26-10-2005 03:54

Re: HELP WITH WC3F and Dedicated SERVER!
 
yeah i did i installed it by hand to .../counter strike/cstrike/addons and did everything the above post told me, now how i get the bots in the server?

Lazarus Long 26-10-2005 08:53

Re: HELP WITH WC3F and Dedicated SERVER!
 
Did you try:
Code:

pb addbot
on the game console? If you have it setup correctly it will be enough.

KWo 26-10-2005 20:13

Re: HELP WITH WC3F and Dedicated SERVER!
 
Write in console:
meta list
and show us the contents of it. We need to know if You have everything installed correctly. Look also to some latest topics in Common Questions and make for us the same screeneshots (as jpg files) like other people made (with the structure of Your addons directory and podbot directory).

M4Best 26-10-2005 23:20

Re: HELP WITH WC3F and Dedicated SERVER!
 
i got bots working but how i maek them switch teams??

KWo 26-10-2005 23:55

Re: HELP WITH WC3F and Dedicated SERVER!
 
Use team menu from AMX MOD X menu ("amxmodmenu" called from console - then item - team player) .

M4Best 27-10-2005 13:47

Re: HELP WITH WC3F and Dedicated SERVER!
 
alright i got the bots working! thank you all for all your help but i got 1 question, that is how do i maek bots better

KWo 27-10-2005 18:55

Re: HELP WITH WC3F and Dedicated SERVER!
 
Didn't get Your question...
You mean - You want to know how to make Your bots harder (they are too easy for You) or what?

M4Best 27-10-2005 21:41

Re: HELP WITH WC3F and Dedicated SERVER!
 
yes how do you make them more experienced
and also how you put all bots on 1 team??

KWo 28-10-2005 20:48

Re: HELP WITH WC3F and Dedicated SERVER!
 
Well - more experiencer they will be if sPlOrYgOn will have time and he will write them some more AI (;) . Temprary he is extremaly busy and he can't do this. :(
About one team.
Quote:

Originally Posted by podbot mm doc
fillserver [skill [personality [team [model]]]]

Meaning of the parameters is like for addbot command. This command let You fill the server by bots until reaching by podbots+human_players(or other bots):
a) the max_bots value if it is specyfied (different than 0)
b) max_players if max_bots is not specyfied (or is equal to 0)

If You want fill Your server by bots with random skill (between minbotskill and maxbotskill), but as "aggresssive" (and You don't care about their models or team), write this line:
fillserver 101 2
If You want for example fill the server by bots with skill 100, random personality , random team and random model - write this line:
fillserver 100
If You wish to fill the server by bots, but all bots to one team only - then write this:
a)example for T team and skill 90, all else random:
fillserver 90 5 1
b)example for CT team and skill and personalities randomly, model 3:
fillserver 101 5 2 3
The rules are the same for parameters like for addbot command (except 'name' parameter - for fillserver this parameter doesn't exist).
NOTE:

If You want fill server by bots to only one team don't forget set-up game variables "mp_autoteambalance" and "mp_limitteams" to 0.

Note - fillserver it's a command to use it in podbot.cfg. If You want to use it during the game, You need to write
pb fillserver
with the parameters like above in doc - all syntax is the same, You need only add this prefix "pb" without quotes.

[Edit]
to better contsrol Your bots on the server You can use mEAn adminmod bot manager.
[/Edit]

M4Best 02-11-2005 00:35

Re: HELP WITH WC3F and Dedicated SERVER!
 
i cant seem to get MeanMod workingo_O:|

s0a 25-03-2006 00:18

Re: HELP WITH WC3F and Dedicated SERVER!
 
ok I am running UWC3 saved XP (with AMX MODX) and well I installed the bots, so what happened is the bots ran successfully ( thank you whoever made these bots) and well the UWC3 plugin is not working, when the plugins running is checked it is only reporting the podbots running..what would be the best way to fix this?!

thanks again

KWo 25-03-2006 11:25

Re: HELP WITH WC3F and Dedicated SERVER!
 
Install again Your AMX X with UWC3 (like You had it before) - then install manually podbot mm R2B46d following this post. Don't use All In One installer, because it contains 1.55 version of AMXX (which is out of date - currently latest release of AMX X is 1.70). Remember - the newest AMX X requires metamod 1.19 (all in One installer includes mm 1.17.4 - if I remember good) - so install Your AMX X 1.70 from scratch the same way You did it before.

s0a 25-03-2006 16:51

Re: HELP WITH WC3F and Dedicated SERVER!
 
sweet! Thanks KWo for your patience and the help...lol..if I was you I would rip my hair out by now ...I know what its like trying to help ppl and them not listening :L anyway... AMX 1.7 is supposed to be a better builtin support system for bots correct? How hard is it to make bots?

KWo 25-03-2006 20:34

Re: HELP WITH WC3F and Dedicated SERVER!
 
Quote:

Originally Posted by s0a
AMX 1.7 is supposed to be a better builtin support system for bots correct?

It's AMX MOD X exactly. AMX is a different (but similar) mod. AMX since the version 0.9.9b and AMX X since 0.20 - they support bots correctly (before there were some problems with recognizing bots and players by these mods). I didn't get what You mean exactly. Can You express it a bit more?

Quote:

Originally Posted by s0a
How hard is it to make bots?

Well - it needs a lot of game and math knowledge - but I'm not creator of this bot, but only one of continuators/developers.

s0a 29-03-2006 07:31

Re: HELP WITH WC3F and Dedicated SERVER!
 
ok KWo ...what I meant was I read somewhere on AMX MODX forums...that they included botaim 2.3.x and etc etc..but it seems to me that in fact I am getting more runtime errors with bots and my UWC3 mod.. >< so I ran all mods in my plugins ini in debug mode.. really did help me any, nor did it tell me much I keep getting this Run time error 4: index out of bounds ... also I also read in another forum that the bots will perform better on better PC's, is there a way that when a developer can put in like a sidenote that says Performs best on : INTEL P4 2.6 ghz .. .. .. that would be cool, another thing is that when I got updates for the podbot_mm (which I enjoy, I laugh when I play them , CHEERS! to the creator) I found a .rc file in the update, which for those who dont know this file is a litestep file... =P

on a side note I am really good with Math, and have tons of patience, lol...I just dont know the language yet :L ....

ugh if you cant make sense of this post slap me lol :S

KWo 29-03-2006 09:05

Re: HELP WITH WC3F and Dedicated SERVER!
 
Quote:

Originally Posted by s0a
ok KWo ...what I meant was I read somewhere on AMX MODX forums...that they included botaim 2.3.x and etc etc..but it seems to me that in fact I am getting more runtime errors with bots and my UWC3 mod.. >< so I ran all mods in my plugins ini in debug mode.. really did help me any, nor did it tell me much I keep getting this Run time error 4: index out of bounds ...

This Run Time Error happens a lot with latest AMX X. Probably You should ask UWC3 developers to check their plugin with the newest AMX X. I think it's changed a bit the method of access to arrays - which may cause the appearing of that error. It was probably working before (with some previous AMX X) without reporting this Run Time Error, but maybe only because such mistakes wasn't everytime checked correctly - so no one knew there was some mistake in the plugin, but it WAS there and it appears now.

Quote:

Originally Posted by s0a
also I also read in another forum that the bots will perform better on better PC's, is there a way that when a developer can put in like a sidenote that says Performs best on : INTEL P4 2.6 ghz .. .. ..

I'm playing with AMX X 1.70 and with 20 bots on my listenserver without lags (AMD Athlon XP 2400+). Without AMX/ AMX X I was playing even with 30 bots without lags. Everything depands on the map If there are a lot of textures - with bgiiger amount of bots (but also players) the server may lag.
Another thing is this - when some plugins are running in debug mode - they are executed slower - to let handle errors - it is causing lags, too.

Quote:

Originally Posted by s0a
that would be cool, another thing is that when I got updates for the podbot_mm (which I enjoy, I laugh when I play them , CHEERS! to the creator) I found a .rc file in the update, which for those who dont know this file is a litestep file... =P

What is that update You are talking about? I don't remember I gave You some beta, or I'm wrong?

s0a 29-03-2006 10:00

Re: HELP WITH WC3F and Dedicated SERVER!
 
1 Attachment(s)
hmm ok I see, odd, umm the PC I have running a dedicated server is

Pentium 4 2.6G

1 Gig Ram (DDr2 I think)

120 Gig HD
256 Radeon (not sure if its the XT version or not)


it dont lag when I get on and play from another pc...I will also check out the AMX forums, to see if they have developed any updates, or if someone is having a similar problem. Why are the bots so >< weird, they run really fast lol and the mp5 shoots extremely fast when they use it lol they have good teamwork skills, but dont are not difficult enough.. is it because of my machine or what I got configured? I only run about 10 bots on my server, I do not want more because when I switch this over to a hosted server ( I set this up as a beta server) its harder to administrate. err I uploaded the update as an attachment..I dont even think this is right, its a plugin...

KWo 29-03-2006 11:09

Re: HELP WITH WC3F and Dedicated SERVER!
 
That podfix plugin was for... old PODBOT 2.5. This forum is dedicated to podbot mm (metamod version of old PODBOT with a lot of enhancements). Write in Your server console:
meta list
and show me the contents of it.

I really think it's time the people should try something new.
splorygooooon - can You here me... :(

s0a 29-03-2006 11:13

Re: HELP WITH WC3F and Dedicated SERVER!
 
yeah here we go

description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm.dll v1.70 ini ANY ANY
[ 3] Fun RUN - fun_amxx.dll v1.70 pl1 ANY ANY
[ 4] Engine RUN - engine_amxx.dll v1.70 pl1 ANY ANY
[ 5] FakeMeta RUN - fakemeta_amxx.dl v1.70 pl1 ANY ANY
[ 6] MySQL RUN - mysql_amxx.dll v1.70 pl1 ANY ANY
[ 7] nVault RUN - nvault_amxx.dll v1.70 pl1 ANY ANY
[ 8] CStrike RUN - cstrike_amxx.dll v1.70 pl1 ANY ANY
[ 9] CSX RUN - csx_amxx.dll v1.70 pl1 ANY ANY
[10] POD-Bot mm RUN - podbot_mm.dll vR2b46d ini Chlvl ANY
9 plugins, 9 running

I also tried using meanmod....to have some extremely insane bots......no success, even after I read the readme. It was like it was saying the same things. :S

Holly_hell_in_heaven 29-03-2006 14:24

Re: HELP WITH WC3F and Dedicated SERVER!
 
well Kwo does he have the public fiel now or what?

s0a 29-03-2006 14:36

Re: HELP WITH WC3F and Dedicated SERVER!
 
Quote:

Originally Posted by Holly_hell_in_heaven
well Kwo does he have the public fiel now or what?

I am sorry what do you mean!?

KWo 29-03-2006 16:34

Re: HELP WITH WC3F and Dedicated SERVER!
 
I didn't get what You are meaning, too. :(
s0a is still using R2B46d - as You can see above in meta list.

Holly_hell_in_heaven 31-03-2006 17:09

Re: HELP WITH WC3F and Dedicated SERVER!
 
sry i wright wrong i mean Public FILE hehe sry


All times are GMT +2. The time now is 04:49.

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