(This is reported to be working. But I am not sure as I have not tried it on my own)

To remove Swift Shader logo from game screen:

You need a "hex editor" to do this. Easy to find free one just google it. 1. Once you run the editor, load up the DLLs, and search for "96 00 00 00 C8 00 00 00" without the quotes. 2. Then, replace the 96 and c8 with 01. 3. You should now have "01 00 00 00 01 00 00 00". 4. Don't touch anything else, just save your file.

TO REMOVE FLAG FROM GAME SCREEN :

First run the game once. Now follow the below steps Go to your game folder. Search for swiftshader.ini. Edit it using notepad. Now insert new settings like this: (Edit the values as shown below , don't copy and paste the values because it may not work then)
[Capabilities] PixelShaderVersion=30 VertexShaderVersion=30 TextureMemory=256 Identifier=0 [Caches] VertexRoutineCacheSize=2048 PixelRoutineCacheSize=2048 SetupRoutineCacheSize=2048 VertexCacheSize=128 [Quality] TextureSampleQuality=0 MipmapQuality=0 PerspectiveCorrection=0 TranscendentalPrecision=0 TransparencyAntialiasing=0 [Processor] ThreadCount=2 EnableSSE3=1 EnableSSSE3=1 EnableSSE4_1=1 [Optimization] OptimizationPass1=1 OptimizationPass2=0 OptimizationPass3=0 OptimizationPass4=0 OptimizationPass5=0 OptimizationPass6=0 OptimizationPass7=0 OptimizationPass8=0 OptimizationPass9=0 OptimizationPass10=0 [Testing] DisableServer=0 ForceWindowed=0 ComplementaryDepthBuffer=0 PostBlendSRGB=0 ExactColorRounding=0 DisableAlphaMode=1 Disable10BitMode=1 FrameBufferAPI=0 Precache=0 ShadowMapping=3 [LastModified] Time=1319633502

Sharing Is Sexy !

Comments/disqusion
1 comment