[merged] Change how resolution is adjusted

zc456

Well-Known Member
Update: code added and waiting on the pull requested.
drqwg1H.png

Why are we still using this method to adjust resolution? It's not convenient and reverts on every update. I was hoping the below would work by now.
7YKkYWL.png
 
Last edited:
It reverts on updates because people changed the values. I'll change it back on the next one. :p
I've already pushed code for adjusting the client's resolution using the patcher (courtesy of LetsRaceBwoi).
If you feel the need to add executable arguments, they are dead simple. Google it.
 
If you feel the need to add executable arguments, they are dead simple. Google it.
I'd love to! If I weren't getting this error.
5338164895ee9618b654d12a128f4339.png

It says metadata file but then it shows me the DLL library. I tried Googling it. I'm confused. Got the same error on 2010 Pro/Express and 2013 Community (after I moved the content files to MonoGame's)
 
Copy precompiled libs from the current build, it should overwrite them anyway
THANK YOU! I did something similar and compiled those two libs manually and then built it. Surprisingly, it succeeded and ran.
fkXR67em.gif

P.S.
Project Dollhouse doesn't need to be in the TSO folder.
 
Last edited:
Ah yes, the most important issue. I hope you realise changing resolution using launch parameters stopped being a thing around 2004 right?

There will eventually be ingame settings to manage this.
 
I usually just change it to 1280x720 in a manifest file and while it does mess up the loading screen background - whatever, it works nice (until Afr0 breaks it). :D
 
Manifest file method works but becomes repetitive with frequent updates or compiling. Just my opinion, though. Glad the change was merged. Makes developing and testing a lot easier now.
 
Last edited:
Widescreen will eventually be fixed. We're probably going to need an hi-res extension background (like below) for the 4:3 screens, which will be bundled with the PD client and scale up to very large resolutons. Would be used on CAS, SAS, loading screen and city view (maybe, i have other plans for this too).

upload_2015-7-11_14-26-36.png

and don't worry, I'll make it ;)
 
Back
Top