An application that applies the widescreen mod to Star Trek Voyager Elite Force.
- Problem: My game's screen is cropped after applying the mod.
- Solution: Go to your game directory. Right click the "stvoy.exe" and click properties. Click on the Compatibility tab and click on "Change high DPI settings". Then click on the check box with "Override high DPI scaling behaviour. Scaling performed by:" next to it. Make sure the box below it has "Application" selected. Click OK and apply the changes. This should fix the cropping issue.
You must use a compiler that supports atleast C++17 and most importantly it must support the File system library. Visit this page to see if your compiler meets these requirements.
I used VSCode with Clang 12.0.1 and the VSCode json files are already setup to use it. Feel free to use wichever IDE/code editor and compiler you wish.
If you decide to use my preset settings, you must create a folder called "compiled" in the root. VSCode will compile the application to this folder.