02.04.2012, 22:00
(
Последний раз редактировалось Drebin; 19.01.2014 в 16:59.
)
Ingame Camera Movement Editor
I WILL SOON START TO WORK ON A NEW/REWORKED VERSION OF THIS FILTERSCRIPT. PLEASE DO NOT ASK ME WHEN IT WILL BE OUT, YOU WILL BE NOTIFIED IN THIS TOPIC.
V2 WILL BE POSTED IN A NEW TOPIC AS SOON AS IT'S RELEASED.
V2 WILL BE POSTED IN A NEW TOPIC AS SOON AS IT'S RELEASED.
What is this about?
This is a filterscript which helps you to create camera movements using InterpolateCameraPos and InterpolateCameraLookAt from ingame. It uses h02's 'flymode' filterscript with which you can easily fly around the map.
Features
- Fly around using h02's flymode
- Set the camera positions just by clicking your mouse button
- You can change the speed, start- and endlocation even after you created a movement
- Simple to use system with help messages
[ame]http://www.youtube.com/watch?v=TbU0U32TtlE&hd=1[/ame]
The output from the movement of the video, saved to CameraMovements.txt in your scriptfiles directory:
pawn Код:
[MyCamMovement]
Movement = InterpolateCameraPos(playerid, 575.325988, -1244.656127, 25.845386, 735.324829, -1128.916870, 73.661872, 7777);
Rotation = InterpolateCameraLookAt(playerid, 571.176696, -1247.412109, 26.278436, 733.528747, -1124.687866, 71.689620, 7777);
Current: v 1.1.2
Note This filterscript will only work with SA-MP 0.3e RC5 and higher!
Download version 1.1.2:Optional: Version 1.1 changes:
+ You no longer need dini or y_ini. The filterscript now uses the SA-MP internal file functions.
+ Added /closecameditor to manually exit the camera movement editor
Installation
- Download the FS version which suits you
- Put the 'cameditor.pwn' file into your filterscript folder
- Compile the 'cameditor.pwn' file
- Add 'cameditor' to the filterscripts line in your server.cfg
- Run the server and you are done!
Drebin - FilterScript and idea
h02 - For creating the 'flymode' filterscript