Hi. Here's a minimal server.cfg:
Code:
hostname="Test";
maxPlayers = 64;
reportingIP="master.gamespy.com";
password=""; // password to join server
passwordAdmin="123"; // password to login as admin
voteTreshold=0.334;
motd[]=
{
"Welcome",
"message"
};
motdInterval = 5;
class Missions
{
};
and a server_flashpoint.cfg for bandwidth settings:
Code:
MinErrorToSend=0.00500;
MaxMsgSend=512;
MaxSizeGuaranteed=256;
MaxSizeNonguaranteed=128;
MinBandwidth=3072000;
MaxBandwidth=4608000;
MaxCustomFileSize=1024000;
Product="Resistance";
Language="English";
HW_Type="Direct3D HW T&L";
Adapter=0;
3D_Performance="10714";
CPU_Benchmark=10714;
Resolution_W="1920";
Resolution_H="1080";
Resolution_Bpp="32";
LOD=7.500000;
Limit_LOD=0.000000;
Shadows_LOD=10.000000;
MaxObjects=256;
Cockpit_Textures=1024;
Landscape_Textures=1024;
Object_Textures=1024;
Animated_Textures=256;
Textures_Drop_Down=4;
Texture_Heap="16";
File_Heap="16";
Total_Memory="1728";
MaxLights=32;
Light_Explo=1;
Light_Missile=1;
Light_Static=1;
Frame_Rate_Pref=500;
Quality_Pref=500;
refresh=59;
If you don't have the deddy exe just use the normal one like:
C:\Games\OFP\FLASHPOINTRESISTANCE.EXE -nomap -server -config=server.cfg -cfg=server_flashpoint.cfg