The Stalin Subway: Red Veil

The Stalin Subway: Red Veil

Not enough ratings
The Stalin Subway: Red Veil resolution patch
By dcxdemo
The Stalin Subway: Red Veil resolution patch
   
Award
Favorite
Favorited
Unfavorite
Da patch
Hello again, tovarisch!

Almost same patch logic applied for the second game. Simply replaces 640x480 with your desired resolution. This time the engine doesn't have automatic aspect ratio calculation, instead there is widescreen flag, that selects between 1.333 and 1.7777. This patch overwrites default values with actual aspect ratio for chosen resolution.

You can modify FOV in-game by hitting tilda (~) and typing "fov 90" without quotes.
Also don't forget to download patch 1.2 in case you didn't.

Compiled code link (remove spaces): htt ps://yadi .sk/d/rUQs8ed3uBxzQQ
Source code: https://gitlab.com/-/snippets/3639104

1. copy exe to your game folder
2. launch
3. enter your desired resolution (like X: 1920 and Y: 1080)
4. launch config.exe and choose 640x480
5. launch the game

you can do it manually, if you wish to:
640 is at 0xAB6F9
480 is at 0xAB703
apect ratio normal is at 0x7FCEF
aspect ratio wide is at 0x7FCFB (actually not sure if ever used)

Soviet 4K glory:
3 Comments
dcxdemo  [author] Jan 15, 2024 @ 3:33pm 
source code available again at gitlab
Demon27248 Jan 14, 2022 @ 1:11am 
I tested a manual hex edit on Dusk 12 and it worked. The width and height values for 640x480 are at 0xB9889 and 0xB9893 respectively. The script should work if you just replace the values there with these, and stalin.exe with dusk.exe.
Rulero Jul 18, 2021 @ 5:03am 
This is great. i was wondering if a patch like this could be done for Hellforces and dusk 12 as well (running on the same engine)