Game launcher

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Game launcher

Re: Game launcher

by MatrixCL » Tue Jul 21, 2020 8:21 am

Caligari87 wrote:
MatrixCL wrote:Basically I expected that if there would be any, then surely the download page here would show it, since it includes several other 3rd party software as well.
But... it does...
Well I'll be damned, I see ZDL right there now. I completely missed it. :bang:

My idea was actually to copy the options from the game (all of them eventually, but starting with the most important once) rather than having to fill in command-line arguments. But if it stores what arguments you used earlier, I guess it won't be worth the effort to make my own.

Re: Game launcher

by Caligari87 » Tue Jul 21, 2020 7:41 am

MatrixCL wrote:Basically I expected that if there would be any, then surely the download page here would show it, since it includes several other 3rd party software as well.
But... it does...
The ZDoom.org Download Page wrote: Support
ZDL
Want a simple launcher to make using ZDoom easier? Try this.
Anyway, yeah, making your own is fine too. I use a custom bash script on Linux to launch my favorite mods.

8-)

Re: Game launcher

by MatrixCL » Tue Jul 21, 2020 6:56 am

Right, I'll admit I wasn't very thorough in my search. :oops: Basically I expected that if there would be any, then surely the download page here would show it, since it includes several other 3rd party software as well.

But thanks for the link! I checked them all out and none are really what I was looking for. So I might make one myself anyway. We clearly don't have enough. :D

Re: Game launcher

by Caligari87 » Tue Jul 21, 2020 6:17 am

There are man many existing programs for this. I'm not sure what you tried, but googling "doom launcher" will give plenty of results, most of which should be compatible with 90% of Doom engines. The [wiki]Frontend[/wiki] page on the ZDoom wiki also lists several which specifically have G/ZDoom compatibility.

Some of these are abandoned and out of date of course, and some may not have all the features you want. In that case, it's fine to write your own or fork an existing one. It's not really a feature suggestion for the engine though.

8-)

Game launcher

by MatrixCL » Tue Jul 21, 2020 6:09 am

To record runs and preset some settings, one needs to create a shortcut to the game and add the parameters. Or run it from the console (command prompt in Windows).

As I'm a full stack developer by profession and have MS Visual Studio (not just Code), I was thinking of writing a simple game launcher. A Windows forms application with which you can select a couple of options and then run. The separate launcher with then launch the game with the correct command parameters.

I'm a little surprised I wasn't able to find one of those on this website, so I wanted to double check whether there really isn't one already. And if not, would there be any interest in that, or would I just be doing it for myself?

Top