This member has provided no bio about themself...

Comment History
Aryetis
Aryetis - - 1 comments @ Shogo Fix

- you can fix the flickering mouse cursor by using the dinput.zip at the bottom of this thread : Github.com
- I just turned down the sensitivity in-game
- you can fix the broken text by turning off ClearType in windows settings. If you're a lazy f** (like me), you can install karoplan's cleartype-switch program : Karpolan.com and create a dirty .bat file that will turn off ClearType when launching shogo and back on once you're done. Here's mine (make sure to change the addresses) :
"D:\outils\ClearType Switch\ClearTypeSwitch.exe" s+ c-
"D:\jeux\Shogo - Mobile Armor Division\Shogo.exe"|more
:waittofinish
timeout /T 2 /nobreak >nul
tasklist /fi "IMAGENAME eq client.exe" /fo csv 2>NUL | find /I "client.exe">NUL
if "%ERRORLEVEL%"=="0" goto waittofinish
if "%ERRORLEVEL%"=="1" goto end
:end
"D:\outils\ClearType Switch\ClearTypeSwitch.exe" s+ c+

Good karma+2 votes