Waffles Posted August 13, 2012 Share Posted August 13, 2012 What are +Set commands? Where do i add them too? ex: +set fs_game fritzbot +exec server.cfg+set fs_game fritzbot Quote Link to comment Share on other sites More sharing options...
hobbit Posted August 13, 2012 Share Posted August 13, 2012 right clicking your et shortcut, going to properties, and under Target you have "C:\Program Files (x86)\Wolfenstein - Enemy Territory\ET.exe" or wherever your ET is located. All the +set commands go after the location, and i believe outside the quotes. Quote Link to comment Share on other sites More sharing options...
Clan Friend SunLight Posted August 13, 2012 Clan Friend Share Posted August 13, 2012 what Hobbit said You also asked what +set commands are, +set is just like when you change a cvar from the console, only that you do it during et startup you can also do +exec you don't need them unless you want to change something that cannot be changed after et starts, or when it's more convenient to do it from the command line at startup for example +set cl_punkbuster 1 or similar stuff Quote Link to comment Share on other sites More sharing options...
Krauersaut Posted August 13, 2012 Share Posted August 13, 2012 And for linux servers ./etded +set fs_game jaymod +set fs_basepath /path/to/your/server/folder +set fs_homepath /path/to/your/server/folder +set net_ip 172.16.5.2 +set net_port 27960 +set sv_punkbuster 1 +exec server.cfg instead of ./etded when starting the server. fs_basepath and fs_homepath specify the necessary paths, net_ip and net_port are used to bind the server to a specific IP address and port, sv_punkbuster enables or disables PunkBuster and +exec server.cfg should be optional if you didn't rename the file to something else than server.cfg. Quote Link to comment Share on other sites More sharing options...
Waffles Posted August 13, 2012 Author Share Posted August 13, 2012 Thanks!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.