HGL
fascinating-indigo
How do I add a console command to Steam?
Is that even a thing you can do?
I wanted to play a specific Doom Mod and got it to work by using a command. I can't select the mod in the GUI for some reason so adding gzdoom alone wouldn't do much
11 Replies
stormy-gold•6mo ago
Whats the command?
fascinating-indigoOP•6mo ago
flatpak run org.zdoom.GZDoom -iwad /home/deck/.var/app/org.zdoom.GZDoom/.config/gzdoom/doom2.wad -file /home/deck/.var/app/org.zdoom.GZDoom/.config/gzdoom/myhouse.wad
stormy-gold•6mo ago
You could make a bash script to do that? Then add that to steam
fascinating-indigoOP•6mo ago
Never done that before. Need 10 minutes or so to figure that out with a guide :v_:
Gonna report back
stormy-gold•6mo ago
Literally paste that in a file, make it executable heh
You could do it proper and put
#! /bin/bash
on the first linefascinating-indigoOP•6mo ago
Yeah did that
You're telling me that's not even necessary?
Also guide told me to give it executable permissions. Do bash scrips in Steam need that?
stormy-gold•6mo ago
It should be there but modern linux will execute the commands without it heh
fascinating-indigoOP•6mo ago
Anyways
Works
Perfect
stormy-gold•6mo ago
Yeah make it executable
fascinating-indigoOP•6mo ago
:CyanHeart:
That's honestly very helpful knowledge in general
stormy-gold•6mo ago
Yea scripts are handy 😄
I bind them to keyboard inputs and stuff as well
Or wrap some customizations to commands with them. Then if you store your scripts in a directory in $PATH you can execute them wherever and not have to cd to the dir they are stored
I control my tv, use command line dictionaries, window selection etc with a pile of scripts haha