News:

Come Chat with us live! Learn how HERE!

Main Menu

Proxy config

Started by w4ldf33, July 23, 2007, 02:37:26 PM

w4ldf33

Hi,
I'm trying to get Trem running behind a proxy for a while now, I think i need help :)

How to set the start parameters right in Linux (Ubuntu)? I'm starting with +set net_socks .... but it doesnt seems to work (Proxy Monitor doesnt show any connections.
The Startupfile of Trem looks like this:

#!/bin/sh

BINARY="/usr/lib/tremulous/tremulous"
BASE_PATH="/usr/share/games/tremulous"
QUIET=0

# Tremulous binaries don't understand "regular" command line parameters. Let's
# catch them here, to avoid accidently launching the binary.

while [ "$1" != "" ]; do {
if [ "$1" = "+set" ]; then
break;
fi
case "$1" in
-h|--help)
echo -e ${EXCUSE}
exit 0
;;
-q|--quiet)
QUIET=1
;;
esac
shift
}; done

# Ready to rumble!

if [ ${QUIET} -eq 1 ]; then
exec ${BINARY} +set fs_basepath ${BASE_PATH} +set ttycon 0 $* >/dev/null 2>&1
else
exec ${BINARY} +set fs_basepath ${BASE_PATH} $*
fi

exit $?

Maybe i have to put the params here? but where and how? ;)
OR: How to get it running on windows XP? Tried with Sockscap and with the start Parameters ... Sockscap shows some connection in the Monitor but I cant get the serverlist.
With the start params I cant get a list, too. But I can refresh servers added by hand, but connecting stops @ awating gamestand.

COmputer Info:

OS: Ubuntu Studio / Windows XP Prof SP2
CPU: AMD Sempron 3000+
RAM: 1GB NoName
Proxy: Jana Server
Internet: ISDN

cya,
w4ld

PS: your confirmation pic in the registration is terrible ;)

TinMan

Linux: ~/.tremulous/base/
Mac: ~/Library/Application\ Support/Tremulous/base/
Windows: C:\Documents and Settings\username\Local Settings\Application Data\Tremulous\base\

NeonPulse
http://neonpulse.net/media/games/tremulous/base/autoexec.cfg

w4ldf33

Could you pls be a little more spcific? I'm quite new to linux an HowTo or a link to one would be great :)
Or: How to set the torrc to a just sockisfyed trem.

cya,
w4ld

David

Why?
Proxies add lag, and unless its on your lan, it will make the game unplayable.
Any maps not in the MG repo?  Email me or come to irc.freenode.net/#mg.
--
My words are mine and mine alone.  I can't speak for anyone else, and there is no one who can speak for me.  If I ever make a post that gives the opinions or positions of other users or groups, then they will be clearly labeled as such.
I'm disappointed that people's past actions have forced me to state what should be obvious.
I am not a dev.  Nothing I say counts for anything.

Somethief

Quote from: DavidWhy?
Proxies add lag, and unless its on your lan, it will make the game unplayable.

+5 (And a proxy in your lan adds lag too  :roll: )