0 Пользователей и 1 Гость просматривают эту тему.
I use LeakNet and it's still blurry and when i add the blurry texture fix it just doesn't launch i press hl2.exe and it still does not work. The LeakNet i am using is leaknet4484.7z
Hello. As some of you know, the game has an infamous bug which causes the textures to be blurry when you have too much VRAM. According to this web page, the bug can be fixed by hacking shaderapidx9.dll "to always return 0x7F000000 as a result" for texture allocation in VRAM. What does "0x7F000000" mean? 16GB?For the hack to work, you also need to delete the vidcfg.bin file. What is the purpose of this file?
Do you know about the file vidcfg.bin?
FileHandle_t file = FileSystem()->Open( "vidcfg.bin", "rb", "EXECUTABLE_PATH" );if ( file ){ GUID deviceId; int texSize; FileSystem()->Read( &deviceId, sizeof(deviceId), file ); FileSystem()->Read( &texSize, sizeof(texSize), file ); FileSystem()->Close( file ); if ( nDeviceGUID == deviceId ) { return texSize; }}<...>file = FileSystem()->Open( "vidcfg.bin", "wb", "EXECUTABLE_PATH" );if ( file ){ FileSystem()->Write( &nDeviceGUID, sizeof(GUID), file ); FileSystem()->Write( &totalSize, sizeof(totalSize), file ); FileSystem()->Close( file );}
for some reason when a metrocop/combine soldier shoots my game crashesthis only happens in e3 2002 though.
Type: Game CrashVers: 2003 betaWhen I pick up the HEV suit, my game immediately crashes back to Steam (I have it as a Non-Steam Game, I've tried with the LeakNet Launcher and the crash still occurs)Any help?
i accidentally messed up my resolution to bigger than my screen and now i cant click settings souhhhhh how do i fix it
-width "your resolution" -height "your resolution"
for some reason the 2002 campaign doesn't work, and when I try to make a new game, it just doesnt load, any help?