-
Notifications
You must be signed in to change notification settings - Fork 68
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
Start in fullscreen mode? #386
Comments
In Windows you can toggle it afterwards, with alt+enter. |
@Gerwin2k Can you please tell me what lines did you modify exactly? |
All lines which end with the exact string "// GB 2020" were added by me. If still not clear, which I find hard to imagine, one can use a WinDiff like compare program on the original + modded files. |
@Gerwin2k Ah, yes, of course its clear now, thanks! Would a PR be accepted for this? |
i copied those files to my cloned repository but when i went to compile it threw up several "undefined reference" errors
what should i do |
The linker part of your compiler is failing to find the SDL2 .lib files. The .lib files being the developer libraries. In the other issue #410 you mentioned a similar thing. So I assume you solved it already. You refer to a zip archive I attached here, not sure if that is still up-to-date. The most recent version can be downloaded from my website: www.gbhomepage.nl in back-ports section. |
i copied the files over but i'm still getting those errors |
Hi there,
Is it possible to start the game in fullscreen mode?
I am talking about the graphics mode, not the in-game "fullscreen mode".
I can see fullscreen mode is set here:
systemshock/src/MacSrc/ShockBitmap.c
Line 46 in bcdb119
...but I can't see any config files or commandline parameters to set it permanently.
Am I missing something?
The text was updated successfully, but these errors were encountered: