Captain Orso Posted July 5, 2021 Posted July 5, 2021 It would be nice if there were an option to start an MP server from the DCS client without the mission starting paused. When you hit the wrong button on take-off System Specs. Spoiler System board: MSI X670E ACE Memory: 64GB DDR5-6000 G.Skill Ripjaw System disk: Crucial P5 M.2 2TB CPU: AMD Ryzen 7 7800X3D PSU: Corsair HX1200 PSU Monitor: ASUS MG279Q, 27" CPU cooling: Noctua NH-D15S Graphics card: MSI RTX 3090Ti SuprimX VR: Oculus Rift CV1
SharpeXB Posted July 5, 2021 Posted July 5, 2021 (edited) Deleted Edited July 6, 2021 by SharpeXB i9-14900KS | ASUS ROG MAXIMUS Z790 HERO | 64GB DDR5 5600MHz | iCUE H150i Liquid CPU Cooler | ASUS TUF GeForce RTX 4090 OC | Windows 11 Home | 2TB Samsung 980 PRO NVMe | Corsair RM1000x | LG 48GQ900-B 4K OLED Monitor | CH Fighterstick | Ch Pro Throttle | CH Pro Pedals | TrackIR 5
Tippis Posted July 5, 2021 Posted July 5, 2021 9 hours ago, Captain Orso said: It would be nice if there were an option to start an MP server from the DCS client without the mission starting paused. There is. You set it via the “resume manual”, “resume on load”, and “resume with clients” server options. Alternatively, if you want a bit more control, SLmod offers a plethora of server-control functions from registered administrator clients that let you do that and also do things like load or restart missions, manage user access etc. Granted, it would be nice if all of that were included as core functionality in the game, seeing how ubiquitous SLmod is on just about all persistent servers, but the mod is there as an option in the meantime. 2 hours ago, SharpeXB said: Not sure what this means, multiplayer can’t be paused. Yes it can. Your ignorance of all things DCS is showing again. 2 ❧ ❧ Inside you are two wolves. One cannot land; the other shoots friendlies. You are a Goon. ❧ ❧
Captain Orso Posted July 6, 2021 Author Posted July 6, 2021 Many thanks Tippis!! Yes, that is exactly what I was looking for 1 When you hit the wrong button on take-off System Specs. Spoiler System board: MSI X670E ACE Memory: 64GB DDR5-6000 G.Skill Ripjaw System disk: Crucial P5 M.2 2TB CPU: AMD Ryzen 7 7800X3D PSU: Corsair HX1200 PSU Monitor: ASUS MG279Q, 27" CPU cooling: Noctua NH-D15S Graphics card: MSI RTX 3090Ti SuprimX VR: Oculus Rift CV1
cfrag Posted July 6, 2021 Posted July 6, 2021 (edited) You can use this little script to make all your mp missions start immediately: -- mpAutorun - removes pause at the beginning of MP game. mpAutorun = {} function mpAutorun.onMissionLoadEnd() DCS.setPause(false) -- server only command end -- have me invoked by DCS Server DCS.setUserCallbacks(mpAutorun) Copy/paste into a text file (or use the one I provided), name it <whatever you like>.lua and drop it into your saved games/DCS/Scripts/Hooks/ folder It will be run whenever you start an MP game on your machine. From now on, all your MP missions hit the ground running mpAutorun.lua Edited July 6, 2021 by cfrag 1
Captain Orso Posted July 6, 2021 Author Posted July 6, 2021 Wow, thanks for the script. I'm going to try with the in-game setting first. I think once set, the server parameters should stay the same, so anding the lua script would be redundant. But we'll see. I'll check it out. Thanks again 1 When you hit the wrong button on take-off System Specs. Spoiler System board: MSI X670E ACE Memory: 64GB DDR5-6000 G.Skill Ripjaw System disk: Crucial P5 M.2 2TB CPU: AMD Ryzen 7 7800X3D PSU: Corsair HX1200 PSU Monitor: ASUS MG279Q, 27" CPU cooling: Noctua NH-D15S Graphics card: MSI RTX 3090Ti SuprimX VR: Oculus Rift CV1
cfrag Posted July 6, 2021 Posted July 6, 2021 You are of course welcome - TBH, @Tippis's solution to change the server params is the better approach, as you can switch it on and off via GUI. That little script will blithely start the mission anyway and you need to removed it to prevent it form unpausing a new mission.
Recommended Posts