Jump to content

mindstorm

Member
  • Content Count

    247
  • Joined

  • Last visited

  • Medals

Community Reputation

8 Neutral

1 Follower

About mindstorm

  • Rank
    Staff Sergeant

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Description Made a Christmas themed mission for our mil-sim community. Though it would be nice to share. Can be played with 5 or more people. Not 100% necessary but a Zeus game master makes it more fun (spawning more units/remote controlling them). There are no in game objectives, however the mission requires a lead to give orders. So read the mission goals (only if you will fill this role, else it will spoil the mission). Story Your part of the Santa Security Detail: Elf Team 1. Your team just headed out for a routine patrol when you suddenly receive a distress call from Santa. Mission goals Zeus tips Zeus playtrough Features Zombie elves (Ryan zombies and Demons) Transportable presents (zeus name: 'present') Big presents with ammo (zeus name: "present ammobox') Magic elves with magic ace heal interaction (fully heals unit, cooldown 180 seconds) Themed map Required mods A lot of mods are needed. Mainly because we use them with out unit and I'm using Christmas stuff found all over the place. I get that it's a big list. We use our own distribution client for mods so for us it's no problem. I know this might scare some people into not using this mission. Just wanted to share for those that wanted to take the time :). CBA ACE ACRE CUP RHSAFRF RHSUSAF And either this list of mods: Santa Claus Christmas Objects pack Mallow's Elf Hat Ergon Country EM Buildings Arma 3 Custom buildings HMDs MOD RHS HMDs Ryan zombies Winter Town All Terains Cammo mod Reach Mods These mods will give some config errors, which can be ignored. Download Mission file Editable mission Credits I wanna thank all above mod creators for their awesome mods. Without this I could not have made this mission for our unit.
  2. mindstorm

    SQFLint - Syntax error checker CLI

    By far on of the most potential plugins. Love using this on a daily base. Also eager for next release :).
  3. mindstorm

    Ravage

    I skimmed the code real quick, correct me if I'm wrong but I believe your modules run on all clients. So spawners execute on all clients? Not 100% sure, like I said I had a quick glance at it. But if so that would mean the spawners would have triggerd 15 times instead of only 1 once on the server. If so just add some isServer checks, but again I could be wrong on this. The mods we use are custom and the list is rather large. The bigger once in there are cup, ace, acre, cba, rhs. Other then that it's some small mods containing planes/vehicles/gear and custom stuff.
  4. mindstorm

    Ravage

    We tried playing this yesterday with about 15 people. Only using ambient, wrecks and zombie spawning. After about a minute or 2 the frames started to drop bad. After like 10 minutes frames where under 10 for everyone. Anyone else had this experience with a group of 10 or more? Might have been a combination of our mods though, just checking if more had this.
  5. How cow thats really impressive man! Looking awesome. Love the flowers opening at night! Didn't even know that was possible.
  6. Hey guys, I've got 2 separate issues with a model of mine. I made a ball and I basically want it to roll down a hill with Physx. This all works, partly. This is the p3d with textures: https://puu.sh/sPkxb/a71ff2427e.zip config: class ref_ball_big : Land_DuctTape_F { author = ""; simulation="thing"; scope = 2; displayName = "Big ball"; vehicleClass = "r_ent"; hiddenSelections[] = {""}; hiddenSelectionsTextures[] = {"\ref_losttemple\ballbig\ballbig_co.paa"}; model = "ref_losttemple\ballbig\ballbig"; armor = 100; destrType = "DestructMan"; mass = 500; }; I'm new at this, and I've been reading up a lot and making progress. First issue: Only after I enabled the physx (setVelocity) the ball collides with players/objects. As soon as it comes to a stop it doesn't have any form of collision. I have a Geometry with Component01 and mass. It's fully closed. What am I missing? Fixed this issue. Apparently I didn't build the last pbo with the component. Second issue: I'm completely new to texturing. Somethings wrong with the texture of the ball, some parts aren't colored correctly and appear to 'shine through'. This is probably because I messed up either the rvmat or the ballbig_nohq.paa. The mapping and everything is correct (done with blender), it's just that somehow the colors are a bit off.Image of the ball. What I did now is just save the ballbig_co.paa and nohq.paa, and I'm guessing that is wrong. I don't really need the ball to look fancy so I don't mind the ball having no structure at all (from my understand that's what the nohq does. What would be the best approach to this? I've tried looking up what the different stages mean, but I'm having a hard time finding any good documentation on it. The arma wiki is a bit vague on this. Rvmat (also in the zip): Any help would be greatly appreciated!
  7. There's a new eventhandler on dev branch that could help out: PlayerViewChanged No documentation yet but it's a lot better then while loops. So you just have to test the parameters. KEY_MAX_TIMES = 3; KEY_MESSAGES = [ "%1 has tried to enter third person, stop now or you will be kicked!", "%1 has tried to enter third person, last chance, stop now!", "%1 has tried to enter third person, for the last time, and will now be kicked!" ]; player addEventHandler ["PlayerViewChanged", _viewName = _this select 0; //Entirly speculation did not test yet if(_viewName == "EXTERNAL") then { _keyTimes = _player getVariable ["keyTimesVar", 0]; _keyTimes = _keyTimes + 1; [[west,"HQ"], format [KEY_MESSAGES select (_keyTimes-1), name player]] remoteExec ["sideChat"]; if(_keyTimes >= KEY_MAX_TIMES) then { ["",false,5] spawn BIS_fnc_endMission; }; player setVariable ["keyTimesVar",_keyTimes]; player switchCamera "INTERNAL"; }; ];
  8. It is you who I should be thanking for this masterpiece :). Thank you for all the work you put into this.
  9. This versions crashes Arma with the map 'Angel Island'. Old stable did not have this issue. arma ppt: 8:42:06 ACRE2 Library Loaded 8:42:10 [4733,103.402,0,"XEH: PreInit finished."] 8:42:10 [4735,103.679,0,"XEH: PostInit started. MISSIONINIT: missionName=tempMissionSP, missionVersion=52, worldName=Angel, isMultiplayer=false, isServer=true, isDedicated=false, CBA_isHeadlessClient=false, hasInterface=true, didJIP=false isLinux=false"] 8:42:11 [4735,103.703,0,"CBA_VERSIONING: cba=3.0.0.160713, "] 8:42:11 Unable to get file version size: C:\Program Files (x86)\Steam\steamapps\common\Arma 3\@rmp_acre2_V6\acre.dll 8:42:14 Warning: 3600 ms spent in callExtension calling name: "acre", function: "init:" 8:42:14 ACRE: Loading Map: \veterans\angel\angel.wrp 8:42:14 [ACRE]: AI Detection Activated! -crash here acre_dll.log: 2016-08-26 08:42:11,074-{INFO }- ACRE Loaded 2016-08-26 08:42:11,084-{INFO }- Generating PBO List 2016-08-26 08:42:14,655-{INFO }- PBO Index complete
  10. As far as I know the only way to do this is by means of memory positions with configs that give animations which translate over axis. In short the model from the video has several memory positions along each edge. Then each of these memory positions has animation with a skeleton assigned to them which allow them to animate over x,y,z. Then when you want to change a point's position you use the animation of the point, and the mesh will then change as in the video.
  11. mindstorm

    Drone UI on screen

    The UI is a 3d model (driverOpticsModel="A3\drones_f\Weapons_F_Gamma\Reticle\UGV_01_Optics_Driver_F.p3d"), so you there's no way to actually do this. As far as I know there is no buildin UI layer you could show.
  12. Change the 0.1 to 0 for invisible. It doesn't hide everything though (gear, gun). player setObjectTextureGlobal [0,'#(argb,1,1,1)color(0,0,0,0.1,ca)'];
  13. Yes you do. There's no other way unless you want to model your own player model which you can hide with setObjectTexture.
  14. I attached an eventhandler to all units to track bullets and then decloack the unit when bullet get near: var_bullets = []; { if(side _x == west) then { _firedId = _x addEventHandler ["fired", { _this spawn { //_this [obj:unit, str:weapon, str:muzzle, str:mode, str:ammo, str:magazine, obj:projectile] _bullet = _this select 6; var_bullets pushBack _bullet; while {alive _bullet} do {sleep 0.1;}; var_bullets = var_bullets - [_bullet]; }; }]; }; } foreach allUnits; And then check via the Draw3D if any get close, decloack if they do. addMissionEventHandler ["Draw3D", { if(isObjectHidden player) then { { if(_x distance player < 2 && _x distance2D player < 0.2) then { palyer hideObjectGlobal false; }; } forEach var_bullets ; }; }]; I know it's not super fancy and accurate but it's something :). Ofcourse this does decloack the unit, so I suggest also changing his collor a bit like this for example: player setObjectTextureGlobal [0,'#(argb,1,1,1)color(0,0,0,0.1,ca)']; This requires to remove gear to look fancy though, which again requires a custom damage handler to not mare your 'predator' die within 1 hit.
  15. mindstorm

    'De-spawning' a script?

    Change this: animLoop = {_unit = _this select 0; _anim = _this select 1; while{alive _unit}do{_unit playMove _anim; waitUntil{animationState _unit != _anim}}} To: canDoAnimLoop = true; animLoop = {_unit = _this select 0; _anim = _this select 1; while{alive _unit && canDoAnimLoop}do{_unit playMove _anim; waitUntil{animationState _unit != _anim}}} And in a trigger, or whenever you want to make the unit to stop: canDoAnimLoop = false;
×