Jump to content

jenkeee

Registered
  • Posts

    6
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by jenkeee

  1. jenkeee

    Yavin IV by jenkeee

    I want to ask the community something important. At the moment, the biggest question for me and darthMouse is this: Should we make our own story expansion for Yavin and for the mask? Is there anyone here who would actually like to play our fan-made story? We have ideas, but this would be a much bigger step for the project, so before moving further, I’d really like to hear what players think.
  2. jenkeee

    Yavin IV by jenkeee

    @Mephiles550 No, my release is actually based on that older Yavin mod. This project started as a side effect of my experiments with KOTOR resources. First I took Sleheyron 2.1 and translated it into my native language. I wanted to see how more modern modders approached KOTOR modding, and it was a very enjoyable experience. That mod felt cleaner, better structured, and easier to read and work with. After that experiment, I decided to go in the opposite direction and try absolute legacy content, so I picked the old Yavin mod — the one with Exar Kun and Trask at the end. All I can say is that I really liked it. I was impressed by how elegantly modders of that time worked around the engine’s limitations and solved difficult problems with the tools they had. Unfortunately, those elegant solutions also made the mod very conflict-heavy, so I had to spend a lot of time making it stable and playable again. At the end of all that work, I was met with a very disappointing Trask fight. By that point, after gaining experience with the game’s resources, I decided to finally add something I had wanted to see in KOTOR since childhood: Revan’s Mask. I implemented it as a helmet, without using a full-body player model replacement. So that is really what this release is: a restoration of the old Yavin mod’s playability, plus a new final battle, plus Revan’s Mask as the reward.
  3. jenkeee

    Yavin IV by jenkeee

    @Commander Awesome You brought up a very valid point. The site rules do not allow me to attach the original mod file that I used as the base for this release. What Yavin versions are you referring to? Could you send me the links? I’ll check which one matches the version my release is based on. If Cyrillic doesn’t scare you off and you don’t mind using your browser translator, you can download the original mod version I used here: https://www.playground.ru/star_wars_knights_of_the_old_republic/file/star_wars_knights_of_the_old_republic_yavin_iv_modfix_ru_complete-1832732 Yavin_4.zip 38.22 mb
  4. Thanks, I’ve added an in-game screenshot showing the mod in use. That should now meet the upload requirement. I also have footage of the final battle, but for now I’d rather let players experience that part for themselves. Please let me know if anything else needs to be adjusted.
  5. View File Yavin IV by jenkeee Hi everyone, Working on this mod has been a really exciting experience. I’ve said before — probably everywhere I’ve posted about it — that this project started simply as a result of my curiosity, and eventually I decided to share it with everyone. I’d like to thank all the people who left the first comments and showed interest in the mod. Your reactions were the exact push I needed to want to bring this project into a more complete state. Since then, the project has grown a lot, and the number of files involved has increased significantly. The mod is now in a working state and is still actively being developed, so I’ll be updating the description to reflect the project as it currently stands. Updated Overview of the Project Files 1. Original requirement You need the original Yavin 4 mod by MotOR Squad + Master Zionosis. 2. Yavin by jenkeee EN - installer.zip This is my fix package for the mod. It repairs several quests so the mod works properly on the modern Steam version of the game. I also changed the final fight with Trask and added Revan’s Mask as a loot drop. 3. Yavin Trask Head Universal Hotfix.zip During development, I encountered a bug where Trask could lose his head model. This installer is meant to overwrite Trask-related files in the Override folder and fix that issue. 4. kotor_stability01.zip This is a small legacy safe-mode launcher. Inside the package there is a text file where you need to specify the path to your kotor.exe. 5. Yavin Yav_93 Leviathan Terminal Hotfix.zip Thanks to the players who reported this bug. The terminal on level 93 uses two Leviathan terminal entries from the vanilla game. While restoring the terminal for the mod, my Override files unintentionally affected the Leviathan level as well. This hotfix corrects that problem. 6. veh1.1 - installer.zip This is the version of the mask with baked animations. The cloak is no longer static, and now moves slightly, as if it were fluttering in the wind. Savegame Reminder A quick reminder about how the KOTOR save system works: if an object with an error has already been written into your save, that error may remain stored in the save file itself. Because of that, when applying fixes, it is strongly recommended to load a save made before entering the location where the problem was found. Ideally, you should load a save from before your first visit to that location. That is the best way to ensure your installation remains valid. Why I Started Making These Posts I started making these posts because I wanted to talk to the Jedi still out there. The saga is going through difficult times, and the disturbances in the Force are stronger than ever. More than anything, I’m interested in what players think: is there really a need for a remake like the one Gothic 1 is getting? With KOTOR II, my opinion is absolutely clear — that game deserves a full remake. But KOTOR I is a different case. It is a complete and finished work, and in many ways it is still beautiful exactly as it is. KOTOR has always been a game for enthusiasts, and even today I still play it on the highest difficulty. For those who have read this far, from this point on I want to describe the technical side of the project. Technical Side of the Project BioWare removed the cloak and the mask from the release version of the game, leaving them only in cutscenes. Why? And more importantly — for what reason? Trying to answer that question is exactly why I began all these experiments with KOTOR resources, as a level-capped Jedi Consular digging into the game’s internals. I did not try to add more polygons to the cloak model. My goal was to preserve its original state as much as possible. I still had to redefine a few vertices, but I tried to stay as close to the original as I could. You can see the result of this work either by downloading the mod or by watching the short video below. The Main Question And that is really why I wrote this wall of text — to ask one question. Jedi friends, and Sith class enemies alike: should I continue this mod? DarthMouse and I have a lot of ideas. There is also a huge amount of work ahead, and this is not development in Unity or Unreal. I want to use my mod as an example and explain how I made the cloak move — and the reaction to this post will show whether this project deserves to live on. About the Technical Process First, we have to understand what is actually possible in the KOTOR environment. KOTOR is a true legacy dinosaur, and any developer understands that movement can, in theory, be handled either on the CPU or on the GPU. I do not want to turn this into a lecture — I’m only giving a broad overview of the technical process. In the end, the entire approach depends on that core decision: do we simulate cloak movement on the GPU, or on the CPU? After studying the engine — Aura, Odyssey, KOTOR — I decided to stay with the kind of technology that would have been available to the original developers at the time. That means rigging the mesh and creating animations for the beautiful and terrible state mixer that KOTOR uses. To the modders who will keep experimenting with KOTOR after me: please study my work before you try to make cloth movement with bones and animation. I still hope that one day I will see a proper GPU-based solution, maybe even with a full ReShade-style injection. Why BioWare Probably Cut the Cloak I’ll answer the original question briefly: for anyone who has actually tried animating this cloak, the reason BioWare cut it from the release becomes obvious. First, without increasing the polygon count, it is extremely difficult to make the cloth look truly presentable. Second, the state mixer makes debugging much harder. Third, development time. I spent more than 36 hours just on the walking animation alone. And where I spent 36 hours today, twenty years ago I would have spent at least 300. That, more than anything else, is why the cloak and Revan’s mask were never fully completed for gameplay in the original release. Final Note In many ways, this entire reconstruction was made for this look. Media boss fight: short with new mask: Original walkthrough: https://www.youtube.com/watch?v=IcvhjSGpTnE&t=1s Submitter jenkeee Submitted 03/22/2026 Category Mods K1R Compatible Yes  
  6. Version 1.0.0

    130 downloads

    Hi everyone, Working on this mod has been a really exciting experience. I’ve said before — probably everywhere I’ve posted about it — that this project started simply as a result of my curiosity, and eventually I decided to share it with everyone. Game modding tutorials I’d like to thank all the people who left the first comments and showed interest in the mod. Your reactions were the exact push I needed to want to bring this project into a more complete state. Since then, the project has grown a lot, and the number of files involved has increased significantly. The mod is now in a working state and is still actively being developed, so I’ll be updating the description to reflect the project as it currently stands. Updated Overview of the Project Files 1. Original requirement You need the original Yavin 4 mod by MotOR Squad + Master Zionosis. 2. Yavin by jenkeee EN - installer.zip This is my fix package for the mod. It repairs several quests so the mod works properly on the modern Steam version of the game. I also changed the final fight with Trask and added Revan’s Mask as a loot drop. 3. Yavin Trask Head Universal Hotfix.zip During development, I encountered a bug where Trask could lose his head model. This installer is meant to overwrite Trask-related files in the Override folder and fix that issue. 4. kotor_stability01.zip This is a small legacy safe-mode launcher. Inside the package there is a text file where you need to specify the path to your kotor.exe. 5. Yavin Yav_93 Leviathan Terminal Hotfix.zip Thanks to the players who reported this bug. The terminal on level 93 uses two Leviathan terminal entries from the vanilla game. While restoring the terminal for the mod, my Override files unintentionally affected the Leviathan level as well. This hotfix corrects that problem. 6. veh1.1 - installer.zip This is the version of the mask with baked animations. The cloak is no longer static, and now moves slightly, as if it were fluttering in the wind. Savegame Reminder A quick reminder about how the KOTOR save system works: if an object with an error has already been written into your save, that error may remain stored in the save file itself. Because of that, when applying fixes, it is strongly recommended to load a save made before entering the location where the problem was found. Ideally, you should load a save from before your first visit to that location. That is the best way to ensure your installation remains valid. Why I Started Making These Posts I started making these posts because I wanted to talk to the Jedi still out there. The saga is going through difficult times, and the disturbances in the Force are stronger than ever. More than anything, I’m interested in what players think: is there really a need for a remake like the one Gothic 1 is getting? With KOTOR II, my opinion is absolutely clear — that game deserves a full remake. But KOTOR I is a different case. It is a complete and finished work, and in many ways it is still beautiful exactly as it is. KOTOR has always been a game for enthusiasts, and even today I still play it on the highest difficulty. For those who have read this far, from this point on I want to describe the technical side of the project. Technical Side of the Project BioWare removed the cloak and the mask from the release version of the game, leaving them only in cutscenes. Why? And more importantly — for what reason? Trying to answer that question is exactly why I began all these experiments with KOTOR resources, as a level-capped Jedi Consular digging into the game’s internals. I did not try to add more polygons to the cloak model. My goal was to preserve its original state as much as possible. I still had to redefine a few vertices, but I tried to stay as close to the original as I could. You can see the result of this work either by downloading the mod or by watching the short video below. The Main Question And that is really why I wrote this wall of text — to ask one question. Jedi friends, and Sith class enemies alike: should I continue this mod? DarthMouse and I have a lot of ideas. There is also a huge amount of work ahead, and this is not development in Unity or Unreal. I want to use my mod as an example and explain how I made the cloak move — and the reaction to this post will show whether this project deserves to live on. About the Technical Process First, we have to understand what is actually possible in the KOTOR environment. KOTOR is a true legacy dinosaur, and any developer understands that movement can, in theory, be handled either on the CPU or on the GPU. I do not want to turn this into a lecture — I’m only giving a broad overview of the technical process. In the end, the entire approach depends on that core decision: do we simulate cloak movement on the GPU, or on the CPU? After studying the engine — Aurora, Odyssey, KOTOR — I decided to stay with the kind of technology that would have been available to the original developers at the time. That means rigging the mesh and creating animations for the beautiful and terrible state mixer that KOTOR uses. To the modders who will keep experimenting with KOTOR after me: please study my work before you try to make cloth movement with bones and animation. I still hope that one day I will see a proper GPU-based solution, maybe even with a full ReShade-style injection. Why BioWare Probably Cut the Cloak I’ll answer the original question briefly: for anyone who has actually tried animating this cloak, the reason BioWare cut it from the release becomes obvious. First, without increasing the polygon count, it is extremely difficult to make the cloth look truly presentable. Second, the state mixer makes debugging much harder. Third, development time. I spent more than 36 hours just on the walking animation alone. And where I spent 36 hours today, twenty years ago I would have spent at least 300. That, more than anything else, is why the cloak and Revan’s mask were never fully completed for gameplay in the original release. Final Note In many ways, this entire reconstruction was made for this look. Media boss fight: short with new mask: Original walkthrough: https://www.youtube.com/watch?v=IcvhjSGpTnE&t=1s
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.