Cantkillphantom 1 Report post Posted March 1, 2017 ok so i tried starting my server and i get a rpt error stopping my server from starting the error is: 14:32:18 Error context scTitles ErrorMessage: File mpmissions\__cur_mp.Namalsk\description.ext, line 68: '.Class': 'R' encountered instead of '=' Share this post Link to post Share on other sites
0 tinboye 217 Report post Posted March 1, 2017 Post yor description.ext and pls use the eyeball spoiler icon Share this post Link to post Share on other sites
0 Cantkillphantom 1 Report post Posted March 3, 2017 (edited) Spoiler /////////////////////////////////////////////////////////////////////////////// // Server Settings - Modify at will /////////////////////////////////////////////////////////////////////////////// author = "Exile Mod Team"; onLoadName = "Exile Mod"; onLoadMission= "www.exilemod.com"; loadScreen = "exile_assets\texture\mod\logo.paa"; disableChannels[] = {0, 2}; OnLoadIntro = ""; OnLoadIntroTime = false; OnLoadMissionTime = false; class Header { gameType = Survive; // Do NOT change this minPlayers = 1; maxPlayers = 100; }; /////////////////////////////////////////////////////////////////////////////// // Exile Settings - Do not change these! /////////////////////////////////////////////////////////////////////////////// forceRotorLibSimulation = 2; skipLobby = 1; joinUnassigned = 1; respawn = "BASE"; respawnDelay = 120; respawnDialog = 0; respawnOnStart = 0; respawnButton = 1; respawnTemplates[] = {"Exile"}; corpseManagerMode = 0; corpseLimit = 20; corpseRemovalMinTime = 1800; corpseRemovalMaxTime = 3600; wreckManagerMode = 0; wreckLimit = 2; wreckRemovalMinTime = 60; wreckRemovalMaxTime = 360; scriptedPlayer = 1; disabledAI = 1; enableItemsDropping = 0; briefing = 0; debriefing = 0; allowFunctionsLog = 1; enableDebugConsole = 0; allowFunctionsRecompile = 0; showSquadRadar = 0; showUAVFeed = 0; reviveDelay = 6; reviveForceRespawnDelay = 3; reviveBleedOutDelay = 120; showHUD[] = { true, // Scripted HUD (same as showHUD command) true, // Vehicle + soldier info true, // Vehicle radar true, // Vehicle compass true, // Tank direction indicator false, // Commanding menu false, // Group Bar true, // HUD Weapon Cursors false // Squad Radar }; #include "config.cpp" #include "CfgRemoteExec.hpp" #include "infiSTAR_AdminMenu.hpp" Class RscTitles { #include "addons\statusBar\statusBar.hpp" }; Edited March 3, 2017 by Cantkillphantom wrong file Share this post Link to post Share on other sites
0 clarkycalLad 46 Report post Posted March 3, 2017 (edited) 2 hours ago, Cantkillphantom said: Reveal hidden contents /////////////////////////////////////////////////////////////////////////////// // Server Settings - Modify at will /////////////////////////////////////////////////////////////////////////////// author = "Exile Mod Team"; onLoadName = "Exile Mod"; onLoadMission= "www.exilemod.com"; loadScreen = "exile_assets\texture\mod\logo.paa"; disableChannels[] = {0, 2}; OnLoadIntro = ""; OnLoadIntroTime = false; OnLoadMissionTime = false; class Header { gameType = Survive; // Do NOT change this minPlayers = 1; maxPlayers = 100; }; /////////////////////////////////////////////////////////////////////////////// // Exile Settings - Do not change these! /////////////////////////////////////////////////////////////////////////////// forceRotorLibSimulation = 2; skipLobby = 1; joinUnassigned = 1; respawn = "BASE"; respawnDelay = 120; respawnDialog = 0; respawnOnStart = 0; respawnButton = 1; respawnTemplates[] = {"Exile"}; corpseManagerMode = 0; corpseLimit = 20; corpseRemovalMinTime = 1800; corpseRemovalMaxTime = 3600; wreckManagerMode = 0; wreckLimit = 2; wreckRemovalMinTime = 60; wreckRemovalMaxTime = 360; scriptedPlayer = 1; disabledAI = 1; enableItemsDropping = 0; briefing = 0; debriefing = 0; allowFunctionsLog = 1; enableDebugConsole = 0; allowFunctionsRecompile = 0; showSquadRadar = 0; showUAVFeed = 0; reviveDelay = 6; reviveForceRespawnDelay = 3; reviveBleedOutDelay = 120; showHUD[] = { true, // Scripted HUD (same as showHUD command) true, // Vehicle + soldier info true, // Vehicle radar true, // Vehicle compass true, // Tank direction indicator false, // Commanding menu false, // Group Bar true, // HUD Weapon Cursors false // Squad Radar }; #include "config.cpp" #include "CfgRemoteExec.hpp" #include "infiSTAR_AdminMenu.hpp" Class RscTitles { #include "addons\statusBar\statusBar.hpp" }; -Snip- Hold on Edit: This might be wrong but you have 'Class' with a capital try it with lower Try this?? class RscTitles { #include "addons\statusBar\statusBar.hpp" }; Edited March 3, 2017 by clarkycalLad I'm dumb Share this post Link to post Share on other sites
0 Cantkillphantom 1 Report post Posted March 5, 2017 thanks buddy i never even noticed that i have spent 30+ hours checking every file and rewriting them. thanks for finding the fault Share this post Link to post Share on other sites
ok so i tried starting my server and i get a rpt error stopping my server from starting the error is:
Share this post
Link to post
Share on other sites