Leaderboard


Popular Content

Showing content with the highest reputation on 09/02/2020 in Posts

  1. 2 points
    So no bald bloke hitting them with a glowstick?
  2. 2 points
    Yeah, I've seen this one. I've observed it happen in relatively the same area before, such as near Geg's shop in Iziz, so I assume it's caused by some imperfection in the walkmesh. I don't think I've seen this one, but I imagine the personal space-respecting code that was added to the AI for K2 would fix this. Probably could be duplicated for K1. I know I came across this code before because I copied some of it for the follower scripts in my toolbox, so this bit of code from that might come from there: float fDist = GetDistanceBetween(oPC, OBJECT_SELF); if( fDist <= 1.5 ) ActionMoveAwayFromObject(oPC, 1, 1.5); This could potentially be made into a global solution if all the modules were patched to run the same OnHeartbeat and OnEnter and other event scripts. I worked on a bit of this before but didn't release it because I figured mod compatibility would be too much of a problem. But since we've patched dozens of modules for the Community Patch anyway, we could probably slip it in there and force people to deal with it.
  3. 1 point
    I'm currently working on the turret minigame in KotOR I. My goals in order of priority are: Make the game more challenging Scale the challenge of the minigame with your difficulty setting Improve graphics, effects, and audio Diverse enemy types Remove "random" encounters and make it so the battles occur: Once when leaving Taris Once when arriving per planet Once when leaving per planet Once when escaping the Leviathan Once when approaching the Star Forge Optional challenges Unique stages - not always be six interceptors flying the same loops around you, but different numbers and types of ship, different skybox and eyecandy, different movement for the Ebon Hawk, different objectives (escape, survive, destroy x many fighters in a certain amount of time) Persistent health - don't take too much damage, or it will be there next time you fight! You must go to a specific location to receive ship repairs, or leverage your own (or companions) repair skill to "heal" the ship Experience gains for destroying fighters A questline with T3-M4 that allows you to upgrade the ship's health A vendor to install more powerful and unique-looking turrets on your ship While all of these goals are achievable based on what I've observed by going over the data, I know that it's easy to over-promise and under-deliver. Therefore these are mentioned as "possibles". Those in bold above are almost complete. I mention the other goals because I'd like to describe how these could be achieved if my other commitments make it impossible for me. So, I will go over the more ambitious goals in case future modders are interested in how to implement the changes. Remove "random" encounters and make it so unique battles occur This one is pretty easy. At the moment all minigame encounters use exactly the same module: M12ab. Even the battle that occurs over Taris, with it's unique skybox and background Leviathan is still just M12ab. What is actually happening is some scripting that occurs when the encounter is being loaded. When going in to the minigame, KotOR is evaluating your global variables to determine what skybox and audio cues to use (or in the case of the HK-47 practice, whether to apply the holographic visual effect) - in the case of the Taris escape, an animation is actually playing on a loop around you that gives the appearance of the starfield, Taris in the distance, and the Leviathan hovering nearby. This animation can be found in m12ab_01a.mdl/mdx. I've cut out a section of the animation to show you the awesome model that comes in the mdl: In order to create unique encounters, my thoughts are to either create new modules from copies of M12ab, or to use expanded scripting to make the existing module more flexible. I haven't yet tried duplicating the module and seeing how it would effect things, but that's next on my list. If you wanted to go very basic though, you could just use MDLedit to modify m12ab_01a.mdl, and change the LSP_planettari01 texture mentioned in it to some other planet texture. I'm completely new to modelling and haven't animated a thing, so just how far I am able to go with this and how much I can learn is anyone's guess. However if there are any talented animators out there who wanted to create a unique animation for a space battle encounter that takes place prior to boarding the Star Forge, you can find an *awesome* Hammerhead model from KotOR II in 104PERg.mdl: Unique Stages This would come down to scripting. It's possible to decompile all scripts apart from the heatbeat script (thanks to Thor110 for decompiling all the others). Inside the scripts, you can play around a lot with when the encounter ends and under what conditions. Even in the M12ab.are file, it is possible to do a lot with the nature of the encounter. To give you some examples of what is definitely possible: Spawn fewer enemy fighters - this is a simple matter of deleting the enemy structures in the .are: Make the Ebon Hawk fly around - this can be done by changing the track listed under the player structure. You could "hijack" the track of an enemy structure, or create your own custom one in Blender. I've had an absolute blast give the Hawk the m12ab_mgt06 track, making it progress at 1/4 speed, and playing the turret game in a moving ship, with interceptors flying all around me Make the enemies faster This can be done by editing the enemy tracks in blender - just shrink down the animation to play over a fewer number of frames. At the moment, the interceptors in my modded game are flying around 33% faster, and boy oh boy does it make the game better GIve enemies more hp, more powerful weapons, more rapid-firing weapons, or unique models Again, just a matter of making changes to the .are. At the moment, I have 4 normal fighters and 2 "elite" fighters that are colored the same red as the Sith heavy troopers. The elite fighters absolutely rip you apart - they deal +33% damage, fire twice as fast, and have double the hp, so I'm having to actually think in the game and prioritise targets. Make the enemies chase you while the Ebon Hawk performs evasive manoeuvres This is just a matter of editing those tracks. I'm no animator/modeller but this would appear to be the most achievable change to make to the game even as an amateur (though it does require that unique copies of M12ab can be created and function, something I have not tested). What you could do for example is create a simple track that would float up and down and side to side, then copy that and move the track back and to the side by a certain distance, maybe give it an additional keyframe at the start so that it gives the illusion of following your ship movement rather than mirroring it. Naturally if the interceptors were behind you the whole time they would rip you to pieces - at this point I am playing around with the possibility of scripting to adjust the frequency of their shots. Inaccuracy is a good variable to adjust - it is a percentage chance to miss you, so this would make prolonged fire from interceptors survivable. Rate of fire is another that would work in this type of situation, it is something like number of shots per second - however in a tail pursuit this may make the fighters shooting you seem a bit odd if they are either constantly rapid-firing or firing on a precision perfect shoot-wait x seconds-shoot-wait x seconds pattern. There's a lot more I want to say about modding this minigame but I've just looked at the clock so it will have to wait. Suffice to say that there is a LOT of unused potential in KotOR from this game, that was very likely left on the wayside by BioWare due to time constraints.
  4. 1 point
    Hi folks! I've had a total modernization rework of KOTOR head models floating on my mind for years and thanks to the fantastic tools released on this site, I've been able to get a fully functioning prototype going with a few test cases. I'm starting this thread to document my progress with it and share with the community. First up, huge thanks to developers of KOTOR Tool, Kotormax and MDLops for making this possible. My goal is to build a universal head base that can be extrapolated to replace all the player and party head models with a much more modern standard - one that looks good, and is also very easy to adapt and modify. Hair will be handled as a separate mesh instead of something modeled as a fixed part of the head model, as is the solution in vanilla meshes, removing the need to do skinning cleanup for new heads. Texture layouts for heads are standardized as a result. Where I'm at right now: -New head geometry completed. -New teeth, tongue and eyes. -Eyelids are no longer separate geometry, instead the eyelid models have been converted to dummies and the eyelids on the head mesh are skinned to them, allowing for far more natural looking blinking. -Much more believable eyelashes have been integrated as a result. -Head is fully skinned for facial animation, though this is still a work in progress and needs a lot of testing and iteration. -Early tests for texturing and stylization are underway. First pass with vanilla eyelashes before I took the plunge to try the dummy skinning route, which ended up being a huge gamechanger. Skinned eyelids and eyelashes. Much more detailed teeth! Testing out eyelid skinning. To see how much I can get out of the new geometry I chose to start with a pretty major quick redesign of Juhani based on Cathar from SWTOR. If I have the stamina to see this project to full completion I'll probably also make a 'classic' version. This is probably going to be a pretty long project, but I'll try to keep updating once in a while. I plan to release a full resource pack of this even in the absence of a fully completed replacer mod. Thanks for stopping by! I'll be happy to answer any questions in the meantime.
  5. 1 point
    I've seen comments that "Restored equipment-TSL" is causing the HK-50 units to become non-hostile. That is, if by "Restored equipment-TSL" you meant "Restored equipment for HK-47 / GO-TO - TSL 1.1.0" by todevuch. And please, if you don't have links, at least post the full names and authors of the mods you installed (the name and author are in the readme file, which is usually found inside the mod archive). How are people supposed to know what 650jedi, Merchant or The Sith Mask-999-1-0 is?
  6. 1 point
    This can be useful, but for now and the foreseeable future I'd advise you to go with Notepad++ instead; as quoted from DP in above -- -- [although I didn't notice the former plug-ins this time around. Dang, that looks handy -- will try one now!]
  7. 1 point
    Can confirm that I've seen all three. Not sure if it's a script problem or an engine problem.
  8. 1 point
    It's more that the original heads are proportionally really big, actually. Bastila here is pretty much exactly 7 heads tall, while the vanilla heads have the characters at between 6 and 6.5 heads tall due to the size of the head, which reads visually as a shorter than average person. Superhero proportions would land at 8 heads tall.
  9. 1 point
    Thanks guys. Some very early tests on Bastila and trying to wrestle against the often unflattering eyelid animations, vanilla hair for a placeholder. edit: 2nd pass on her head model, adjusted a lot of things and corrected eyelids.
  10. 0 points
    Unless someone wants to do something unethical and rip the model from his ArtStation turnaround