Jump to content

Waoonet

Member
  • Content Count

    4
  • Joined

  • Last visited

  • Medals

Everything posted by Waoonet

  1. Hello Folks Ive just finished porting Combat Ops to Everon with RHS - USMC vs MSC. and its working as it should. im working on a MSV vs USMC and a Cold war US vs RU Find it in the workshop in reforger. https://reforger.armaplatform.com/workshop/5EEECB6CCE66251A-CombatOpsEveron-RHS if you have a map and want RHS Combat Ops on it - reach out to me and i will port the gamemode to it
  2. Hello! im trying to make a script that spawns 1-3 helicopters on a random location on a map and they starts to patroling. what i have so far is this : _vehicle = createVehicle [ "B_Heli_Light_01_F", player getPos[ 100, getDir player ], [], 0, "FLY" ]; createVehicleCrew _vehicle; this is spawning it in the air but i cant seem to find anything that makes it spawn random, this makes it spawn over the player head. i know that BIS_fnc_randomPos exists but cant seem to get it to work. i also need the script to add " [group _unit, getPos _unit, 1000] call BIS_fnc_taskPatrol; " to the helicopters init field to make it start patroling. and maybe if we are pushing it, maybe having to loiter a little around each waypoint i feel like i got almost all the pieces to the puzzle but have lost my glasses so i cant put it together... i hope you guys can help.
  3. so if i run that script it will spawn a light helo and it will start patroling using the BIS_fnc_taskPatrol ? but how do i get it to spawn on a random location on the map ?
  4. Hello good people ! i don't know if this is the right place to post this, but I'm having trouble getting mission rotation to work. my Class mission is setup like this class Missions { class Mission01 { template="Conquest-Ported.zargabad"; difficulty="regular"; class Params {}; }; class Mission02 { template="ConquestTestEngland.swu_public_Imber_uk"; difficulty="regular"; class Params {}; }; class Mission03 { template="ShapurConquest.Shapur_BAF"; difficulty="regular"; class Params {}; }; }; im using persistent = 1; and -autoinit. when the mission is over, it dont really end but put people back to the slot screen, but it never changes or reloads the pbo. im out of ideas :) looking forward to hear from you or getting put in the right direction!
×