Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 6 Guests
Online:

LATEST FORUM THREADS

»
warfare
CoD4 Map + Mod Releases
Voting menu on maps
CoD+UO General
Hauling 911
CoDBO3 General

Forums

»

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Latest Posts by dumpsterKEEPER~rb
These topics are the latest to have been updated with new posts.
Show me more: 50 100 150
MODSonline.com Forums
Latest Posts
Subscribed Posts
Search
  Topic Replies Views Last Post
SOF2 Demo Bug with Teamchat?
Soldier of Fortune : SoFII Server Support
Heh, I remember those barrels sometimes when running across the shop roof.  Man those people were irritating.  That was one of the things I liked about the SoF2 MP test is that they really listened to most of the bugs and feature suggestions tha... [more]
5 1262 Jul 15, 2004 07:10 am
by dumpsterKEEPER~rb
Port out SOF2 log
Soldier of Fortune : SoFII Server Support
By "port" do you mean you want to copy it somewhere else, I assume?  AFAIK this is not available within the SoF2 server itself.  The easiest thing to do would be to write a shell script (Linux) or batch file (Windows) and set it up on ... [more]
2 1422 Jul 15, 2004 04:08 am
by dumpsterKEEPER~rb
SOF2 Demo Bug with Teamchat?
Soldier of Fortune : SoFII Server Support
The game wasn't released with a bug like that; people use teamchat constantly and I've never heard of it crashing any servers.  As far as I recall (it's been a while) there was no official MP demo released.  All that was released wer... [more]
5 1262 Jul 15, 2004 04:04 am
by dumpsterKEEPER~rb
Specify IP address that server runs on
Soldier of Fortune : SoFII Server Support
Use +set net_ip xxx.xxx.xxx.xxx in the command that you use to start the server.  Note that you have to do this on the command line, not in the server config file.... [more]
3 691 Jun 19, 2004 12:41 am
by dumpsterKEEPER~rb
How to set up a SOF2 game server
Soldier of Fortune : SoFII Server Support
Quote Im a beginner in the Linux world, where do I get the libcxa.so1 file and if not mistaken I have to run updatedb after I add files to library links???Actually, all the updatedb command does is populate a pathname database for the locate, find, and tw... [more]
9 3938 Jun 12, 2004 02:09 am
by dumpsterKEEPER~rb
server logging cd-keys, etc.
Soldier of Fortune : SoFII Server Support
An easy way around that problem would be to just write a Perl script (the easiest language for it IMO, but whatever you're comfortable with) that strips out all the information that you don't want passed on.  I wrote a script for my own perso... [more]
5 918 May 27, 2004 02:00 am
by dumpsterKEEPER~rb
Linux Question
Soldier of Fortune : SoFII Server Support
You don't need a separate user for each instance of the server.  You can set log locations within the SoF2 server to make sure everything goes to the right place.As far as running as root, the primary reason is one of security.  One common f... [more]
3 1010 May 18, 2004 05:35 am
by dumpsterKEEPER~rb
Jor1/kam5 don't work
Soldier of Fortune : SoFII Server Support
By "doesn't work" do you mean they aren't available?  Are you on a Linux box, and if so, have you copied over update103.pk3?  Make sure you have followed the entire server setup guide in the Server Help Topics thread.... [more]
2 724 May 9, 2004 08:40 pm
by dumpsterKEEPER~rb
server question about pure mode?
Soldier of Fortune : SoFII Server Support
You might try passing "set sv_pure 1" on the command line when you start the server...from a long time ago I seem to remember someone mentioning that the server may not set it properly unless it is passed in on startup.  I've always don... [more]
6 1043 May 8, 2004 02:30 am
by dumpsterKEEPER~rb
mapcycle question
Soldier of Fortune : SoFII Server Support
Ok, here is what I came up with.  It's just a quick script hacked together in Perl that allows you to generate a random mapcycle from a given list of maps:rand_cycle.zipIt takes two files (located in the same directory as the script, by default),... [more]
8 1243 May 2, 2004 08:19 pm
by dumpsterKEEPER~rb
mapcycle question
Soldier of Fortune : SoFII Server Support
I don't know if the idea would interest you or not, but you could easily write a program (Perl script would be the easiest, IMO) that could simply generate a new mapcycle for you with random maps placed in it.  Tie that in with a shell script tha... [more]
8 1243 May 1, 2004 03:08 am
by dumpsterKEEPER~rb
Specifying ip and port in setup?
Soldier of Fortune : SoFII Server Support
Quote * If I got more than 1 IP to the box, how to setup the use different IPs for each games (or a few games per IP)?You can use the commands +set net_ip x.x.x.x and +set net_port xxxxx to specify both the IP and port the game server runs on.Quote * &nbs... [more]
3 1030 Apr 7, 2004 09:32 pm
by dumpsterKEEPER~rb
Command Line Question
Soldier of Fortune : SoFII Server Support
Quote If you are useing the ICS server exe there is no need to put in the fs_game,, as that what the exe is for,, unless I am missing the reason you feal you need to do this..There are actually several different reasons why you might want this information... [more]
10 957 Apr 1, 2004 10:01 pm
by dumpsterKEEPER~rb
Reason's to kick some one
Soldier of Fortune : SoFII Server Support
And don't forget the all-important, all inclusive "being an utter buffoon" ... [more]
11 1097 Mar 31, 2004 05:25 am
by dumpsterKEEPER~rb
Linux Woes
Soldier of Fortune : SoFII Server Support
Are you adding the full "+set fs_game osp" command into your startup line?  I believe that full command has to be set at that point, or it will return a write protected message like you are receiving.... [more]
4 847 Mar 31, 2004 05:22 am
by dumpsterKEEPER~rb
Command Line Question
Soldier of Fortune : SoFII Server Support
The command you are looking for is:+set fs_game <mod name>where <mod name> is the name of the folder where the mod is located.  I believe that is just "ics" in your case.... [more]
10 957 Mar 31, 2004 05:20 am
by dumpsterKEEPER~rb
help starting a new server
Soldier of Fortune : SoFII Server Support
Read the server help topics thread at the top of the board.  That will get you started with everything you need to know.... [more]
10 1176 Mar 16, 2004 06:35 pm
by dumpsterKEEPER~rb
Types of RMG maps?
Soldier of Fortune : SoFII Server Support
From one of ReverendTed's old posts:Quote 1: size (small, medium)2: location (jungle, grassyhills, snowy, desert)3: time (morning, day, night)4: seed (alphanumeric code...not sure how long it can be...best to leave it at ? to make it random)Note that ... [more]
4 959 Mar 16, 2004 06:33 pm
by dumpsterKEEPER~rb
Alt Map
Soldier of Fortune : SoFII Server Support
Yep, that looks like it should do it.... [more]
6 905 Mar 12, 2004 04:20 am
by dumpsterKEEPER~rb
Alt Map
Soldier of Fortune : SoFII Server Support
In your mapcycle, for each map that you don't want the alternate version, set:g_alternateMap "0"For the maps where you do want the alternate version set that to a 1.... [more]
6 905 Mar 11, 2004 09:39 pm
by dumpsterKEEPER~rb
Linux-server
Soldier of Fortune : SoFII Server Support
From the server help topics thread: Linux Server Setup How-ToThis post will give you all the information that you need about setting up a Linux server.  Specifically, it will tell you exactly which files need to be copied to the server and exactly wh... [more]
12 854 Mar 10, 2004 08:36 pm
by dumpsterKEEPER~rb
console restart
Soldier of Fortune : SoFII Server Support
Quote is there a command to restart your server in the console?No there isn't.  The closest thing that you can come to this is using the quit command, and then having an auto-restart script kick your server back on after a short period.  See... [more]
4 822 Mar 10, 2004 08:31 pm
by dumpsterKEEPER~rb
Script for the playera aka player b
Soldier of Fortune : SoFII Server Support
Quote Does someone know how to vieuw the other players? AliasFinder Now says Player 1 of 39 : TheDarkPrince (me).How do i change to the next one?It depends on exactly which information you are looking to get.  AF is designed more for searching for in... [more]
11 916 Mar 10, 2004 08:29 pm
by dumpsterKEEPER~rb
Linux-server
Soldier of Fortune : SoFII Server Support
Quote Unless you can find someone that is posting the files on a ftp siteThis is illegal.  Pilan, you're going to have to purchase a copy of the game.  You will then have all the files that you need, in addition to the sof2dedlinux1_02a.zip ... [more]
12 854 Mar 10, 2004 05:48 am
by dumpsterKEEPER~rb
plz help linux server in gentoo help  new start
Soldier of Fortune : SoFII Server Support
Quote As for his server starting with that local host ip addy,, I see that in my server output also,, but I do see the server come up on my windows client box in both the local with the actual local network ip addy and the internet server list with the ac... [more]
10 688 Mar 9, 2004 05:41 am
by dumpsterKEEPER~rb
MODSonline.com Forums

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»