Jump to content

Riah069

Member
  • Content Count

    23
  • Joined

  • Last visited

  • Medals

Posts posted by Riah069


  1. OK if you are only having issues in multiplayer then you might be out if luck. TPW only guaranteed support for SP.

    Sent from my DROID RAZR using Tapatalk

    Yeah true there mate but at the end he posted

    Feedback

    For the sake of my sanity, when you're reporting bugs and issues can you please tell me:

    Arma3 version

    Version of the specific mod

    Script or addon version

    Running on SP, MP or dedi

    So i guess what i reported will be ok :)


  2. There are Userconfig options for that in the mod already. You can turn off radio altogether or just house radio or just Vehicle radio.

    AWESOME mate thxs for that info.. Edited now :)

    ---------- Post added at 02:27 AM ---------- Previous post was at 02:07 AM ----------

    Ok this is what is looks like now.

    // RADIO

    tpw_radio_active = 0; // 0 = inactive

    tpw_radio_house = 0; // Radio in houses. 0 = no radio in houses

    tpw_radio_car = 0; // Radio in vehicles. 0 = no radio in houses

    tpw_radio_time = 60; // maximum time between messages (sec)

    But when i drive into a town and walk in a house there is still music coming from the radio, and there is still radio talk in the vehicle...

    Regards


  3. GREAT mod THXS!!

    Have noticed a bug

    I play online with a couple of mates, and when we enter a Heavily populated town with lots of houses the Greek music just goes NUTS lol like there are 100 radios playing altogether. We had to turn the volume off LOL.. I like the addition of such ambiance :) and I know its NOT certified for MP but for the good part all works ok. Im future releases could it be an option to pull say the Greek radio out of the mod etc please?

    Update. Alt-Tabbing when outside the town stops the music. Before we ran trough a town and the music continued for ages. ALt-Tabbing stops it when you are not near the houses anymore :)

    Regards

    Mike


  4. Thxs for the reply mate :)

    So when the mission starts

    Select Blue/all do settings Apply

    Select Red/all do settings Apply

    Then hit cancel

    Got it.. Nice work :)

    Would you be thinking of adding a save function kinda a global settings save that you could pic for a certain scenario etc? Instead of moving the sliders all over again when a new game has started?

    Regards


  5. Nice tool :)

    Question though. Lets say i hit the Blue side/all set the sliders etc and go apply. How do i then close the screen? The only button there is Cancel. If i make adjustments then press cancel wont that cancel the adjustments i have made? :)

    And does these setting remain? So if i turn arma off and restart will i have to setup the adjustments again?

    Regards


  6. I cant believe that this is STILL an ongoing issue. Ever since the inception of OFP right up to this date and time the AI is ...well...quite retarded in the way in which a vehicle drives from point A to B

    So BIS why do why still have this lingering in you're face problem. That for me really ruins a good game ? And im sure others as well.

    Is it because of the engine that ArmA is built on? Is that the reason why a vehicle appears to have NO weight and bounces like a ball in a bazingga room? I wish and hope that one of these days you guys finally put the No weight/I cant drive from point A to B without getting lost and getting stuck in a rock, behind us.

    And yes this is a peeved post because the 4the mission in PMC is doing EXACTLY what i have described.

    Regards

    Mike


  7. I hope a mod locks this. It's getting really tiresome thinking there's news and it turns out it's just tons of pages of people saying how excited they are. *smacks head on desk until comatose* :p

    Id suggest that if you can do the Mod or make it better then do it. In a rush? Need to be somewhere?


  8. Hi guys.. Thxs for the Awesome Sounds for the choppers VERY WELCOME edition :)

    Just updated Aces so looking forward to hearing them in game :)

    Got a question un-sound releated lol

    In the preview of the AH-64 sound test i noticed he popped up a little map window in the cockpit. Where the hell do i get that from?

    I believe its not in ACES2 atm. Could be wrong but id like to get my filthy hands on it..

    Regards

    Mike

    ---------- Post added at 09:41 AM ---------- Previous post was at 09:26 AM ----------

    And hello again..

    Hello my name is Mike and im a Alcoholic....

    And i have had too much to drink and FAILED to read said documents to get the map up and running.. Right Ctrl-M is the magic key

    Regards all and have a WONDERFUL CHRISTMAS :)


  9. @Sickboy and the Kellys Heroes guys

    WELL BLOODY DONE!!!! I wasnt a fan of ACES in ArmA 1, guess i was to used to the mods we had working at the time. But this time round i have seen that you guys have REALLY fine tuned and delivered a truely AWESOME piece of work.

    This makes me quiet happy as a friend that i play with everyday had ONLY played ArmA 2 a little bit but didnt get involved with it enough because we felt it quite lacking in alotta places. Last night i got him squared away on the updating ritural which he said after it was done was one of the MOST exciting and easy to use ways of updating he has EVER seen from a addon group ever.

    So we played the training ground together and had a FREAKING BALL!! lol And when it comes to quality hes the real bastard when it comes to evaluating things. Surffice to say he was wrapped, as am i, With everything. It was easy to use and we are REALLY looking forward to this getting better and better, As well as the other addon makers joining the way addons are updated in this fashion.

    So agan well done AND THANK YOU!!! you have really breathed NEW life into ArmA 2 for us again :)

    Regards

    Mike


  10. To put this under Deadfast's FPS on/off button on the ESC menu replace this in config.cpp:

    class CfgVehicles {
    class CaManbase
    {
    	class UserActions
    	{
    		class VFAICpanel
    		{
    			displayNameDefault = "VFFPS Control Panel";
                                   showWindow = 0;
    	                hideOnUse = 1;
    			displayName="VFFPS Control Panel";
    			position="action";
    			radius=5.0000;
                               	onlyForPlayer = 1;
    			condition="alive this";
    			statement="this execVM ""\VFFPSS\VFFPSSdlg.sqf""";
    		};
    	};	
    };
    };
    

    with this:

    class RscStandardDisplay;	// External class reference
    class RscShortcutButton;	// External class reference
    
    class RscDisplayInterrupt : RscStandardDisplay {
    class controls {
    	class VFAICpanelBtn : RscShortcutButton {
    		x = "0.005 + SafeZoneX";
    		y = "0.055 + SafeZoneY";
    		w = 0.3;
    		onButtonClick = "execVM ""\VFFPSS\VFFPSSdlg.sqf"";";
    		text = "VFFPS Control Panel";
    		periodFocus = 0;
    	};
    };
    };
    
    class RscDisplayMPInterrupt : RscStandardDisplay {
    class controls {
    	class VFAICpanelBtn : RscShortcutButton {
    		x = "0.005 + SafeZoneX";
    		y = "0.055 + SafeZoneY";
    		w = 0.3;
    		onButtonClick = "execVM ""\VFFPSS\VFFPSSdlg.sqf"";";
    		text = "VFFPS Control Panel";
    		periodFocus = 0;
    	};
    };
    };
    

    This will replace the action thingy with another button on the ESC screen. Click that, press ESC again to go back in game and the VFFPS popup will show after a couple of seconds.

    Could you possibly email youre edited version please? I have tried to edit but comes up with error in the Starting of ArmA

    havoc@netspace.net.au

    Cheers


  11. Enemy BMP to our front CLOSE!!! Lets stand there and look at it for 5 seconds before deciding what to do....Hitting the ground.. Finding cover OR throw a smoke grenade wow theres a novel IDEA!!... The later dosent happen wish it would.. Didnt it say in there BIS Speel that the AI was true to life? Bollocks!!


  12. Like OK this HAS been going on since OFP Tanks Bouncing flipping spinning and just generally saying HEY look at me i HAVE no weight. Come on BIS claim its as realistic as it can get? Yet you continue to release each version with the same problem. Getting tired of it really


  13. +1 VOTE true Freetrack DOES have the TrackIR option in there BUT also they have there own Freetrack option as well. But like most things if a upfront support does come then someone will make it work for the peeps THAT dont have $250 to spend on something that works JUST as well as the expensive version..

    Peace....

×