Note: This is the heavy version, you can also download the light version if you already have the "Visual Basic runtime files" installed on your PC. Chances are big that you do.
What is RtCW Animator? RtCW Animator is a small program to create animation scripts for Return To Castle Wolfenstein. You can also use it to create a cool, colored name. (like: Pro-Filer instead of just Pro-Filer)
What is an animation script? An animation script is a script (.cfg) that changes your name, wait a few miliseconds, then changes it again, and again etc. That way you can create all kinds of effects. Animation scripts are used when a RtCW Match is over, and the score is displayed. If you bound the script to a key, you just press that key and your animation is played. Everybody sees your animation.
Updates v0.40 --> v0.50:
- Made Simple Edit mode (easier to edit colors)
- Fixed small bug in Wave Effect code
- Made extra menu options in ‘Add Line’ menu (copy selected line X times - copy all lines (and in reversed order)
- New ‘save script’ code (with time & action support)
- Made an extra HELP page with info
- Some small bugs fixed (including v0.41 no-generate after save bug)
Output Example
Here's the output of a little animation I just made, looks pretty fun :D
// // SCRIPT MADE WITH --- // RtCW Animator // by: [ACF]CheetaH --- // //[email protected] // set name "-GO AWAY! RUN!" wait 10 set name "--GO AWAY! RUN!" wait 10 set name "---GO AWAY! RUN!" wait 10 set name "----GO AWAY! RUN!" wait 10 set name "GO AWAY! RUN!" wait 10 set name "GO AWAY! RUN!" wait 10 set name "GO AWAY! RUN!" wait 10 set name "GO AWAY! RUN!" wait 10 set name "GO AWAY! RUN!" wait 10 set name "GO AWAY! RUN!" wait 10 set name "GO AWAY! RUN!" wait 10 set name "GO AWAY! RUN!" wait 10 set name "GO AWAY! RUN!" wait 10 set name "GO AWAY! RUN!" wait 10 set name "" wait 10 set name "P" wait 10 set name "Pr" wait 10 set name "Pro" wait 10 set name "Pro-" wait 10 set name "Pro-F" wait 10 set name "Pro-Fi" wait 10 set name "Pro-Fil" wait 10 set name "Pro-File" wait 10 set name "Pro-Filer" wait 10 set name "Pro-Filer-" wait 10 set name "----Pro-Filer--" wait 10 set name "---Pro-Filer---" wait 10 set name "+--Pro-Filer--+" wait 10 set name "++-Pro-Filer-++" wait 10 set name "+++Pro-Filer+++" wait 10 set name "+++Pro-Filer+++" wait 10 set name "+++Pro-Filer+++" wait 10 set name "+++Pro-Filer+++" wait 10 set name "+++Pro-Filer+++" wait 10 set name "---Kicks Ass---" wait 10 set name "---Kicks Ass---" wait 10 set name "---Kicks Ass---" wait 10 set name "---Kicks Ass---" wait 10 set name "---Kicks Ass---" wait 10 set name "+++Pro-Filer+++" wait 10 set name "+++Pro-Filer+++" wait 10 set name "+++Pro-Filer+++" wait 10 set name "+++Pro-Filer+++" wait 10 set name "+++Pro-Filer+++" wait 10 set name "---Kicks Ass---" wait 10 set name "---Kicks Ass---" wait 10 set name "---Kicks Ass---" wait 10 set name "---Kicks Ass---" wait 10 set name "---Kicks Ass---" wait 10 set name "^1+++Pro-Filer+++" wait 100 set name "+++Pro-Filer+++" wait 100 set name "^4+++Pro-Filer+++" wait 100 set name "+++Pro-Filer+++" wait 10 set name "+++Pro-Filer+++" wait 10
As an extra bit of info, after you've used this script and saved the output to a .cfg file in your Main directory, say... call it nickanimation.cfg
then go into the game or edit the autoexec.cfg and type
/bind b exec nickanimation.cfg
where b can be any key you want
Then when the game is done and the scores are shown, just press the button (b in my case) and your animation will be shown, w00t!
RtCW Animator v0.50 Made by [ACF]CheetaH - Email: [email protected] Special thanks to: Wolf X and Kahnnalxytys for beta-testing ! Pro-Filer for hosting the files on www.rtcwfiles.com Todo list: - Add new effects (still looking for ideas!) - Optimize ‘Preview animation’ code - Edit actions Version history: v0.50 - Made Simple Edit mode - Fixed small bug in Wave Effect code - Made extra menu options in ‘Add Line’ menu - New ‘save script’ code (with time & action support) - Made an extra HELP page with info - Some small bugs fixed v0.41 - Options window > set defaults (clantag, name, open dir, save dir etc) - Edit the ‘time’ (for every line) - Changed bounce effect code (removes all colors) due to unexpected results ;) v0.40 - Edit color in main screen - Edit color in wizard - Bounce effect updated v0.35 - Added import function - Added Wave 2 effect - Removed Wave Forward (too much problems) v0.30 - Added ‘Color Editor’ - ‘Add line’ code updated - Small bug fixes v0.20 - New Add Line code, add’s a line before or after the selection - Paste function now add’s the line after the selection - Fixed bug - error when you try to play nothing - Added ‘reverse clantag’ support - Added ‘reverse clantag’ support in ‘WAVE’ effect - Fixed color bug in ‘WAVE’ effect - Add effect page in Wizard updated - Fixed ‘Minimize window’ bug - Minor changes v0.15 - Wizard (simple style) added - Added cut, copy & paste support - Minor changes v0.10 - Added colored text support - Minor changes v0.05 - New lay-out ! v.0.01 - A simple animator to see if it was a good idea ;) _ _ _ _ _ _ _ _ _ _ _ _ __ _ _ _ _ _ _ _ _ _ _ _ _ _ ©Copyright Joel ‘[ACF]CheetaH’ Stemmer 2001
There are no comments yet. Be the first!