Jump to content

smile04

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Posts posted by smile04


  1. ok here is how i did the scripts to fold and unfold stuff

    to start folded put this in the vehicles init

    _xtype = [this,0] execvm "airpack.sqf"

    to start unfolded use this

    _xtype = [this,0] execvm "airunpack.sqf"

    i edited the sqfs to look like this

    airpack.sqf

    _aircraft = _this select 0;
    _caller = _this select 1;
    _id = _this select 2;
    
    _type = typeof _aircraft;
    waituntil {!isEngineOn _aircraft};
    switch (_type) do {
    case "AH1Z": {_xtype = [_aircraft,1] execvm "\ca\air\Scripts\AH1Z_fold.sqf"};
    case "UH1Y": {_xtype = [_aircraft,1] execvm "\ca\air2\UH1Y\Scripts\fold.sqf"};
    case "MV22": {_xtype = [_aircraft,1] execvm "\ca\air2\mv22\scripts\pack.sqf"};
    };
    
    _aircraft removeaction _id;
    
    _aircraftunpack = _aircraft addAction ["Unfold Aircraft", "airunpack.sqf"];

    airpack.sqf

    _aircraft = _this select 0;
    _caller = _this select 1;
    _id = _this select 2;
    
    _type = typeof _aircraft;
    waituntil {!isEngineOn _aircraft};
    switch (_type) do {
    case "AH1Z": {_xtype = [_aircraft,0] execvm "\ca\air\Scripts\AH1Z_fold.sqf"};
    case "UH1Y": {_xtype = [_aircraft,0] execvm "\ca\air2\UH1Y\Scripts\fold.sqf"};
    case "MV22": {_xtype = [_aircraft,0] execvm "\ca\air2\mv22\scripts\pack.sqf"};
    };
    
    _aircraft removeaction _id;
    
    _aircraftpack = _aircraft addAction ["Fold Aircraft", "airpack.sqf"];

    in place of "unfold aircraft" or "fold aircraft" you can put whatever you want to show up in the action menu

    as far as the files, i put them in the mission root folder (with mission.sqm ect...)

    BTW, thanks to ghost for helping me with this!

    thank a lot man this really works...very nicely :) I LOVE YA!

    watch :) http://www.youtube.com/watch?v=N2syqt7Q_Sc

    for noobs like me...you have to put (make) two files airpack.sqf and airunpack.sqf in the root of your unpacked mission (then open files in notepad) and copy content of first hal of code to airpack.sqf and second half to airunpack.sqf and both save...then it will work...yeha! :D

    :yay:


  2. I have registered myself because I had very bad issues with my CF 5870 and I was about to send some bomb into ATI and bohemia interactive...

    BUT I FIND OUT...

    here i find a solution what is updated to february of 2011

    I renamed the AO exe to arma2.exe (arma2.exe to arma1.exe for prevent overwiting) --but this dont hepled AT ALL.. (maybe even worse)

    on one card I have like 30 fps...with OC CPU I have 36...but CF i got 30 first tak...and 15 second take...so that is NOT what i want :)...that was on some setting without AA and very high settings...just like gaming setting...but I wanted to have really nice wiev on my big screen and my cards dont ever warmed up to 55 celsius... :( sooo

    SOLUTION

    Goto Device manager > Sound, Video and game controllers and disable any ATI High Definition Audio Device listed there (Assuming you're not using HDMI audio output).

    I GOT THE NEVEST DRIVERS AND THIS SHIT WORKS LIKE CHARM!!!

    JUST DISABLE THAT SOUND...AND NOW?

    I GOT 40-80 ON TOTTALY MAXED SETTINGS :) 10Km VIEW :)

    HELLL YEAH BABY---THAT WAS WHAT I FUCKING WANTED :)

    BTW...POST PROCES SUCK FUCKING DICK...SO DONT USE...

    BYE...

    CZECH MATES

×