Jump to content

GaSi

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by GaSi

  1. Thanks a lot for the help Grimes! Long ago I really didn't know anything about scripts A few years later I have my own dynamic campaign with many very cool features that DCS would really miss. It is a real war conflict where a lot of COMBINED ARS is used (ED don't forget that you did it and there are many loose things there too) a lot of strategy involved, taking into account the available weapons, the economic budget of each coalition, costs of unit maintenance, buying / selling and much more. Completely persistent over time and does not require a 24 hour server. You just run one day and you can continue another day. The only insoluble thing is that the client airplanes that remain in other bases at the end of the day have to be touched by hand. The rest is all automated. The stock system of each airbase of the mission editor is very funny. If you put a client aircraft, then it takes off from that base, the stock goes to 0, it lands in another base, add the stock to that base but ... then the client cannot leave any of them because they have nowhere to do SPAWN ... And for the number of players we have in the group, which are more than 20 per session, they do not reach the parking lots since if you put too many they start already on ... well. Things that remain in time and are never solved ... we will see how they solve it with their own dynamic campaign. I hope one day they solve these things that are totally meaningless!
  2. Hi BiG! I know I sometimes ask some silly questions on Discord. But in my flight group we have a dynamic campaign that is continuous over time with a socio-economic environment. It is insane and very popular, it requires a lot of tactics and strategies. But just these functions trigger Player events to save to tables and doing it with Birth is very annoying. I understand that the team is working on things of greater importance, but I think it can even solve a lot of problems for them in the development of their dynamic campaign. I hope it is solved and thanks for your answer Big!
  3. Really thanks Flappie! Please don't forget to also check out the ADD / REMOVED MARK Event. It always shows the name of the player who hosted the server. There must be some conflict or some parameter that is not taking into account since the mark left on the map shows the player's name but the event does not. and thanks again for quick answer! Have a nice weekend!
  4. Hi Flappie. Thanks for the file, I just tested. The same thing happened with the lua you sent me, the event 20 EnterUnit does not take it. I hope it is not a difficult problem to solve and in the next update it works. I really need it to work because the dynamic campaign I have developed uses this event to add radio commands. Thank you very much for the quick reply.
  5. Hi Flappie, thanks for your answer. I send the .miz file with a simple event handler script showing the problem. In BUG_1.jpg You can see that the EnterUnit event does not show it for any player, only for those who host the server. This did not happen before the update working without problems. But now for some unknown reason it doesn't take the event for any other player other than the host. In BUG_2.jpg You can see that in MARK events, both when it is added and when it is removed it always shows the name of the player who host the server. I discovered this problem several months ago but it was not causing me problems, but it would be good to fix it. I would be grateful if you could fix it as many of my missions use the EnterUnit event to add radio commands to them. For my part excuse me, English is not my native language and if you need something to solve it you can contact me. Test Events.miz
  6. Sorry for my English which is not good. Using the Event Handler, the Enter Unit events do not work, they only work with whoever hosts the server. Birth, Leave Unit, Start Up work perfectly. Please check and fix this bug as it breaks several scripts and one of the important ones I use in my flight group. Thanks!
  7. Hi. Since the last update I have also encountered similar problems but with SAMs. We were more than 200nm from a SA10 and it was blocking more than 8 aircraft, at least 5 totally out of range. Something I have also discovered is that with Combined Arms, in multiplayer like game master or tactical commander, changing the alert state of sam is not working. No matter how green you are, the radar continues to work. I have tried since the ME to test the mission and outside the multiplayer it works well to change the state of the sam. I hope they solve it soon. The multiplayer is getting worse and worse.
  8. +1 Maybe they can put a radio menú in the ground crew.
  9. Well, after the update they have fixed the bug but ... the recharge time 2700, equivalent to 45 minutes! Is not it a bit excessive? ...
  10. SOLUTION Hi Again. I found the problem in ...\DCS World OpenBeta\CoreMods\tech\TechWeaponPack\Database\vehicles\SAM\S75_Launcher.lua Line 134: GT.WS[ws].LN[1].PL[1].reload_time = 1000000; -- never during the mission With the value that comes by default I was going to recharge in 11 and a half days ... I was looking for information regarding the procedure to recharge the SA-2 but I have not found a credible source, but according to what I researched and asked friends who know a bit about the issue is within 15 to 30 minutes depending on the crew. For my part I have set it in 20 minutes but I would like it if you have more information about it to leave it in the corresponding value. Thanks
  11. SA-2 Not Reload Hi. The SA-2 not reload, i put M818 at side of SA-2 Launcher and nothing happens after two hours. Someone have the same problem? Sorry my english is not good. Thanks.
  12. I would have prefered an AWACS, a TANKER or at least some military aicraft with recon capabilities...something that can add a value to the "Combat" of Digital COMBAT simulator. Instead, this module only offers airshows. Nothing more. A real shame to waste your time wherease there are other simulators for this kind of aircraft. I thought DCS stands for COMBAT not CIVILIAN simulator. Is my humble opinion. I bought all modules and campaigns, even the GPS and the Yak52 has a little military appeal... but this CE.. this is the first time I won't buy one of your products. I am really sad.
  13. Hi! Ciribob. The Script runs perfect! But I have a little problem! The message only appears to the each group, exist the possibility that it appears to Coalition Blue or Red. I try to modified the script but i dont have experience with LUA. I saw the command: range.displayMessageToGroup(_unit, _message, 30,false) What should I modify so that the message appears to a coalition? Can you help me? Thanks and is a great script! Sorry my english is not my native language
  14. Hi. I would like to know if it is possible to make a RAT departure from airport A, go to a trigger zone X, then to trigger zone Y, then trigger zone Z and finally land in the airport B. is this possible? Could you help me with an example to write the script? My idea is that the aircraft can follow a more real path through a SID, a route, a STAR and finally IAC. Sorry for my English is not my native language.
  15. Thanks !!! Thats perfect!!! I tested and work good!!! Thanks again :)
  16. I check the PDF document but i do not understand lua and I can not find a way to make the script. Somewhere I read that could be done but can not find the forum, I have been hours looking for it. We will have to wait for a programmer in lua. I check the PDF document but i do not understand lua and I can not find a way to make the script. Somewhere I read that could be done but can not find the forum, I have been hours looking for it. We will have to wait for a programmer in lua. EDIT ---> Maybe this is what you say? Examples: mist.flagFunc.units_in_polygon{ units = {'[blue][vehicle]'}, zone = mist.getGroupPoints('forest1'), flag = 11 } --[[Once run, this function will start a process that will set flag 11 true when any blue vehicles are within the polygon shape created by the waypoints of the group named "forest1"]] mist.flagFunc.units_in_polygon{ units = {'[red][plane]'}, zone = { [1] = mist.DBs.unitsByName['AO 1'].point, [2] = mist.DBs.unitsByName['AO 2'].point, [3] = mist.DBs.unitsByName['AO 3'].point, [4] = mist.DBs.unitsByName['AO 4'].point, [5] = mist.DBs.unitsByName['AO 5'].point, [6] = mist.DBs.unitsByName['AO 6'].point, }, flag = 201, maxalt = 6000, interval = 30 } --[[Once run, this function will start a process that will set flag 201 true when any red planes are within the polygon shape derived by the intial starting positions of the units named "AO 1" through "AO 6" and are less than 6000 meters above sea level. This process will run once every 30 seconds.]]
  17. Hi. I have no knowledge of lua. I'm developing on a mission editor and I need to define a trigger zone that is not circular. I need the area is polygonal or square and that this defined by geographical coordinates. Is that possible? or I can just make circular in the default? If there way to do this through a LUA, and someone can help me write the code, I would really be very thankful. Regards!
  18. In Sukhumi in runway 12 the taxiway sign mark [A|30] it must [A|12]. Please fix it. Thanks!
  19. Hi St3v3f. I need some help with the lua script. I have tried to modify the script with helicopters but had no luck. I try to modify this part (in red) and nothing. group = mist.getGroupData(groupName) group.route = { points = mist.getGroupRoute(groupName, true) } group.groupName = newName group.groupId = nil group.units[1].unitId = nil group.units[1].unitName = newName group.category = 'AIRPLANE' I tried with CHOPPER or HELICOPTER and nothing results. How do I have to do to work with helicopters too? Thanks!
  20. I have tested again and only works with IL78M / KC135 TANKERS and A50 / E3 AWACS. But I have also done with the E-2D (AWACS) and does not work. I could get it done with various groups but I can not do with other types of aircraft other than those described in the preceding paragraph. What part of the script should be modified or what does not work? Thanks for the help and quick response. If you want i can upload the .miz flie. EDIT: I Fixed the problem, thanks for your help and this excellent script!
  21. Hello. I'm not very good with programming. Really I do not understand anything. I am slowly reading forums and testing; it emepeora the fact of not having a good English. What you created with this script is fantastic. I tried it with the TANKER and the AWACS and works great. I need to run this script but with an An-26B or a MiG-25 or any other aircraft and I can not make it work. I can not find the error code which is due to my lack of knowledge. But if it works with the TANKER and the AWACS why not with others? Some kind person who can help me. thanks.
  22. Hi, Fitness88. I have got the same problem with the HSI and another partner too... PLEASE FIX this bug, it is impossible see your position in combat! Thanks.
×
×
  • Create New...