Jump to content

sturmfalkerda

Member
  • Content Count

    154
  • Joined

  • Last visited

  • Medals

Community Reputation

8 Neutral

About sturmfalkerda

  • Rank
    Sergeant

Recent Profile Visitors

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

  1. sturmfalkerda

    [MP][CTI-COOP] Liberation (continued)

    Just double checked, yeah. It's running a a derivative which is a mix between new and old. I've checked the way the files are called and double checked the merge of the ACE fix... Would R3F_Log, specifically player addEventHandler ["HandleDamage", {0}]; //and _x setVariable ["R3F_LOG_idx_EH_HandleDamage", _x addEventHandler ["HandleDamage", {_this call R3F_LOG_FNCT_EH_HandleDamage}]]; Those are the only two lines of code across the project that I can think of that would cause it to break. I think the second is primarily for boxes, but I don't know. I'll move back to the actual KP Liberation and import any changes I need selectively to avoid this.
  2. sturmfalkerda

    [MP][CTI-COOP] Liberation (continued)

    Any dice on proper ACE medical support? It breaks autoadjust and nearby town ready since kills aren't being registered correctly. Getting all kinds of weird bugs with the call, also referencing the killer as the person that bled out. Player death results in an error as well. Pretty sure it doesn't work with a headless client.
  3. sturmfalkerda

    [Release] Liberation RX

    Any chance of ACE support? The biggest issue, (Outside of the revive system needing disabled/removed, and the AI portion changed to look for ACE states and what not) Look at ace_medical_lastDamageSource or https://github.com/acemod/ACEX/blob/master/addons/killtracker/XEH_postInit.sqf Basically, handledamage has problems because ACE script handles the killing blow. So this means you can't get points for killing stuff. Maybe instigator works? I have no idea. setShotParents is used for ACE explosions, which makes the explosions work I think. Some more snippets that might be helpful? _UNIT addEventhandler ["killed", { params ["_unit" ,"_killer"]; _killer = if (isNull _killer) then { _unit getVariable ["ace_medical_lastDamageSource", _killer]; } else { _killer }; // do your stuff }]; Oh nice, I guess the stable release of Liberation has ACE support, lol I patched in the changes to the killmanager.
  4. sturmfalkerda

    24/7 Battlefield Style RUSH!

    Hey guys! Just pushed a new update. The server now runs on x64 and supports extDB3.
  5. sturmfalkerda

    24/7 Battlefield Style RUSH!

    Phew! Big update. Added a new environment to the rotation, basic mountain restriction system and made some weapons less pay walled and fixed numerous bugs.
  6. sturmfalkerda

    GRAD Script Modules [Release]

    Awesome! GUI's look tidy.
  7. How would I get this whitelisted on a server? I don't see a .bikey. Okay, just checked and the workshop version doesn't ship with a .paa or .bikey... Armaholic does though.
  8. sturmfalkerda

    24/7 Battlefield Style RUSH!

    Going to backport this to a vanilla map and make a version without mods to make it easier on people. Stay tuned guys! Check out the Gfycats for progress on Class restrictions and Nade callouts.
  9. sturmfalkerda

    24/7 Battlefield Style RUSH!

    Unfortunately not. I'll probably have to rely on scheduled playtests to get the ball rolling. In the mean time, I'll prototype some AI support.
  10. sturmfalkerda

    24/7 Battlefield Style RUSH!

    WW2 version would be fairly easy to do, especially considering Beketov is kinda fitting. Just a matter of class swaps and a few hours spent on designing each class uniform again. AI is not supported, but honestly it shouldn't be too much of a hassle to get it worked out. Need to make sure it's completely stable and identify any script caused lag before doing so though. I'll put that on the roadmap.
  11. sturmfalkerda

    24/7 Battlefield Style RUSH!

    Identified some problems with the system and pushed the restart to once per round to keep everything rolling smooth. Eventhandlers are weird... lol
  12. sturmfalkerda

    24/7 Battlefield Style RUSH!

    Hey guys! Today I'm sharing a project with the community and I'd love to hear your feedback. I'm running a improved/slightly less buggy version of Rush Redux with new features for non-commercial reasons. It's similar to RUSH mode from battlefield titles. New perks, new balancing changes, callouts and auto gestures and new features. It's still quite early, but you can get in on the action via: Name: 24/7 Falkes Rush! - Battlefield Inspired! Server address:uafminecraft.game.nfoservers.com:2302 CHANGELOG Version 0.67.0 5/2/2017 - extDB3 support (Thanks to the awesome Altis Life Discord peeps for helping me with undocumented changes) - Server is now 64bit following extDB3 migration - Actually fixed height restriction (Changed getPosATL to getPosASL) - height restriction fix was silly - Slammer MBT on Valley Station (Map 2) Stage 3 no longer identifies as a Prowler - Defenders now properly receive MBT on Valley Station (Map 2) Stage 3 Version 0.65.0 - 3/18/2017 - Added new, more vehicle oriented environment Features Little birds, APCs and Tanks - Added a basic mountain restriction system that can be configured per mcom - Made previously xp walled weapons much more easily obtainable - Disabled custom damage and incap system until bugs can be fixed Version 0.64.0 - 3/17/2017 - Added two new LMG types and made support less xp walled - Adjustments to unlock tree Current tree as follows - Medic > TRG > MK20> AKS> CTAR GL> MXC > KABITA> AKM > AK12 > ARX > SPAR - Engineer > MP5 > Vector - Support > M249 > MK200 > CTAR - Recon > DMR woodland > EBR > SPAR DMR > MXM > Lapua Custom Version 0.63.0dev - 3/11/2017 - Added trip wire perk to recon (Check to see if kills are handled correctly) - Commented out leftover code that enabled a bullet cam on various weapons Version 0.62.9 - 3/10/2017 - Ported to Altis and removed mod requirements - Added support for Dynasound 2 and Enhanced Soundscape (L_ES) - Implemented first version of grenade shoutouts - Added hand grenade perk - Implemented class restrictions (Must be x class to use x class primary) - Visualized class restrictions - Downed state and new damage handling mechanics for testing extended vest perk - Side specific backpacks for engineers using both the anti tank and ammunition perks - Commented out leftover code that was causing a revived player to emit the MCOM arming sound - Fixed server restart functionality - Pushed the server restart timer back to allow two rounds - Fixed unlock and persistency system Thoughts for this update: Reduce mcom fast beep to play at 10 seconds left instead of 20 Basic AC code to protect server while admins are unavailable Chat command for getting player information in the event of bad behaviour Cover pass on stage 2 and final stage Friendly fire protection Revived state thank you Revived state hold animations Revived state sounds Revived state gestures Protection zones Weapon balance pass First person only Third person downed state Consider new framework for deployable objects like trip wires Add AT mines for engineer Defusal kit fot engineer Balance and configure more weapons Squad Wipe and third UI element for Squad Wipe Rewrite Mcom arm sound implementation to either work dynamically like the Mcom sound or allow interuption of sound Screenshots:
  13. Not seeing any lipsync with .lip files either...
  14. sturmfalkerda

    Vcom AI V2.0 - AI Overhaul

    So I've been using Vcom AI, ASR Pooters edit for a long time. I've used Vcom AI on it's own and pooters on it's own; how do the two interact together? It just occurred to me that maybe the two being combined might create some undesired situations... I've used both before at the same time, but I'm pretty sure they overlap some features, Gunshot, hearing aid, all kinds of stuff. What do you recommend?
  15. sturmfalkerda

    [Release] Injured Ai script/Mod

    Getting an error occasionally, not sure if it's a mod conflicting. (ASR_AI, ALiVE etc) "Error undefined variable in expression _dragger" The unit looks dead at this point, if I remember correctly.
×