Leaderboard
Popular Content
Showing content with the highest reputation on 01/04/2021 in Posts
-
2 pointsI've recently been able to do some work on combat animations. For a while now I've been trying to understand how the "fancy" melee on melee combat animations are triggered. This took me a while to figure out because I thought they were controlled by the combatanimations.2da. It appears that all other attacks are handled there except for this particular scenario. I believe this was hardcoded to act this way in the original game, and that is why they are not present in the combatanimations.2da. If the attacking creature is using a basic melee attack, and the target creature is using a melee weapon, and they are both directly attacking each other. Then the attacker and target uses a variation of c*a*, c*d*, and c*p* depending on if they were hit or parried. c*a1, c*a2, c*a3, c*a4, and c*a5 are for attacking (Attack Animation) c*d1, c*d2, c*d3, c*d4, and c*d5 are for damaged (Target Response Animation) c*p1, c*p2, c*p3, c*p4, and c*p5 are for parrying (Target Response Animation) When the attack is queued up a random number is rolled returning 1,2,3,4, or 5 and then proper attack animation is then chosen. Once the attack result is calculated the appropriate response animation is chosen for the target. Example Scenario: So if the the attacker is using a single one handed weapon, and the basic attack random animation number is 4, then the attacker will use the animation c2a4. If the attack hits, the target will use c2d4. If the attack misses, the target will use c2p4. Note: If you are confused by the naming convention for combat animation be sure to check out this post: (Analysis of the Combat Animations) by @JCarter426. Here is a video demonstration of it in action.
-
1 pointStar Wars : Knights of the Old Republic II : The Sith Lords : The Expanded Galaxy Project The Expanded Galaxy Project aims to combine both games into one installation utilizing the second games engine and allowing the player to select whether to choose the first, or the second game, as well as the bonus option of Brotherhood of Shadow : Solomon's Revenge, an excellent mod for the first game which I have also ported over to the second game. All three parts of the project now have an installer! Which handles everything. The project is still very much a work in progress, I suggest just trying out the main project for most users as the port and brotherhood are likely to have a lot more bugs! Brotherhood Of Shadow : Solomon's Revenge! This is a short trailer for the KotOR Port, a part of the Expanded Galaxy Project, the trailer was made for me by CatDaddy407, so a big thanks to them for that! I thought I would drop a link to the video here for people to see, though it doesn't show anything special, but it does highlight the state of the project quite well. NOTE : The port is currently not available on DeadlyStream and is only available on ModDB or from the GitHub repository. NOTE : The port is an add-on for the Expanded Galaxy Project. Expanded Galaxy Project The goal of the Expanded Galaxy Project is to provide as much additional content for both games as possible utilising the second games engine. Please join the Discord to find out more about the project and to get access to the latest patches. ( Link at the bottom of this post ) Install Instructions Progress & Plans Current progress for the Expanded Galaxy Project overall is as follows : 1 : Expanded Galaxy Project : Main : Demo (Complete) <-- 100% --> The base of the project is complete. ( Early Demo ) 2 : Expanded Galaxy Project : Port : Demo (Complete) <-- 100% --> The base of the port is complete. 3 : Expanded Galaxy Project : Brotherhood Of Shadow : Solomon's Revenge : Demo (Complete) <--- 100% ---> Brotherhood Of Shadow : Solomon's Revenge has been ported in it's entirety and seems to work almost flawlessly. ( Early Demo ) There is still a lot left to be done, much of which is not documented anywhere currently. Mod Compatibility Overall I have heard that people generally have success installing other mods alongside this but not always or entirely, there are also still many issues remaining in the project on it's own. Currently I do not know what mods do or do not work with my project but I do plan to try and provide compatibility for as many mods as possible in the future. Note : texture, model, item and many other simple mods should work if installed after the rest of the required or optional files for the project. KotOR Modding Tools Here is a list of tools that made this project possible. Included Mods Below is a list of all mods that are included with the Expanded Galaxy Project. Contributions Here is a list of contributors that helped early on with advice on KotOR modding or who contribute to the project heavily. I wanted to say a big thank you to all the creators of the tools that made this project possible and I wanted to provide an accurate list of the tools I used to make this project possible here, I also want to say thank you to everybody that has supported or contributed ideas to the project, if your name is not found anywhere above please feel free to let me know and I will make sure to include you and your contribution above. Thor110 Rate (ModDB), Like (Facebook & DeadlyStream), Watch & Follow (Twitch & Twitter), Watch, Like & Subscribe (YouTube) and get involved on or join the Discord to get the latest updates!
-
1 point
-
1 pointY'all this game is really fun. I just finished it. Pretty abrupt ending, but that's just about the only gripe I can manage against it. It's BEAUTIFUL and the story is utterly immersive. Seems like Avellone's consulting was relatively early on and he wasn't super involved in the main writing, but WOW. I want a sequel stat.
-
1 pointI'll get to the discoloration later. Right now I need to fix the skin and the scar first before I apply the discoloration layer, Then it'll come down to the eyes.
-
1 pointThis is a repost of an old tutorial I did on LucasForums. Original posts can be found HERE. The combat animations are in fact in the regular old animations.2da; combatanimations.2da is more like a seating arrangement. It lists all the attacks and then states which animation goes with it - hit, parry, dodge, and so on. It's entirely numbers so it can be a mess. animations.2da gives you more of a clue, but the naming scheme can seem a bit weird at first glance. The animation name is an alphanumeric code with four parts, alternating letters and numbers. The first part corresponds to the attack type - a generic attack, a feat, or a monster attack. There also seems to be some attempt to divide it into ranged and melee, but I can't discern it entirely. b - ranged c- melee f - feat g - generic m - monsterNext, it's divided into weapon type as well as whether the character wielding one or two. These are given abbreviations for K2 only. 0 - N/A - droid 1 - SB - stun baton 2 - SS - single saber 3 - 2HS - two-handed saber (double-bladed) 4 - DS - dual sabers 5 - SB - single blaster 6 - DB - dual blasters 7 - RF - rifle 8 - NT - natural attack (unarmed, I believe) 9 - HC - heavy carbine 10 - UC - unarmed, complex (K2 only) 11 - N/A - wrist launcher (K2 only)Next, what the character is doing. a - attack d - damage f - appears unused g - dodge n - deflection p - parry r - ready w - wieldAnd finally, another number. In most cases this is simply a variation number; some in K2 have an additional letter, for even more variation. So, for example, if you want a character wielding a blaster rifle to dodge, the animation would be g7g1. g: generic 7: rifle g: dodge 1: variation (in this case there's only one) In the original thread, Fallen Guardian asked about power blast. This is where it gets complicated. Some of these variables are limited by other variables. Parry, for instance, is only a melee occurrence. I believe this is the reason for the distinction between ranged and melee that I mentioned above. Let's look at the first part again. 1:b - ranged 1:c - melee, complex 1:f - melee, feats 1:m - melee, monster 1:g - both, genericAnd now let's look at the third part. 3:a - both, attack 3:d - both, damage 3:g - ranged, dodge 3:n - melee, deflection 3:p - melee, parry(Putting this in code because of the emoticon.) 1:b is used for [i]all[/i] blaster attack animations. 1:c covers complex melee animations such as parries and clashes. 1:f is reserved for melee feats - critical strike, flurry, and power attack, as well as Force Jump. 1:m is for engaging a monster in melee. 1:g is anything else. 3:a is used for any attack. 3:d is used for any damage. 3:g is used for dodging ranged attacks. 3:n is used for deflecting ranged attacks with a lightsaber. 3:p is used for parrying melee attacks.Because of these specifications, certain ones do not belong with certain other ones. If that's not confusing enough, the final number is not always a simple variation; what it is depends on both of the above letter slots. I'll go over the feats for you. MELEE (f***) 1 - critical strike 2 - flurry 3 - power 4 - jump RANGED (b***) 1 - attack 2 - attack 2 3 - sniper shot 4 - power blast So, finally, a power blast animation is b*a4. The asterisk is either 5, 6, 7, or 9, depending on whether you are dealing with a single blaster, dual blasters, a rifle, or a heavy carbine. To make things even more confusing, there are a couple other animations that use the same scheme, in a way. The knocked down animations, for instance, are g1x1, g1y1, and g1z1. And in K2, there are multiple ready animations for lightsabers, the final number corresponding to the saber form, but I don't know if they ever finished the animations for them. If you're still confused, the 2DA for K2 has a description column that might help. The format is virtually the same as K1's, but of course K2 has more animations so you shouldn't go by it entirely.
-
0 pointsHey @Logan23, glad to hear you are back. I'm really happy that you want to finish the mod, but be sure to look after yourself, your health and putting in some selfcare first and foremost. That said, I'm willing to put in some work, as you said you needed some with quest and dialogue writing. (I can also support you with other things though I need to mrntion I have no previous modding experience. But I'm sure it's possible to learn e.G. the KLE if any help is needed on that front as well. But off course, first things first. I'm finishing my masters thesis approx. until the 1st of march, so before that there won't be a lot of time, but afterwards I'll have plenty. Ist there some platform you use as a modding team, like a discord or telegram channel? Cheers, Marc
-
0 points
-
0 pointsPlayed around to try and make the eyes a bit better as his eyes were really dead. However, I'm having an issue with the animations of the face. You can see it from this video: and this, Test #2 Just need to figure out the scar on the left cheek and whether and how to remap the eyes. Finally, I'll apply the discoloration layer afterwards.