Jump to content

Incontinentia

Member
  • Content Count

    410
  • Joined

  • Last visited

  • Medals

Posts posted by Incontinentia


  1. That works much better, thank you! One last little issue (I hope!!) is that I can't stop giving waypoints once I've started now. This is only a problem with running on dedi but it means once I've decided to give a group a waypoint I then can't do anything else on the map (same goes for assign vehicle if there isn't one nearby - basically anything involving waypoints)! Secondary mouse button doesn't work. Only way out is to exit the mission. Sorry for all the hassle! Another donation inbound. 


  2. I have a feeling that it may mess with some other functions I'm running (for some reason ALiVE load order is a bit messed up for me at the moment) so I've got a loop that works quite well now. Here it is: 

    while { true } do
    { 
    	sleep 30; 
    	if((SRROp == player) or (sniperTeamLead == player)) then { 
        ["FullCommand",true] call AIC_fnc_showCommandControl;  
    	};
    	if((strikeTeamLead == player) or (SRROp == player) or (sniperTeamLead == player)) then { 
        ["CSSCommand",true] call AIC_fnc_showCommandControl;  
    	};
    };
    

    Works perfectly! Thanks Duda. 

     

    EDIT: Seems this method won't work on dedicated server... for fck's sake Arma!! 

     

    EDIT 2: Your way works! I'm a numpty. 


  3. Well it now works perfectly in the mission I sent you, but not in the more complex mission I'm working on! I'll see if executing that a few seconds after the mission has loaded does anything helpful. 

     

     

    Edit: It works on the more complex mission if I execute it via debug console after the mission has started. I'll see if I can write a little script to do this automatically. 


  4. I won't post all of them as they're massive but this is the stuff I added for High Command in the init.sqf: 

    //Advanced AI Command
    [false] call AIC_fnc_initAICommand;
    ["CSSCommand"] call AIC_fnc_createCommandControl;
    
    

    And in the description: 

    class CfgNotifications {
    #include "AICommand\cfgnotifications.hpp"
    };
    
    
    class CfgFunctions { 
    #include "ais_injury\cfgFunctionsAIS.hpp" 
    #include "functions\CfgFunctions.hpp" 
    #include "AICommand\cfgfunctions.hpp" 
    };
    

    I also put 

    ["CSSCommand",true] call AIC_fnc_showCommandControl;
    

    in the commander inits and 

    ["CSSCommand", group this] call AIC_fnc_commandControlAddGroup;
    

    in the subordinate unit leader inits. 

     

    Figured that should get it going?


  5. This is the script I'm using to switch setcaptive to false when certain conditions are met: 
     
     
    spook sideChat (format ["Compromised"]);
    
    spotted = true; 
    publicVariable "spotted";
    
    [spook setcaptive false] call BIS_fnc_MP; 
    
    _cooldownTimer = (60 + (random 60));
    uiSleep _cooldownTimer; 
    
    waituntil {
    uiSleep 10; 
    ((2.2 > (INDEPENDENT knowsAbout spook)) && (2.2 > (EAST knowsAbout spook)));
    }; 
    
    spotted = false; 
    publicVariable "spotted"; 
    [spook setcaptive true] call BIS_fnc_MP; 
    
    //["INS_HINT_EH",["You escaped."]] call CBA_fnc_globalEvent; 
    spook groupChat (format ["Got away with it"]);
    

    Thanks in advance to anyone that can help! 


  6. Hi all, I'm trying to get a playable character starting with setcaptive true on a mission run on a dedicated server and haven't had any luck. I've tried putting "this setcaptive true;" into the unit's init and "[this setcaptive true] call BIS_fnc_MP;". Also tried setting it in the init.sqf. None of these options seems to work (along with quite a few methods I've forgotten!).  Also, how would I get a script that changes the unit to setcaptive false to run properly in a MP environment as well as a SP one? 


  7. Received my rift finally yesterday.

     

    Damn, Rift games are working well and DCS is just freaking awesome.

    I still have some issues with Arma. Headtracking is not as perfect as I would like it to be and I really have some issues with the resolution. DCS looks way more clearer.

     

    Any tipps? Did you use the same 13.5cm for Rx Distance in Opentrack 2.3?

    In DCS and other RIFT games you can adjust your Pixel Density. How would you do this in Arma. Just use a higher resolution than 2160x1200 or do I need to work with a higher Sampling % in the video settings?

     

    Thanks.

    Weird as it sounds, maybe disable FSAA - for some reason that really improved clarity for me. Also, you could use the Oculus Debug Tool in the Oculus SDK and select 2 in the "Pixels Per Display Pixel Override setting. You have to keep it open while you're playing the game. This does the same thing as the pixel density slider in DCS. 

     

    As for headtracking, what's wrong with it? You can change the settings in your Opentrack profile to help get the right feel. 

     

    Hope this helps! 


  8. I'd also like to report a small issue, I just want to know if I'm the only one; Any custom keybindings that involve keys like R or G, do the default function. Because of that, by default I can't check my ammo or change grenade throws, as it'll just reload and throw a grenade respectively.

     

    I'm guessing it's a mod conflict or a goofed installation on my part, but I just want to be sure.

    I have the same issue! Glad to know it's not just me.  


  9. Yesterday I received my confirmation and the UPS estimates tomorrow as a delivery date... Will be a long, sleepless and frustrating, but still very mindblowing weekend I assume... :)

     

    So I need:

    - VorpX

    - Opentrack

    - Performance Binaries

     

    Correct? Anything else I would need to get this thing going?

     

    Best regards

     

    You'll also need to install this wrapper for Opentrack to work with the latest Oculus software: https://www.reddit.com/r/oculus/comments/4h08da/oculus_sdk_08_13_wrapper_release/

     

    Also for me, stability was improved with the xtbbmalloc by Blub. 

     

    Performance binaries may be unnecessary as Apex is on the cusp of being released. Let us know how you get on with it! 


  10. This is excellent news! I'll have to try OpenTrack but I didn't want to shell out for Vorpx. VR is the next logical step for gaming and I'm loving it!

    It is awesome, and thanks for your encouragement a few weeks back, Elite was as good as promised!

     

    Edit: Also, with the latest performance binaries, stability seems a lot better. 

×