Posted by: VTULCobra - Friday, December 2, 2011 11:07:39 PM
Hello everyone, My map is a Zero Hour single player map and I'm working on the intro right now, but there is one problem. In my first intro script, I have this: ***IF*** True. ***THEN*** Start letterbox Start skybox Disable mouse and keyboard inputs The world is perm. rev. for local player Pos. camera at waypoint InitialCameraPos. looking towards waypoint cam look 1, zoom, pitch. I also have a briefing script made in that way so the "MISSING:" doesn't show up.(with a map.str) But I can't find the problem, I did use the permanent reveal for local player. Please help, Thanks. [ATTACH]968[/Attach]

Posted by: i^love^mixery - Saturday, December 3, 2011 4:18:57 AM
its because of the zoom. zoom 0 means that the camera is beneath the terrain. try for example 0.5 and it works.

Posted by: VTULCobra - Saturday, December 3, 2011 10:23:28 PM
Hmm, I thought 0 was the same as the camera height in the game, oh well, thanks. :)