@ -315,7 +315,7 @@ fn_details_ports(){
parmslocation = " ${ red } UNKNOWN ${ default } "
# engines/games that require editing in the config file
local ports_edit_array = ( "avalanche" "dontstarve" "idtech2" "idtech3" "idtech3_ql" "lwjgl2" "projectzomboid" "quake" "refractor" "realvirtuality" "renderware" "seriousengine35" "teeworlds" "terraria" "unreal" "unreal2" "unreal3" "TeamSpeak 3" "Mumble" "7 Days To Die" )
local ports_edit_array = ( "avalanche" "Ballistic Overkill" " dontstarve" "idtech2" "idtech3" "idtech3_ql" "lwjgl2" "projectzomboid" "quake" "refractor" "realvirtuality" "renderware" "seriousengine35" "teeworlds" "terraria" "unreal" "unreal2" "unreal3" "TeamSpeak 3" "Mumble" "7 Days To Die" )
for port_edit in " ${ ports_edit_array [@] } "
do
if [ " ${ engine } " = = " ${ port_edit } " ] || [ " ${ gamename } " = = " ${ port_edit } " ] ; then
@ -355,7 +355,7 @@ fn_details_ark(){
echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL"
echo -e " > Game\tINBOUND\t ${ port } \tudp "
# Don't do arithmetics if ever the port wasn't a numeric value
if [ " ${ port } " -eq " ${ port } " ] ; then
if [ " ${ port } " -eq " ${ port } " ] ; then
echo -e " > RAW\tINBOUND\t $(( port+1)) \tudp "
fi
echo -e " > Query\tINBOUND\t ${ queryport } \tudp "
@ -363,6 +363,16 @@ fn_details_ark(){
} | column -s $'\t' -t
}
fn_details_ballisticoverkill( ) {
echo -e "netstat -atunp | grep BODS.x86"
echo -e ""
{
echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL"
echo -e " > Game/RCON\tINBOUND\t ${ port } \tudp "
echo -e " > Query\tINBOUND\t ${ queryport } \tudp "
} | column -s $'\t' -t
}
fn_details_avalanche( ) {
echo -e "netstat -atunp | grep Jcmp-Server"
echo -e ""
@ -539,7 +549,7 @@ fn_details_realvirtuality(){
echo -e "DESCRIPTION\tDIRECTION\tPORT\tPROTOCOL"
echo -e " > Game\tINBOUND\t ${ port } \tudp "
# Don't do arithmetics if ever the port wasn't a numeric value
if [ " ${ port } " -eq " ${ port } " ] ; then
if [ " ${ port } " -eq " ${ port } " ] ; then
echo -e " > Steam: Query\tINBOUND\t $(( port+1)) \tudp "
echo -e " > Steam: Master traffic\tINBOUND\t $(( port+2)) \tudp "
echo -e " > Undocumented Port\tINBOUND\t $(( port+3)) \tudp "
@ -814,6 +824,8 @@ fn_display_details() {
fn_details_sdtd
elif [ " ${ gamename } " = = "ARK: Survival Evolved" ] ; then
fn_details_ark
elif [ " ${ gamename } " = = "Ballistic Overkill" ] ; then
fn_details_ballisticoverkill
elif [ " ${ gamename } " = = "Call of Duty" ] ; then
fn_details_cod
elif [ " ${ gamename } " = = "Call of Duty: United Offensive" ] ; then
@ -825,7 +837,7 @@ fn_display_details() {
elif [ " ${ gamename } " = = "Call of Duty: World at War" ] ; then
fn_details_codwaw
elif [ " ${ gamename } " = = "Factorio" ] ; then
fn_details_factorio
fn_details_factorio
elif [ " ${ gamename } " = = "Hurtworld" ] ; then
fn_details_hurtworld
elif [ " ${ gamename } " = = "QuakeWorld" ] ; then
@ -841,7 +853,7 @@ fn_display_details() {
elif [ " ${ gamename } " = = "Tower Unite" ] ; then
fn_details_towerunite
elif [ " ${ gamename } " = = "Multi Theft Auto" ] ; then
fn_details_mta
fn_details_mta
elif [ " ${ gamename } " = = "Mumble" ] ; then
fn_details_mumble
elif [ " ${ gamename } " = = "Rust" ] ; then