Jump to content

woulffman

Member
  • Content Count

    35
  • Joined

  • Last visited

  • Medals

Community Reputation

22 Excellent

About woulffman

  • Rank
    Private First Class

Recent Profile Visitors

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

  1. woulffman

    Real World Weather

    I fixed my issue by installing Visual C++ Redistributable for Visual Studio 2015 found here: https://www.microsoft.com/en-us/download/details.aspx?id=48145
  2. woulffman

    Real World Weather

    Hi, Having issues with dedicated server. Error in log: Call extension 'url_fetch' could not be loaded: The specified module could not be found. I unloaded all mods, created a basic mission with the module set, put it on the dedicated server, with only this mod loading and it still doesn't work. I can get the menu through script but it is blank. I can fill in the information and populate and the menu appears correct but the weather doesn't change. If I run it from editor started server it behaves as expected.
  3. Looks like the tow point was moved again. Lesh's Towing Mod can no longer tow the A-10C. Other aircraft seem ok (F-22, F-35B). Can you correct the tow point again? Thanks
  4. Love this mod. Can't wait for the native Windows app for my Surface. Any chance of getting the grid coordinates on the left side and top of map? Thanks!
  5. Did you make a change (fix) to the APKWS? It seems they only hit targets now with a valid laser lock. Before that last update, I could just point and shoot without laser lock. Having a laser lock is no a bug in my opinion. It is how it should work. I just have some pilots asking about it. Thanks again for all the awesome mods.
  6. Thanks for the response. Here is more detail. Updated video of towing point and improvised runway issues Video of towing point and improvised runway issues. (ignore this one) The first part of the video shows the tow point below ground for Lesh's Towing Mod. I have seen the same issue with a towing mod in the unit I'm with but I don't know the name of that mod. The rest of the video also shows improvised runway issues. One from a dirt runway on Altis (though I have had the issue on many maps with all sorts of runways) and another from a runway composition I created. If you need more info, let me know. Thanks again!
  7. Thanks for all the updates! Can you fix the A-10 landing gear? It is overly sensitive to improvised runways. In addition, the tow point is below ground. This causes the aircraft to float above the ground when towing it. Thanks again for all the beautiful aircraft and systems!
  8. Is it possible to have a delay between each component of a composition being spawned? Thanks
  9. Larrow, I have my script working in single and was moving to server. I changed the "isServer" to what you mentioned earlier in the thread. The composition builds fine but now does not delete. Can you help with what I'm missing? Thanks
  10. Thanks for the great scripts and help! I posted a quick video of the finished product. FARP
  11. This is really cool. I could use some help though. I built a FARP that I want to have assigned to a container (add action) and have the player interact with it to spawn the FARP. I got that working but not the removal part. For the removal I get the following error: Here is my code: FARPBOX addAction [ "Build the FARP", {params [ "_target", "_caller", "_id", "_args" ]; private["_FARP"]; _FARP = ["WFARP",getPosATL FARPBOX,[0,0,-1.5],5,false,true,true ] call LARs_fnc_spawnComp; [ _FARP ] call LARs_fnc_spawnComp; }, [], 1.5, true, true, "", "true", // _target, _this, _originalTarget 50, false, "", "" ]; FARPBOX addAction [ "Dismantle the FARP", {params [ "_target", "_caller", "_id", "_args" ]; [ _FARP ] call LARs_fnc_deleteComp; }, [], 1.5, true, true, "", "true", // _target, _this, _originalTarget 50, false, "", "" ]; Thanks
  12. woulffman

    Passcode for addaction

    Very nice! Thank you and Happy New Year!
  13. Is it possible to have a player type a code for an action to work? I'd like to have a laptop that will allow a player who knows a 4 digit pin to be able to select for a list of actions. I have the addaction stuff down but don't know how to require a pin be entered first.
  14. woulffman

    A-10 Warthog Series Standalone

    Is it possible to get the landing gear fixed? It is sensitive on improvised runways and often takes damage. Also when using towing mods, the aircraft will sit a few meters above the ground. So the towing point seems to be below the ground. The aircraft also explodes on Land_AirstripPlatform_01_F.
×