
Originally Posted by
foLn
Thank you man, this helped perfectly!
So, I've got some more questions for commands I wasn't able to find though...
I'll just list them here, think that's the easiest way, maybe some will know what I'm looking for and help me:
1. How can I make the rail look like the spiral rail from QL?
2. How can I disable the kill messages shown in the upper left corner?
3. How can I make the freecam move slower? It moves ****ing fast by default. I just press w for 1 second and am on the other side of the map.
4. How can I make the enemymodels green?! If I put in cg_enemyxyzcolor 0x00FF00FF they will show up bright pink, but not green for some reason...
5. How can I adjust post processing things like bloom?
1: cg_railstyle 2
2: Try cg_obituaryTime 0 (may work--may not--I don't know 100%)
3: cg_freecamspeed <value>
4: Try
Code:
cg_forceEnemyModel "keel/bright"
cg_enemyUpperColor "0x00FF00FF"
cg_enemyLowerColor "0x00FF00FF"
cg_enemyHeadColor "0x00FF00FF"
5: Type "r_bloom" and then hit tab. Those should at least get you started. (I don't mess with bloom settings so I'm not sure on this one)