Author Topic: Placecam?  (Read 1331 times)

Hello, I remember having a mod that let me place my camera somewhere, and the camera would stay there yet I had full control of my player. It was client sided and had a key bind. Anyone have it?

That would be this (click me) but its broken.


Port made something similar that works (http://forum.blockland.us/index.php?topic=204285.5) but its server sided.

That would be this (click me) but its broken.


Port made something similar that works (http://forum.blockland.us/index.php?topic=204285.5) but its server sided.
Dang it.
Does anyone actually have the placecam client add-on already installed though?
The one I had wasn't broken.

Dang it.
Does anyone actually have the placecam client add-on already installed though?
The one I had wasn't broken.
No, the one you had DID work, until an update broke it :P

I have it, if the creator asks to take it down, I will. You bind a key in your controls. Pressing the key in third person will place the cam. After about 5 minutes, it will move around since it is chase cam but for a long time. This IS client-sided.

http://www.mediafire.com/?g8r6xld6o1bakdq
« Last Edit: August 05, 2013, 11:16:58 AM by TB2 »

That would be this (click me) but its broken.


Port made something similar that works (http://forum.blockland.us/index.php?topic=204285.5) but its server sided.

the first link is also server-sided ???

I have it, if the creator asks to take it down, I will. You bind a key in your controls. Pressing the key in third person will place the cam. After about 5 minutes, it will move around since it is chase cam but for a long time. This IS client-sided.

http://www.mediafire.com/?g8r6xld6o1bakdq
Eh, I don't really want chase cam, sorry.

I have this mod on my other computer, if no one uploads it until tomorrow I'll give it to you.

Eh, I don't really want chase cam, sorry.
This is NOT chase cam. It uses the script, but is not chase cam. Lock the topic, you got your wish.

This is NOT chase cam. It uses the script, but is not chase cam. Lock the topic, you got your wish.
He didn't want it.
Maybe cause, idk, because it moves after a few minutes?
Do you know how much you sounded like an starfish?
« Last Edit: August 06, 2013, 12:00:53 PM by gr8dayseth »

This is NOT chase cam. It uses the script, but is not chase cam. Lock the topic, you got your wish.

Code: [Select]
if(!$Client::PlaceCam::Binds) {
   $remapDivision[$remapCount] = "Placecam-Mod";
   $remapName[$remapCount] = "Toggle Placecam";
   $remapCmd[$remapCount] = "ToggleDeChasecam";
   $remapCount++;
   $Client::PlaceCam::Binds = 1;
}

function ToggleDeChasecam(%down)
{
if(!%down)
{
if($ChaseCam::isOn == 0)
{
serverConnection.chasecam(99999);
$ChaseCam::isOn = 1;
}

else if($ChaseCam::isOn == 1)
{
serverConnection.chasecam(0);
$ChaseCam::isOn = 0;
}
}
}

Yes it is.

Code: [Select]
if(!$Client::PlaceCam::Binds) {
   $remapDivision[$remapCount] = "Placecam-Mod";
   $remapName[$remapCount] = "Toggle Placecam";
   $remapCmd[$remapCount] = "ToggleDeChasecam";
   $remapCount++;
   $Client::PlaceCam::Binds = 1;
}

function ToggleDeChasecam(%down)
{
if(!%down)
{
if($ChaseCam::isOn == 0)
{
serverConnection.chasecam(99999);
$ChaseCam::isOn = 1;
}

else if($ChaseCam::isOn == 1)
{
serverConnection.chasecam(0);
$ChaseCam::isOn = 0;
}
}
}

Yes it is.
This is NOT chase cam. It uses the script, but is not chase cam. Lock the topic, you got your wish.

Eh, I don't really want chase cam, sorry.

I film with that addon. I've used it for a long time. You don't need more then five minutes of placecam. I think it would be impossible to make it last forever. If you really want to, multiclient

It uses the script, but is not chase cam.

What the forget are you talking about? Look at the code. It's a keybind to toggle setting chasecam to an insane value.

I film with that addon. I've used it for a long time. You don't need more then five minutes of placecam. I think it would be impossible to make it last forever.

Use something server-sided.