You are not logged in.
I guess it is a specific property of the maps, not of the framework (quake engine...).
On a side note, I've been wondering whether it's possible to select Hell mode (in Tronyn's ARWOP and Something Wicked... maps) on the command line. When you select it "the normal way", the HUD displays "Skill 4", but typing skill 4 in the console does not work.
Thank you both! I could know add an difficulty selection to the batch file of my pack for the next patch. :)
You can append any command with a +, just need to make sure the order makes sense.
executable -stuff -morestuff -game foo +skill 2 +map bar
Edit: too late :)
Thank you!
Yes you can. For example:
Quakespasm.exe +skill 2
(the .exe can be engine of your choice, and skill value can be 0, 1, 2, 3 as you said).
If you're going to use it in conjunction with launching a map, make sure you have +skill command before +map command, for example:
vkQuake.exe -hipnotic +skill 3 +map hip3m4
Good evening, as the title says: Can someone set up the difficulty (skill 0-3) via command line parameter BEFORE the game starts? Or is this just ingame or eventually autoexec.cfg?