Author Topic: .  (Read 41017 times)

god damn it heed, let me go make a script that works for this then as a proof of concept, ok?

Pecon's server is a fun and original server.

it was fun and original the first 4 times i played it. I don't want to play on it anymore.

Code: [Select]
function setprinty(%id)
{
%id.setPrint(49);
%id.schedule(125, setprint, 48);
}
function setprintyloop(%id)
{
cancel($spl);
if(!isObject(%id))
return;
$spl = schedule(250, 0, setprintyloop, %id);
setprinty(%id);
}

Copy that into a .cs file, then plant a print brick. look at the print brick and type /getid.
use the id in the following CONSOLE COMMAND
setPrintyLoop(IDHERE);

to stop the loop, type the following:
cancel($SPL);

It ought to toggle between the A and B prints.

thats just replacing pictures really fast

guiAnimatedBitmapCtrl

How about... Rotating the camera?

How about... Rotating the camera?
can you edit cameras that are locked in one direction? lets say i force the camera to look down
Code: [Select]
datablock PathCameraData(EventCam)
{
cameraMaxDist = 0;
cameraMinDist = 0;
cameraDefaultFov = 90;
cameraMinFov = 10;
cameraMaxFov = 150;
}
%rot = "1 0 0 90";
%cam = new PathCamera()
{
dataBlock = EventCam;
position = %camBrick.position;
rotation = %rot;
};
can i freely adjust how it rotates?

You could probably just do what Chrono did in his event_camera script to do the freelook.

You could probably just do what Chrono did in his event_camera script to do the freelook.
except then you can look all around. its just an animated shape -_- no camera tricks or print bricks. all of those would just be so annoying as opposed to making a rotating circle.

NEXT

carts so how do they work. custom animations? all one shape? 
I don't think they want me showing what they did with the laundry cart and such, and how the starting thing is done.
so what DID this man see that day!?!

Stop talking about scripts

Thats for modification discussion  :cookieMonster:

I've never even played this server but I just donated out of boredom.

W00t.

Hope to see server up soon, it looks pretty darn fun.
« Last Edit: April 30, 2012, 03:56:50 PM by Cyanian »

« Last Edit: July 03, 2016, 03:53:45 PM by Pload »

Will it be hosted tonight?

Thanks. Added you as a donator on the server and on the main post.
Sure if the server is as great as it looks I'll probably end up donating regularly.

Sure if the server is as great as it looks I'll probably end up donating regularly.
it's BETTER than it looks!

it's BETTER than it looks!
Well then it should be pretty damn good.

Is there any schedule for when it will be up?

If I could provide a dedicated server free of charge, would it be possible to have this up 24/7?
« Last Edit: April 30, 2012, 06:54:04 PM by Cyanian »