how to open mapmods with gameplay mods

Need help running various source ports? Did your computer break? Ask here.

Moderators: GZDoom Developers, LZDoom Developers, UZDoom Developers

Forum rules
Please be as descriptive as possible in your posts (list your hardware and operating system, the version of the source port you are using, any mods you are running and how they're being loaded, etc.)
This will help others to give you a solution!
Post Reply
Shroomie
Posts: 23
Joined: Mon Feb 27, 2023 9:21 pm
Preferred Pronouns: She/Her
Operating System Version (Optional): macos ventura 13.2.1

how to open mapmods with gameplay mods

Post by Shroomie »

so i *really* like treasure tech, and i want to play it with some map mods! but, i dont really know how. i've tried it with myhouse, as well as exomoon, on top of others, but the 'new game' option just sends me to hell on earth. the same thing happens when i try to load them with *only* precise crosshair.
Shroomie
Posts: 23
Joined: Mon Feb 27, 2023 9:21 pm
Preferred Pronouns: She/Her
Operating System Version (Optional): macos ventura 13.2.1

Re: how to open mapmods with gameplay mods

Post by Shroomie »

can someone help, please?
User avatar
axredneck
Posts: 446
Joined: Mon Dec 11, 2017 2:09 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Arch
Graphics Processor: ATI/AMD with Vulkan/Metal Support
Location: Russia
Contact:

Re: how to open mapmods with gameplay mods

Post by axredneck »

I personally use a launcher to load multiple mods at once.
https://github.com/Youda008/DoomRunner
Shroomie
Posts: 23
Joined: Mon Feb 27, 2023 9:21 pm
Preferred Pronouns: She/Her
Operating System Version (Optional): macos ventura 13.2.1

Re: how to open mapmods with gameplay mods

Post by Shroomie »

axredneck wrote: Tue Apr 04, 2023 3:19 pm I personally use a launcher to load multiple mods at once.
https://github.com/Youda008/DoomRunner
i need one that works on mac.
User avatar
CandiceJoy
Posts: 95
Joined: Thu Jul 13, 2017 3:04 pm
Preferred Pronouns: She/Her
Operating System Version (Optional): Win11, MacOS Ventura
Graphics Processor: Apple M1
Contact:

Re: how to open mapmods with gameplay mods

Post by CandiceJoy »

Shroomie wrote: Tue Apr 04, 2023 4:32 pm
axredneck wrote: Tue Apr 04, 2023 3:19 pm I personally use a launcher to load multiple mods at once.
https://github.com/Youda008/DoomRunner
i need one that works on mac.
This launcher works on Mac: https://github.com/FreaKzero/ssgl-doom- ... tag/v1.1.1

Alternatively, you launch GZDoom via the commandline. Assuming you put it in /Applications, you'd do /Applications/GZDoom.app/Contents/MacOS/gzdoom -file map.wad mod.pk3 (you can even make bash scripts to launch various profiles for you) :)
Shroomie
Posts: 23
Joined: Mon Feb 27, 2023 9:21 pm
Preferred Pronouns: She/Her
Operating System Version (Optional): macos ventura 13.2.1

Re: how to open mapmods with gameplay mods

Post by Shroomie »

[/quote]

This launcher works on Mac: https://github.com/FreaKzero/ssgl-doom- ... tag/v1.1.1

Alternatively, you launch GZDoom via the commandline. Assuming you put it in /Applications, you'd do /Applications/GZDoom.app/Contents/MacOS/gzdoom -file map.wad mod.pk3 (you can even make bash scripts to launch various profiles for you) :)
[/quote]

yeah i've tried ssgl, but it's broken. i've also tried zdl, but i havent tried the command line, so thank you!
User avatar
CandiceJoy
Posts: 95
Joined: Thu Jul 13, 2017 3:04 pm
Preferred Pronouns: She/Her
Operating System Version (Optional): Win11, MacOS Ventura
Graphics Processor: Apple M1
Contact:

Re: how to open mapmods with gameplay mods

Post by CandiceJoy »

I also have my own launcher written in Electron so that it runs on all platforms (yes even that one), but it's not finished yet; I'd have to walk you through some manual setup things, and there's features that don't work yet and such.
Shroomie
Posts: 23
Joined: Mon Feb 27, 2023 9:21 pm
Preferred Pronouns: She/Her
Operating System Version (Optional): macos ventura 13.2.1

Re: how to open mapmods with gameplay mods

Post by Shroomie »

CandiceJoy wrote: Tue Apr 04, 2023 9:17 pm I also have my own launcher written in Electron so that it runs on all platforms (yes even that one), but it's not finished yet; I'd have to walk you through some manual setup things, and there's features that don't work yet and such.
i'm not in the mood to work unfinished software, but! if/when you finish it do tell me!
User avatar
CandiceJoy
Posts: 95
Joined: Thu Jul 13, 2017 3:04 pm
Preferred Pronouns: She/Her
Operating System Version (Optional): Win11, MacOS Ventura
Graphics Processor: Apple M1
Contact:

Re: how to open mapmods with gameplay mods

Post by CandiceJoy »

Shroomie wrote: Wed Apr 05, 2023 12:33 pm
CandiceJoy wrote: Tue Apr 04, 2023 9:17 pm I also have my own launcher written in Electron so that it runs on all platforms (yes even that one), but it's not finished yet; I'd have to walk you through some manual setup things, and there's features that don't work yet and such.
i'm not in the mood to work unfinished software, but! if/when you finish it do tell me!
Alright, you can keep track of it here https://github.com/Catter-Studios/DoomLoader
Shroomie
Posts: 23
Joined: Mon Feb 27, 2023 9:21 pm
Preferred Pronouns: She/Her
Operating System Version (Optional): macos ventura 13.2.1

Re: how to open mapmods with gameplay mods

Post by Shroomie »

Alternatively, you launch GZDoom via the commandline. Assuming you put it in /Applications, you'd do /Applications/GZDoom.app/Contents/MacOS/gzdoom -file map.wad mod.pk3 (you can even make bash scripts to launch various profiles for you) :)
damn it i've been trying on and off to get this to work but all i'm getting is `zsh: permission denied`
Shroomie
Posts: 23
Joined: Mon Feb 27, 2023 9:21 pm
Preferred Pronouns: She/Her
Operating System Version (Optional): macos ventura 13.2.1

Re: how to open mapmods with gameplay mods

Post by Shroomie »

Shroomie wrote: Thu Apr 20, 2023 1:11 pm
Alternatively, you launch GZDoom via the commandline. Assuming you put it in /Applications, you'd do /Applications/GZDoom.app/Contents/MacOS/gzdoom -file map.wad mod.pk3 (you can even make bash scripts to launch various profiles for you) :)
damn it i've been trying on and off to get this to work but all i'm getting is `zsh: permission denied`
nope! i just forgot the bit at the end reading, `/Contents/MacOS/gzdoom`, i put my file somewhere else and couldn't copy and paste the original command, missing that last bit. Thank you!
Post Reply

Return to “Technical Issues”