Search the Community
Showing results for tags 'scripted server'.
-
Hi This used to work in a previous version but it no longer works on Dedicated Servers. The helipads do spawn but it does not create Dynamic Spawn slots on the server as it does not appear on the list. This is crucial for our dynamic mission with 200+ helipads that need to be randomized and placing them in the ME is not the best solution. Thank you. local template = { units = {}, y = pos.y, x = pos.x, name = Name, hidden = false, visible = true, } for i, helipadPos in ipairs(HelipadPositions) do local padName = Name if i > 1 then padName = string.format("%s-%d", Name, i) end local unitTemplate = { unitId = nil, ["name"] = padName, ["category"] = "Heliports", ["shape_name"] = ShapeName, ["type"] = Type, ["heliport_callsign_id"] = CallSign or 1, ["heliport_frequency"] = Frequency or 127.5, ["heliport_modulation"] = Modulation or 0, ["y"] = helipadPos.y, ["x"] = helipadPos.x, ["heading"] = helipadPos.heading or 0, } if DynamicSpawns then unitTemplate.dynamicSpawn = true if AllowHotStart then unitTemplate.allowHotStart = true end end if DynamicCargo then unitTemplate.dynamicCargo = true end template.units[i] = unitTemplate end local helipadGroup = coalition.addGroup(Country, -1, template)
-
untilTGFB Battle Royale After months of planning and developing, its time to mark your calendars! 6 & 8 October 2025 | 10 PM CEST on 28 September the server will go open for training and fun! ! To win prices you must compete on one of the two days and signed-up on our page! Info This is a Free for All (FFA) type of event/mission Where you can kill and destroy anything you see and earn points! Whiles being chased by a moving dead zone! Be the last one standing to win!! Upon start of a ‘Game’ you will start in the Su-25 A/T. After earning points you can upgrade to new modules & Weapons! This Event/Mission is fully economy driven, From airbase economy and supply limitations! Each weapon you carry also costs you ‘Points’ so be careful! More info on our page Prices & thanks Super thanks to ED, Baltic Dragon, Heat blur, Nimbus Pulse, HIP Games, Boarder Airlines for making this event possible! Eagle Dynamics : 2x Modules developed by ED Baltic Dragon : 3x Any Campaign from Baltic Dragons HeatBlur : 4x Modules developed by HeatBlur **[NOT FINAL]** Requirements DCS : Persian gulf (Trails are allowed) Su-25A/T installed & Any module you may wish to fly + Bindings ready Registered on our page (Only if you wish to compete on the two dates) tldr; win prices Joined the TGFB Discord Want to join? and win!? sign-up on our page and you are set! https://tgfb-dcs.com/dcs-battle-royal-event/ I Hope you guys will love it as much as i do! - Tobias
-
DCS Scripting API Prototypes — TGFB Edition info This utility allows for more efficient and cleaner code so, help you make better scripted missions! With this you will gain the ability to lookup and see all functions available to you in the DCS Mission Scripting API. You will get function auto-completion so you will always know what param a function wants/needs. It will also warn you for sketchy nil and Mission Scripting errors so my advice if you see a "warning" in your file you better check that out and fix it to prevent bugs and unintended fun!! The original idea as far as i can see was from 'asherao' Installation and download -> HERE TGFB Info Website: tgfb-dcs.com Discord Feel free to join the TGFB Discord or visit or website to stay up-to-date with my latest projects, mission and tools Enjoy using this tool!! This tool is updated for DCS version : "2.9.19.13478" Credit : - Hoggit Discord - asherao See Screenshot EXAMPLES :
-
- scripting
- missionscripting
- (and 12 more)
-
I wanted to play a .trk file with the DCS in built Replay function, however every time I try and get the replay started I'm immediately booted to the coalition selection screen, whereafter if I choose spectators, my game will throw out this error: null It is a Cold War replay I'm trying to get clips of, but I can't find that Cold War directory anywhere. Loading up the file and editing it in mission editor didn't give me any issues, but the problem still persisted even when I enabled External views and disabled FOW.