substrant / starlight

Roblox multitool. Custom Roblox launcher and bootstrapper.
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Does the GlobalLaunchSettings.json file support changing resolution? #12

Closed puhbu closed 2 years ago

puhbu commented 2 years ago

Making it the desired resolution doesn't work, saying it cannot parse configuration.

Is it planned to be added?

reversed-coffee commented 2 years ago

How did you input the resolution? The resolution should be written like this: "resolution": "WIDTHxHEIGHT"

So an 800x600 window would be like this: "resolution": "800x600"

The default should be this: "resolution": null

More information can be viewed in the documentation.

Show me a picture of your configuration's contents, most likely you input it wrong.

puhbu commented 2 years ago

oh, i see, i was doing it like "resolution": 1280x720 not "resolution": "1280x720". now it is fixed, thank you a lot

puhbu commented 2 years ago

image tho i do not think is supposed to happen xd

reversed-coffee commented 2 years ago

That's intended. What may you have expected to see?

puhbu commented 2 years ago

I thought it will become fullscreen, I don't know why lol, so then it works well? That's awesome!

reversed-coffee commented 2 years ago

Yeah, I don't know how to implement scaling so I just went with that. Since Roblox uses OpenGL I might be able to implement scaling but as of now that's what I have.