ECF Posted October 6, 2006 Share Posted October 6, 2006 Basic config for the Battlefield 2142 Demo Server... Import attached file.Battlefield_2142_Demo.txt Link to comment Share on other sites More sharing options...
ECF Posted October 6, 2006 Author Share Posted October 6, 2006 Look here for a download link for the server files. http://clientforums.tcadmin.com/showthread.php?p=9895&posted=1#post9895 Link to comment Share on other sites More sharing options...
GameConnectors Posted October 6, 2006 Share Posted October 6, 2006 Cheers ECF, have been looking for them everywhere Link to comment Share on other sites More sharing options...
tangogc Posted October 8, 2006 Share Posted October 8, 2006 some feature added as voip fixed some config error from ECF hihihihihih gamespy port was not configured voip port vas not implemented more config file addedBattlefield 2142 Demo.txt Link to comment Share on other sites More sharing options...
GiJoe Posted October 9, 2006 Share Posted October 9, 2006 There is a BF2142CC Deamon out. Not there might be another version out later today but something I've been trying to get to work. http://www.2142cc.com/downloads/ When creating a server I get the pop-up for configuring the deamon for the first time (configuring the config.xml). Problem is I have it configured via template file during install and it's correct. I think... So I renamed the one that is autogenerated then walk through the config GUI for the deamon. Compared the files and I see NO difference... Been at this for about 40 minutes... Any help? Link to comment Share on other sites More sharing options...
ECF Posted October 9, 2006 Author Share Posted October 9, 2006 You will also need the following files as configs along with the config.xml /mods/bf2142/settings\serversettings.con /users.xml My test one starts the daemon fine. Here is what I have in the config.xml template. <?xml version="1.0" standalone="yes"?> <dsdDaemonInfo xmlns="http://bf2cc.com/dsdDaemonInfo.xsd"> <DaemonInfo> <DaemonInfoID>1</DaemonInfoID> <GameFolder>%gameserverroot%</GameFolder> <GameExec>BF2142_w32ded.exe</GameExec> <GameExecArgs /> <AutoRestart>true</AutoRestart> <StartupProfile>default</StartupProfile> <DaemonIP>%serverip%</DaemonIP> <DaemonPort>%rconport%</DaemonPort> <ModName>bf2142</ModName> <NetSettingsLocked>false</NetSettingsLocked> <DemoRecordingLocked>false</DemoRecordingLocked> <PlayerLimit>%slots%</PlayerLimit> <DaemonArgsPassed /> </DaemonInfo> </dsdDaemonInfo> This is what I have for a template file for users.xml <?xml version="1.0" standalone="yes"?> <dsdUsers xmlns="http://bf2cc.com/dsdUsers.xsd"> <Users> <Username>admin</Username> <Password>%bf2ccpassword%</Password> <IsEnabled>true</IsEnabled> <Notes>Administrator account</Notes> <GroupName>Administrators</GroupName> </Users> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_Administrator</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_CreateProfiles</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_EditProfiles</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_EditBF2Settings</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_EditMapList</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_EditVOIPSettings</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_EditScoreSettings</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_EditAutoAdminSettings</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_EditAutoMessages</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_LoadProfiles</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_ShutdownServer</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_RestartServer</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_Ban</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>p_MaxBanTime</PropName> <PropValue>0</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_ManageBanList</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_Kick</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_ChangeMap</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_CustomCommands</PropName> <PropValue>1</PropValue> </GroupProperties> <GroupProperties> <GroupName>Administrators</GroupName> <PropName>r_DaemonOptions</PropName> <PropValue>1</PropValue> </GroupProperties> <Groups> <GroupName>Administrators</GroupName> </Groups> </dsdUsers> Link to comment Share on other sites More sharing options...
Recommended Posts