Jump to content

killzone_kid

Member
  • Content Count

    3971
  • Joined

  • Last visited

  • Medals

Community Reputation

1326 Excellent

About killzone_kid

  • Rank
    Chief Warrant Officer

Profile Information

  • Gender
    Not Telling

Contact Methods

  • Biography
    Arrivederci

Recent Profile Visitors

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

  1. killzone_kid

    Player in remoteExec

    try switch (vehicleVarName _vehicle) do instead of switch (_vehicle) do
  2. Rev.150091 https://community.bistudio.com/wiki/enableEnvironment
  3. Make a feedback ticket I will add an option to enableEnvironment
  4. killzone_kid

    callExtension question(s)

    there is no limit if you use extension callback
  5. where did you get this code from?
  6. killzone_kid

    disableBrakes work only after push

    When you disable brakes the vehicle is in sleep state like @reyhard explained. You can awake the vehicle but the force of gravity translated to pull might not be strong enough. But giving vehicle a little velocity nudge is all you need quad disableBrakes true; quad setvelocitymodelspace [0,1,0];
  7. could you point to where it says wrong? can you give example what code doesnt do what you expect?
  8. lbselection for non LB_MULTI was bugged. There are minor fixes several of them including crash so wait until dev. Some will make it into hotfix some to 2.12. If you know of any bugs -> ticket + tag me
  9. Next dev will have a few fixes to LB_Multi controls
  10. There are problems with multiselect listbox, one of which @Larrow has described but there are more
  11. Have you seen https://community.bistudio.com/wiki/weaponState ?
  12. killzone_kid

    Remove flying insects into buildings

    enableenvironment false removes insects too
  13. killzone_kid

    More flexibility with callExtension

    Yes, having freeExtension command would have been ideal...this is why I'm going to add one and limit it to DEV branch.
  14. killzone_kid

    More flexibility with callExtension

    >Is it possible to tell A3 to release control of a previously called dll? (without exiting game) no - this is security feature >Any particular reason calling LoadLibrary (inside your callExtension dll) to a separate dll shouldn't work?~ >If this idea should work, anyone know if that separate dll will end up "locked" (until game exit) as well, making all this a fool's errand? It can be done, for example http://killzonekid.com/arma-3-extension-tester-callextension-exe-callextension_x64-exe/ has freeExtension “<name>” command
×