Jump to content
Sign in to follow this  
Angelmelody

Act File Adjustment Tool

Recommended Posts

How to use:

 

1. open an act file .

 

o35wwT.jpg

 

2. Adjust the horizontal slider to what percentage you want.

  dh2Ur.jpg

 

3. save act file (the 2nd option is save , 3rd option is save as..)

 

isfMx_.jpg

 

 

 

 

the testing mob

 

H7EzEq.jpg

ActTest.rar

Edited by Angelmelody

Share this post


Link to post
Share on other sites

so it is for resizing mobs ? you can do the same with a lua script in actor2 itself :P.

but nice work considering this was made when only actor was around (i'm guessing ) :D

 

oh and in case you were wondering here is the script :

 

 

--put your percentage as newMag. I am using 150% of the originalnewMag = 150for AID = 0, GetNumAct()-1 do  for FID = 0, GetNumFrame(AID)-1 do    for PID = 0, GetNumPat(AID, FID)-1 do      curXMag = GetXMag(AID, FID, PID)	  SetXMag(AID, FID, PID, curXMag * newMag/100.0)		  curYMag = GetYMag(AID, FID, PID)	  SetYMag(AID, FID, PID, curYMag * newMag/100.0)    end  endend

 

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.