OFPEC Forum

OFPEC The Editing Center => Comments & Suggestions => Topic started by: WizzyWig on 12 Mar 2004, 02:47:54

Title: mod folders on a server
Post by: WizzyWig on 12 Mar 2004, 02:47:54
hi i just set up a dedicated server all is working great im runing 1.95 server and would like to know how to add mod folders ??
Title: Re:mod folders on a server
Post by: Killswitch on 12 Mar 2004, 04:47:08
While discussions on how to use OFP and/or servers aren't OFPEC material, and they are especially not OFPEC comments, here goes:

You set up the mod folders just like on your "play" computer". The server is then started with
an extra -mod= parameter, just like in windows.

Depending on if you run a windows-based OFP server or a linux one, the incantations are slightly different but still similar. Take a linux-based ofp server, for example. Lets say you have put ECP on it and some other mod folder,  call it "wizzy"  ;D
To start it, you'd do
Code: [Select]
./server -config=wizzyserver.cfg -mod="@ecp;wizzy"
With only one mod active, that would be
Code: [Select]
./server -config=wizzyserver.cfg -mod=wizzy
For further info, I'd suggest doing a search on the official BIS forums (http://www.flashpoint1985.com/cgi-bin/ikonboard301/ikonboard.cgi?s=3eac1af571b6ffff;act=SC;c=10) since I believe that any minute now a moderator will come here and confirm that OFPEC is not the place for tech support questions. Right?  ;)

Good Luck, Wizzy!
Title: Re:mod folders on a server
Post by: WizzyWig on 12 Mar 2004, 04:54:44
ok thanks