Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > World of Warcraft
You last visited: Today at 16:14

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Guide] Animation Porting

Discussion on [Guide] Animation Porting within the World of Warcraft forum part of the Popular Games category.

Reply
 
Old   #1
 
Tigurius's Avatar
 
elite*gold: 0
Join Date: Aug 2008
Posts: 17
Received Thanks: 2
[Guide] Animation Porting

Tools needed:
*ModIt:
*ChangeAnimations.py:
*PyM2:
*A Python Interpreter
*Notepad++ or any other texteditor

Step 1: Find the correct Bones

Open ModIt, navigate to the correct model, then click View->Show model control, enable Bones, disable Render.
Click Edit Model -> Edit Bones.
Now search the Bones of head, shoulders and legs(if you enable a bone in Edit Bones, it will be colored):


Step 2: Edit ChangeAnimations.py to your values

Open ChangeAnimations.py with your texteditor.
line 3 and 4 define the filenames, inName is the Model, which has the Animations, and outName is the Model, which gets them.
In line 57: changeBones = (0,1,2,3,4) you can add bones which you want to be ported but not the bones depending on them.
in line 69 to 88 you need to change the values of Dependent:
eg: Change left shoulder animation of HuF to SkM
Code:
if (Dependent(i,om2,16,ic) & Dependent(j,im2,10,jc)) & (Depth(i,om2) == Depth(j,im2)):
			ChangeAnims(i,j)
			break
becomes
Code:
if (Dependent(i,om2,16,ic) & Dependent(j,im2,9,jc)) & (Depth(i,om2) == Depth(j,im2)):
			ChangeAnims(i,j)
			break
if you want change the left shoulder animation of HuF to the Arakkoa one.

In line 114 you can set the output folder.

Step 3: Run ChangeAnimations.py

To run ChangeAnimations.py you need to have a Python Interpreter installed.
Then ChangeAnimations.py has to be in the same folder like m2.py, wowfile.py etc. from PyM2.
Under Windows, if you've installed a Python Interpreter *.py should automatically be attached to the Interpreter,
so you can double-click on the file and it'll run.
Under Linux you need to add a shebang:
Code:
#! /usr/bin/python
(something like that)
and than execute the file.
Under MacOS I've no idea :P
Now your animation port is finished and you can add your files to your MPQ ;D

Appendix:
Some model information (will be updatet):
Tigurius is offline  
Reply


Similar Threads Similar Threads
[GUIDE] No Skill Animation with CE
03/15/2023 - Aion Hacks, Bots, Cheats & Exploits - 48 Replies
I know that this can be done easily by using the existing bot, and i know the fact that some people having problem with the bot, lastly i hate the bot but i like the No Skill Animation function, so i decided to look into it further. What do you need? - CE (any version will do as long you disable GG) - Aion china, havent got the chance to test this on int server, since i dont have account How? (Assuming your Aion already running) Select Aion.bin from process list. Click on Memory...
Powerfear's Animation Hack Values Guide
09/19/2009 - 12Sky2 Hacks, Bots, Cheats & Exploits - 15 Replies
PROPS TO Powerfear for the MAYN address and teleporting value and on method! MAYN: 00B844BF Aeria: 00C01467 Look at his thread for process and teleport hack: Here 341 : RESET You may need later on
Porting Code Help
04/03/2009 - General Coding - 2 Replies
Hey, I have been trying to port some code into any language, and not having any luck at all. A user on here (Atheuz) gave me some old source to an old bot he used to use, but my knowledge is not far enough to fill in the blanks. I tried porting in C++, but had too much trouble. I was wondering if anyone could try this for me, I would greatly appreciate it. Basically it's a bot for Phoenix Dynasty Online, that simply right clicks monsters. The memory addresses will have to be adjusted...
Porting from the North Dock to Roc Mountain. I TYPED THE CORRECT CODE!
03/09/2009 - Silkroad Online - 1 Replies
Hey guys, This is the code i pasted in the script. Itīs only the "portpart": "-2625","379","1" "cmd","","" "Inject","745A","6802000 0" "Inject","7495","6802000 00216000000"
.:AgBot:. bot isn't porting to roc
08/22/2008 - Silkroad Online - 4 Replies
hey i want to bot with agbot at roc but somehow it doesn't wanna port from hotan north dock to roc north dock this is my script; "cmd","","" "cmd","","" "cmd","","" "cmd","","" "ConditionScript","114;10;100" ;,"1" "98","53","1"



All times are GMT +2. The time now is 16:14.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.