How to +set fs_game?


(fetzington) #1

I was reading on creating a mod, and I made some changes to the SDK just playing around, and did the mymod folder but I don’t know how to start the game with that mod?

Where do I put +set fs_game mymod if I am on windows?


(ailmanki) #2

create a shortcut and modify the command line.
In any case its a command line switch.


(system) #3

First you need to create a shortcut to the .exe aka like the one usually sent to your desktop. (the wolfenstein icon)
Right click and open properties, then type the following :slight_smile:

And if you wish to add your config to your mod then do the following after +exec “mymod.cfg”

So this is how it will look in the command line – +set fs_game “mymod” +exec “mymod.cfg”


(Mateos) #4

Offotpic: If you do Alt+PrintScreen instead of just PrintScreen, it will only take the active window, so you don’t need to edit the picture before uploading/posting it :slight_smile:


(system) #5

Thanks for that :wink: rep up!