project reality header
Go Back   Project Reality Forums > PR:BF2 Mod Forums > Project Reality Mod Archives > PR Feedback Archives > PR v0.87 Feedback Forum
20 Jun 2013, 00:00:00 (PRT)
Register Forum RulesDeveloper Blogs Project Reality Members List Search Today's Posts Mark Forums Read

Contact Support Team Frequently Asked Questions Register today!

 
 
LinkBack Thread Tools Display Modes
Old 02-07-2009, 04:06 AM   #1
petarno12
Exclamation Auto Balance Problems with PRSP

Hey,
I downloaded and installed PRSP 0.8 and everything works fine, but when i start playing i am the only one on my team, all the bots are on the enemy team.
Could someone please tell me how to fix this problem.

Thanks
petarno12 is offline
Old 02-07-2009, 04:07 AM   #2
[R-DEV]Rudd
PR:BF2 Developer
Supporting Member

[R-DEV]Rudd's Avatar
Default Re: Auto Balance Problems with PRSP

Gotta put the ratio right, more ro the right puts more on the enemy team, 50:50 puts equal teams. Its in the settings above the maplist


To view links or images in signatures your post count must be 1 or greater. You currently have 0 posts.

"If you can keep your head when everyone about you is losing theirs,
then you probably haven't checked with your answering service"
[R-DEV]Rudd is online now
Old 02-07-2009, 04:12 AM   #3
petarno12
Default Re: Auto Balance Problems with PRSP

Quote:
Originally Posted by Dr2B Rudd View Post
Gotta put the ratio right, more ro the right puts more on the enemy team, 50:50 puts equal teams. Its in the settings above the maplist
Thanks.
petarno12 is offline
Old 03-01-2009, 10:46 AM   #4
ATR3YU
Send a message via MSN to ATR3YU
Default Re: Auto Balance Problems with PRSP

Heya ! I've installed PRSP 0.85 (this was my first installation of a PR mod).
I've followed every step (i've installed PR 0.85 Core, then levels, then PRSP core and then levels) , but when i start the game, i'm the only one in my team.
I've tried the ratio to 50 with the max of bot, and even when i put 1 bot, it still the same (i'm the only one in my team, and there's 48 bot in the other).
Is there any way for fixing this problem ?
I've tried this in SP and Deploy, but no change.

Thanks.
ATR3YU is offline
Old 03-04-2009, 08:53 PM   #5
Black
Talking Re: Auto Balance Problems with PRSP

Umm yeah there is a way to perhaps to fixing it, I think the bot amount is on a fixed number, so turning it down in the game will do nothing, ratio though is what you wonna look at. If you have it on 50(ratio) but the bots, all 47 are on the enemy’s side, try turning the bot ratio down for example: I looked myself and found it was fixed on 47 bots and it lagged my system because I turned the graphics on top, so what I did was turn it down (the actual file, and changed it with notepad.) its on 27 now, but instead of me doing the ratio to 50 I put it to 28 and it evened out the forces to 13/14 and 14/14 including me.
So for your case perhaps try turning the number to ratio of 1 or 5, and if all the bots are on your side change the ratio to something between 10 and 50 to even out the forces, until you got it right, if I didn’t hit the problem I cant help but perhaps outlaw can.
Black is offline
Old 03-05-2009, 03:24 PM   #6
KarlW
Default Re: Auto Balance Problems with PRSP

I have the same problem as ATR3YU and I couldn't solve it by just dragging the bot ratio slider. I also have 48 bots in any game, no matter what number I put in.
Could somebody please explain me what to do, because Black's how and what didn't quite help me out (what file is he even talking about )
Thanks in advance!
KarlW is offline
Old 03-05-2009, 05:57 PM   #7
KarlW
Default Re: Auto Balance Problems with PRSP

Guys I found it, searched the forums again and this is the solution (thanks to zone36):
Quote:
Originally Posted by zone36 View Post
Locate the following file:

\mods\pr_sp_08\ai\aidefault.ai, open the file in notepad.

You will see the following code:

aiSettings.overrideMenuSettings 1
aiSettings.setMaxNBots 47
aiSettings.maxBotsIncludeHumans 0
aiSettings.setBotSkill 0.9

Edit that code so it reads like this:

rem aiSettings.overrideMenuSettings 1
rem aiSettings.setMaxNBots 47
rem aiSettings.maxBotsIncludeHumans 0
rem aiSettings.setBotSkill 0.9

Save the file. Now your bot level customizations will work properly.

Credit for fix to [R-DEV]AncientMan
Hope this helps.
KarlW is offline
Old 03-05-2009, 07:51 PM   #8
ATR3YU
Send a message via MSN to ATR3YU
Question Re: Auto Balance Problems with PRSP

I've tried what you told me Black, i've put the ratio to 5, then to 1, then to 10, but no change !
So i started editing aidefault (\mods\pr_sp_08\ai) and finally found a way (but that's quite hard when you don't have a good computer).

aiSettings.setNSides 2
aiSettings.setAutoSpawnBots 1
aiSettings.overrideMenuSettings 1
aiSettings.setMaxNBots 95
aiSettings.maxBotsIncludeHumans 0
aiSettings.setBotSkill 0.1
run BotNames.ai
aiSettings.setInformationGridDimension 32
run AIPathFinding.ai
rem EOF

i think ingame parameters don't change anything but i use:
max player : 16
bot ratio : 0
number of bot : 48
no balanced team.

Then you play the game with 95 bots (omg ) but i got over 25 fps at the deployment area with my poor computer ( 2x3ghz, 4gb ram, 8500gt 512mb o/c and i play with the highest graphisms) and 5 fps in a close-combat area => just unplayable !
(I've chosen 95 cause the enemy side is locked up to 48 players (even when you change the number of bot) and so if you want to play the game with the same number of players in each team...)

I still waiting a better fix if someone finds one ! cause playing with 95 bots is... crazy !

[edit] I've also tried KarlW's solution but no change [edit]

[edit again] So, i finally deleted every lines of aidefault except "aiSettings.setNSides 2" and "aiSettings.setAutoSpawnBots 1" to see what happens... my side : 1 player, the other 48 ! Do I have to conclude the 48 bots are locked in another file ? and which one ? [edit again]
ATR3YU is offline
Last edited by ATR3YU; 03-05-2009 at 08:46 PM..
Old 03-06-2009, 07:48 AM   #9
KarlW
Default Re: Auto Balance Problems with PRSP

Are you sure you edited the right file? The solution I found did work for me, I could adjust bot ratio and numbers in PR easily.
Just deactivate all "aiSettings." lines by putting "rem " in front of them, they're the reason why you can adjust the settings in PR itself. At least, that's all I did, and now it works fine here.
If you edited the right file and it still doesn't work, I have no idea what the problem is.
KarlW is offline
Old 03-08-2009, 07:50 AM   #10
ATR3YU
Send a message via MSN to ATR3YU
Default Re: Auto Balance Problems with PRSP

No way ! I've tried everything you told me, and i even uninstalled my BF 2 game, deleted my profiles, and everything about BF 2 in my registry ! And it doesn't work .
So i just give up -_-.
Thanks for helping me guys !!!

(If someone resolves the problem, i'll keep an eye on the forum !)
ATR3YU is offline
 


Tags
auto, balance, problems, prsp
Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 06:51 AM.


Powered by: vBulletin. ©vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.1
All Content Copyright ©2004 - 2012, Project Reality.