Tremulous Forum
Media => Mapping Center => Topic started by: chompers on July 17, 2006, 03:08:56 pm
-
I'm having problems getting some of the intermission cameras to face the right way.
The entity help says to target them to a target_position or info_notnull, either of these works for info_player_intermission, but neither seems to work for info_human_intermission or info_alien_intermission. The camera entities are there and working, but always facing angle 0 0 0, and no, I have no angles defined in the intermission entities.
edit: looking at tremor and arachnid map files, seems everyone sets the angles manually. So, it just doesn't work?
-
You can use the rotate tool to change direction. The view angle is the angle of the arrow pointing out of the entity.
Danny
-
I am newbie, I have no idea. but are these info objects inside the map or outside? maybe are removed.
-
Info_intermission
target: whatever
info_notnull
targetname: whatever
and yes generally good idea to have entities inside the map boundaries ;) The one exception I think being terrain related.
-
Shouldnt you just give it an angle key to point it in the proper direction? Thats how regular info_player_start and info_intermission work, so it should be the same
-
not if you want it to point at an angle other than a flat axis the ent tab pretty much allows only: N, NE, E, SE, S, SW, W, NW, Up or Down. getting it at a 45 degree angle facing sw and down is impossible without the free rotation tool or directing it with linked ents.
-
I currently have something like 250 degrees yaw with 20 degrees pitch, manually set in the angles key and it works fine.
It says you can do it in entities.def, but it only works that way for one of the three intermission cameras.
No big deal. It would just be nicer to be able to do it by eye in the radiant camera view with targeting rather than guessing the values or putting a protractor to the screen - I want to frame the intermission shot with precision.