The - (hyphen) is for command line switches of the dedicated server. Examples: -maxplayers 20 -game cstrike -tickrate 66 -port 27016 -ip
You use the + (plus sign) in the command line when you are adding a console command to the command line, in order to execute it immediately on startup. Any console command can be set this way. For example: +sv_lan 1 +hostname "1337 Server" +tv_port 27021 More information: http://developer.valvesoftware.com/wiki/Command_Line_Options Example of our tf2 testbox: C:\SRCDS\orangebox\srcds.exe -game tf -console +maxplayers 24 +map ctf_2fort +log 1 -ip 192.168.1.101 +hostport 27025 +rcon_password blablabla -ticrate 66 ________________________________ From: Chad Austin <[email protected]> To: Half-Life dedicated Win32 server mailing list <[email protected]> Sent: Friday, January 16, 2009 6:15:59 PM Subject: Re: [hlds] Make server use certain IP and Port Do you have the one for windows. or is it really +ip in windows? Command-line parameters * *-allowdebug* - (Same as -debug ?) * *-autoupdate* - The server is searching for updates on startup (Linux/Unix only). * *-console* - SrcDS will run in console mode (Windows only). * *-dev* - Show developer messages. * *-debug* - Debug Mode. * *-game <game> <http://developer.valvesoftware.com/wiki/Game_Name_Abbreviations>* - Specifies which game/mod to run. * *-insecure* - Will start the server without Valve Anti-Cheat technology. * *-norestart* - Won't attempt to restart failed servers. * *-nobots* - Disable bots. * *-ip* - Specifies the IP when multiple network cards are installed. * *-port* - The port the server advertises to clients. * *-maxplayers <number>* - Specifies how many player slots the server can contain. * *-timeout <number>* Sleep for <number> seconds before restarting a failed server. * *-tickrate <number>* - Specifies Server-Tickrate (for more info see Source Multiplayer Networking <http://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking>). * *-verify_all* - Will check that each file in the install matches the latest Steam version. AndyTheGeeky wrote: > Yes.<http://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server> > > > On Fri, Jan 16, 2009 at 7:08 PM, Chad Austin <[email protected]> wrote: > > >> I have tried all kinds of combinations of + and - and nothing changes, is >> there any >> list of all of them and which use + and - ? >> >> >> >> Chad Austin wrote: >> >>> I have tried all kinds of combinations of + and - and help, is there any >>> list of all of them and which use + and - ? >>> >>> Craig Collinson wrote: >>> >>> >>>> its +ip and +port on windows >>>> >>>> 2009/1/16 Chad Austin <[email protected]> >>>> >>>> >>>> >>>> >>>>> I have a server with 2 network connections, one for network >>>>> connectivity, and one directly to another server. >>>>> >>>>> I need to have the servers all run only on the network card with >>>>> internet connectivity, but I do not seem to be able to. >>>>> >>>>> When I do the following: >>>>> serverdir\srcds.exe -console -game cstrike -ip <ip of nic with network >>>>> access> -port 27008 +hostname name +map de_dust2 -maxplayers 46 >>>>> -tickrate 100 +fps_max 600 -autoupdate >>>>> I get the following >>>>> "Couldn't allocate dedicated SourceTV UDP port" >>>>> >>>>> I try to remedy this by setting the hltv port with >>>>> -tvport <some random unused port> >>>>> and it does not fix it. >>>>> >>>>> If I remove the -ip <ip of nic> from the batch file, it always uses the >>>>> ip from the wrong network card. >>>>> >>>>> I have 10 other servers that work just fine, except for some reason >>>>> >> some >> >>>>> ports seem 'in use' that shouldn't be, it seems to be every other one, >>>>> but those are all using ports from 27010 and above. >>>>> >>>>> _______________________________________________ >>>>> To unsubscribe, edit your list preferences, or view the list archives, >>>>> please visit: >>>>> http://list.valvesoftware.com/mailman/listinfo/hlds >>>>> >>>>> >>>>> >>>>> >>>> _______________________________________________ >>>> To unsubscribe, edit your list preferences, or view the list archives, >>>> >> please visit: >> >>>> http://list.valvesoftware.com/mailman/listinfo/hlds >>>> >>>> >>>> >>>> >>> _______________________________________________ >>> To unsubscribe, edit your list preferences, or view the list archives, >>> >> please visit: >> >>> http://list.valvesoftware.com/mailman/listinfo/hlds >>> >>> >>> >> _______________________________________________ >> To unsubscribe, edit your list preferences, or view the list archives, >> please visit: >> http://list.valvesoftware.com/mailman/listinfo/hlds >> >> > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, please > visit: > http://list.valvesoftware.com/mailman/listinfo/hlds > > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

