-
Posts
509 -
Joined
-
Last visited
-
Days Won
2
About Midnight
- Birthday 12/03/1969
Personal Information
-
Flight Simulators
FSX, Entire DCS Series
-
Location
South Africa
-
Interests
Flight Simming
-
Occupation
Warrant Officer South African Air Force
-
Website
http://www.vsaaf.co.za
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
CTD when joining a server since about 2 weeks ago.
Midnight replied to zeitgeist's topic in Multiplayer Bugs
Have the same problem all of a sudden,as soon as I load into a MP server and it shows that all loading is done, DCS crash to desktop. No mods running, will include a DCS Log, maybe someone dcs.logsee the issue. Thx all. -
I get this error ... PS C:\Program Files\Eagle Dynamics\DCS World OpenBeta Server\bin> dcs_updater.exe install MARIANAISLANDS_terrain >> dcs_updater.exe : The term 'dcs_updater.exe' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + dcs_updater.exe install MARIANAISLANDS_terrain + ~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (dcs_updater.exe:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
-
Unattended DCS Server Update Method
Midnight replied to OzDeaDMeaT's topic in Multiplayer Server Administration
Thanks for this -
Had the same issue, a mod caused the crash. Check your mods.
-
Almost all the missions at VSAAF HQ Server feature the Hercules, drop by sometime.
-
Hey Doc, use 'A' to engage or disengage autopilot. I suggest you map it to joystick since you are going to use it every flight for Yaw Damping. There is also a volume turn knob in the middle console where you can adjust the volume of the warning message.
-
MIssion Scripting Tools (Mist)- enhancing mission scripting Lua
Midnight replied to Speed's topic in Mission Editor
Hi Grimes, can you maybe assist me in what will cause this error. :4941: in function 'group_alive_more_than' [string "mist.flagFunc.group_alive_more_than { units = 'Timer', flag = 100, percent = 60, interval = 600, toggle = true, }"]:1: in main chunk Using Mist ver.4_4_90 I know it is not much context. -
I was working on textures for the Herc but stoped work immediateley when I saw this template. Bloody marvelous work Strider!! I'm your number one fan mate! For those that want to get a crew together, VSAAF will be hosting a mission "Gulf Island Wars" tonight using the hercules extensively in a mission logistic environment. Eight Hercs in total can be crewed up and almost all other DCS planes available.
-
-
To me this sounds amazing...well done hubson.
-
Any indication if it will be updated?
-
Complete Transport and Logistics Deployment - CTLD
Midnight replied to Ciribob's topic in Mission Editor
CTLD Script hit a snag it seems after the update, can spawn a JTAC crate but does not get any indication of hovering above it(text), not able to pick up crate either. SOLVED: Rolled back MIST from: mist_4_4_85 to mist_4_3_74 -
DCS-SimpleSlotBlock - Multiplayer Slot Blocking Script
Midnight replied to Ciribob's topic in Mission Editor
Thank you for this Hardcard. I think I am having a bit of a blond moment, I'm not sure of these flag names: local Base_1_Flag = tostring( net.dostring_in('server', " return trigger.misc.getUserFlag("Base 1 flag name"); ") ) local Base_2_Flag = tostring( net.dostring_in('server', " return trigger.misc.getUserFlag("Base 2 flag name"); ") ) local Base_3_Flag = tostring( net.dostring_in('server', " return trigger.misc.getUserFlag("Base 3 flag name"); ") ) I gave flag values to the first part 1,2, and 3 ["Value of Base_1_Flag when blue"] = { ["Red_unit_1"] = true , ["Red_unit_2"] = true, ["Red_unit_3"] = true } , ["Value of Base_2_Flag when blue"] = { ["Red_unit_1"] = true , ["Red_unit_2"] = true, ["Red_unit_3"] = true } , ["Value of Base_3_Flag when blue"] = { ["Red_unit_1"] = true , ["Red_unit_2"] = true, ["Red_unit_3"] = true } , then 11,12 and 13 for ["Value of Base_1_Flag when red"] = { ["Blue_unit_1"] = true , ["Blue_unit_2"] = true, ["Blue_unit_3"] = true } , ["Value of Base_2_Flag when red"] = { ["Blue_unit_1"] = true , ["Blue_unit_2"] = true, ["Blue_unit_3"] = true } , ["Value of Base_3_Flag when red"] = { ["Blue_unit_1"] = true , ["Blue_unit_2"] = true, ["Blue_unit_3"] = true } , } Thanks for the help Midnight