Jump to content

NyteMyre

Member
  • Content Count

    72
  • Joined

  • Last visited

  • Medals

Everything posted by NyteMyre

  1. NyteMyre

    [MP CO37 Campaign] Two Sierra

    I can really recommend this campaign. It can be very tough and unforgiving at times though, but with some proper planning and discipline, very doable.
  2. Hey everyone, I've been pulling my hairs out with this issue of (in my eyes) simply teleporting a group of players into a plane. The main problem is: It just randomly works for some players. But never for everyone. I asked around on the Discord, on ArmaDev subreddit and some other scriptmakers, and i received multiple methods that should work, but so far none actually teleported all players. I haven't tried the BI forums yet though. My setup 4x player squads (alpha / bravo / charlie / delta) 2x CJ130, (plane1 & plane2) Both planes start in objectHidden true Trigger 1: unhide planes, send hint to players that mission starts in 10 seconds Trigger 2: 10 seconds delay: Black out screen, show mission title screen Trigger 3: 5 second delay: Run script that does the following: skipTime to 23:00 (re)set overcast to 0 (clear skies) Load squad alpha & bravo in plane1 Load squad charlie & delta in plane2 sleep 2 Ungroup all players The script (currently) looks as follows: On Activation ret = execVM "missionscripts\loadup.sqf"; loadup.sqf if (isServer) then { 1 setOvercast 0; skipTime ((23 - daytime) % 24); 1 setOvercast 0; private _plane1Cargo = units alpha + units bravo; private _plane2Cargo = units charlie + units delta; { [_x, [plane1, _forEachIndex]] remoteExec ["moveInCargo",_x]; } forEach _plane1Cargo; { [_x, [plane2, _forEachIndex]] remoteExec ["moveInCargo",_x]; } forEach _plane2Cargo; /*Short delay*/ sleep 2; /* remove from groups */ {[_x] joinSilent grpNull;} forEach (playableUnits + switchableUnits); }; IMGUR album: https://imgur.com/a/c1Lwq
  3. I haven't tested it yet, but someone from my group suggested this: if (isserver) then { { if (!isplayer _x && (side _x == WEST)) then{ switch (group _x) do { case alpha: { _plane = plane1; }; case bravo: { _plane = plane1; }; case charlie: { _plane = plane2; }; case delta: { _plane = plane2; }; default { _plane = plane2; }; }; while {!(_x in _plane)} do { _x moveincargo _plane; }; sleep .1; }; }foreach (playableunits); };
  4. NyteMyre

    [MP CO15 Campaign] Wolfpack Vol. 2

    Thanks for updating Whiz!
  5. It could be that not all slots are filled, so that's fine. Currently trying this: switch (group player) do { case alpha: { player moveincargo plane1; }; case bravo: { player moveincargo plane1; }; case charlie: { player moveincargo plane2; }; case delta: { player moveincargo plane2; }; default { player moveincargo plane2; }; }; Edit: Didn't work either :(
  6. AIs are disabled JIP players can move to players in the field via a framework teleport script. The trigger isn't set to repeatable so it should only fire once?
  7. The planes are only there temporary for the mission start. After they paradropped the players inside (another script), the planes will get deleted. I created an imgur album with my exact setup here: https://imgur.com/a/c1Lwq There's really not any more info i can give
  8. NyteMyre

    Simple ParaDrop Script

    Thanks for replying Ranger. I will update my mission and test it out later this week. I tested RHS paradrop waypoint, but as far as i'm away, it doesn't allow for a HALO jump. Players instantly open their parachute when they are kicked out of the plane. And since i have my team start at 5000m, it will be a long boring drop down :p -edit- Still didn't work correctly. Tested with 6 players on dedi, and everyone still had their parachute when they landed. Also, the multiple parachutes appearing happened even when nobody opened their parachute manually https://imgur.com/Wm58SEq I'm making this mission for ~30 players, and if we have 30x30 parachutes in the air.. the server will definitely not survive
  9. NyteMyre

    Simple ParaDrop Script

    So i did another testing with 8 players, and i THINK i saw a locality problem, since there were various empty parachutes around players. Maybe an additional parachute spawns for every player on the server?
  10. NyteMyre

    Simple ParaDrop Script

    The way i have it setup in my mission. (AI) Plane (RHS C-130) is hidden (hideObject true) and has waypoints. The plane will stay in place until hideObject is set to false. Also added 1 additional AI for cockpit seat. After all players green up, perform script that: Set plane to visible Move all players to cargo of plane after 10 seconds Ungroup all players after 10 seconds Plane moves to waypoint with eject.sqf Players are ejected out of plane after reaching waypoint Parachutes open at designated height After landing, backpacks are either present, gone or people still have parachutes as backpack. I do not user AI in player-slots
  11. NyteMyre

    Simple ParaDrop Script

    @4-325Ranger I tried the script in a mission in a dedicated server, and a few issues still occurred. Backpack is randomly restored. Sometimes you have your backpack, sometimes you still have a parachute, and sometimes.. you have nothing. :(
  12. NyteMyre

    Simple ParaDrop Script

    @4-325Ranger Sweet! I will test it later. I'm currently also struggling with a MoveInCargo script on dedi as well :P Also, it seems you edited v0.96. Is it easy to apply the changes to v0.99d as well?
  13. NyteMyre

    Simple ParaDrop Script

    Hey Beerkan I'm trying to use your script in a mission i'm making, and locally it works fine but when i upload it to dedicated server, things get messy The drop is issued waaaaay to late. The plane is long past the waypoint before it starts ejecting players out No parachute..... at all Does it need any modifications to work on dedi?
  14. In the Merchandise store, there are some Arma 2 patches for sale like the ChDKZ, Chernarus Flag, NAPA patch. But there are no Arma 3 patches at all. I would love to have CSAT or TF Aegis patch as well. Any chance of these ever hitting the store?
  15. NyteMyre

    Arma 3 Aegis

    Ah to bad... would have loved to see a L85A3 model. I may or may not be a bit of an L85 fanboy myself :P
  16. NyteMyre

    Arma 3 Aegis

    Aren't those regular L85A2's? The A3's have keymod and a longer toprail
  17. NyteMyre

    [WIP] Static animations pack

    No, it's not. I know i can look them up in the animation viewer, but i thought the included images were quite useful. I would just put them on my second monitor and browse through them. Now i have to open the animation viewer, set the parameters, set the camera right etc etc. Not really relevant since he removed those folders
  18. Jungle Warriors Mods: M4 - CUP Weapons Uniform - RHS:US Backpack & Vests: US Military
  19. Morning Fog Mods: RHS - Russians / Static Animation Pack
  20. NyteMyre

    [MP CO37 Campaign] Two Sierra

    Ah, the website has expired :(
  21. Sorry guys, I just received a message from Lato that he doesn't want fan-made ports available on the workshop. I'll set the mission on private tomorrow night
  22. Does anyone know why my Tanoa port is 84MB while the original mission is roughly 10MB? I didn't change THAT much -edit- Never mind, turned out there was some sort of savegame file in the mission folder that was 70 mb
×