Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windowed Mode Not Working #23

Open
caryyu opened this issue Aug 24, 2024 · 1 comment
Open

Windowed Mode Not Working #23

caryyu opened this issue Aug 24, 2024 · 1 comment

Comments

@caryyu
Copy link

caryyu commented Aug 24, 2024

Here's my config setup, I just compiled you launcher btw, It always shows the full screen on my Windows 10 OS:

[MAIN]
FPSLimit=0
FPSLimitMode=2
FullScreenRefreshRateInHz=0
DisplayFPSCounter=1
ForceWindowedMode=1

[FORCEWINDOWED]
UsePrimaryMonitor=0
CenterWindow=1
AlwaysOnTop=0
DoNotNotifyOnTaskSwitch=0
ForceWindowStyle=0

[LAUNCHER]
AppExe=
AppArgs=

My command: .\launcher.exe "C:\Program Files\RXCQ2003\mClient.exe"

@caryyu
Copy link
Author

caryyu commented Aug 24, 2024

My gut-feeling is the DLL injection can't do the trick for the target exe because of the the sub thread as the game will run on the main thread, so it may be required to insert ASM code to the target exe for loading the library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant