Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → CAMERA COG NOT WORKING!!!!
CAMERA COG NOT WORKING!!!!
2000-10-01, 5:50 AM #1
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?!?!?
Quote Originally Posted by FastGamerr
"hurr hairy guy said my backhair looks dumb hurr hairy guy smash"
2000-10-01, 11:32 AM #2
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...
2000-10-01, 1:34 PM #3
ummm i dont know ....... gimme an example of 1st and third.... im new to camera cogs
Quote Originally Posted by FastGamerr
"hurr hairy guy said my backhair looks dumb hurr hairy guy smash"
2000-10-01, 2:38 PM #4
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 :
Code:
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...

[url="mailto:no_oneatall@hotmail.com"]mailto:no_oneatall@hotmail.com[/url]no_oneatall@hotmail.com</A>
ICQ 81116825
===========================================
Evil Cog master of the Western TC!
cogs dont kill people. people kill people...

mailto:no_oneatall@hotmail.comno_oneatall@hotmail.com</A>
ICQ 81116825
==============================================
((Evil Cog Master))
2000-10-02, 8:33 AM #5
No. He wants the health thing to go away too. Here:

Code:
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).]
Capitalization
Commas
Periods
Question Marks
Apostrophes
Confusable Words
Plague Words
2000-10-02, 10:31 AM #6
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....
Quote Originally Posted by FastGamerr
"hurr hairy guy said my backhair looks dumb hurr hairy guy smash"
2000-10-05, 6:28 AM #7
ok i figured it out. the problem was the cog wasnt set to the right "thing" so it was glitching up ..... heheeh
Quote Originally Posted by FastGamerr
"hurr hairy guy said my backhair looks dumb hurr hairy guy smash"

↑ Up to the top!