Question How can I change the difficulty of bots ingame?

Haloyo

New Member
Messages
6
Reaction score
0
Points
1
Hello everyone! I found that web surfing on the net and I hope some of you could help me with this...
I want to play One In the Chamber, Gun Game, Stick & Stones (party modes) with smart bots (hardened).
The mod menus that I tried don't allow me to change the bot difficulty and they are so dumb (recruit difficulty)...
Do you guys know one mod that actually alows me change in real time the difficulties of the bots?
Notice please that the game doesn't allow to put bots on party mode without mods...

Thanks!
 
Last edited:

Haloyo

New Member
Messages
6
Reaction score
0
Points
1
iF
My time is valuable. I have many people who can vouch for my work. @Harry @candy @maxwell baker
I want to change those things with a dvar slider ingame:
Code:
bot_AllowGrenades
bot_CloseDistance
bot_CrouchDistance
bot_difficulty
bot_enemies
bot_Fov
bot_friends
bot_GoalRadius
bot_MaxAdsTime
bot_MaxCrouchTime
bot_MaxDeathTime
bot_MaxFireTime
bot_MaxGrenadeTime
bot_MaxPitchTime
bot_MaxReactionTime
bot_MaxStrafeTime
bot_MeleeDist
bot_MinAdsTime
bot_MinCrouchTime
bot_MinDeathTime
bot_MinFireTime
bot_MinGrenadeTime
bot_MinPitchTime
bot_MinReactionTime
bot_MinStrafeTime
bot_PitchDown
bot_PitchSpeed
bot_PitchSpeedAds
bot_PitchUp
bot_SprintDistance
bot_StrafeChance
bot_TargetLeadBias
bot_UseFriendNames
bot_YawSpeed
bot_YawSpeedAds
And i want it in bo1 and in bo2 (two mod menus), if you can make it I will pay you the 20$
 

swoon

Entrepreneur
Premium Member
Messages
490
Reaction score
353
Points
698
iF

I we1ant to change those things with a dvar slider ingame:
Code:
bot_AllowGrenades
bot_CloseDistance
bot_CrouchDistance
bot_difficulty
bot_enemies
bot_Fov
bot_friends
bot_GoalRadius
bot_MaxAdsTime
bot_MaxCrouchTime
bot_MaxDeathTime
bot_MaxFireTime
bot_MaxGrenadeTime
bot_MaxPitchTime
bot_MaxReactionTime
bot_MaxStrafeTime
bot_MeleeDist
bot_MinAdsTime
bot_MinCrouchTime
bot_MinDeathTime
bot_MinFireTime
bot_MinGrenadeTime
bot_MinPitchTime
bot_MinReactionTime
bot_MinStrafeTime
bot_PitchDown
bot_PitchSpeed
bot_PitchSpeedAds
bot_PitchUp
bot_SprintDistance
bot_StrafeChance
bot_TargetLeadBias
bot_UseFriendNames
bot_YawSpeed
bot_YawSpeedAds
And i want it in bo1 and in bo2 (two mod menus), if you can make it I will pay you the 20$
If you want both games I'll do it for $35.00 however I'm not doing the slider. I'll make functions where you choose harmless easy medium hard
 

Harry

Certified Sick ℂunt
Premium Member
Messages
1,263
Reaction score
969
Points
973
iF

I want to change those things with a dvar slider ingame:
Code:
bot_AllowGrenades
bot_CloseDistance
bot_CrouchDistance
bot_difficulty
bot_enemies
bot_Fov
bot_friends
bot_GoalRadius
bot_MaxAdsTime
bot_MaxCrouchTime
bot_MaxDeathTime
bot_MaxFireTime
bot_MaxGrenadeTime
bot_MaxPitchTime
bot_MaxReactionTime
bot_MaxStrafeTime
bot_MeleeDist
bot_MinAdsTime
bot_MinCrouchTime
bot_MinDeathTime
bot_MinFireTime
bot_MinGrenadeTime
bot_MinPitchTime
bot_MinReactionTime
bot_MinStrafeTime
bot_PitchDown
bot_PitchSpeed
bot_PitchSpeedAds
bot_PitchUp
bot_SprintDistance
bot_StrafeChance
bot_TargetLeadBias
bot_UseFriendNames
bot_YawSpeed
bot_YawSpeedAds
And i want it in bo1 and in bo2 (two mod menus), if you can make it I will pay you the 20$
If you want both games I'll do it for $35.00 however I'm not doing the slider. I'll make functions where you choose harmless easy medium hard
Good deal, I’d take it if I were you..
 

candy

G59 Terrorist
Staff member
Donator
Messages
1,327
Reaction score
763
Points
973
iF

I want to change those things with a dvar slider ingame:
Code:
bot_AllowGrenades
bot_CloseDistance
bot_CrouchDistance
bot_difficulty
bot_enemies
bot_Fov
bot_friends
bot_GoalRadius
bot_MaxAdsTime
bot_MaxCrouchTime
bot_MaxDeathTime
bot_MaxFireTime
bot_MaxGrenadeTime
bot_MaxPitchTime
bot_MaxReactionTime
bot_MaxStrafeTime
bot_MeleeDist
bot_MinAdsTime
bot_MinCrouchTime
bot_MinDeathTime
bot_MinFireTime
bot_MinGrenadeTime
bot_MinPitchTime
bot_MinReactionTime
bot_MinStrafeTime
bot_PitchDown
bot_PitchSpeed
bot_PitchSpeedAds
bot_PitchUp
bot_SprintDistance
bot_StrafeChance
bot_TargetLeadBias
bot_UseFriendNames
bot_YawSpeed
bot_YawSpeedAds
And i want it in bo1 and in bo2 (two mod menus), if you can make it I will pay you the 20$
If you already have all the dvars you want to edit, then why not just do it yourself?
It would be something so simple as
Code:
setDvar( <dvar>, <value> );
 

Haloyo

New Member
Messages
6
Reaction score
0
Points
1
I think that the dvar doesn't work...not sure tho
Other way to do this would be put a custom game mode on a mod menu that allows to do gungame.
You would put veteran bots,ffa (before the match start) and when you're ingame you open a mod menu and select a gungame mode without exiting the current game.
(I'm not sure if I'm being clear)
 
Top