Jump to content

alexej21

Members
  • Posts

    335
  • Joined

  • Last visited

Everything posted by alexej21

  1. Hello Guys, Is it possible to change the cockpit of Su27 to the old (not 3d) version. If yes, please post needed files. Thx.
  2. Squadron name: UVP (Institution of Virtual Pilots) Squadron Logo: Squadron Leader (SPOC): Alexej Wingmen List:: SVK_Trup,Molnija, Mechan,Saburo,RocketDog, StrikeR,Coprex,Martas,Tinka Fighter Aircraft: F-15C/SU-27 Official motto: Plány Imperialistů zhatí naši vepři boubelatí ! PS: Our pilots will diveded at least to two groups by the end of the next week.
  3. Right, the FPS in 1.2.4 are really terrible. From 60fps in 1.2.3 to ~ 20 during demanding scenes... Btw: I see much higher fuel consumption in Su27. Maybe not a bug...
  4. Thanks for the update :thumbup: Any progress with the disaster FPS in FC3 ?
  5. The UH1 has problem with the model of helicopter. You can't see it in singleplayer. Try to fly in formation with 5 - 8 friends. It is a slideshow. The model is too detail even if you are far from it. But UH1 is still beta and the LOD will be hopefully optimised in the future. FC3 is not beta anymore and FPS were perfect in 1.2.3
  6. The problem is in FC3 and the lastest update for UH1. A10C and KA50 is OK. in FC3 from 60FPS to 20 FPS on high end PC. On the mid spec is unplayable.. :cry: Change of graphic settings doesn't help. Problem is optimalization.
  7. Same problem here. It is very disapointing. In 1.2.3. I had in FC3 almost stable 60FPS and now 25 - 13 !! My friend with little slower PCs have the game unplayable... :(
  8. Please find attached mission. The Shilka will start firing after 10s you reach its zone... ShilkaDelay.miz
  9. Hi, I bought Saitek Pro flight pedals to be able to fly UH1. Lately I tried to fly A10c with brakes assigned to the toes and I found that the left toe brake doesn't work. I reinstaled pedals drivers and software and still nothing. In the control panel it doesn't indicate moving. Only the right toe works. Is there any chance that it is software bug, or do you have any hint how to solve / repair it ? I don't want to sent it back as it will take about 3-4 weeks. :( Thx
  10. You can do it the way you described. or Create a trigger zone around the shilka. Set to HOLD FIRE when your are out of Shilka zone. When your aircraft reach the zone it will set true FLAG 1. Then do the trigger: time since flag 1 = 10s run triggered action Weapon Free for Shilka. -This will delay firing by 10s. More deadly is to set alarm state to green (no radar, no symbol on RWR) and activate radar only if you are in the range of fire. I used this to some OSA in my mission. Many MP players very shooted down didn't even know what happened :music_whistling:
  11. Good morning, Problem again. "type"] = "ZSU-23-4 Shilka", - works "type"] = "M4", - nothing happened, no crash, but no unit appeared.. Thx
  12. Thank you Grimes. I'm a totaly newbie to the LUA coding. This makes possible to deploy the infantry on the field from the UH1 :thumbup: Would be possible to use similar code to make infantry to run to your chopper as evacuation ? -Get your position and then set waypoint for the infatry...
  13. What I am missing guys ? Thank you for help ! local myPos= Unit.getByName('Alexej'):getPosition().p local myPos = {} local data = { ["visible"] = false, ["groupId"] = math.random(10, 20), ["tasks"] = { }, -- end of ["tasks"] ["hidden"] = false, ["units"] = { [1] = { ["y"] = myPos.z + 1, ["type"] = "ZSU-23-4 Shilka", ["name"] = string.char(math.random(65,90)), ["unitId"] = math.random(40, 50), ["heading"] = 0, ["playerCanDrive"] = true, ["skill"] = "Average", ["x"] = myPos.x + 1, }, -- end of [1] }, -- end of ["units"] --["y"] = 650342.85714286, --["x"] = -292285.71428571, ["name"] = string.char(math.random(65,90)), --["start_time"] = 0, --["task"] = "Ground Nothing", } -- end of [1] coalition.addGroup(country.id.RUSSIA, Group.Category.GROUND, data) ******************************************************************** DCS LOG>: 00052.051 ERROR DCS: Mission script error: : [string "local myPos= Unit.getByName('Alexej'):getPo..."]:14: attempt to perform arithmetic on field 'z' (a nil value) stack traceback: [C]: ? [string "local myPos= Unit.getByName('Alexej'):getPo..."]:14: in main chunk
  14. You can use this mod to increase size of the HUD font: http://www.en.wiki.eagle.ru/showthread.php?t=95797
  15. Hello Guys, The mod is very nice but also very demanding. On my GPU AMD 7970 - 3GB is the FPS hit very strong. I suggest (asking you) to create some "medium" version of those map to have less FPS hit. Currently I will use only the mod for trees which is also very nice, but wiht no significant performace impact. Thank you
  16. Fantastic, thank you :thumbup: But be aware of the bug. Only host in MP is receiving singnal from FM navigation :(
  17. Thank you guys. The mission Rescue Elbrus helped me. Unfortunately I found a bug :( If you open the mission in MP than only the host is receiving the signal and sound. Similar to the problem with Datalink in FC3. Already reported this in BUG forum. I hope they fix this ASAP,because you can't fly MP search missions without navigation...
  18. Hello guys, I wanted to use this trigger. I was expecting this one to be easy, but I don't know to select the chopper which weight will be increased. The trigger action contains only weight in Kgs, but you can't assign it to any group. Thx (removed from different section)
  19. Hello, Tested in: Mission Rescure Elbrus. After tunned to 40.50 FM and select to home mode, only host of the server received sound and navigation. :( This feature is essential for MP.
  20. Hello Guys, Looking forward to fly some search and rescue missions. Which radio should I use to locate the ground unit ? ADF set or VHF navigation set ? What should I set on the ground unit in mission editor to broadcast its position ? Thank you.
  21. Hi, I think that you are using fixed landing zone for the extraction. That's easy to do only in ME. I want to deploy troops from UH1 to any (not fixed or predefined) position on the map. I think you need the lua script magic for it. Thx
  22. Perfect, could you post the lua code plus simple explanation how to use it ? Thx :thumbup:
×
×
  • Create New...