Page 1 of 2

Arachnotron Doom Launcher 1.1.4

Posted: Sat Feb 09, 2019 6:11 pm
by Lycanite
Arachnotron Doom Launcher 1.1.4
A responsive cross platform launcher for GZDoom and similar ports based on QT.
Website and Downloads: http://nephrite.uk/arachnotron
Gitlab: https://gitlab.com/Lycanite/arachnotron

About
So I wanted to learn how to make a QT Quick App as well as the basics of C++ and decided that I would work on a new Doom Launcher to do this! Also Arachnotron are the best Doom monsters so naturally that was the launcher's name. Please report any problems on Gitlab.

JSON Configs
Arachnotron uses human readable json files to manage profiles into categories, these can be editing within the launcher or by hand with a text editor. My current WIP project makes use of this through git to keep the files I use in multiplayer with my friends in sync for example. Multiple jsons can also be imported together to make things much quicker and easier.

Relative Paths
Arachnotron can use paths relative to the location of the profile json file, this means that people wanting to package together several wads/pk3s can do so and include a category and profile jsons at the root of their project ready for others to import. All paths use forward slashes / even in Windows.

Profile and Launch Level Resources
A list of files/folders can be added to a profile in a specific load order in the profile edit page. Then on the launch page, more files or folders can be added, this is good if for example you are using several gun wads and but want to keep changing map wads as the profile resources remain unchanged, but the launch resources can be constantly changed. In the future I want to add Engine level resources for things such as brightmaps.pk3 and lights.pk3 for GZDoom, for now only configs can be set per Engine.

Profile Art
Category and Profile icons and backgrounds can be included to make things look fancy!

Categories
Profiles can have a comma separated list of category names that they are allowed to show up in (case sensitive currently).


Profiles
Profiles provide a list of files or folders to load as well as commonly used cvars, you can also add any other arguments you want at the profile level.

The profile launch page.


The profile edit page.


An example of a profile for my project showing the cvars that are commonly used with their reset to profile default buttons as well as a custom background image. You can also see the launch command preview that I've generated which is use for copying into launch scripts or for testing the launch commands out.


A busier edit page of my project's main profile, many resources are loaded from paths that are relative to where the profile's json file is located, absolute paths can also be used but should be avoided if you plan on sharing the profile with others or bundling one with a project. This profile is quite large and all my other profiles inherit from it making managing them all at once incredibly easy.

Iwads
Iwad names and paths are set separately, this allows for profiles to be easily shared across multiple devices as there are no absolute paths needed, instead they just refer to an Iwad by name (currently case sensitive, but the edit profile page offers a drop down for selecting Iwads easily). The "Find Iwads In Folder" button can be used to be automatically find and add Iwads in a folder (based on their filenames).


Engines
Multiple engines can be added which are then set in profiles by name much like how Iwads work. The config path for an engine can also be set if needed as well.

Re: Arachnotron Doom Launcher - New Project

Posted: Sat Feb 09, 2019 10:22 pm
by RiboNucleic Asshat
Yoooo, this is nice! I really like this style of layout, and I'd been looking for a nice simple launcher for Doom that used it. Most other launchers just frustrate me with how they function, so I've just been using the command line. Filesize is a bit hefty for just a launcher, but it's not a big deal to me.

One complaint, though-- It's annoying to have to click an entry then click launch. If you changed it so that clicking automatically launched it, and put a smaller button for options in the corner / used right-click to open game options, this would be pretty much perfect for me.

Re: Arachnotron Doom Launcher - New Project

Posted: Sun Feb 10, 2019 7:18 am
by Lycanite
PermaNoob wrote:Yoooo, this is nice! I really like this style of layout, and I'd been looking for a nice simple launcher for Doom that used it. Most other launchers just frustrate me with how they function, so I've just been using the command line. Filesize is a bit hefty for just a launcher, but it's not a big deal to me.

One complaint, though-- It's annoying to have to click an entry then click launch. If you changed it so that clicking automatically launched it, and put a smaller button for options in the corner / used right-click to open game options, this would be pretty much perfect for me.
Thanks! Yeah it uses a few qt libraries beefing up the file size but I don't think all the included files are needed so I'll look at stripping it down a bit.
I'll add a little launch and edit button under each of the profile tiles for faster launching too, thanks for the feedback!

Re: Arachnotron Doom Launcher - New Project

Posted: Sun Feb 10, 2019 8:30 am
by Lycanite
Updated to 1.0.1, reduced the Windows download file size from 29MB down to 17MB and added small launch and edit buttons onto the category view.

Re: Arachnotron Doom Launcher - New Project

Posted: Sun Feb 17, 2019 6:21 am
by ErmacMKIII
Quite intuitive and innovative to built Doom Launcher with such a GUI resembling Ubuntu Unity or Discord. That's a first plus. The goal is to make it application thinks for the user (player) so player is taking as less steps as needed and application does all the work - this is for what I advocate and suggest to be developed. The second plus comes from application being quite easy to use. User (player) click already known art title image and gets the result. First time it takes longer time to configure it, but the second time it's all set and ready to go.

Rated A for Awesome :)

Re: Arachnotron Doom Launcher - New Project

Posted: Sun Feb 17, 2019 7:53 am
by SyntherAugustus
This is really neat. Would it be possible to pull the icon location from the titlepic lump of a wad from the launcher?

Re: Arachnotron Doom Launcher - New Project

Posted: Mon Feb 18, 2019 7:16 am
by Lycanite
blackfish wrote:This is really neat. Would it be possible to pull the icon location from the titlepic lump of a wad from the launcher?
That's a really good idea! Though I have no idea how to read wads yet (very new to c++, etc) but it's definitely something I'll look at doing. Perhaps I'll cycle from the last wad/zip/folder added and backwards up to the iwad, unless a pic is manually added instead.

