Jump to content

hellsan631

Member
  • Content Count

    24
  • Joined

  • Last visited

  • Medals

  • Medals

Community Reputation

11 Good

About hellsan631

  • Rank
    Private First Class

Recent Profile Visitors

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

  1. hellsan631

    Authentic Gameplay Modification

    I don't know if this is on your extended featured list, but it would be amazing if we could get a custom event bound to a medical action, (say bandaging/epi/morphine/etc), where one of the returned values would be the medical action performed. [player, "AGM_medicalAction", { _unit = _this select 0; _action = _this select 1; if(_action == "bandage") then { //trigger a sound, add to bandage count, do a thing }; if(_action == "epipen") then { //play animation, insult them, flash some lights }; }] call AGM_Core_fnc_addCustomEventHandler; I wouldn't even mind different event handlers for the various medical things, if returning an action is too much. I'm using AGM as a base medical system on top of a custom built damage system and it works great. But to further develop the damage system, I would have to replace the majority of AGM Medical with my own (AGM is open source, so not to bad). I feel like adding something like this could open up the medical system for modders. AGM is by far the best medical system I've used (it works, and its simple), but in terms of how good the AI is in Coop and Zeus games, people can die really quickly in the heat of combat.
  2. I would really love the ability to rearm vehicles. Either by setting up a zone (say a WP marker, and add a radius around this) that does rearm/refuel, or just directly by dragging an icon onto a vehicle.
  3. Good looking out there. Problem fixed!
  4. Just to report a bug i'm experiencing. While in zeus mode, around the industrial complex area on the main island (eastern side of the map) my game freezes. I've tried to get an RPT error report for the thing, but the game's exe just hard locks. This is a new arma profile, cba enabled/disabled, checked integrity of arma 3 cache, etc. I'm using the LD version of the map, but this happens with the HD version as well. Also using the most current version of AiA (1-1-2015) Here is a snippit of the RPT logs just in case http://pastebin.com/77e708Mz 17:54:30 ca\misc\garbage_metal.p3d: house, config class missing 17:54:30 ca\misc_acr\shooting_range\shooting_range_acr.p3d: house, config class missing 17:54:32 ca\misc3\camonet_east_var1.p3d: house, config class missing 17:54:39 ca\misc_acr\scaffoldingsmall\misc_crossing30st_b.p3d: house, config class missing 17:54:49 ca\buildings\misc\vo_stara1.p3d: streetlamp, config class missing 17:54:49 ca\buildings\misc\vo_stara1.p3d: streetlamp, config class missing 17:54:49 ca\buildings\misc\vo_stara1.p3d: streetlamp, config class missing 17:54:49 ca\misc_acr\shooting_range\shooting_range_acr.p3d: house, config class missing 17:54:49 ca\buildings\misc\vo_stara1.p3d: streetlamp, config class missing 17:54:51 ca\misc_acr\scaffoldingsmall\misc_crossing0st.p3d: house, config class missing 17:54:51 ca\misc_acr\scaffoldingsmall\misc_crossing30st.p3d: house, config class missing 17:54:51 Bad simulation thing, type Land_Barrel_sand (class=house), ca\structures\misc\armory\barels\barrel_sand.p3d 17:54:56 ca\misc_e\wf\wf_heliport_tkg_ep1.p3d: vehicle, config class missing 17:54:58 a3\structures_f\training\target_popup_f.p3d: house, config class missing 17:54:58 a3\structures_f\training\target_popup_f.p3d: house, config class missing I can come in from the southern side and get to the edge of the industrial complex, so my guess is something on the northern face gets loaded into view. Here is a screen shot of the exact moment if freezes. I have a 500m draw distance with everything set to low, coming in from the south/east. http://gyazo.com/b265fcce6e9a2c6c8be94a65abd99dcc
  5. hellsan631

    X-Cam prototype map

    While I don't think the performance will be the best, I also don't think that it will be such a giant hit to FPS. The videos have been very smooth, without many fps drops whilst recording. Has anyone actually played this in multiplayer? Even maps like the Manhatten map are somewhat playable with a set of beefy PCs. I think this will definitely be better performance wise then that map.
  6. hellsan631

    X-Cam prototype map

    my eyes bleed with antisipation
  7. Oh wow, surprised I didn't think of that. Good catch. Changed to a different profile, and the bindings work now.
  8. I'm running stable branch, and no I haven't tried the dedicated server bit, because a few mods that we use don't like dedicated servers. Its not too big a deal, because when I host I'm zeusing 99% of the time, and the mod works for everyone else so. I would like to mention though that the mod doesn't work on the test map for me either, when I host it as a game. I find this weird because as I've said before, the bindings for AdvancedBallistics work just fine. It just seems like its the two equipment mods that have this problem. I'm playing with around 44 mods atm and all of them with keybindings work except those two (the atragMX and kestral).
  9. hellsan631

    ArmA III Ballistics Overhaul

    Really looking forward to this. Love to see the expanding list of supported rounds. Are you planning on doing some larger calibure rounds, like the 12.7, .408, or 50 cal?
  10. hellsan631

    NATO 5.56 and 7.62 adjustor

    I suggest too that you look into using some of the values in http://forums.bistudio.com/showthread.php?173466-ArmA-III-Ballistics-Overhaul It doesn't have all of the caliber you would need, but it can serve as a good base for the default 6.5, 5.56 and 7.62 adjustments.
  11. Just an update to the issue, Had a friend play to test out some stuff, and the mods for him worked. Weird thing is, we sync all of our mods via BittorrentSync, so we have the exact same setup. I tried double and triple checking everything, and I'll be able to report more here tomarrow on the subject. I hosted the server, so perhaps thats where the issue is comming from? Here is a pastebin of the latest log (with some extra logging and disabling of cache) http://pastebin.com/dEC8c3jE
  12. hellsan631

    Vcom AI V2.0 - AI Overhaul

    There seems to be a bit of RPT spam with the current version: Error in expression <call VCOM_fnc_classVehicle; _parents = [_class,true] call BIS_fnc_returnParents;> Error position: <_class,true] call BIS_fnc_returnParents;> Error Undefined variable in expression: _class Everything else is working fine though. I really like the improvements you've made over the last version
  13. When trying to use the kestrel4500 and the ATragMX with the latest version of CBA, i keep getting these errors in my RPT log, and the hotkeys won't do anything (they don't show up in the config menu either) The only addons i'm running atm is CBA/AdvancedBallistics/Kestrel/ATragMX, all of them the latest versions. Weird part is, the AdvancedBallistics keybindings work just fine, and I can see and customize those keybindings in the config menu. Reference: (without CSE) pastebin of my RPT file: http://pastebin.com/G4TkukBM Error in expression <rl = _keybind select 2; _alt = _keybind select 3; _index = [_modName, _actionN> Error position: <select 3; _index = [_modName, _actionN> Error Zero divisor File x\cba\addons\keybinding\fnc_registerKeybind.sqf, line 93 Error in expression <rl = _keybind select 2; _alt = _keybind select 3; _index = [_modName, _actionN> Error position: <select 3; _index = [_modName, _actionN> Error Zero divisor File x\cba\addons\keybinding\fnc_registerKeybind.sqf, line 93 Error in expression <rl = _keybind select 2; _alt = _keybind select 3; _index = [_modName, _actionN> Error position: <select 3; _index = [_modName, _actionN> Error Zero divisor File x\cba\addons\keybinding\fnc_registerKeybind.sqf, line 93 [19373,69.827,0,"CBA_VERSIONING: cba=1.0.8.140725, "] [19373,69.837,0,"XEH: PostInit Finished. State: _isClient=true, _isJip=false, _isDedClient=false, _isServer=true, _isDedServer=false, _playerCheckDone=true, _sp=false, _startInitDone=true, _postInitDone=true, _mpRespawn=true, _machineType=1, _sessionId=1, _level=0, _timeOut=false, _game=3, BIS_functions=L Modules:1, group=L Modules, player=B Alpha 1-1:1 (HellsAn631), _playerType="B_soldier_AR_F", _playerGroup=B Alpha 1-1"] Error in expression <nter = _ehID + 1; [_dikCode, [_shift, _ctrl, _alt], _code, _keypressType, form> Error position: <_ctrl, _alt], _code, _keypressType, form> Error Undefined variable in expression: _ctrl File x\cba\addons\keybinding\fnc_registerKeybind.sqf, line 143 Error in expression <rl = _keybind select 2; _alt = _keybind select 3; _index = [_modName, _actionN> Error position: <select 3; _index = [_modName, _actionN> Error Zero divisor File x\cba\addons\keybinding\fnc_registerKeybind.sqf, line 93 Error in expression <nter = _ehID + 1; [_dikCode, [_shift, _ctrl, _alt], _code, _keypressType, form> Error position: <_ctrl, _alt], _code, _keypressType, form> Error Undefined variable in expression: _ctrl File x\cba\addons\keybinding\fnc_registerKeybind.sqf, line 143 Error in expression <rl = _keybind select 2; _alt = _keybind select 3; _index = [_modName, _actionN> Error position: <select 3; _index = [_modName, _actionN> Error Zero divisor File x\cba\addons\keybinding\fnc_registerKeybind.sqf, line 93 Also, when I press the keybinding for either mod, I get a bunch of these errors: Error in expression < 0 to 2 do { if (((_settings select _i) && {!(_keyData select (_i + 2))}) || {(!> Error position: <&& {!(_keyData select (_i + 2))}) || {(!> Error Generic error in expression File x\cba\addons\events\fnc_keyHandler.sqf, line 35
  14. hellsan631

    Chessmaster's Wounding System

    thanks for your hard work on both projects (the amount of stuff you put into CPM is pretty crazy recently). Looking forward to an updated version of this mod, as its the best of the injury mods out there IMO.
  15. I was testing this mod out and seeing if I could change the color correction, but the default NVG's override any colorCorrection and setAperture when they are turned on.
×