May 21, 2012, 11:42:10 PM
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Calendar
Login
Register
>
N.A.W Battlefield 2
>
N.A.W & BF2 Server Help
(Moderators:
kano
,
tehdude
) >
Linux server
Pages: [
1
]
Go Down
« previous
next »
Print
Author
Topic: Linux server (Read 1234 times)
forX
Member
Karma: +0/-0
Offline
Posts: 2
Linux server
«
on:
April 17, 2006, 08:50:22 AM »
I, I try to up my linux server with ur mod but that dont work so much.
I put the naw folder on the mod folder of my server, but I cant set my start.sh :
$BINARY_DIR/bf2 ./bf2 +modPath mods/naw
$BINARY_DIR/bf2 +modPath mods/naw
$BINARY_DIR/bf2 ./bf2 +modPath mods/naw "$@"
$BINARY_DIR/bf2 +modPath mods/naw "$@"
that can be me the problem (lol)
but if its that, can u just said what u use for start ur linux server
tanks
Logged
forX
Member
Karma: +0/-0
Offline
Posts: 2
Re: Linux server
«
Reply #1 on:
April 18, 2006, 07:46:45 AM »
do , someone answer me, help me, how another server work
Logged
PuckerFactor
NAW DEVELOPER
Administrator
Psycho Anarchist
Karma: +1050/-17
Offline
Posts: 1898
Re: Linux server
«
Reply #2 on:
April 19, 2006, 02:52:41 AM »
I'll try and get you some help on this...most of us don't have a clue about Linux...but I'll ask around.
Logged
"No poor bastard ever won a war by dying for his country. He won it by making other bastards die for their country." George S. Patton
Master}{
NAW Mod Testers
Member
Karma: +4/-0
Offline
Posts: 18
Re: Linux server
«
Reply #3 on:
July 04, 2008, 07:18:00 PM »
start.sh fix below for running naw, it is best to create a new file naw.sh and copy this to it
#! /bin/sh
MACH=""
case `uname -m` in
i[3456]86) MACH="ia-32"
;;
x86_64) MACH="ia-32"
;;
esac
if ! [ -d pb ]
then
ln -s pb_$MACH pb
fi
BINARY_DIR="$(pwd)/bin"
if [ -d "$BINARY_DIR/$MACH" ]
then
BINARY_DIR="$BINARY_DIR/$MACH"
fi
# Make the OS give us .core-dumps if the server crashes
ulimit -c unlimited
export LD_LIBRARY_PATH=$BINARY_DIR
exec $BINARY_DIR/bf2 "+modPath mods/naw" "$@"
Logged
Pages: [
1
]
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
N.A.W World in Crisis
-----------------------------
=> N.A.W-W.I.C Announcements
=> N.A.W-W.I.C General Discussion
-----------------------------
N.A.W Battlefield 2
-----------------------------
=> N.A.W-BF2 Announcements
=> N.A.W-Clan Servers
=> N.A.W & BF2 General Discussion
=> N.A.W 6.0 MOD Troubleshooting
===> N.A.W-5.2 MOD Troubleshooting
=> N.A.W & BF2 Server Help
=> BF2 Editing
===> AI/Bot Support
===> Animation
===> Coding
===> Mapping
===> Models & Skins
===> Sounds
===> Tools & Utilities
-----------------------------
Off Topic
-----------------------------
=> The Saloon
=> Historical/Military Discussion
=> Political Discussion
=> Digital Imaging
=> Tech Center
=> BC Paintball Discussion
Loading...