Hello stranger! I am Claudio Ficara, AKA SysOp. I am cool, fresh guy who loves to convert imagination into real shit. I've developed diferrent skills such as programming, level design, game design, modelling, animating and so on. I currently work as game developer and live on Argentina with my family that I love so much. My goal is helping others to achieve what they want! Add me as a friend or track me down on Facebook. Later!

  • View media
  • View media
  • View media
Prevent Paranoia's hacked OpenGL32.dll (view original)

The media you are trying to view has been deleted and is no longer available. This may have occurred at the uploaders request, or it may have occurred because it violated the sites Terms of Use. If this is a mistake and you would like it re-activated, please contact us with the details.

If you would like to view other media in this gallery click here.

Description

I've recieved some complains about that library which causes some graphical errors in your mod and sometimes doesn't allows you run Half-Life.

I created this code a long time ago. It's a simple code which prevents the mod runs if the library is present. If the library is there, then a warning message will appear.

I wanted to share it with you, so the code is attached below. Inside it you will see a header and a .cpp file that you need to add to make this code work. The readme's instructions, here:

Include in your project GLSafeLoad.cpp and GLSafeLoad.h

Open HUD.cpp

Add the following at top:

#include "glsafeload.h"

Add the following in CHud :: VidInit():

gl.VidInit();

Enjoy finding that hacky .dll!

PS: Aditional credits goes to BUzer.

Download link (code): Am.half-lifecreations.com