I have this level I'm working on, and I was unsatisfied with the default positions of the camerapaths or however you call them, the pathnodes that are positioned in a circle around the level to give you that preview before you press play. So I went into the code and changed the Z position on all of them so that they're all 410. Then when I opened up PQ, I got an error saying something like "because of an error we can't have the panning camera shots". Weird, but I thought no problem, I'll just revert the code back to how it was before. And if that doesn't work, I'll just delete the whole camera section of the code of my .mis (since I know there are levels without that section in there). When I tried both of those options and pressed play on my level, I ended up getting the error you see in the pic below, and no panning shot of the level. The weirdest thing about this is that I got the code back to exactly how it was before the whole mess started, and for some reason it's still being stubborn. Pls help me know how to get the camera stuff working again, how to be able to play the level again, AND how to change the camera paths to my liking. Mac OS Sierra 10.12.5.
EDIT: I managed to narrow down where the problem lies. I decided to create a 'new mission' (which automatically generated camerapaths into the code btw), and then copy stuff into it one piece at a time from the pre-existing mission file I was working with before. I found that the level loaded up fine until I copied the "new ScriptObject(MissionInfo)" section. That's when I started getting the script error. So now I'm able to load the level up and play it fine, but I'm still not getting the spinning camera preview. So now that's all that needs to be fixed.
New mission info:
Old mission info:
EDIT: I managed to narrow down where the problem lies. I decided to create a 'new mission' (which automatically generated camerapaths into the code btw), and then copy stuff into it one piece at a time from the pre-existing mission file I was working with before. I found that the level loaded up fine until I copied the "new ScriptObject(MissionInfo)" section. That's when I started getting the script error. So now I'm able to load the level up and play it fine, but I'm still not getting the spinning camera preview. So now that's all that needs to be fixed.
New mission info:
Warning: Spoiler!
Old mission info:
Warning: Spoiler!
All posts from my account that were made before July 29 2013 are from the point of view of my dad unless it states otherwise.