Quantcast
Channel: Project Reality Forums - PR:BF2 Bugs
Viewing all articles
Browse latest Browse all 2537

v1.4.4 config_private.py reads CO settings wrong

$
0
0
Disabling the CO slots on all gamemodes does not work as intended in game - CO slot is still enabled and visible. In one case I have been kicked from the server due to early squad and when I rejoined it and switched to the other team and went onto the squadscreen, the CO line dissapeared infront of my eyes. On 4 other occasions with those lines unchanged, the CO slot remained. It was done on the same passworded server all of the time.

Also when creating an early squad, a message or something flashes for a split second behin the map and the squadmenu, maybe that has something to do with it, maybe not.

Code:

# PROJECT REALITY ASSAULT AND SECURE COMMANDER
# Enable/Disable commander in AAS
# Default is enabled
C['AAS_COMMANDER'] = 0
#
#
# PROJECT REALITY INSURGENCY COMMANDER
# Enable/Disable commander in Insurgency
# Default is enabled
C['INSURGENCY_COMMANDER'] = 0
#
#
# PROJECT REALITY COUNTER-ATTACK COMMANDER
# Enable/Disable commander in Counter-Attack
# Default is enabled
C['COUNTER_COMMANDER'] = 0
#
#
# PROJECT REALITY COOP COMMANDER
# Enable/Disable commander in Coop
# Default is enabled
C['COOP_COMMANDER'] = 0
#
#
# PROJECT REALITY SCENARIO COMMANDER
# Enable/Disable commander in Scenario
# Default is enabled
C['SCENARIO_COMMANDER'] = 0
#
#
# PROJECT REALITY SKIRMISH COMMANDER
# Enable/Disable commander in Skirmish
# Default is enabled
C['SKIRMISH_COMMANDER'] = 0
#
#
# PROJECT REALITY CNC COMMANDER
# Enable/Disable commander in Command and Control
# Default is enabled
C['CNC_COMMANDER'] = 0
#
#
# PROJECT REALITY VEHICLE WARFARE COMMANDER
# Enable/Disable commander in Vehicle Warfare
# Default is enabled
C['VEHICLES_COMMANDER'] = 0
#
#
# PROJECT REALITY OBJECTIVE COMMANDER
# Enable/Disable commander in Objective
# Default is enabled
C['OBJECTIVE_COMMANDER'] = 0

I'm not ruling out a fault on our side completely yet, but the other changes I do believe work as intended.

Viewing all articles
Browse latest Browse all 2537

Trending Articles