Jump to content

[Release] Dramatic Camera Entrance Effect!


Hoplox

Recommended Posts

Well, this is my first script post. Been using this on my server; Just makes a nicer entrance when you load in and spawn. I believe this has been posted but no instructions for how to use it with ESSV2.

_welcomeMessage = format["Welcome to [Your server name here], %1, Enjoy your stay!",format["%1", name player]];
_camDistance = 75;
 
waitUntil {!isNil ("PVDZE_plr_LoginRecord")};

showCinemaBorder true;
camUseNVG false;
 
_camera = "camera" camCreate [(position player select 0)-2, position player select 1,(position player select 2)+_camDistance];
_camera cameraEffect ["internal","back"];
 
_camera camSetFOV 2.000;
_camera camCommit 0;
waitUntil {camCommitted _camera};
 
_camera camSetTarget vehicle player;
_camera camSetRelPos [0,0,5];
_camera camCommit 8;
 
cutText [_welcomeMessage, "PLAIN DOWN"];
 
waitUntil {camCommitted _camera};
 
_camera cameraEffect ["terminate","back"];
camDestroy _camera;

if you use ESSV2, place the code at the bottom of start.sqf and save.

You can play around with the camera settings to suit your preferances.

Feel free to be critical and point out any problems :)

If this helped you please like!

-Hoplox, Thanks for having a look :)

-Credits to JuanDayz and his original post 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...