Haukka81 Posted May 2, 2014 Posted May 2, 2014 I have problem, I have group of inf named to "AK" and 3 zones Rzone1 etc.. I get erros when i try to run mist teleport group to random zone: mist.teleportInZone('AK', {'RZone1', 'RZone2', 'Rzone3'}, true, 150) And second but for manpad group named IGLA1 (and only one zone) mist.teleportInZone('IGLA1', {'Manpadit'}, true, 150) Mist 3.3 is loaded in mission start and teleport script after 10 sec .. :helpsmilie::helpsmilie: What i do wrong.. :( Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC ) [sIGPIC][/sIGPIC]
ajax Posted May 2, 2014 Posted May 2, 2014 What i do wrong.. Maybe nothing. There is a new bug in the scripting engine that might be causing the problem. Could you please post the error message(s) found in the log file?
Haukka81 Posted May 2, 2014 Author Posted May 2, 2014 Maybe nothing. There is a new bug in the scripting engine that might be causing the problem. Could you please post the error message(s) found in the log file? Where is this log ? in missions folder ? :helpsmilie: Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC ) [sIGPIC][/sIGPIC]
Haukka81 Posted May 2, 2014 Author Posted May 2, 2014 Here is the mission, no briefings yet and very wip but mist teleportzone thing makes me mad :(Georgia on Fire_Part_1.miz Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC ) [sIGPIC][/sIGPIC]
Haukka81 Posted May 2, 2014 Author Posted May 2, 2014 Here is log.dcs.rar Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC ) [sIGPIC][/sIGPIC]
Haukka81 Posted May 2, 2014 Author Posted May 2, 2014 Looks like errors won't get in log file... Nice job. :( 1.2.8 Is awesome bug fest, many of scripted missions are no go. Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC ) [sIGPIC][/sIGPIC]
ajax Posted May 2, 2014 Posted May 2, 2014 No, the error messages are there. I downloaded your mission and tried it. Here is your problem (at least initially, there may be more once you get past this step): Your DoScript trigger references 'RZone1', 'RZone2', and 'Rzone3'. However, 'Rzone2' is the zone's actual name. (Note the capitalization -- Lua is case-sensitive.)
Haukka81 Posted May 2, 2014 Author Posted May 2, 2014 No, the error messages are there. I downloaded your mission and tried it. Here is your problem (at least initially, there may be more once you get past this step): Your DoScript trigger references 'RZone1', 'RZone2', and 'Rzone3'. However, 'Rzone2' is the zone's actual name. (Note the capitalization -- Lua is case-sensitive.) Wow, now i fell stupid :P:P Maybe not so smart to build missons in night. Don't know why manpad group wont spawn. But THANKS. Sometimes hard to see those small erros :P Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC ) [sIGPIC][/sIGPIC]
ajax Posted May 2, 2014 Posted May 2, 2014 Okay, I don't see anything wrong with the manpad trigger. Depending on the severity of the error, scripts will simply stop working when one is encountered. The first error occurred in mist. Perhaps mist stopped working, and then your later manpad script couldn't execute. Try it again after fixing the zone name.
Haukka81 Posted May 2, 2014 Author Posted May 2, 2014 (edited) Im very happy if you can tell me why the manpads won't spawn. Im out of luck :( Zone names fixed.. I just try to fix manpad in it but no go so far. Edited May 2, 2014 by Haukka81 fubar Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC ) [sIGPIC][/sIGPIC]
Haukka81 Posted May 2, 2014 Author Posted May 2, 2014 Looks like only one group can be teleported in mission. Manpad group (IGLA1) won't move , time to give up for tonight. Maybe someone can tell how to do this right :) Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC ) [sIGPIC][/sIGPIC]
ajax Posted May 2, 2014 Posted May 2, 2014 Your manpad DoScript seems okay. It appears there is an error inside of mist, which I suspect is related to the scripting-engine bugs. I don't see that there is much more you can do until it gets fixed.
Haukka81 Posted May 3, 2014 Author Posted May 3, 2014 Your manpad DoScript seems okay. It appears there is an error inside of mist, which I suspect is related to the scripting-engine bugs. I don't see that there is much more you can do until it gets fixed. Ok, thank you for help. Nice to get help so fast :drunk: No we just wait hotfix.. :music_whistling: Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC ) [sIGPIC][/sIGPIC]
Haukka81 Posted May 3, 2014 Author Posted May 3, 2014 Anybody can tell any workarounds ?? I just like to spawn group to random location inside zone, thats all. (group is already in mission) Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC ) [sIGPIC][/sIGPIC]
ajax Posted May 3, 2014 Posted May 3, 2014 You can use the Mission Editor triggers to activate one of several manpad groups in the zone. First create multiple manpad groups and place them at random locations in the zone. Second set them all to 'late-activated'. Then create a trigger to randomly select one of these groups and activate it. (I'm going from memory so I don't have all the details handy. There should be multiple threads in this forum for doing this. Try doing a search.)
Haukka81 Posted May 3, 2014 Author Posted May 3, 2014 You can use the Mission Editor triggers to activate one of several manpad groups in the zone. First create multiple manpad groups and place them at random locations in the zone. Second set them all to 'late-activated'. Then create a trigger to randomly select one of these groups and activate it. (I'm going from memory so I don't have all the details handy. There should be multiple threads in this forum for doing this. Try doing a search.) Well, thanks but thats not real random. But i use it until mist is fixed , better than nothing :smartass: Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC ) [sIGPIC][/sIGPIC]
mondaysoff Posted June 21, 2014 Posted June 21, 2014 Recently updated Mist (not by me) you might want to try.Mistv3_4.lua
Recommended Posts