strikers_blade Posted May 8, 2022 Posted May 8, 2022 (edited) In my quest to use less triggers as possible in the ME (so it is easier to copy/paste missions throughout the different maps), I started working on eliminating the "do script file" action by the assert(loadfile("C:/Scripts/xxx.lua"))() via the doscript action and it works pretty good. Instead of using a dozen DOSCRIPT FILE, I just use one DOSCRIPT and include all the .lua in the same trigger. Now, I was reading through the forums/google yesterday and noticed that some people are saying you should use temporarily. Is there a reason why? I am assuming using it would mean your .lua files are not incorporated inside the .miz so a smaller mission file and some protection to your own mission "copyrights". Is there something I am missing here? Going along the same topic, could/should I do the same things for the other missions I want to load through the menu RADIO (example, I have a radio button allowing me to load the night version of the same mission). note: It is for a dedicated server. Edited May 9, 2022 by strikers_blade My systems: Windows 10 64 bits I7-8700k 32.0 GB RAM 500Gb SSD Asus ROG 2080ti HP Reverb Windows 10 64 bits I7-6820HQ CPU @ 2.70Ghz 32.0 GB RAM 500Gb SSD Nvidia Quadro M4000M TrackIR 5
Recommended Posts