[FilterScript] iAnims - Ingame Animation Creation Kit ( 1811 animations )
#1

What does it do?

With this filterscript you can easily edit any/all animation parameters ingame, and save the animation code to a file. You can save one at a time or save all at once. You can also save the animation as either a zcmd command or ycmd command. Each command processor has its own file, which is saved (.txt file) along with any other files created by this FS to the scriptfiles folder. When you use any save command you will be notified of the filename.

Features
  • Save commands to a file ready to simply copy paste to your script. (ycmd/zcmd)
  • Save "ApplyAnimation" lines to paste into your own commands.
  • Save all 1811 animations to a file. At once.
  • Configure any/every animation and it will save and load next time you start your server.
  • Easily browse through all animations with one command. ( /ba )
The commands
Note: Valid animation indexes are from 1 to 1811.

/ianim [animation index].
Use this to view the animations.

/editanim [animation index][anim parameter][value]
"anim parameter" is the parameter in the animation function you wish to change.
Example usage: /editanim 1000 forcesync 1. - Will set "forcesync" to 1 on animation 1000.

/animspeed [animation index][Float:value] .
Use this to edit the speed of the anim with greater precision. The difference between this and the "editanim" version is this can take a float whereas editanim takes an integer.

/saveanim [animation index][comment]
Save a single animation to a file called "iSavedAnimations.txt"

/saveallanims or /saa
This will save all the animations ( all 1811 ) to a text file called "iSavedAnimations.txt" in "ApplyAnimation" format. ( not the same file as single animation saves).

/saveanimcommand [animation index][command processor][commandname] .
This will save the animation as a ready made command (zcmd and ycmd only). Also use /sac
Example usage: /sac 100 ycmd sit . -Will save animation 100 as a y_command /sit.

>>> UPDATE 1.1: <<<


/browseanims. or /ba
This will put the camera in front of you and play animations. You skip though animations using NUMPAD4 (left) and NUMPAD6(right). This makes it much easier to browse through animations. Textdraws also added to help indentify which animation is being played.

/animconfig
This will bring up a configuration dialog for the animations. It basically does what /editanim and /animspeed does but much more user freindly.


Additional info
It is strongly recommended that you load this filterscript when you start your server. It will without a doubt hang the server for 2 - 6 seconds. This is to load the animation variables from the database and will only happen when the filterscript is first loaded.

includes: zcmd, bud, sscanf2
plugins: sscanf2

pawn Code:
#define LOAD_ON_START   //comment this line to stop the loading when the filterscript starts, avoiding server hang
pawn Code:
//#define ADD_RCON_PROTECTION   //uncomment this line to add rcon protection on the commands.
Credits:
Slice - BUD
Y_Less - sscanf2 plugin
ZeeX - zcmd
Iggy - OFC
Aelfred - BionixGaming.com

Please post any bugs/suggestions in this thread thanks.

Downloads:
Pastebin: http://pastebin.com/UV9BjVKL

0.3d: iAnims
Reply


Messages In This Thread
iAnims - Ingame Animation Creation Kit ( 1811 animations ) Save zcmd/ycmd animation commands easily! - by iggy1 - 15.03.2011, 23:50
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by TheYoungCapone - 16.03.2011, 00:33
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by iggy1 - 16.03.2011, 00:38
Respuesta: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by Host-samp - 16.03.2011, 01:23
Respuesta: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by junkbuster - 16.03.2011, 06:26
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by BASITJALIL - 16.03.2011, 06:27
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by Roomeo - 16.03.2011, 06:39
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by Ironboy - 16.03.2011, 08:11
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by skaTim - 16.03.2011, 09:47
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by OKStyle - 16.03.2011, 10:59
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by iggy1 - 16.03.2011, 11:17
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by OKStyle - 16.03.2011, 11:45
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by Davz*|*Criss - 16.03.2011, 17:20
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by iggy1 - 16.03.2011, 18:13
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by admantis - 16.03.2011, 18:17
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by SkyRoyX - 16.03.2011, 18:30
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by Englander - 16.03.2011, 20:46
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by sekol - 20.03.2011, 19:08
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by antonio112 - 29.03.2011, 19:55
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by iggy1 - 29.03.2011, 20:08
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by HyperZ - 11.04.2011, 09:04
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by $kull - 11.04.2011, 09:17
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by omidi - 15.10.2011, 17:56
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by iggy1 - 16.10.2011, 09:00
Re : iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by TheBest6 - 16.10.2011, 09:50
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by omidi - 17.10.2011, 09:55
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by iggy1 - 17.10.2011, 10:56
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by KingHual - 17.10.2011, 11:59
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by DHRmike - 17.10.2011, 13:47
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by the.et - 19.01.2012, 08:57
Respuesta: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by [Nikk] - 19.01.2012, 09:11
Re: Respuesta: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by iggy1 - 19.01.2012, 10:59
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by Min - 19.01.2012, 17:19
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by Tyler_Idy - 24.01.2012, 03:38
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by SiEx - 28.01.2012, 08:25
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by WarriorEd22 - 15.04.2012, 06:24
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by iggy1 - 15.04.2012, 08:04
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by FalconX - 16.04.2012, 17:16
Re: iAnims - Ingame Animation Creation Kit ( 1811 animations ) - by iPLEOMAX - 16.04.2012, 17:51

Forum Jump:


Users browsing this thread: 2 Guest(s)