![]() |
Re: i can has revan model? Quote:
If a playermodel , which is supposed to be for multiplayer , uses another GLA than models/players/_humanoid/_humanoid.gla the game wont accept it and wil lgive you kyles model in MP it doesnt work with our GLA edited models for TOTSL too , same for cutscenes instead of your model you'll see a Yellow skinned twilek :rolleyes: in other words : If you want to make your revan model for multiplayer rig&weight it to the base JKA model and with some tricky weighting on the cape it should work like on toshi's vader so that it isnt stiff anymore |
Re: i can has revan model? Quote:
|
Re: i can has revan model? Quote:
|
Re: i can has revan model? Quote:
I'm just saying that he wont be able to use the model in MP ,as long as he doesnt modify the sourcecode of course, the game will crash :uhm: |
Re: i can has revan model? Quote:
|
Re: i can has revan model? Quote:
Quote:
|
Re: i can has revan model? Quote:
N-7, if you want to work together that's fine with me. You will need to explain to me if/how code is necessary for this though. |
Re: i can has revan model? Actually, I can't think of another way to find out which animations can occur but analyzing the source code. What I've found out so far is that most of the animations sequences are ultimately set by either PM_SetSaberMove (bg_saber.c) or BG_SetAnimFinal (bg_panimate.c). Apart from that, there are a few special cases which I've already gone through. Now, PM_SetSaberMove uses the animations listed in the saberMoveData array in bg_saber.c, plus a few extras (draw, put away and ready stances) listed directly in the function itself or in PM_GetSaberStance. So that's basically settled (apart from the question whether all animations listed in the array can actually occur). As for BG_SetAnimFinal, that one is difficult, because the animation that will be used by this function is passed as an argument ("int anim"), so it is determined elsewhere. Also, it is called from two functions, which are in turn called from other functions and so forth. I've started to analyze which functions call BG_SetAnimFinal, and here's what I've got so far (it's sort of a reversed call tree, meaning that the "children" of a function are those functions that call it): Code: BG_SetAnimFinal (bg_panimate.c) |
Re: i can has revan model? Wow that may be beyond my current abilities. I'll see if I can learn some of this and try to help. |
Re: i can has revan model? Uhm, only if you really like to. I wouldn't want to keep you from doing what you really enjoy (like animating). The drudging will get done eventually, sooner or later. EDIT: I'm almost done, only need to backtrack G_SetAnim and analyze some animation "arithmetics" (computations involving the animation enums). |
| All times are GMT -7. |
Powered by vBulletin®
Copyright ©2000 - 2016, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.