From 5780829dfecbc8c9de696a26377642cbb72ae195 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 31 Jan 2014 16:36:43 +0000 Subject: [PATCH] Improved fn_autoip error message * Added more clarity on how to resolve the multiple IP issue --- CounterStrike/csserver | 2 +- CounterStrikeConditionZero/csczserver | 4 ++-- CounterStrikeGlobalOffensive/csgoserver | 2 +- CounterStrikeSource/cssserver | 2 +- DayOfDefeat/dodserver | 4 ++-- DayOfDefeatSource/dodsserver | 2 +- HalfLife2Deathmatch/hl2dmserver | 2 +- HalfLifeDeathmatchClassic/hldmcserver | 4 ++-- Insurgency/insserver | 2 +- KillingFloor/kfserver | 2 +- Left4Dead2/l4d2server | 2 +- NaturalSelection2/ns2server | 2 +- NoMoreRoomInHell/nmrihserver | 2 +- RedOrchestra/roserver | 2 +- TeamFortress2/tf2server | 2 +- TeamFortressClassic/tfcserver | 4 ++-- UnrealTournament2004/ut2k4server | 2 +- UnrealTournament99/ut99server | 2 +- 18 files changed, 22 insertions(+), 22 deletions(-) diff --git a/CounterStrike/csserver b/CounterStrike/csserver index f7a961de8..58538e3cc 100644 --- a/CounterStrike/csserver +++ b/CounterStrike/csserver @@ -99,7 +99,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/CounterStrikeConditionZero/csczserver b/CounterStrikeConditionZero/csczserver index c19e17f46..525f3c368 100644 --- a/CounterStrikeConditionZero/csczserver +++ b/CounterStrikeConditionZero/csczserver @@ -24,7 +24,7 @@ maxplayers="16" ip="0.0.0.0" # https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2 fn_parms(){ -parms="-game czero +map ${defaultmap} -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} -maxplayers ${maxplayers}" +parms="-game czero +map ${defaultmap} -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} -maxplayers ${maxplayers} +servercfgfile ${servercfg}" } #### Advanced Variables #### @@ -99,7 +99,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/CounterStrikeGlobalOffensive/csgoserver b/CounterStrikeGlobalOffensive/csgoserver index f401e3608..f34795195 100644 --- a/CounterStrikeGlobalOffensive/csgoserver +++ b/CounterStrikeGlobalOffensive/csgoserver @@ -112,7 +112,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/CounterStrikeSource/cssserver b/CounterStrikeSource/cssserver index f1c182ba0..021845a0b 100644 --- a/CounterStrikeSource/cssserver +++ b/CounterStrikeSource/cssserver @@ -100,7 +100,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/DayOfDefeat/dodserver b/DayOfDefeat/dodserver index 630323d8a..31a01d5aa 100644 --- a/DayOfDefeat/dodserver +++ b/DayOfDefeat/dodserver @@ -24,7 +24,7 @@ maxplayers="16" ip="0.0.0.0" # https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2 fn_parms(){ -parms="-game dod +map ${defaultmap} -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} -maxplayers ${maxplayers}" +parms="-game dod +map ${defaultmap} -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} -maxplayers ${maxplayers} +servercfgfile ${servercfg}" } #### Advanced Variables #### @@ -99,7 +99,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/DayOfDefeatSource/dodsserver b/DayOfDefeatSource/dodsserver index 16ac19f93..873d57b1a 100644 --- a/DayOfDefeatSource/dodsserver +++ b/DayOfDefeatSource/dodsserver @@ -100,7 +100,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/HalfLife2Deathmatch/hl2dmserver b/HalfLife2Deathmatch/hl2dmserver index 1ca9aeba2..a4ba33b51 100644 --- a/HalfLife2Deathmatch/hl2dmserver +++ b/HalfLife2Deathmatch/hl2dmserver @@ -100,7 +100,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/HalfLifeDeathmatchClassic/hldmcserver b/HalfLifeDeathmatchClassic/hldmcserver index 133dcd14e..b957815cc 100644 --- a/HalfLifeDeathmatchClassic/hldmcserver +++ b/HalfLifeDeathmatchClassic/hldmcserver @@ -24,7 +24,7 @@ maxplayers="16" ip="0.0.0.0" # https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2 fn_parms(){ -parms="-game valve +map ${defaultmap} -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} -maxplayers ${maxplayers}" +parms="-game valve +map ${defaultmap} -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} -maxplayers ${maxplayers} +servercfgfile ${servercfg}" } #### Advanced Variables #### @@ -99,7 +99,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/Insurgency/insserver b/Insurgency/insserver index 75241a803..720f51d09 100644 --- a/Insurgency/insserver +++ b/Insurgency/insserver @@ -100,7 +100,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/KillingFloor/kfserver b/KillingFloor/kfserver index fe424b0c8..42a4e253d 100644 --- a/KillingFloor/kfserver +++ b/KillingFloor/kfserver @@ -91,7 +91,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/Left4Dead2/l4d2server b/Left4Dead2/l4d2server index 423910a4c..f5b1314f1 100644 --- a/Left4Dead2/l4d2server +++ b/Left4Dead2/l4d2server @@ -100,7 +100,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/NaturalSelection2/ns2server b/NaturalSelection2/ns2server index 8a715c9ab..6e046b40c 100644 --- a/NaturalSelection2/ns2server +++ b/NaturalSelection2/ns2server @@ -94,7 +94,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/NoMoreRoomInHell/nmrihserver b/NoMoreRoomInHell/nmrihserver index 299f86beb..ba6855f9a 100644 --- a/NoMoreRoomInHell/nmrihserver +++ b/NoMoreRoomInHell/nmrihserver @@ -100,7 +100,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/RedOrchestra/roserver b/RedOrchestra/roserver index 9ad9dcdf6..3b857a70e 100644 --- a/RedOrchestra/roserver +++ b/RedOrchestra/roserver @@ -87,7 +87,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/TeamFortress2/tf2server b/TeamFortress2/tf2server index ef16f3daa..e5559c496 100644 --- a/TeamFortress2/tf2server +++ b/TeamFortress2/tf2server @@ -100,7 +100,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/TeamFortressClassic/tfcserver b/TeamFortressClassic/tfcserver index e7a814fc2..55b3b9ed6 100644 --- a/TeamFortressClassic/tfcserver +++ b/TeamFortressClassic/tfcserver @@ -24,7 +24,7 @@ maxplayers="16" ip="0.0.0.0" # https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2 fn_parms(){ -parms="-game tfc +map ${defaultmap} -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} -maxplayers ${maxplayers}" +parms="-game tfc +map ${defaultmap} -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} -maxplayers ${maxplayers} +servercfgfile ${servercfg}" } #### Advanced Variables #### @@ -99,7 +99,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/UnrealTournament2004/ut2k4server b/UnrealTournament2004/ut2k4server index 8921d5e52..46a5f0943 100644 --- a/UnrealTournament2004/ut2k4server +++ b/UnrealTournament2004/ut2k4server @@ -81,7 +81,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit diff --git a/UnrealTournament99/ut99server b/UnrealTournament99/ut99server index 45f1b17db..acd8e0074 100644 --- a/UnrealTournament99/ut99server +++ b/UnrealTournament99/ut99server @@ -80,7 +80,7 @@ getipwc=$(ip -o -4 addr|awk '{print $4 }'|grep -oe '\([0-9]\{1,3\}\.\?\)\{4\}'|g if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then echo -en "[\e[1;33m WARN \e[0;39m] Multiple active network interfaces.\n\n" - echo -en "Manually specify the IP you want to use in ${selfname}.\n" + echo -en "Manually specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n" exit