View Single Post
  #3  
Old 11-21-2020, 07:41 PM
magnetaress magnetaress is offline
Planar Protector

magnetaress's Avatar

Join Date: Feb 2020
Location: Inside of you.
Posts: 9,479
Default

Quote:
Originally Posted by Jibartik [You must be logged in to view images. Log in or Register.]
IIRC the game will remember the location of the window and restore it based on its last location on close out, so it's not really possible to force a window position in titanium. You can give it a default start scale and locaiton though, that you can just copy from some other XML or something, I cant remember how it works off the top of my head, but I know you can.

I had mockup where I got it kind full screen marble using window hacks but it involved locking window placement, standardized resolutions, and stuff, because players would be able to move window around and it would look all fubar.

But that actually reminds me, for your own window, you, CAN lock a window in the XML code, its an option just figure out which windows are locked, or search around for something that seems like lock window, or maybe its commented out somewhere, but you can lock its position and scale.

Then you can get it into your corner, but if you send it to someone who uses a different resolution than you, it wont be in the corner (because its not relative to window scale) and that right there is the reason we dont have a marble UI, because of different resolutions players play p99 in.

you could make a marble UI, with locked windows, hypothetically, for ONE resolution.

like if you lock the window placement, change the resolution so its off screen, you won't see that window again unless you swap back to the older resolution or moved it in the xml code.
Yeah, I am going to figure it out, its probably why it wasn't patched.

I shall look into the compass window as the rogean seems to have figured that one out. -

btw when I save out normally, safe, long camp, and exit, it never saves this one windows position, it always seems to default back to its original spot for whatever silllly reasons - my other windows work normally and they stay were I put them!

ty for the answer! it spurred me on to look into the compasswindow
Reply With Quote