Main > Lightguns
Use RCPS3 Move Games with Lightgun using scripts
<< < (17/39) > >>
bryhud:
1920 x 1080
lllll44:

--- Quote from: Jayinem on September 03, 2020, 01:50:15 pm ---
--- Quote from: lllll44 on September 03, 2020, 01:45:19 pm ---Hi man, i saw in another forum you have a good scaling script, can you please give me it, it will be great for me also:)

 "I just solved this problem on another forum. The problem is scaling. Right click on desktop and choose Display settings and change to 100%. For me this was not ideal though because it made everything on my TV too small when I wasn't playing the game. So someone gave me a script to solve this. Let me know if you need the script but it's a little difficult you need settings in your registry."

--- End quote ---

I have a script for Time Crisis 5 not RPCS3 that changes scaling. Do you need it for Time Crisis 5?

--- End quote ---

yes please, it will also be good for any teknoparrot and etc game.
Jayinem:

--- Quote from: lllll44 on September 03, 2020, 02:21:23 pm ---
--- Quote from: Jayinem on September 03, 2020, 01:50:15 pm ---
--- Quote from: lllll44 on September 03, 2020, 01:45:19 pm ---Hi man, i saw in another forum you have a good scaling script, can you please give me it, it will be great for me also:)

 "I just solved this problem on another forum. The problem is scaling. Right click on desktop and choose Display settings and change to 100%. For me this was not ideal though because it made everything on my TV too small when I wasn't playing the game. So someone gave me a script to solve this. Let me know if you need the script but it's a little difficult you need settings in your registry."

--- End quote ---

I have a script for Time Crisis 5 not RPCS3 that changes scaling. Do you need it for Time Crisis 5?

--- End quote ---

yes please, it will also be good for any teknoparrot and etc game.

--- End quote ---

You will have to get your monitor number and change it where it says TSB020616843009_00_07DA_23^CABA4468DAB47AC700B3F9C0FB465213 that is mine you would have to enter your own in both places, you would also change the resolution if needed. And again this is for Time Crisis 5 you would have to make alot of other changes. I tried the cutout the parts about Time Crisis 5, I hope this is accurate.

This changes Time Crisis 5 to 100% scaling on the fly and changes it back to 150% after I hit escape both automatically. To get your monitor number You have to hit Windows + R and type regedit and go here



#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


SetDpi(-2)
sleep, 100

SetDpi(dpi) {
    RegWrite, REG_DWORD, HKEY_CURRENT_USER\Control Panel\Desktop\PerMonitorSettings\TSB020616843009_00_07DA_23^CABA4468DAB47AC700B3F9C0FB465213, DpiValue, % dpi
    RegWrite, REG_DWORD, HKEY_LOCAL_MACHINE\System\ControlSet001\Control\GraphicsDrivers\ScaleFactors\TSB020616843009_00_07DA_23^CABA4468DAB47AC700B3F9C0FB465213, DpiValue, % dpi
    ChangeResolution()
}
return


ChangeResolution(Screen_Width := 1920, Screen_Height := 1080, Color_Depth := 32) ; change these values for your screen resolution
{
    VarSetCapacity(Device_Mode,156,0)
    NumPut(156,Device_Mode,36)
    DllCall( "EnumDisplaySettingsA", UInt,0, UInt,-1, UInt,&Device_Mode )
    NumPut(0x5c0000,Device_Mode,40)
    NumPut(Color_Depth,Device_Mode,104)
    NumPut(Screen_Width,Device_Mode,108)
    NumPut(Screen_Height,Device_Mode,112)
    Return DllCall( "ChangeDisplaySettingsA", UInt,&Device_Mode, UInt,0 )
}
return
lllll44:
Very nice, thanks!
Jayinem:

--- Quote from: bryhud on September 03, 2020, 02:13:19 pm ---1920 x 1080

--- End quote ---

When I put 1920 x 1080 in WindowedBorderlessGaming it makes the screen way too big where it doesn't fit. I tried changing DPI settings hasn't helped.  I know since you're not having this issue it's something on my end I've had a lot of monitor problems lately.

I'm just having all kindsa hell with this when I bet it's been simple for you lol.
Navigation
Message Index
Next page
Previous page

Go to full version