buzz456 wrote:Welcome to our little world.
ZekTheKid wrote:buzz456 wrote:Welcome to our little world.
Errm, little?
No IMO this world of ours is pretty big.
<ScreenResX d:type="sInt32">1920</ScreenResX>
<ScreenResY d:type="sInt32">1080</ScreenResY>
<FullScreen d:type="sInt32">1</FullScreen>
That's a great tip, thank you. I actually delved into the BIN format and ended up writing my own XML <-> BIN converter for fun, but for some reason I never made the connection between my early exploration of how to change the windowed resolution and that binary format. Thanks!Chacal wrote:Welcome, and thanks for this article about using multiple monitors, I'll try that.
I noticed you're poking values into PlayerProfiles.bin directly using XVI32 (ah, memories).
No need to do it this way. You can process the bin file with Railworks\serz.exe, this will create a xml file, part of which is what you seek:
- Code: Select all
<ScreenResX d:type="sInt32">1920</ScreenResX>
<ScreenResY d:type="sInt32">1080</ScreenResY>
<FullScreen d:type="sInt32">1</FullScreen>
You can edit the file and process it again with serz.exe.
Even better, using the almost-free RWTools utility, you can just open the file, make changes, and save them. It will automatically use serz.exe. The whole thing takes about 30 seconds.
Heh, thanks, Derek. I love that you continue to support and even participate in the community. Cheers. :)Derek wrote:Welcome and enjoy!
This place is made great by the people that use this forum, a wonderful place to chat and share.
I keep my head down low but I scout beyond the wall from Dovetail Castle, shhhh, don't tell them.
https://www.youtube.com/watch?v=s6jYoagXmZE
Users browsing this forum: Chacal and 2 guests