PDA

View Full Version : No fog hack


Macavity
25th May 2003, 01:22
can anyone make a no fog hack, opengl if possible?


Thanks,

[~Macavity~]

Hellen Keller
25th May 2003, 02:47
theres fog in this game?

8086
25th May 2003, 04:09
Hmm, Im thinking that too- where is the fog?

Macavity
25th May 2003, 04:14
i get fog, sometimes in certain levels its al hazy, must be my comp but if you can, make a no fog hack, opengl if possible

Hellen Keller
25th May 2003, 05:02
im pretty sure you can disable the fog in your options

People enable fog so they have a better FPS

<[YAH]>force
25th May 2003, 11:38
You can remove it but it is cheat protected i have a hack taht u can download.
on www.rtcwfiles.com
it is a open gl.
so find it over there i dont recall the name anymore but it wont work on cheat protected server il make 1 i think but first some other things

monkey
27th May 2003, 17:56
u could make one in a similar way to my sof2 no fog hack (the one which everyone claimed credit for)

open up the exe in a hex editor and replace every occurene of the word fog with xxx or another 3 letter thing that isn't gonna be anything to do with 3d stuff, it should work

GrumpySpyGuy
27th May 2003, 21:02
If it is similar to MOHAA, which i believe it is, *After we Bypass PB* we cabn do anything, Using the hex editors, (I.e. Hex Workshop) replace the command... You can also do this for 3rd person...

PAS3I2
31st May 2003, 19:58
add this to your opengl wrapper in glDrawELements:

glDisable(GL_FOG);

and thats all........

GrumpySpyGuy
1st June 2003, 05:53
In the wrapper there are like 4 files.. which one.. I need to learn gl

PAS3I2
1st June 2003, 16:04
in the .cpp, where all the functions are located.