Leaderboard
Popular Content
Showing content with the highest reputation on 10/11/2025 in all areas
-
2 points
-
1 point
Version 2.0.3
865 downloads
Introducing: Sleheyron Story Mod. A brand new planet expansion to add to your next KOTOR play-through: Sleheyron! Built upon the Sleheyron demo mod by the legendary SithSpecter (with his permission), this new mod adds a huge new story that brings this lost-absent planet back to KOTOR. This mod contains the following new content: I was inspired by SithSpecter’s work, and I’m hoping in the future my mod will be compatible with his. It would be a worthy venture for me to undertake to make our Sleheyron stories co-exist. After all, I owe him a HUGE debt of thanks for permitting other modders to build off his Sleheyron demo! This new mod is my first ever project, and I’m quite excited to share it with you. Sleheyron will feature: 1: A roughly 5 hours long story, voice-acted (no AI voices either). 2: A fully-voice acted new party member, complete with a post-Sleheyron story and romance (The new companion can even do the Leviathan rescue!). 3: 25 new modules of various shapes and sizes (including the four published by SithSpecter, which are amazing and I owe him a huge thanks!) 4: New weapons and armor. 5: Lots of connections to Tales of the Jedi, as I am a big fan of those comics. The most recent, and presumably final, version of this mod that I have uploaded is called "Sleheyron+." This version of the mod comes with a few useful qualities: It uses Holopatcher for easy installation, it is compatible with other mods, and it has a few improved textures and voice acting. If you are interested in using other mods, please follow these instructions: 1: If you are using the KOTOR 1 Community Patch, or the KOTOR 1 Restored Content Mod, or the KOTOR 1 Community Patch with Restored Content, download that mod FIRST BEFORE SLEHEYRON! 2: If you are going to try BOSSR (reminder: this has not yet been tested by me), download it AFTER Sleheyron. The story for Sleheyron: Story Mode starts shortly after the player gets their main mission from the Jedi Council on Dantooine. There is a save file in this mod that will allow players to skip right to that moment with a pre-built character. Then you just need to fly to Sleheyron... But I also encourage players to make their own characters, too! Sleheyron can be visited at any time between Dantooine and the Unknown World. I, of course, recommend going early to enjoy the new companion as long as you would like. Some acknowledgements! Modders: Of all the people I need to thank, there are two above all others: First and foremost, the absolute biggest thanks to SithSpecter: Not just for creating the Sleheyron Demo that this mod is built off of, but for granting permission to use that Demo. When the day comes your Sleheyron Restoration Mod is complete, I know that it will be the very best Sleheyron mod out there! And right after SithSpecter is my good friend, The_Chaser_One. Chaser has been an extremely great friend (and a talented new KOTOR modder himself) and is responsible for making this mod compatible. He's talked through many ideas, he was the best beta tester anyone could ask for, and he really did work hard to make this project a better one to share with all of you. Thank you for your help, Chaser- really! Thor110, for helping me out with the basics of module design, as well as introduced me to some cut modules to use. DarthParametric, for teaching me to retexture NPCs as well as two "larger creature" mods that became resources for Sleheyron (is there a single KOTOR mod out there that he hasn't been credited on?). SithHolocron, who early on helped teach me how to retexture modules. ZobiZob, for amazing YouTube tutorials for how to use Holocron Toolset and solving my problem with playing movies. GlaspyLawson, who learned modding at the same time as me, and shared his knowledge; and for contributing a side quest to Sleheyron! JC for just answering so many of my questions through the entire modding process. Really, the whole Mod Development KOTOR Discord Group! Thank you for either offering advice or tolerating my simplistic questions! Testers: Mikael, the absolute most enthusiastic alpha tester anyone could ask for. StellarExile, who helped me out with learning how to use the patcher. MistahJayGarrick for his high praise of the story content (and occasional blunt, but necessary, advice). Tool Developers: Cortisol and W1z4rd designed and kept updated the incredible Holocron Toolset, that was instrumental in this mod's design. I owe them a massive thanks for their work, and the hours they spent helping me out with bug-fixing! And also Wizard for a pretty fun voice, too. Voice cast: LadyWarden, the talented actress that gave us the incredible voice of Vima; giving this long-standing fan-favorite character a perfectly excellent rendition (she was also an excellent audio assistant and helped design the load screens). Mikael, for various voiceovers around Sleheyron that made the planet feel alive (including the dulcet tones of an exhausted Hutt). C4 for the excellent performance as Commander Forcay, praised by a tester as "Sounds exactly like a NPC from KOTOR!" PuckShadows for his Sith Lt. Savage. Juice Phanta for a pitch-perfect protocol droid. Black Rose for literally hundreds of Iridorian mercenary lines, giving me an impressively huge range of pitches to work with. Schofield-HD for an officer of vice and virtue (and more roles to come in Sleheyron 1.1!) Gwoopp and MerakiSky for two fun little roles in the Sleheyron cantina. Companies: Of course, BioWare and Lucasfilm, for making this game that we all enjoy so much. NexusMods and Deadly Stream for being the places to discuss and host mods. Discord for enabling communication that made this mod a collaborative effort. Final Dedications: My wife, who tolerated me spending nearly six months isolated to make this. To a relative who isn't around anymore to enjoy Sleheyron. I think this mod would make you proud! (even if you did spoil this game for me) My apologies if I missed anyone else; but I appreciate all of your hard work! I hope you all enjoy Sleheyron: Story Mode! -
1 point
-
1 point
-
1 pointWorking on this one. Definitely adds some intensity to the level!
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point@SAO1138 I've been chasing a bug report for the RC-K1CP mod and I've discovered that the cause of their problem is due to the current HoloPatcher installer setup for your own mod. Here is the following text I fished out of the changes.ini file that is the culprit here. Everything that is a module for Sleheyron is fine, it's the fact that you have vanilla module .MOD files alongside the Replace= function. Assuming those are the vanilla module files compiled into the .MOD files, this exact setup is literally nuking the K1CP and RC-K1CP mods that are installed before Sleheyron as your modules are hard overwriting our modded .MOD files with unmodded .MOD files and are undoing all of the work these two mods have done for these modules. The user I was helping claimed that all of my restored content in danm13 didn't show up, no arguing master and apprentice, no Shuma etc. It's late at night so I can't explain it in full detail now, though another modder might be able to help you if I'm unavailable, but you'll want to use the File= function instead of Replace= function. Replace= will hard overwrite the .MOD file if it is already in the Modules folder whereas File= (File0=, File1=, File2= etc) will skip the .MOD file if a .MOD file of the same name is already present. The correct way to have your setup is to use the File= function to check whether or not the .MOD is present. If it is present it will skip and if it isn't present it copies the vanilla, unmodified .MOD file into the Modules folder. After that, it injects files in like the .DLG files and/or patches files inside that .MOD file such as the .GIT file and such. What I instead do is, because I'm lazy, force players to download the K1CP mod before all of my other mods. This way I can skip the whole File= function for the .MOD files as the .MOD files will already be present in the Modules folder via K1CP and I can instead inject and/or patch my files into the K1CP's .MOD files. As that mod is immensely popular and is a bug fix mod pack there isn't much reasons for players not to use it. You don't have to follow my method, but this is a possibility if you want an easy way out. And can you also remove the old versions from the main download page? If you delete it from there, players can still download old versions by going to the "What's New in" section on the bottom, clicking on the "See Changelog" button, and for example if I press version 1.0.0 then a download button appears on the bottom.
-
1 pointA small Update Here, guys. I finished upscaling the textures and I had some spare time to check what @Sith Holocron kindly shared with me. Now I'm thinking that it would be nice to have sith apprentices to wear the medallion (the one that they have to have to enter the academy). A bit played with the medallion texture made by @Sith Holocron That's what I have for now (had to make it super small though): PS The insignia image is upside down on the picture because the robe texture is upside down xD So in the game it looks alright
-
1 point
Version 0.9
16 downloads
Now you can play the game as a Weequay. Before placing the two folders from the archive into the root of /swkotor - please backup your streamsounds folder by e.g packaging it into a rar or zip (whatever you prefer) because the mod will overwrite your original player sounds. The new face and head mesh is a replacement for PMHA03 (in the unedited game it is the asian looking bald guy). If you want to go back to having the default textures then place the files from /override from this mod archive into your /override again, then directly press Delete to delete all files from the mod. The mod uses a new soundset for the player sounds since the default ones does not fit the race/look at all. A sound and graphics video can be found here: KoTOR Weequay Race - voice and graphics showcase The mod comes with new underwear/body texture for the new head and all portraits and Dark Side transition changes. -
1 pointFalse. The title of the game is literally Knights of the Old Republic.
-
1 pointI Do believe there were Jedi Knigths in Kotor and TSL though they wern't mentioned for example in TSL during the Battle of Onderon Vaklu Soldiers keep saying things like " We need reinforcements a Jedi Knight has assaulted our flank" and stuff like that. Also I do believe Juhani was a Jedi Knight as well though I could be mistaken
-
1 pointProbably the same reason why Jolee was still a padawan at the end of Exar Kuns uprising, The Jedi Council were busy dealing with more serious issues like the mandolorian wars, the jedi rebelling and the eventual return of the sith...
-
0 points