Jump to content

MulleDK19

Member
  • Content Count

    430
  • Joined

  • Last visited

  • Medals

Everything posted by MulleDK19

  1. MulleDK19

    Supply drop - loadout

    clearItemCargo this; clearWeaponCargo this; clearMagazineCargo this; this addItemCargo ["acc_flashlight", 10];
  2. MulleDK19

    Play sound while in vehicle?

    Use array overload and pass true as second parameter. playSound ["SoundName", true];
  3. MulleDK19

    [CODE]Help to select target

    What do you mean by target? The player who triggered the action or the AI the action belongs to?
  4. This thread will soon be updated with information about the new tool I'm developing. Stay tuned for more.
  5. MulleDK19

    Secret SimulWeather commands?

    Need a wrapper for simul::clouds::BaseCloudRenderer::SetPrecipitation !
  6. MulleDK19

    Users are falling down badly?

    1,843 in-game right now. And that's not counting the Alpha Lite players.
  7. http://img18.imageshack.us/img18/1430/arma32013030621144724.png
  8. MulleDK19

    ARMA 3 Alpha - Java Virtual Machine

    I was working on a C# implementation once, and wrote this test script: public class TestScript : Script { public TestScript() { this.Sleep(5000); string result = Main.ExecuteSqfStatement("getPos player"); Vector3 playerPosition = Vector3.FromGameTableString(result); Vehicle plane = new Vehicle("A10_US_EP1", playerPosition, VehicleStartPosition.Flying); this.Sleep(1000); while (true) { string msg = "Fuel tank of plane: " + plane.Fuel.ToString(); Game.ShowHint(msg, true); this.Sleep(250); } } } Would be nice with an official implementation though, as I had to use the extension command to communicate with the game, which is extremely slow, but it works.
  9. It is not in the store for anyone anywhere. It won't appear until the 5th.
  10. Just buy it from store.bistudio.com and the availability shouldn't be a problem, I think.
  11. MulleDK19

    Download Size?

    The alpha is 7.5gB.
  12. SQF is so simple. It can be learned literally in 10 minutes.
  13. 1. I'll get into the game, adjust the settings, then make sure they didn't remove a lot of the awesome stuff I tried at GC. 2. Enter the editor, place a player unit, and an enemy unit called unit1, then write an init script: sleep 5; unit1 setVelocity [0, 0, 100]; sleep 1; unit1 setVelocity [0, 0, -1000]; sleep 0.05; unit1 setDamage 1; 3. Realize that the stance keys have actually been changed from Z, X, C for prone, crouch and stand, to just Z and X to go up and down, without the ability to change it back, then go complain on the forums.
  14. MulleDK19

    Arma 3 plans for 2013

    They already confirmed you have to do -server in the alpha.
  15. MulleDK19

    Arma 3 plans for 2013

    If I was sure I'd get my name in the credits, I'd buy it without hesitating. OR if NO-ONE would get their name in the credits, I'd buy it without hesitation too. But to buy a product and know that whoever spent the whole night to be first gets a better product, is a no go.
  16. MulleDK19

    Arma 3 plans for 2013

    500 is NOTHING!
  17. MulleDK19

    Arma 3 plans for 2013

    Ya, that is just fucking bullshit. It's like "We'd like to thank the first 500 supporters! And a big fuck you to the rest :D" ... -.-'
  18. MulleDK19

    Arma3 gameservers spotted

    Actually according to Google translate, it means "wash the boat docks".
  19. MulleDK19

    Arma3 gameservers spotted

    There were 5 players playing about 1½ hours ago.
  20. MulleDK19

    Arma3 gameservers spotted

    Someone is playing in the US?!?
  21. MulleDK19

    ArmA 3 on Steamworks?

    Biggest kick in the balls to wake up to these "news". Now, if it turns out it's also VAC-enabled I definetly won't buy ARMA 3.
  22. MulleDK19

    Arma 3 Site update?

    They just changed the name of the main island from Limnos to Altis. And so they have to modify the website to reflect the changes. More info on the game coming this February. https://www.facebook.com/arma3official
  23. MulleDK19

    Different Camo for soldier In Arma3?

    The thing about less knowledge about scripting is an in-editor briefing editor. See above.
×