-
Content Count
1973 -
Joined
-
Last visited
-
Medals
-
Medals
-
Everything posted by zooloo75
-
[v0.3 MP Compatible] Access Points
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I made it out of various objects from various addons. -
BloodLust (Version 2022.04.13)
zooloo75 replied to zooloo75's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Tweaked the "Splat" event hook (I might add this in the next update): BloodLust_OnUnitKilledPostEventHandlers pushBack { _unit = _this select 0; _killer = _this select 1; _isUnitOnFoot = vehicle _unit == _unit; _unitVelocity = velocity _unit; _unitVelocityMagnitude = vectorMagnitude _unitVelocity; if(_unit == _killer && _isUnitOnFoot && _unitVelocityMagnitude >= 20) then { [_unit, _unitVelocityMagnitude * 0.2] call BloodLust_VaporizeUnit; }; }; Go jump off a skyscraper or forget to deploy your parachute. -
[v0.3 MP Compatible] Access Points
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks! I do hope to see missions utilize this system where needed. -
[v0.3 MP Compatible] Access Points
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
No worries, I agree with your points, and if I were to make a mission with this, I'd add those features into my mission, either separately or by modifying my system. -
[v0.3 MP Compatible] Access Points
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Possible, but yet again, this is something I am leaving up to mission creators. My system can be used for more than just faking doors and I'd like to keep it as generic/multi-purpose, and lightweight as possible. This is merely a system to easily create teleport points. Mission creators can easily add door sounds if needed. Thanks for the input though! -
[v0.3 MP Compatible] Access Points
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Update http://files.bitdungeon.org/arma/AccessPoints.Tanoa.v0.3.zip [6-9-2016] v0.3: Restricted access points to units only (anything that inherits from "CaManBase"). Multiplayer compatibility added. Made units inherit access point trigger's direction. -
Is it possible to get the direction of a trigger?
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Derp, thanks for this, works like a charm! Would've never guessed that a command named triggerArea would also include its rotation. I was searching for the existence of a triggerDirection in the scripting wiki :\ -
Is it possible to get the direction of a trigger?
zooloo75 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
I've tried direction and getDir, but both return 0 (exactly north). The triggers are in fact rotated in Eden. -
[v0.3 MP Compatible] Access Points
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
--Update inbound-- -
What is faster? .hpp or sqf
zooloo75 replied to Rocketrolf's topic in ARMA 3 - MISSION EDITING & SCRIPTING
.hpp is the better choice because it's C++ and C++ is faster than SQF. I'm not lying. :868: leedleleedleleedle -
Disappointed with lack of Interactability on Tanoa
zooloo75 replied to daveallen10's topic in ARMA 3 - GENERAL
The argument for performance isn't very strong now that geometry occlusion has been added to the engine. https://community.bistudio.com/wiki/Geometric_Occluders -
I just spit out my drink, LMAO!
-
Disappointed with lack of Interactability on Tanoa
zooloo75 replied to daveallen10's topic in ARMA 3 - GENERAL
In regards to interiors, I have a possible remedy (though it requires mission makers and modelers to contribute): https://forums.bistudio.com/topic/191430-6-8-2016-v02-access-points-aka-get-me-on-that-rooftop/?p=3039890 -
[v0.3 MP Compatible] Access Points
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Showing off a use-case of my "Access Points" system for ArmA3. The interior is made of multiple objects and placed inside of the building's cavity. An access point pair is setup to allow the player to enter the interior from the outside of the building. Hopefully this will encourage modelers to make more modular architectural pieces. -
[v0.3 MP Compatible] Access Points
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I don't think it's possible to make the trigger itself visible, but to represent a trigger with some sort of object like an arrow or some transparent box model. -
You have reached your quota of positive votes for the day.........
zooloo75 replied to EO's topic in BOHEMIA INTERACTIVE: Web-Pages
Was just about to make a thread about this limit. Let's get rid of it. I like a lot of things and want to show it as lazily as possible! :P -
[v0.3 MP Compatible] Access Points
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Of course; that was just an example. It's up to the mission maker's creativity on how to visualize the triggers to the player. -
[v0.3 MP Compatible] Access Points
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Update http://files.bitdungeon.org/arma/AccessPoints.Tanoa.v0.2.zip [6-8-2016] v0.2: Refactored codebase. Added travel delay option and other initialization parameters. Added readme.txt. -
[v0.3 MP Compatible] Access Points
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Currently refactoring the codebase and implementing an optional delay to mimic travel time between the beginning and end access points (as suggested by Electricleash). Regarding gameplay and mission design, it would be wise to place an arrow object or an indicator of some sort at entry points to show players that a doorway is usable. You can even expand the script yourself to do this automatically if you wish. -
[v0.3 MP Compatible] Access Points
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Great ideas everyone. Luckily the script is so small that making any modifications to it should be trivial. The scope of the system on my end is to make it so mission makers can create "teleport" points with ease, all within the editor, and without any further scripting. It's meant to be bare-bones in respect to fancy features. Anything extra is up to the creativity of the mission maker. I am providing the system merely as a foundation, and am allowing anyone to create and redistribute modifications of my script. What I will be doing is further testing and integration in a multiplayer environment. -
ENFORCER [Police and Punks] MOD
zooloo75 replied to zabb's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Roof? That's badass! -
ENFORCER [Police and Punks] MOD
zooloo75 replied to zabb's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Wow, those screens look promising! Shooting out of the passenger seats is gonna be fun! :) -
[v0.3 MP Compatible] Access Points
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
I'll leave that up to those whom want to take on the task. I think I've provided a decent foundation to start with. -
BloodLust (Version 2022.04.13)
zooloo75 replied to zooloo75's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Thanks a lot Foxhound :) -
[v0.3 MP Compatible] Access Points
zooloo75 replied to zooloo75's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Should be possible! Would need to prefabricate the access point pair positions and then generate triggers from them on all desired buildings by type.