Jump to content

CY6_Anubis

Members
  • Posts

    33
  • Joined

  • Last visited

  1. True, is not an axis. But prior I had it working all the time until 1.2.1 with radar azimuth Anyone has any hint?
  2. First of all, Thanks to Hajduk for his quick response. And now... if my memory is not playing tricks, prior to the patch I had that setting working. By the way, if I leave the field blank "in game" and set up the x52 profile with the keycommands in the manual... it should work, right?
  3. Hi all, I´ve noticed that the in game settings in FC2 (patched to 1.2.1) does not work when I try to assign the wheel scroll (located in the throttle). This is the wheel that is usually scrolled with the index finger, the one that can be "clicked" too, next to the throttle hat. I want to assing it to move the antenna in horizontal, but it does not recognize the input. Anyone knows which option from the dropdown menu is the one for that control? Thanks in advace
  4. Wow...I remember playing to the first part of Starcraft... I sucked of course but it was very fun. I always liked the Terran ;) If you have a few minutes... switch to "Off topic ON" mode and post your impressions about it here. Then swith OT OFF again hehehehehe.... Good luck !!! (I would need it, no doubts!)
  5. Grimes, are you still working on this? :)
  6. No me irás a decir que eres de Vinaros, verdad? :D
  7. Damn! I was waiting that someone answered question 6, but no luck till now. Regarding that question, I don´t have a multi monitor setup but I do have a laptop with a nice screen ;) Can I manage to display the shkval via network??
  8. Is uninstall and reinstall a valid option for you? (I guess you already tried that, that I cannot think of anything else)
  9. Just 2 words: IN-CREDIBLE! :D I went to a fortune teller and she told me that this tool will become HUGE thing after user´s suggestions :music_whistling: Now here´s is my first one (it´s 5.30 am and I´m going soon to work, so it´s a simple one): I´ve seen in the screen shot that you ask for the number of units. I suppose that it´s for repeating those setting as many times as units we input. You coud add an option radio button with "AND" and "OR" + "unit name" inputbox and add the number after the unit name name: Would be something like this: Number of units: 15 Unit name: StrikeUnit Zone number: 3 AND: OR: X So result should be: zone=3 predicate = "c_unit_out_zone" unit = StrikeUnit1 zone=3 predicate = "c_unit_out_zone" unit = StrikeUnit2 zone=3 predicate = "c_unit_out_zone" unit = StrikeUnit3 etc, etc and after that, replace the AND for OR (because we´ve chosen OR radio button). Great work Grimes, really... OMG, I´m late for work... see you later guys... :pilotfly:
  10. Not that I know, I´m sorry. Unless you mess with the .miz file. I agree that it should be easier to do those kind of repetitive actions instead of entering one by one.
  11. :D Es que en inglés le servirá a más gente! Saludos!
  12. Good question. I´ve tried to replace templates.bs and as you say, I got an error message. I thought it was because in BS there were units not present in FC2. When you resaved template by template, did you lose any unit type or everything was ok? Greetings.
  13. Ok, here is the complete code for flak simulation: Create a trigger zone for flak activity This will be the area that if entered, will make the flak to start. I called it "Flaking Zone" Create multiple small trigger zones for explosions Create as many zones as different explosions you want. If you want explosions in 10 different places, create 10 small trigger zones. (size can be 10). It´s important that these small zones are inside the big "Flaking Zone". If they´re outside, it will work anyway, but won´t be very realistic. You can call these small zones "explozones1", "explozone2", etc, etc. Create the following triggers switched->unit inside zone(unit1,flaking zone)->set flag 1 switched->unit outside zone(unit1,flaking zone)->clear flag 1 switched->time since flag(flag1, 1 second)->explosion(explozone1,altitude,volume),set flag 2 switched->time since flag(flag2, 1 second)->explosion(explozone2,altitude,volume),set flag 3 switched->time since flag(flag3, 1 second)->explosion(explozone3,altitude,volume),set flag 4 ... the last trigger (let´s suppose 10 explosions), should be like this: switched->time since flag(flag3, 1 second)->explosion(explozone3,altitude,volume),set flag 1 IMPORTANT: If you don´t set flag 1 to the last trigger, the loop will not begin again even if the units are inside the Flak Zone. I´ve used only 1 unit to activate the sequence but here´s my tip: Only 1 unit inside Flak Zone should be needed to start the action (OR statement) ALL the units should be outside the zone for flak to stop. Mission Editor always uses AND. Check -THIS THREAD- to learn how to change the AND to OR. That way, if you want flak to stop, you have to order all your wingmem to exit the zone, and until the last one is out, flak will continue. Another detail to add realism can be to add an altitude condition, so units have to be INSIDE zone and between certain altitude... If you have any doubt don´t hesitate to ask. Hope this helped you. @Mirmidon: By the way, I live in Benicarló, Castellón.
  14. I really have no clue of what the problem could be. Is it a stock version of FC2? Have you modified any configuration files by hand? (I´m just guessing)
  15. What is the building in the background in the 2nd screenshot? Looks like A. Depot. It´s strange that from far you can see it and not with a close up... hummmmm. PS: Sorry for calling you Robert :)
×
×
  • Create New...