Author Topic: Camera Events - Lets you see from bricks.  (Read 34190 times)

Try turning off Bombs, Ute, MilitaryJeep.
What you should do even if it's not a problem is shut off PTTA.

I have all those mods you tested (except PTTA and Zombie) and the cameras still work just fine with ALL of them enabled at the same time.

I have all those mods you tested (except PTTA and Zombie) and the cameras still work just fine with ALL of them enabled at the same time.
So in conclusion, it's either PTTA, Operating System, or improper installation.

So in conclusion, it's either PTTA, Operating System, or improper installation.

And the military jeep is not buggy, just hacky.

Quote from: Space Guy
Vehicle_MilitaryJeep
Quote
function Player::rigTurret(%obj)
{
if(%obj.dataBlock !$= machineTurretPlayer)
return;


if(!isObject(%obj))
return;

%parent = %obj.getObjectMount();
if(!isObject(%parent))
return;

%obj.spawnBrick = %parent.spawnBrick;
%obj.brickGroup = %parent.brickGroup;
}

Vehicle_Tank:
Quote
function Player::rigTurret(%obj)
{
if(%obj.dataBlock !$= TankTurretPlayer)
return;


if(!isObject(%obj))
return;

%parent = %obj.getObjectMount();
if(!isObject(%parent))
return;

%obj.spawnBrick = %parent.spawnBrick;
%obj.brickGroup = %parent.brickGroup;
}


This will abort the function and break the rigging of either the Tank or the Jeep, depending on which may cause errors if either is destroyed.

I see you're still using a server command and schedules for rapid-fire, which may be inefficient - use a weapon image etc. on the turret.

Quote
function serverCmdTestthis(%client)
{
%client.player.mountImage(machineTurretSmokeImage,1);
}

Why is this here?

I'd consider it bugged.

Vehicle_Tank:

This will abort the function and break the rigging of either the Tank or the Jeep, depending on which may cause errors if either is destroyed.

I see you're still using a server command and schedules for rapid-fire, which may be inefficient - use a weapon image etc. on the turret.

Why is this here?

I'd consider it bugged.
I've already fixed that...

The latest release was bugged then.
I doubt he has your fixed version if you never released it.


I refuse to download. Sorry, I do not support PTTA in any way at all.

Could you make it so you can't come back to your normal camera without and event? "ResetPlayerCamera"

Could you make it so you can't come back to your normal camera without and event? "ResetPlayerCamera"

That'll be SO MUCH useful.

You could use it to make Blockland cutscenes. :D

S'not ptta.
It repeats the ????-press light key to exit twice.

I've tried everything on that list that could possibly be a problem, except PTTA, and the things I couldn't find, and PTTA. Could you try turning them off?

Uninstalled BL my toggle events and camera work nao