Jump to content

Gill93

Member
  • Content Count

    277
  • Joined

  • Last visited

  • Medals

Status Updates posted by Gill93

  1. Hey bud quick question would you know if ATV's and or dirt bikes work with the Bandit Car patrol or does it need to be cars truck? thanks bud

    1. haleks

      haleks

      Probably not : the script doesn't scale the size of the crew it spawns - if you try to use anything with less than 3 seats, some dudes will be stuck on foot.

      Adding "improve car patrol script" to my "to do" list! ^^

  2. Hey there Haleks I keep getting this error related to the Gearpool I believe I just don't understand why as the AI and loot are spawning the Gear I have chosen. Do you think it could be a Ravage Bug or something I have done wrong lol

     

    1. haleks

      haleks

      Hard to tell to be honest, but it's probably a minor issue with the mod functions.

  3. Hey there Haleks so I managed to gather most of the building class-names and positions from the Chernobyl zone but I need some help with using the script/array hidden in the spoiler what exactly should I name the script  and do I need to create a folder for it. I found the script on the ravage wikia page section custom map loot list and replaced the Australia assets with the Chernobyl ones.

      Hide contents

    Spoiler

    //----Add classnames Here ---


    waitUntil {!isNil "Building_list"};

    sleep 1;

    {

    0 = Building_list pushBack _x;

    }

    forEach [

    "land_chz_vesnice_dum05",
    "land_chz_vesnice_dum04",
    "land_chz_vesnice_dum03",
    "land_chz_vesnice_dum09",
    "land_chz_vesnice_dum12",
    "land_chz_vesnice_dum11",
    "land_chz_vesnice_dum08",
    "land_chz_vesnice_dum01",
    "land_chz_vesnice_dum07",
    "land_chz_vesnice_dum06",
    "land_chz_vesnice_dum11",
    "land_chz_vesnice_dum17",
    "land_chz_vesnice_dum14",
    "land_chz_vesnice_dum16",
    "land_chz_vesnice_dum10",
    "land_chz_vesnice_farma01",
    "land_chz_vesnice_dum13",
    "land_chz_vesnice_dum15",
    "land_chz_vesnice_dum02",
    "land_chz_vesnice_farma03",
    "land_chz_janov_04",
    "land_chz_cementarna_04",
    "land_chz_zavod_beton_02",
    "land_chz_cisticka_zazemi_02",
    "land_chz_kontrolnibod_03",
    "land_chz_kontrolnibod_01_budka",
    "land_chz_budova_04_02",
    "land_chz_skladoleju_06_03",
    "land_chz_skladoleju_06_06",
    "land_chz_skladiste_01",
    "land_chz_beryozka",
    "land_chz_gastronom",
    "land_chz_janov_02",
    "land_chz_janov_03"
    ];


    //---Classname Building Positions here ---


    waitUntil {!isNil "Building_registr"};

    {

    0 = Building_registr pushBack _x;

    }

    forEach [

    ["land_chz_vesnice_dum05",0,[0,1,2,3,4]],

    ["land_chz_vesnice_dum04",0,[0,1,2,3,4]],

    ["land_chz_vesnice_dum03",0,[0,1,2,3,4]],

    ["land_chz_vesnice_dum09",0,[0,1,2,3,4]],

    ["land_chz_vesnice_dum12",0,[0,1,2,3,4,5,6,7]],

    ["land_chz_vesnice_dum11",0,[0,1,2,3,4,5,6,7]],

    ["land_chz_vesnice_dum08",0,[0,1,2,3,4,5,6,7]],

    ["land_chz_vesnice_dum01",0,[0,1,2,3]],

    ["land_chz_vesnice_dum07",0,[0,1,2,3,4,5,6]],

    ["land_chz_vesnice_dum06",0,[0,1,2,3,4]],

    ["land_chz_vesnice_dum11",0,[0,1,2,3,4,5,6,7]],

    ["land_chz_vesnice_dum17",0,[0,1,2,3,4]],

    "land_chz_vesnice_dum14",0,[0,1,2,3]],

    ["land_chz_vesnice_dum16",0,[0,1,2,3,4]],

    ["land_chz_vesnice_dum10",2,[0,1,2,3]],

    ["land_chz_vesnice_farma01",2,[0,1,2,3,4,5,6]],

    ["land_chz_vesnice_dum13",0,[0,1,2,3,4,5]],

    ["land_chz_vesnice_dum15",0,[0,1,2,3,4,5]],

    ["land_chz_vesnice_dum02",0,[0,1,2,3,4,5]],

    ["land_chz_vesnice_farma03",2,[0,1,2,3,4,5,6,7]],

    ["land_chz_janov_04",2,[0,1,2,3,4,5,6,7,8]],

    ["land_chz_cementarna_04",2,[0,1,2,3,4,5,6,7,8,9,10,11]],

    ["land_chz_zavod_beton_02",2,[0,1]],

    ["land_chz_cisticka_zazemi_02",2,[0,1,2,3,4,5,6,7,8,9,10,11,12,13]],

    ["land_chz_kontrolnibod_03",2,[0,1,2,3,4,5,6,7,8]],

    ["land_chz_kontrolnibod_01_budka",1,[0,1,2]],

    ["land_chz_budova_04_02",2,[0,1,2,3,4,5,6,7,8,9]],

    ["land_chz_skladoleju_06_03",2,[0,1,2,3,4]],

    ["land_chz_skladoleju_06_06",2,[0,1,2,3,4,5,6,7]],

    ["land_chz_skladiste_01",2,[0,1,2,3,4,5,6,7,8,9,10]],

    ["land_chz_beryozka",2,[0,1,2,3,4,5,6,7,8,9]],

    ["land_chz_gastronom",2,[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14]],

    ["land_chz_janov_02",2,[0,1,2,3,4]],

    ["land_chz_janov_03",2,[0,1,2,3,4,5,6,7,8,9,10,11,12,13]]


    ];

     

    1. Gill93

      Gill93

      So I talked to Kodabar and he suggested that I place the script in the Init.sqf  but Im getting this error and am not sure what needs to be done to fix it. https://steamcommunity.com/sharedfiles/filedetails/?id=1473943287

  4. Hey haleks could you possibly check out this temperature script created by badbenson. It seems that when the players temp is at the default 37% he cannot take damage as the health bar shoots back to 100 after being shot or hit by a zed but when its raining and the temp is below 37 the player will take damage without the health going back to 100% then asoon as the players temp is back to 37 the same thing occurs. here is a link to the fnbodytemp.sqf. https://drive.google.com/file/d/1_C3rqY6bk7yIpK4UJL84MHj8ctG0tWz-/view?usp=sharing

    link for the init.sqf. https://drive.google.com/file/d/1D69gXUOrD5jsARFA-fV8DBxvSUR9kxIu/view?usp=sharing

  5. Hey Haleks I was wondering if you have any plans for adding more useable inventory items. I could see quite a few of them being useful and or immersive when it comes to Ravage Mod.

    Camping Lantern, Disinfectant Spray, Batteries, survival Radio, Defib unit. I could see the defib being used to revive recruited AI the batteries could be used to power the Lantern and or Night Vision goggles and the disinfectant spray and other medical items could be used to create a medkit. (:

  6. Hey there Haleks I keep having a issue with ravage that I cannot seem to solve while playing everything is good for awhile but after saving a few times the wheel that spins when your looting stops working and everything starts to become delayed I'm not sure whats causing this issue any ideas or suggestions.

×