Tutorial Activate Developer script for bo2 redacted PC

Throwie

Veteran
Messages
313
Reaction score
80
Points
803
Code:
developer 0;developer_script 0

You need this to inject menus without a lot of problems
 

Inactive Account

Old CCM Member
Premium Member
Messages
480
Reaction score
240
Points
913
precise :
it's for don't get error when you press buttom for launch or select an option.
Thank's :smile:
 

Throwie

Veteran
Messages
313
Reaction score
80
Points
803
It is also so the overflow does not come up. But you can edit it in the \Call of Duty Black Ops 2\Redacted and find the config file called settings and change the developer to 0 and dedicated to zero. So this makes you not to paste the code in every time.
Code:
[General]
; Offline mode.
Offline=1
; Dedicated mode.
Dedicated=0
; Shaderwarming increases loadtimes but smoother gameplay.
Shaderwarming=1
; DeveloperScript shows errors and information from scripts.
DeveloperScript=1  <-- Turn this to Zero
; Localized should be set if you are using a non English version of the game.
Localized=0
 
Top