OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Sledge on 04 Feb 2005, 01:28:55
-
Hi guys,
Not sure if this is the right place to post this but here is my question.
Do you have a tutorial on setting up the ECP mod on a dedicated server? I looked through your readme and could not find the info I was after. Basically our server is hosted interstate and the server is operated remotely. We have FTP access to the root directory of the game for mission/addon uploading. I am writing this on behalf of the guy that has the access to the server, so I can inform him on what he needs to do to enable the ECP on our box. Keep up the great work, as I introduced myself to the ECP last night and was very impressed at the way it looks. Any help in this matter would be greatly appriecated.
Thanks in Advance
-
You should have a little scritp that do something like this:
(this is how I start my windows server)
OFPR_Server.exe -port=2330 -server -nomap -mod=@ECP -config=of.cfg
so, adding -mod=@ecp should be enough.
Hope this help you.