Jump to content

cg_thirdpersonalpha Alternative


Go to solution Solved by TriForce,

Recommended Posts

  • Solution

yes, works only using cheats enabled. this is the code-piece from the game.

 

 

{ &cg_thirdPersonAlpha,    "cg_thirdPersonAlpha",    "1.0", CVAR_CHEAT },

 

so, 1.0 is full opacity, u can do it as the 50% using 0.5 as value ;)

 

PS: If u are a coder, and u want enable without cheats, just change CVAR_CHEAT to CVAR_ARCHIVE in cg_main.c (client game folder)

Cerez likes this
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...