View Full Version : CAMERA COG NOT WORKING!!!!
KOP_AoEJedi
10-01-2000, 08:50 AM
ok i looked at the camera tutorials..... that didint help .... i looked at other peoples work. that didnt help .... nothing works ... when i activate the "console" it just takes away the life meters and freezes for about 2 seconds ..... CAN YOU HELP ME?!?!?
White Lightsaber
10-01-2000, 02:32 PM
Are you using 3rd person or 1st person view? If you are using third person view then make sure you add the cog verb SetCurrentCamera(player, 0); in your cog. If it's first person, then post the cog code and I'll take a look at it.
------------------
I've been through it all, creating a jedi league the the Gold Sabers and am known as The White Lightsaber for I always carry a white lightsaber for I am powerful in the force...
KOP_AoEJedi
10-01-2000, 04:34 PM
ummm i dont know ....... gimme an example of 1st and third.... im new to camera cogs
Fernando_the_Hunn
10-01-2000, 05:38 PM
if you are in the third person view (can see the player on the screen in front of "you") and switch the first person view to the camera, it wont change anything. to make sure, have :
SetCurrentCamera(0);
SetCameraFocus(0, camera-thing);
if you post the cog, I can see whats up with it...
------------------
There are no evil coggers, only evil cogs...
mailto:no_oneatall@hotmail.comno_oneatall@hotmail. com</A>
ICQ 81116825
===========================================
Evil Cog master of the Western TC!
lordvader
10-02-2000, 11:33 AM
No. He wants the health thing to go away too. Here:
SetCurrentCamera(0);
SetCameraFocus(0, ghost);
jkBeginCutscene();
SetPlayerFlags(player, 0x200000);
Sleep(2.0);
ClearPlayerFlags(player, 0x200000);
SetCurrentCamera(1);
SetCameraFocus(0, player);
[This message has been edited by lordvader (edited October 02, 2000).]
KOP_AoEJedi
10-02-2000, 01:31 PM
the health and ammo disappears but it stays at the inside view of the computer console... i think i need 3rd person ... have not been able to work on it .... computer stinks so bad it crashes alot....
KOP_AoEJedi
10-05-2000, 09:28 AM
ok i figured it out. the problem was the cog wasnt set to the right "thing" so it was glitching up ..... heheeh
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.