Jump to content

Recommended Posts

Posted

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]

Posted
What i do wrong.. sad.gif

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?

Posted
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]

Posted

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]

Posted

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.)

Posted
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]

Posted

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.

Posted (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 by Haukka81
fubar

Oculus CV1, Odyssey, Pimax 5k+ (i5 8400, 24gb ddr4 3000mhz, 1080Ti OC )

 

 

[sIGPIC][/sIGPIC]

Posted

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]

Posted

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.

Posted
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]

Posted

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]

Posted

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.)

Posted
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]

  • 1 month later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...