First of all, I am wanting to run a server with addons. But want to put the addons into there own folders and run it with them, when I want to. How would you do this and please show me examples. Yes I did try "-mod=extraaddons" in the OFPR_Server.bat file. That didn't work or making a shortcut with the -mod=extraaddons.
What my .bat file looks like....
REM OPERATION FLASHPOINT RESISTANCE STANDALONE DEDICATED SERVER LAUNCHER
REM
REM
OFPR_Server.exe -config=server.cfg -netlog -nomap -port=2302 -mod=extraaddons
REM ^^^^^^^^^^
REM
REM Name your config file here.
What my Server.cfg looks like...
password = "";
passwordAdmin = "guess"; // password to protect admin access
port=2302;
hostname="My Private OFP Server";
motd[]=
{
"Welcome to my OFP server.",
"Hosted by me. Some of my missions are beta only and failed attempts. Some are completed and work. Try at your own risk!",
"If you are disconnected from missing an Addon. Then go find it.",
}; // Welcome message
motdInterval=5;
voteThreshold=0.33; // when one third agrees, this is enough to confirm a vote
reportingIP=""; // private server - no reporting
voteMissionPlayers=1; // start voting when 3 players connect
MaxMsgSend = 512;
MinBandwidth = 131072;
===============================
____
Second is there a way to turn off or stop .ogg files from running on the server???
YES, I did a search and looked up how to run a server. It didn't answer my questions...