Jump to content

scrapple

Members
  • Posts

    84
  • Joined

  • Last visited

Posts posted by scrapple

  1. If you're using MGRS Grid the format is like:

     

    30 U WB 88305 18592

     

    If you're using Metric it's like:

     

    X+00023818 Z-00119647

     

    These are just random points on the Normandy map. Upper or lower case for the letters doesn't seem to matter.

     

    For Lat/Long (which may be what you really want), I don't know what the format is.

  2. 2 hours ago, Munkwolf said:

     

    I recently had to leave that unchecked.

     

    With that checked, my joystick will be at center, but when I click fly it pins the stick to the top left and throttle is maxed until i move the stick around. If I don't move the stick quickly enough and it's a hot start, especially in a helo, it crashes on the pad.

     

    I had exactly the same problem start a couple weeks ago. I had always flown with the sync box checked, but I had to start flying with it unchecked.

     

    But...out of curiosity I just now tried again with a hot start mission with the sync box checked, and the controls seem to behave just fine now. Oh well.

     

  3. I had never thought of doing that either, but that's still sort of a workaround. If you happen to start the mission with the landing light switch on your collective in the UP position, then the action is going to be backward the whole mission. I really don't see why they couldn't have given the landing light separate on and off mappings, especially since the search light switch right next to it does have separate on and off (and stow) mappings.

  4. Is it possible to define more than one spawn point for a FARP mod? I haven't found any examples that anyone has done, so I could take a peek at their LUA code. Or does something have to be defined in the EDM model itself? The only multi-spot FARP I know of is the original ED 4-spot FARP, but as far as I know all the code for that is inaccessible. 

     

    I know you can just spawn a flight on the ground at the FARP, but I'd like to be able to do the parking or ramp start on the FARP in specific parking spots.

  5. 2 hours ago, shagrat said:

    All conditions separated by an OR need to check each condition again, combined by AND, so (Unit1 in Zone AND Flag true) OR (Unit2 in Zone AND Flag true) is required if I interpreted the intent correctly.

     

    Rudel's proposed solution is pictured below, which I think is the same as what you are saying. Although, it does seem to me that this an example of the ANDs being evaluated before the OR, rather than a strict top to bottom evaluation. I don't know if that holds true in general. Maybe we need the ability to add parentheses in the Condition field to force the evaluation order we want. 😀 Thank you all for your help!

    Trigger conditions-2.jpg

    • Like 1
  6. In what order would the trigger conditions shown below be processed? From what I'm seeing in my mission it seems that the second and third statements are being  AND'ed first, and then the results of that are being OR'ed with the first statement. I intended for the OR condition to be evaluated first. Is there a way to do that? 

     

    Trigger conditions.jpg

  7. Yeah it worked great! I do wish the guy giving the commands would give better commands to coax you into position, but I guess that's up to ED to implement. At least now he gives poor guidance in a more realistic voice. 😄

  8. Mine arrived yesterday. It works great! It's built (and packaged) like a Russian tank. 😀 Thanks K-51!

     

    Here's my final tracking info just to give those still on the list some idea. I got on the waiting list October 30.  On December 16, K-51 told me it was ready and I paid. He shipped it the next day. (I'm in the US.)

     

    Tracking for helicopter collective.jpg

  9. That did it! Thank you very much freebirddz.

     

    And now that I've lured you in...😄 If I could ask a couple follow-up questions.

     

    I notice in that same area of Blender, there's a place to put in a normal map file and a specular map file. And I do see in the watchtower texture files there's a watchtower_normal.tga. But since the object exported fine without that specifying that normal file, I assume it's not necessary?

     

    And also, looking back through some of the object files I've downloaded, a few don't appear to have a diffuse map file included. Are they not always required?

     

    Thanks again for help!

     

    And Grajo, thanks for that Static Object Example, that has really helped.

     

    • Like 1
  10. Hi Grajo,

     

    As a first step in trying to figure out modelling/Blender/edm files/etc, I've tried importing some free simple static OBJ files from Turbosquid.com into Blender. Then I just try to go through the steps listed in the EMD Exporter README to set the object up to be exported to an edm file (make sure it has an armature, RenderNode, quaternions, etc). These are things that I don't claim to really understand yet, I just go through the steps. I've been using your excellent Static Objects Example files and mission to quickly see the final product in the game.

     

    I can normally get the exported objects to appear in your mission, but they never have the textures applied. They always have that "digital camo" pattern that indicates missing textures. In Blender, the object does display with the correct textures in the Shading tab. So I must be missing some step in the process, or I'm not putting the texture files in the right place, or something. 

     

    I've attached a link to the zipped up files related to one object I've tried, a watchtower. The zip file has the imported obj/mtl files and texture files, my blend file, and my exported edm file. If you, or some other kind soul, could please take a quick look to see if you see something I'm doing wrong, I would very much appreciate it.

     

    https://drive.google.com/file/d/1dTuqO76y4w1e4dSvuZ1t0SNU8ZaAi46k/view?usp=sharing

  11. 3 hours ago, admiki said:

    How long did the shipment take?

    Mine is sitting in Moscow for three days now, driving me crazy

     

    It may be there a bit longer. I got on the waiting list October 30.  On December 16, K-51 told me it was ready and I paid. He shipped it the next day. Here's the tracking on mine so far. It's still in Moscow, but it finally showed some new activity yesterday after going silent for three weeks. So don't give up hope! 😀

    (This is for shipment to USA.)

    Collective shipping.jpg

  12. If you're running the script with a MISSION START trigger, trying changing that to a ONCE trigger with say a TIME MORE(5) condition.

     

    Also, in this statement:

     

    local groupId = Group.getByName(tbl[i]):getID

     

    you may need a set of parentheses at the end, like so:

     

    local groupId = Group.getByName(tbl[i]):getID()

  13. I think you would have to use the 'addCommandForGroup' function to be able to know which group triggered the menu item. There isn't any equivalent 'addCommandForClient' function, so the only I know to identify the particular client is to put each client aircraft in it's own group, and use addCommandForGroup. That way if you identify the group, you've effectively narrowed it down to one client.

  14. I'm pretty sure that menu commands can only be sent to everyone, or all members of a particular coalition, or all members of a  particular group. You can't direct menu commands to individual units. The only way around that is to put each client aircraft in its own group. Then by identifying the group, you've effectively identified the unit. That may or may not be workable for you depending on your scenario.

×
×
  • Create New...