10.03.2018, 15:52
(
Last edited by Flashhiee; 22/08/2018 at 09:38 AM.
)
Hello guys! Today i want to present you a script i made, because i needed a way of filming a shot from the same position every time. As the title of this topic says this is a camera editor wich lets you create cameras that can interpolate in 3 different ways, or that can be static.
TUTORIAL/DEMO VIDEO
Commands:
Notes:
ToDo List:
Instalation:
P.S If you have any suggestions, let me know by commenting down there.
TUTORIAL/DEMO VIDEO
Commands:
Quote:
/newcam - This command is used to create a new camera. /camint - This will let you change the interpolation state of your camera. /editcam - This will display the edit UI, wich you can use to change camera\'s position. /editlook - This will display the edit UI, wich you can use to change the position where your camera is looking. /ieditcam - This will display the edit UI, wich you can use to change interpolated camera\'s position. /ieditlook - This will display the edit UI, wich you can use to change the interpolated position where your camera is gonna look. /camtime - This edits the camera position interpolation time. /looktime - This edits the camera look at interpolation time. /playcam - This will play the camera animation. /stopcam - This will get you out of camera mode. /exportcam - This will export the code lines you need to implement a camera animation in your script. |
Quote:
1.All the cameras will be saved in the scriptfiles in a database called camdb.db. 2.All the exported cameras will output in scriptfiles in a file called cameraexports.txt. 3.You can create up to 100 cameras, you can enlarge this limit by editing \'MAX_CAMS\' from within the script. 4.If you manage to fill the database, you have to delete the camdb file if you want to create more cameras. |
Quote:
1.Camera select command, so you don\'t have to type the id at every single command. 2.Sequence creator, that lets you select multiple cameras and play them in order.(For movie creators) 3.Improved visuals(gizmos) 4.Flymode camera edit compatibility |
Quote:
1.Download the cameditor.rar 2.Unzip the archive. 3.Copy and paste the two folders into your gamemode folder. 4.Open server.cfg with notepad, and add \'cameraeditor\' to your filterscripts. Also add \'streamer\' and \'sscanf\' to the plugins line. If you dont have the line, create it under the filterscripts. 5.Run the server and thats it! |