Jump to content

ergn

Members
  • Posts

    38
  • Joined

  • Last visited

Personal Information

  • Flight Simulators
    DCS A-10C, DCS Black Shark 2, Falcon Allied Force, Falcon BMS, Microsoft Flight Simulator X
  • Location
    Turkey
  • Interests
    Robots
  • Occupation
    PhD stusdent, Computer Engineering
  1. Update: I followed the suggestions in this message and reverted all the overclocking changes in my GPU. No crashes for a couple of hours.
  2. I am having seemingly random crashes since last couple of days in 4 different modules. I tried troubleshooting steps in this message. Any help is appreciated. Here are some log files. I hope it helps. dcs.log-20230417-020019.zip dcs.log-20230417-021411.zip dcs.log-20230417-025226.zip
  3. Hi all I am thinking of pulling the trigger on the Virpil CM3 base with 20cm extension and desk mount. I read that this base has a smaller movement range compared to VKB Gunfighter option in order to keep the workspace more practical. I am curious how the owners of Virpil CM base feel about the movement range. Does it feel sufficient for small inputs or do you wish it had more?
  4. Sorry for the confusion, just ignore github links and instructions, and follow the readme file inside the package. You should copy scripts from 'export-script' folder and run 'dcsserver.jar' from the 'pc' folder
  5. Which part exactly is ambiguous? If you followed the github link, ignore it. Just use the archive file and included readme file in "user files" link. I want to come back too, but unfortunately my PhD progress presentation is closing and I have to do some work to present :). I will resume development next month.
  6. Hi, thanks for your feedback. I am glad you enjoyed the TAD. Auto starting components is easy. There is also another request about saving window position and size. My plan is to save running components, window sizes and restore at the next launch. To display the bugged target, I have to check some lua api examples to interact with avionics, but I know it is possible. I am not actively playing for a couple of weeks. I can only send a new version once I start playing again and test the changes.
  7. Added AI CAS and CAP spawns. Updated original post and mission file.
  8. Currently, all the aircrafts are set as client, so only you are in the air in SP. But spawning some CAS minions may be fun. Lots of targets for fast movers.
  9. This is a dota style mission with single lane for MP and SP Now updated with AI CAS and CAP units in version 0.2.0 version 0.2.1 fixed F10 interval setting Every 3 minutes, new armor groups spawn and march on enemy base on a random path. There is no missile threat, only some Shilka. Pick your side, destroy enemy armor. When a ground group reaches enemy base, team score increases. There are also constant AI CAS and CAP flight spawns. Deny enemy flight missions to help ground forces. Detailed information on battle flow: 4xT-55 : Spawns every 3 mins, marches enemy base on random path. (Changed T-72 with T-55 for less instant kills and more explosions) 1xShilka : Spawns every 15 mins, marches enemy base on random path. 1xA10C : Spawns every 12 mins 17nm behind armor units with 2xmk82 and rockets, performs CAS. Able to take out 4 vehicles if left unchecked. 1xF15C for blue, 1xSu27 for red: Spawns every 30 mins 30nm behind armor units with 4xAIM-9M or 4xR-73, performs CAP. Brings chaos to battlefield, good dogfights to watch and intervene. Spawn intervals can be set with F10 menu. Changes are applied after next spawn. Client slots: 2x4xA10C with 4xCBU97,4xMav for blue and red 2x4xKA50 with rockets and vikhr for blue and red 4xF15C with 4xAIM-9M for blue 4xSu27 with 4xR-73 for red 2x1xTactical commander for blue and red 2x2xObserver for blue and red 1xGame Master to watch :) Download link I wanted to rain down CBU-97s to moving targets and I wanted some randomness, so I made this. I hope you enjoy. I want to further balance and develop this, but don't I have too much time and I am not a good mission designer. If anyone interested in improving this, I can start a github project to make collaboration easier. Special thanks to Contributors of hoggit wiki Author of MIST, Speed and Grimes Author of Guardians of the Caucasus, MBot For their comprehensive documentation and usage examples for the scripting engine.
  10. Thanks a lot. The problem may not be the ability to cycle waypoints. I think the export API used in this package for getting waypoints only works for lockon series aircraft. When I play black shark or A10C, I only see allied aircraft and no waypoints. If you see a waypoint "0" in the beginning, then it is possible to cycle and display waypoints. If there is no waypoint "0", that means the export API does not give waypoints for that module. In that case, I can add a waypoint as the initial position of the aircraft in the display. I will update the package when I have free time.
  11. Dragging with right click will resize it. Make sure you are using latest version.
  12. Thanks for the feedback. I want bullseye too, but it is not simply available in the export API. The solutions I have seen take coordinates as user input. Luckily, in my campaign, the bullseye is always on one of the waypoints :D.
  13. I did not test your Export script myself in simulation yet, but your file has an extra end at the end of the code. change ProcessLowImportance = ProcessNoLowImportance end end end end local dcstadlsf=require('lfs');dofile(dcstadlsf.writedir()..'Scripts/dcstad.lua') with ProcessLowImportance = ProcessNoLowImportance end end end local dcstadlsf=require('lfs');dofile(dcstadlsf.writedir()..'Scripts/dcstad.lua') If it still fails, you may also want to test your export script without the dcstad script. (Remove " local dcstadlsf=require ... " line and test if your export scripts work.
  14. The line should be after every "end" word (or anything). So just to be sure, move the line to the very end of the file. To test the program alone (without any other export scripts), backup your Export.lua, delete everything in it except the line starting with " local dcstadlsf="
  15. I sent my wingman about 10 KM ahead to engage and tank some amramms, all it could do was breaking their formation. When rest of the flight merged, it was mayhem. We all got killed within a minute :). Watching in the Tacview was fun though.
×
×
  • Create New...