Re: Arachnotron Doom Launcher - New Project

Posted: Sat Mar 09, 2019 9:37 pm
by SoulCircle
I tell you what, this is by far my favourite launcher now. It has everything and more from what I can tell and has possibly one of the best menus I have ever seen! Now with all that, it's also very easy to use. My one suggestion for this project would be that it could be a little bit easier to add WADs and such if you could drag and drop them into the "Additional Files" field. If you can't get around to it, it's only quality of life, so it's fine. I hope you have a fruitful development path for this launcher!

Re: Arachnotron Doom Launcher - New Project

Posted: Tue Mar 12, 2019 3:15 am
by Lycanite
SoulCircle wrote:I tell you what, this is by far my favourite launcher now. It has everything and more from what I can tell and has possibly one of the best menus I have ever seen! Now with all that, it's also very easy to use. My one suggestion for this project would be that it could be a little bit easier to add WADs and such if you could drag and drop them into the "Additional Files" field. If you can't get around to it, it's only quality of life, so it's fine. I hope you have a fruitful development path for this launcher!
Thanks!
For wads I'm thinking about add a find iwads button where you direct it to a folder with your iwads and it finds them based on common filenames, but drag and drop is something I definitely want to look at as well.
There's a few more things I want to add as well such as easier category/profile importing (good for sharing setups with friends for online play) and engine level resources so lights.pk3 and brightmaps.pk3 can be loaded whenever the GZDoom engine is used.

Re: Arachnotron Doom Launcher - New Project

Posted: Mon Mar 25, 2019 3:12 pm
by Spladam
Does this require 64bit OS? I'm trying to run it on my tablet (what I play my source ports on to play on the TV) and Win 10 is telling me this cannot run on my PC (it's a 32 bit version of Win 10).

Re: Arachnotron Doom Launcher - New Project

Posted: Thu Apr 04, 2019 12:51 pm
by delewis1987
Hello All,

I just wanted to report that I have been able to get the project to build and run on MAC OSX Mojave. Out of the box I can launch the Mac version of GZdoom with an iwad, load custom resources, and I have tested some features like remove monsters. The only issue I have encountered is that it does not like reading and saving to the config folder. It seems to want to save everything in the root of the app package which is not how Mac typically does things. I have worked around the issue by creating a library folder for the settings and images and adding some simple logic for mac to look there. If the author would like I can generate .pkg that can create that and move the config on deployment. Also, I typically use this to play TC mods, so I welcome any additional tests people may want me to conduct.

Re: Arachnotron Doom Launcher - New Project

Posted: Thu Apr 11, 2019 2:47 am
by Lycanite
Spladam wrote:Does this require 64bit OS? I'm trying to run it on my tablet (what I play my source ports on to play on the TV) and Win 10 is telling me this cannot run on my PC (it's a 32 bit version of Win 10).
Yeah the current builds are for 64bit only, I can look into making a 32bit release for the next update though.
delewis1987 wrote:Hello All,

I just wanted to report that I have been able to get the project to build and run on MAC OSX Mojave. Out of the box I can launch the Mac version of GZdoom with an iwad, load custom resources, and I have tested some features like remove monsters. The only issue I have encountered is that it does not like reading and saving to the config folder. It seems to want to save everything in the root of the app package which is not how Mac typically does things. I have worked around the issue by creating a library folder for the settings and images and adding some simple logic for mac to look there. If the author would like I can generate .pkg that can create that and move the config on deployment. Also, I typically use this to play TC mods, so I welcome any additional tests people may want me to conduct.
That sounds awesome, I don't own a Mac or anything so can't do it myself but if you could generate .pkgs for me that would be great!

Re: Arachnotron Doom Launcher - New Project

Posted: Thu Apr 11, 2019 12:30 pm
by delewis1987
No problem, I am a professional developer and Im getting more into the game world. I know Mac very well, Windows from a hundred years ago, and I'm not to bad at Linux. I started doom about 15 years ago with Dooms-day and I think this is a very important project for the community. I've got some other ideas for other older games, I had a hard time with the registration here, but if you see me around on other forums I'll be userNam.87811 and I have that gmail as well. Ping me if you'd like, I'll be happy to help.

Re: Arachnotron Doom Launcher - New Project

Posted: Thu Jun 20, 2019 6:22 am
by YUGMOOD65
Hello. I just registered because i really like your work for the Launcher here.
I was searching for one that has functions, but also looks good. And yours is exactly the one.
Now, after a little bit of playing around with it i still having some questions/requests if you don´t mind:
2019-06-20 14_18_35-Arachnotron Doom Launcher 1.0.2.jpg
1. As you can see from the screenshot, i´ve tried to change the icons of the logos. Sadly this results in this grey background.
What i really would love here would a possibility to either change the Background to different Colors, a additional PNG of it´s own, or completely transparent.
2. For the left "Blue Side Bar" i would really suggest to maybe make it an option to either change the colors too or choosing a PNG.
3. Same goes for the Background, which actually needs the most Customization i think. The way i launch this Launcher is always in a maximized Window, this results of course in this ugly grey Background. An option here to change the Background to a PNG would be perfect.

Alltogether you did an amazing job with this. Seems i finally found my Launcher for Doom. :D

Re: Arachnotron Doom Launcher - New Project

Posted: Sat Aug 03, 2019 8:20 pm
by Gamerwarrior117
How do i load the maps? im not sure how to sure this.