Aller au contenu

Rhyader

GamerLine
  • Compteur de contenus

    43
  • Inscription

  • Dernière visite

Tout ce qui a été posté par Rhyader

  1. I made this .ahk to set dpi screen to 100, launch Sinden software and launch the loader in silent mode with no cursor and no crosshair. Usually, when press esc, all the programs close and dpi is reverted to 200 (my normal value) but this time the Sinden software doesn't close and dpi remain at 100. I need that someone more skilled than me, checks what's wrong in my script, thanks.. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. #SingleInstance Force Run, SetDPI.exe 100 Sleep, 1000 Run, D:\Gungames\Gunman\SindenLightgun\Lightgun.exe Sleep, 2000 Run, D:\Gungames\Gunman\Gunman_Launcher.exe -c -x -s ~Esc:: Process,Close,Lightgun.exe Process,Close,Gunman_Launcher.exe Run, taskkill /im "Lightgun.exe" /F Run, taskkill /im "Gunman_Launcher.exe -c -x -s" /F Run, SetDPI.exe 200 ExitApp return
  2. If you run the launcher like this : "Run, D:\Gungames\Gunman\Gunman_Launcher.exe -c -x -s" you don't need to tick the option every time
  3. Yes, you have to point to "gunman_dxF.exe" in exe folder
  4. It seems that the aim is correct only at native res (1024x768): if I run this game at higher res (both 4:3 and 16:9) I need to correct x and y ratio values in sinden software
  5. Have you copied all the .dlls from MS\x86 folder?
  6. Tried dgvoodoo but seems does not work: I copied "dgvoodoo.conf" , "dgvoodoocpl.exe" and the .dlls from MS\x86 folder.... maybe I done something wrong? Solved: dgvoodoo files must be copied in "exe" folder, not in the main folder
  7. Hi, I changed "Env window width" from 1024 to 1360 and "Env window height" leaved the same. Now the result is this:
  8. Hi, I can run it in fullscreen using Borderless Gaming but in your video the game seems to have a better resolution: do you changed something?
  9. Nella cartella del gioco c'é un file che si chiama "mxGetHwInfo.ini" dove sono riportate queste risoluzioni, quindi in teoria si potrebbe portarlo a 1360x768, ho provato a modificare il file cambiando i parametri ma la risoluzione rimane sempre uguale In the game folder there is a file called "mxGetHwInfo.ini" where these resolutions are reported, so in theory you could bring it to 1360x768, I tried to modify the file by changing the parameters but the resolution always remains the same
  10. Does someone know what is the original res of the game? Thanks
  11. Hi, I see both crosshair and mouse cursor: how can I disable at least that mouse cursor?
  12. Hi, in the cmd window I see it says "A" version
  13. Hi, can someone re upload missing test menu files and rev. C update? Thanks!
×
×
  • Créer...