CptDeer
Member-
Content count
13 -
Donations
0.00 EUR -
Joined
-
Last visited
Community Reputation
0 NeutralAbout CptDeer
-
Rank
Bambi
-
Look for scripts.txt and at the end of line ctrlCreate add this !="_newIcon" or to be safe !="_newIcon = _display ctrlCreate ["RscPicture", 9897, _display displayCtrl 4040]"
-
Go to your root of your server files and find your Battleye folder. Look for scripts.txt and at the end of line ctrlCreate add this !="_newIcon" or to be safe !="_newIcon = _display ctrlCreate ["RscPicture", 9897, _display displayCtrl 4040]"
-
Problem-"You cannot play/edit this mission(...)"
CptDeer replied to CptDeer's question in Serverside
what is your TS i got it. Never mind. I will be looking for you Everything is good now! Thank you guys! -
Problem-"You cannot play/edit this mission(...)"
CptDeer replied to CptDeer's question in Serverside
Still the same battle eye script restriction #7. Maybe the problem lays in battle eye somewhere? I am really lost. -
Problem-"You cannot play/edit this mission(...)"
CptDeer replied to CptDeer's question in Serverside
class Intro { addOns[] = {"aia_chernarus_config"}; addOnsAuto[] = {"aia_chernarus_config"}; randomSeed = 3611332; class Intel { timeOfChanges = 1800.0002; startWeather = 0.3; startWind = 0.1; startWaves = 0.1; forecastWeather = 0.3; forecastWind = 0.1; forecastWaves = 0.1; forecastLightnings = 0.1; year = 2035; month = 6; day = 24; hour = 12; minute = 0; startFogDecay = 0.013; forecastFogDecay = 0.013; }; }; class OutroWin { addOns[] = {"aia_chernarus_config"}; addOnsAuto[] = {"aia_chernarus_config"}; randomSeed = 15572598; class Intel { timeOfChanges = 1800.0002; startWeather = 0.3; startWind = 0.1; startWaves = 0.1; forecastWeather = 0.3; forecastWind = 0.1; forecastWaves = 0.1; forecastLightnings = 0.1; year = 2035; month = 6; day = 24; hour = 12; minute = 0; startFogDecay = 0.013; forecastFogDecay = 0.013; }; }; class OutroLoose { addOns[] = {"aia_chernarus_config"}; addOnsAuto[] = {"aia_chernarus_config"}; randomSeed = 13194853; class Intel { timeOfChanges = 1800.0002; startWeather = 0.3; startWind = 0.1; startWaves = 0.1; forecastWeather = 0.3; forecastWind = 0.1; forecastWaves = 0.1; forecastLightnings = 0.1; year = 2035; month = 6; day = 24; hour = 12; minute = 0; startFogDecay = 0.013; forecastFogDecay = 0.013; }; }; i have this in my mission.sqm it seems like i dont have the aia_chernarus_config. Can i change it in there? -
Problem-"You cannot play/edit this mission(...)"
CptDeer replied to CptDeer's question in Serverside
I deleted the full ver. of the Terrain pack and the same kick appears. -
Problem-"You cannot play/edit this mission(...)"
CptDeer replied to CptDeer's question in Serverside
We use A3Launcher, we have both enabled. -
Problem-"You cannot play/edit this mission(...)"
CptDeer replied to CptDeer's question in Serverside
Yes, the mod is enabled. We've got 2 versions- full one and the lite one. -
Problem-"You cannot play/edit this mission(...)"
CptDeer replied to CptDeer's question in Serverside
We dont have to enable it. We just installed it and that is it. And it seems to be ok the way it sits in the commandline. -
Problem-"You cannot play/edit this mission(...)"
CptDeer replied to CptDeer's question in Serverside
The RPT says: http://pastebin.com/NXGCttvu Ping is stable. -
Problem-"You cannot play/edit this mission(...)"
CptDeer replied to CptDeer's question in Serverside
Ok, here comes the next problem. Battleye kicks me while joining the server. It says "Battleye Scrip Restriction #7" -
Problem-"You cannot play/edit this mission(...)"
CptDeer replied to CptDeer's question in Serverside
Who gets the error? Clients or server RPT? // not sure. The problem appears after joining the server from the lobby. Has it ever worked? // not with Chernarus. What mods are you running on your server (Paste the start.bat file in a spoiler). // Our host is GamingDeluxe so we dont have start.bat How ever please check this please. chernarus -enableHT -name=Chernarus "-profiles=instance" "-cfg=instance\basic.cfg" "-config=instance\server.cfg" "-bepath=d:\xxgames\PatrykB\11957\battleye" -ip=81.19.208.17 -port=2300 "-mod=@Exile;@ExileServer;@extDB2;@AllInArmaTerrainPackLite" "-servermod=" -autoinit Then, go to Pastebin.com and paste in your RPT file so we can see it all. // http://pastebin.com/JXqCRGNL Keys folder: a3.bikey AiA_TP_Lite_2015_01_01.bikey exile.bikey -
Hello everyone! I've got a problem with Chernarus map. Basically I can't cope with the problem of deleted content. I got through many topics similar to mine, but i didnt find a solution. It says that "aia_chernarus_config", "aia_buildings_config","aia_misc_e_config","aia_misc_config","aia_desert2_config","aia_misc3_config","aia_data_baf_config" are missing, but the problem is I HAVE them in my mission.sqm. What can i do to make it work? Here's part of my mission.sqm: version=12; class Mission { addOns[]= { "exile_client", "aia_chernarus_config", "aia_buildings_config", "aia_misc_e_config", "aia_misc_config", "aia_desert2_config", "aia_misc3_config", "aia_data_baf_config" }; addOnsAuto[]= { "exile_client", "aia_chernarus_config" }; Please, help me!