Hey im new to linux, im still figuring out some gaming things. I have my Hexen .wad and "Hexen Neuro x4 Textures", "nash's gore", and "weapon refinement". all of them .pk3's. i cant figure out how to install them, and cant figure out how to bring up the gzdoom menu when double clicking the app because it always auto-loads hexen
sorry if this is an obvious question im very new, thank you
Can't figure out modding on Linux Mint
Moderator: GZDoom Developers
Forum rules
Contrary to popular belief, we are not all-knowing-all-seeing magical beings!
If you want help you're going to have to provide lots of info. Like what is your hardware, what is your operating system, what version of GZDoom/LZDoom/whatever you're using, what mods you're loading, how you're loading it, what you've already tried for fixing the problem, and anything else that is even remotely relevant to the problem.
We can't magically figure out what it is if you're going to be vague, and if we feel like you're just wasting our time with guessing games we will act like that's what you're really doing and won't help you.
Contrary to popular belief, we are not all-knowing-all-seeing magical beings!
If you want help you're going to have to provide lots of info. Like what is your hardware, what is your operating system, what version of GZDoom/LZDoom/whatever you're using, what mods you're loading, how you're loading it, what you've already tried for fixing the problem, and anything else that is even remotely relevant to the problem.
We can't magically figure out what it is if you're going to be vague, and if we feel like you're just wasting our time with guessing games we will act like that's what you're really doing and won't help you.
-
- Posts: 3
- Joined: Wed Jun 19, 2024 9:29 am
- Preferred Pronouns: She/Her
- Operating System Version (Optional): Linux Mint 21.3
-
- Posts: 408
- Joined: Mon Dec 11, 2017 2:09 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Arch
- Graphics Processor: nVidia with Vulkan support
- Location: Russia
Re: Can't figure out modding on Linux Mint
I use https://github.com/Youda008/DoomRunner for such purposes.
-
-
- Posts: 3200
- Joined: Wed Nov 24, 2004 12:59 pm
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: Can't figure out modding on Linux Mint
If Hexen is always being auto started, make sure you have "Show IWAD selection dialog" set to on in the miscellaneous options menu.
You didn't specify which method you used to install gzdoom, but if running the gzdoom command from the terminal works: You can always load mods just like how it worked in the vanilla. (For completeness I'll note that for GZDoom the "-file" part can usually be left out.)
With most terminals you can just drag and drop the pk3 files onto the terminal to have it automatically type the correct path. So you would just type gzdoom, space, then drag and drop.
Right click and "open with" may work depending on your file manager, but behavior with multiple mods can be hit/miss since load order is unspecified so using a launcher or doing it manually from the terminal is recommended in this case.
You didn't specify which method you used to install gzdoom, but if running the gzdoom command from the terminal works: You can always load mods just like how it worked in the vanilla. (For completeness I'll note that for GZDoom the "-file" part can usually be left out.)
Code: Select all
gzdoom -file modfile1.pk3 modfile2.pk3
Right click and "open with" may work depending on your file manager, but behavior with multiple mods can be hit/miss since load order is unspecified so using a launcher or doing it manually from the terminal is recommended in this case.
-
- Posts: 3
- Joined: Wed Jun 19, 2024 9:29 am
- Preferred Pronouns: She/Her
- Operating System Version (Optional): Linux Mint 21.3
Re: Can't figure out modding on Linux Mint
Blzut3 wrote:
> If Hexen is always being auto started, make sure you have "Show IWAD
> selection dialog" set to on in the miscellaneous options menu.
>
> You didn't specify which method you used to install gzdoom, but if running
> the gzdoom command from the terminal works: You can always load mods just
> like how it worked in the vanilla. (For completeness I'll note that for
> GZDoom the "-file" part can usually be left out.)
> [code]gzdoom -file modfile1.pk3 modfile2.pk3[/code]
>
> With most terminals you can just drag and drop the pk3 files onto the
> terminal to have it automatically type the correct path. So you would just
> type gzdoom, space, then drag and drop.
>
> Right click and "open with" may work depending on your file
> manager, but behavior with multiple mods can be hit/miss since load order
> is unspecified so using a launcher or doing it manually from the terminal
> is recommended in this case.
so, doing gzdoom -file modfile1.pk3 modfile2.pk3 does indeed work but i find that quite....a hassle? for something that should be quite simple. and i cant "show iwad selection dialogue" in the options menu because i cant access the options menu. the method of installation i did was downloading and installing the .deb file on the main downloads page
> If Hexen is always being auto started, make sure you have "Show IWAD
> selection dialog" set to on in the miscellaneous options menu.
>
> You didn't specify which method you used to install gzdoom, but if running
> the gzdoom command from the terminal works: You can always load mods just
> like how it worked in the vanilla. (For completeness I'll note that for
> GZDoom the "-file" part can usually be left out.)
> [code]gzdoom -file modfile1.pk3 modfile2.pk3[/code]
>
> With most terminals you can just drag and drop the pk3 files onto the
> terminal to have it automatically type the correct path. So you would just
> type gzdoom, space, then drag and drop.
>
> Right click and "open with" may work depending on your file
> manager, but behavior with multiple mods can be hit/miss since load order
> is unspecified so using a launcher or doing it manually from the terminal
> is recommended in this case.
so, doing gzdoom -file modfile1.pk3 modfile2.pk3 does indeed work but i find that quite....a hassle? for something that should be quite simple. and i cant "show iwad selection dialogue" in the options menu because i cant access the options menu. the method of installation i did was downloading and installing the .deb file on the main downloads page
-
- Posts: 3
- Joined: Wed Jun 19, 2024 9:29 am
- Preferred Pronouns: She/Her
- Operating System Version (Optional): Linux Mint 21.3
Re: Can't figure out modding on Linux Mint
axredneck wrote:
> I use https://github.com/Youda008/DoomRunner for such purposes.
i cannot seem to get doomrunner working at all. i downloaded the flatpak, there was no initial setup like the github says, i cant choose any wads, i cant choose the file path for where gzdoom is
> I use https://github.com/Youda008/DoomRunner for such purposes.
i cannot seem to get doomrunner working at all. i downloaded the flatpak, there was no initial setup like the github says, i cant choose any wads, i cant choose the file path for where gzdoom is
-
-
- Posts: 3200
- Joined: Wed Nov 24, 2004 12:59 pm
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: Can't figure out modding on Linux Mint
Ok I think I misunderstood the first post, by not being able to access the menu did you mean the in game menu accessed by pressing the escape key?