Page 1 of 1

Simple tool to correct animations when resizing units

Posted: 20 Sep 2010, 01:21
by tyran_nick
Here is a simple tool to update all "move to" commands in bos scripts when you scale a 3do or s3o file. If for instance you scale a unit in upsring by 1.2 (for all x, y, z; essentially making it 20% bigger) all "move to" animations break and need to be manually corrected by multiplying all existing numbers by 1.2. "Turn to" commands are obviously unaffected. This tool does this automatically. It parses the BOS file line-by-line and multiplies all "move to" commands by a user defined scaling factor, correcting the unit animation.

Image

Download:
http://tinyurl.com/3xcsxmt

Re: Simple tool to correct animations when resizing units

Posted: 20 Sep 2010, 01:28
by zwzsg
You can also change the linear constant in Scriptor.

Re: Simple tool to correct animations when resizing units

Posted: 20 Sep 2010, 01:34
by tyran_nick
Is it again the default linear constant * new scaling factor?