Penfold-88 Posted October 27, 2024 Posted October 27, 2024 me and my dad have just set up a map put some hours into it and moved it to our dedicated MP server but we are not getting script loaded message and the directions message we set to popup is there a special way to get it to run on the server ? we also have a script to respawn on dead that im not sure is working but again i dont actually know if the scripts are running help would be appreciated
=475FG= Dawger Posted October 27, 2024 Posted October 27, 2024 Post the miz file but most likely the lua is loading and the messages appearing before you are logging in as a client
BoomBoom Posted October 27, 2024 Posted October 27, 2024 (edited) dofile([[C:\Adress\Mist.lua]]) Edited October 27, 2024 by BoomBoom
Kanelbolle Posted October 28, 2024 Posted October 28, 2024 (edited) Fastest way to load mist is to use a trigger and load it at MISSION START with DO SCRIPT FILE. Just load the mist.lua in with the open dialog. MIST will then be embedded in to the mission and no need to load it from a file path. Edited October 28, 2024 by Kanelbolle 2 1 WARGAMES Servers: https://forum.dcs.world/topic/301046-wargames-server-pvp-and-pve-campaign-servers/ Scripts: RGC & SPGG https://github.com/AGluttonForPunishment/
MAXsenna Posted October 28, 2024 Posted October 28, 2024 37 minutes ago, Kanelbolle said: Fastest way to load mist is to use a trigger and load it at MISSION START with DO SCRIPT FILE. Just load the mist.lua in with the open dialog. MIST will then be embedded in to the mission and no need to load it from a file path. Does that mean it will be embedded in the tracks?
Kanelbolle Posted October 28, 2024 Posted October 28, 2024 1 hour ago, MAXsenna said: Does that mean it will be embedded in the tracks? Don't use the broken track system so can say. Easy to find out tho. just open the .trk file with 7z or what ever and check. 1 WARGAMES Servers: https://forum.dcs.world/topic/301046-wargames-server-pvp-and-pve-campaign-servers/ Scripts: RGC & SPGG https://github.com/AGluttonForPunishment/
MAXsenna Posted October 28, 2024 Posted October 28, 2024 Don't use the broken track system so can say. Easy to find out tho. just open the .trk file with 7z or what ever and check.Nah, not gonna bother. Asking because quite a few users posts tracks from MP that throws a missing script error. Sent from my SM-A536B using Tapatalk
Wrecking Crew Posted October 29, 2024 Posted October 29, 2024 On 10/28/2024 at 3:47 AM, Kanelbolle said: Fastest way to load mist is to use a trigger and load it at MISSION START with DO SCRIPT FILE. Just load the mist.lua in with the open dialog. MIST will then be embedded in to the mission and no need to load it from a file path. Yep, the Do Script File will put the Mist..lua into the .miz file, so it will load with the mission, on multiplayer or single player. I like to add a Message To All that says,, 'Load Mist 4.5.126' or whatever the version is, with a Time of 1 second. 1 Visit the Hollo Pointe DCS World server -- an open server with a variety of COOP & H2H missions including Combined Arms. All released missions are available for free download, modification and public hosting, from my Wrecking Crew Projects site.
Recommended Posts