Jump to content

cg_thirdpersonalpha Alternative


Go to solution Solved by TriForce,

Recommended Posts

  • Solution
Posted

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
Posted

So there's no way to change the character opacity in the original, retail MP game without having to use cheats, then?

But this custom coding tip is truly handy -- thanks @Tr!Force!

Posted

Gave this a go, and it worked superbly, Tr!Force! Thank you. Not sure if this is OpenJK version dependent, but the actual CVAR settings were in "codemp/cgame/cg_xcvar.h" for me.

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...