CptDeer

Member
  • Content count

    13
  • Donations

    0.00 EUR 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About CptDeer

  • Rank
    Bambi
  1. CptDeer

    How to whitelist scripts in infiSTAR?

    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]"
  2. CptDeer

    How to whitelist scripts in infiSTAR?

    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]"
  3. CptDeer

    Problem-"You cannot play/edit this mission(...)"

    what is your TS i got it. Never mind. I will be looking for you Everything is good now! Thank you guys!
  4. CptDeer

    Problem-"You cannot play/edit this mission(...)"

    Still the same battle eye script restriction #7. Maybe the problem lays in battle eye somewhere? I am really lost.
  5. CptDeer

    Problem-"You cannot play/edit this mission(...)"

    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?
  6. CptDeer

    Problem-"You cannot play/edit this mission(...)"

    I deleted the full ver. of the Terrain pack and the same kick appears.
  7. CptDeer

    Problem-"You cannot play/edit this mission(...)"

    We use A3Launcher, we have both enabled.
  8. CptDeer

    Problem-"You cannot play/edit this mission(...)"

    Yes, the mod is enabled. We've got 2 versions- full one and the lite one.
  9. CptDeer

    Problem-"You cannot play/edit this mission(...)"

    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.
  10. CptDeer

    Problem-"You cannot play/edit this mission(...)"

    The RPT says: http://pastebin.com/NXGCttvu Ping is stable.
  11. CptDeer

    Problem-"You cannot play/edit this mission(...)"

    Ok, here comes the next problem. Battleye kicks me while joining the server. It says "Battleye Scrip Restriction #7"
  12. CptDeer

    Problem-"You cannot play/edit this mission(...)"

    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
  13. 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!