- Home /
Problem is not reproducible or outdated
custom startup resolution window
Hi guys, I am trying to make a custom Startup Window for Standalone Projects but i do not understand where to start or what is the right direction for this . I have to make a resolution selector and a quality selector with each has its own sub qualities
Plz guys Point me in the right direction of how to start working on it like how its done Thanks...
I know how to write a editor script but i am asking that how can i $$anonymous$$ake it run before my game starts
Answer by M-Hanssen · May 09, 2016 at 11:06 AM
If you want to make a startup resolution windows BEFORE your application starts, you will have to create a windows forms application that launches your game with certain resolution arguments.
To begin with windows forms, start looking here:
https://msdn.microsoft.com/en-us/library/dd492132.aspx
And for reading command line arguments inside a .NET application, start looking here:
https://msdn.microsoft.com/en-us/library/system.environment.getcommandlineargs.aspx
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
4K Standalone 0 Answers