PDA

View Full Version : Need Help On Small Mod


simonlourson
04-29-2009, 11:46 AM
Hi all.

I have a small modding project, and I need help with it, as I am a complete noob as far as the source engine is concerned...

I need a way to suppress ALL lighting and shadowing from the game. More precisely, what I need to achieve is to have the exact same ambient lighting regardless of my location in the map.

I need the mod to be client only. (nothing has to be installed on my server).

Is it doable? If so how?

I'm have a IT job irl, and I know quite a bit about programming, so don't be afraid to go technical on me.

Thank you for your help.

Apex_
04-29-2009, 02:04 PM
mat_fullbright "1"

simonlourson
04-30-2009, 02:49 AM
Thank you for the quick answer, I will test this today. It seems from the cvar list this requires sv_cheats 1. But this will do for now, ty.

Any other ideas that don't require sv_cheats?