Leaderboard
Popular Content
Showing content with the highest reputation on 05/08/2025 in Posts
-
2 pointsHello there Salk! 1) So the 2 doors on each opposite side hide the blackness or some akward background from the level. I felt it was more natural like this. The middle door is not that necessary, but once again i felt it was more natural and it also hides a bit of the akward geometry. Maybe the doors should be optional. 2) Nice catch about the MusicNight row. I am working on a module that use the swoop platform geometry, so I surely edited this without noticing! I am going to upload a file with the fixed music, because it absolutely changes the mood for this part of the game. Ty for bringing attention to this. 3) Indeed. For swoop bikers, i noticed they use the same uv/low texture from the Niktos in game, i simply used upscaled textures for Niktos as a replacement. Their model is still very low poly, but there are some welcome extra details from the textures (especially the faces). The upscaled textures are exclusive to the nikto bikers and won't affect the other Nikto creatures. Nice feedback here, so i'm fixing the music and providing an optional patch for the doors!
-
2 points
-
1 pointView File [K1] Swoop platform model repairs Swoop platform models repairs =============== By ZobiZob ------------------ Description There are notoriously some problems with most of the levels geometry, models and textures. They are not ultra noticeable, but once you see it, you can't unsee it. As i am working on a custom module using the swoop platform geometry, i decided to fix some of these problems, and also add numerous details like venting effects, animated light and distant swoop riders with upscaled textures for their bikes + different colors for riders. The full pack also displays your swoop in the module. Fixed music changes from 1.5 with version 1.6. Installation 3 options, either the full pack with the swoop you use during the race displayed, no swoop bike displayed and also an option without the doors. 1) Use the holopatcher.exe included and you're ready to go. If you're not satisfied with an option or the other, you can always come back and reinstall the desired option. Known Bugs and Incompatibilities Everything should be fine. If you replace the m03af.git file after installing the doors that i added in the distance will disappear. The upscaled textures only affect the swoop bikers and won't change the textures for Niktos/swoopgang creatures. Permissions You are free to incorporate this into any of your work without asking, just credit me and shiningredHD for the upscaled textures (swoop riders, swoop bikes). Acknowledgements All materials and copyrights belong to LucasArts, and Bioware. Upscaled textures from ShiningRedHD. I own none of the materials, and I'm not making any money out of this mod. This mod is not to be distributed for profit, either. Submitter CapitaineSpoque Submitted 04/26/2025 Category Mods K1R Compatible Yes
-
1 pointSo the bikers are not creatures, but models within the level geometry. They do not use at all a row in appearance.2da. That's why they use a different model from niktos and different texture names I edited this using Blender. No problem! It's a part of the huge Kotor Expansion Pack i'm working on right now, i'm trying to release some of this stuff as standalone. Ty for your feedback aswell, especially regarding the music!
-
1 pointThe nostalgia bug recently bit me and I thought it might be fun to play some KOTOR2, with mods of course! After a bit of tinkering I think I have a working mod set up running on Linux. I thought that my experience might be useful to someone else attempting to install mods on Linux or a maybe a Steam Deck. A fair warning though, I have not had time to play test yet beyond running around on Peragus so there could be issues that I haven't discovered or steps that I forgot that I did. I'll try to update if I run in to any issue but I'm not promising anything, I have a nasty habit of spending days modding a game only to never actually play it when I'm done! First install the native Linux version of KOTOR2:TSL from steam Next download the latest KOTORModSync (currently 1.0.2) https://github.com/th3w1zard1/KOTORModSync - linux-x64.zip - KOTOR.Modbuilds.Rev10.zip (Contains KOTOR2_Full.toml modlist we will be using) The install directly can be found at ~/.local/share/Steam/steamapps/common/Knights of the Old Republic II/ All regular game assets are in the subdirectory 'steamassets', this is where mods will be installed, not in the main game install directory Run the game once to make sure it runs properly, I'm using Arch Linux with Hyprland(Wayland compositor) so I needed to add 'SDL_VIDEODRIVER=x11 %command%' to my launch commands to get it to run properly. The kotor2.ini found in the steamassets directory is not used, delete it. The correct kotor2.ini is found at ~/.local/share/aspyr-media/kotor2/swkotor2.ini Create a symlink to it in the steamassets directory ln -s ~/.local/share/aspyr-media/kotor2/swkotor2.ini swkotor2.ini Backup you KOTOR2 directory in case you make a mistake: tar zcvf kotor2.tar.gz Knights\ of\ the\ Old\ Republic\ II You can restore with rm Knights\ of\ the\ Old\ Republic\ II tar zxvf kotor2.tar.gz Open KOTORModSync and load the installation file (KOTOR2_Full.toml) Create a directory to store mods in (I use ~/Games/KOTOR2Mods/) Go through the mod list and download each mod to you mod directory from the link. Make sure to download The Sith Lords Restored Content Mod as a zip from the google drive link and not the regular exe installer. There are also a few cases where if you download a mod form ModNexus instead of DeadlyStream the name of the zip file will not be correct and needs to be renamed. As of writing this there are 2 issues with this mod list, this first one is with 'Reflective Lightsaber Blades' (New_Lightsaber_Blade_Model_TSL). currently the included version of Holopatcher has issues reading info.rtf files with non UTF-8 encoding and a error window will pop up. This does not actually appear to affect the installation of the mod and can be ignored. This issue will be fixed in the next relese. The second issue is with 'Improved AI' and requires some work. For some reason the zip file you download contains the mod compressed into a self extracting 7z file. KOTORModSync does currently not appear to be able to extract self extracting 7z files on Linux. My Solution was to extract the mod manually, repack it as a 7z file and alter the install instructions (7z on linux can handle 7z SFX exe files just fine). unzip imporvedai.zip cd Improved\ AI/ 7z x Modified\ AI.exe 7z a ModifiedAI.7z Modified\ AI Move the new 7z file to you mod dir and change the mod install instructions to: 1. Extract <<modDirectory>>\ModifiedAI.7z 2. TSLPatcher <<modDirectory>>\ModifiedAI\Modified AI\Install AI Tweak.exe 1 Set your mod directories. Mod Location is the mod dir you created (~/Games/KOTOR2Mods/ for me) and Kotor Directory should be '~/.local/share/Steam/steamapps/common/Knights of the Old Republic II/steamassets/' - Run pre install validation, if there are any issues detected you will need to fix them. You can find a log file in the KOTORModSync directory that can help you troubleshoot issues. - Choose 'Mock case-insensitive filesystem' - Run 'Fix duplicate files/folders' - Click 'Start the install' and cross your fingers, hopefully you set up everything correctly and installing mods should complete successfully. This takes quite a while. - All files in steamassets need to be lowercase, in some cases files installed by the mod will have uppercase lettering. There is probably a better solution but I created the following script and ran it in each directory that contained files that needed to be renamed. Be VERY careful not to run it from any other directory: # !/bin/bash for file in *; do #Suppresses all errors as not to spam errors when file does not need to be renamed mv -v "$file" "$(echo $file | tr '[:upper:]' '[:lower:]')" 2>/dev/null done I was going to try and use Reshade shaders with vkBasalt but unfortunately that was to much for my poor laptop's integrated graphics but it did seem like vkBasalts SMAA anti-aliasing worked better the KOTOR2's build in AA so I stuck with it. To get vkBasalt to work with KOTOR2 on my set up I need to run it through gamescope. Install gamescope, I'm using gamescope-git from AUR but regular gamescope from extra my work for you. If you're trying to follow this guide on a steamdeck you should already be using gmescope. See https://wiki.archlinux.org/title/Gamescope Once you've installed gamescope add 'gamescope -h 1080 -H 1080 -f -- %command%' to your steam launch options and make sure you can launch the game Install vkBasalt fro AUR yay -S vkbasalt copy the default vkbasalt config file to your KOTOR2 dir cp /usr/share/vkBasalt/vkBasalt.conf.example .local/share/Steam/steamapps/common/Knights\ of\ the\ Old\ Republic\ II/vkBasalt.conf Enable SMAA and whatever else you want (I you are going to give reshade shaders a try then the best source of shaders seems to be here: https://github.com/gripped/vkBasalt-working-reshade-shaders) effects = cas:smaa Enable vkBasalt by adding 'ENABLE_VKBASALT=1 VKBASALT_LOG_FILE="vkBasalt.log"' to your steam launch options. My finally launch options look like this: SDL_VIDEODRIVER=x11 ENABLE_VKBASALT=1 VKBASALT_LOG_FILE="vkBasalt.log" gamescope -h 1080 -H 1080 -f -- %command% And that's it! I hope this will be of some use to somebody
-
1 pointHello, @CapitaineSpoque! I have a couple of questions about some changes made by this modification to the .git area file and one about some included upscaled textures. 1) What's the point of the 3 additional doors? 2) I noticed that there is also a change in the MusicNight field from the original 30 to 10. Is it because the MusicDay field originally is 10 too? 3) lts_swpg.tga is a texture that should be used on RedRos just like lts_swpg1.tga should be used for the other Nikto guarding Bastila? I'm asking because from what little I understand, it would seem that those NPCs use appearance 45 and 262 respectively. When I check this in the appearance.2da file it seems the texture used is N_Swoopgang01 and N_Swoopgang02? If I'm not wrong (and I could very well be), doesn't this mean that the upscaled textures are unused in the game? Thanks!
-
1 pointHey there, Salk. Good questions. Both have been asked before so I probably should have included them in my original post. 1: Yes, I’ve tried to contact SithSpecter. I just haven’t had any luck with it. He has a pending friend request from me on Discord. Plan A was to offer to collaborate, or at least talk out what I had in mind. I’d love to meet the guy, but I also found a 2019 post from him where he said his modding work is going fully private. 2: Compatibility: So I have a few different options for compatibility between my work and SithSpecter’s. Right now the most realistic option, I think, is setting his mod and mine in different areas of Sleheyron. I’ve found that SithSpecter named the city on Sleheyron “Sleheyron City,” so I named my area “Malron District.” I’m looking into the possibility of making the galaxy map planet selection GUI extra large with the ability to click two different sides of the world, for two different spaceport destinations. Click the left half of the planet to get info on Sleheyron City, right half for Malron. If that doesn’t work, I was going to put a shuttle in the modules that let players travel from Sleheyron City to Malron and vice versa. If you’ve ever played SWTOR, I was inspired by the system where players can travel to Corellia or the Black Hole area of the planet.
-
1 pointHello, SAO1138. I commend you for the ambitious idea, but I do have a couple of questions that perhaps are crossing the minds of other people reading your announcement: 1) Have you tried to contact Sith Specter about lending help in completing his own Sleheyron project rather than embark on a "solo mission"? Now, I must admit I have my share of doubts about whether Sith Specter will ever finish his Sleheyron modification considering the ludicrous amount of time that has passed since its inception, but perhaps dedicated help would have been a way to kick things in motion again? 2) You wrote that you are hoping to make it compatible with Sith Specter's own Sleheyron modification, but we have to be realistic. It won't. Sith Specter must have been working on his own areas, characters, quests, and so on. How could two massive projects focusing both on restoring a new planet ever be compatible? This question connects directly to the first one where I was suggesting that combining forces would be the way to go. Said that, I wish you the best luck!
-
1 pointWhy would you make another separate patch mod? You could have submitted them to K2CP. Hell, you could have just asked to take over management of K2CP.
-
1 pointI have questions. Here are a few . . . to start. What's your modding experience? As you’ve never posted here before, no one here is likely to know of any work you may (or may not) have done before. What's the size of your beta team? Who is working with you on this? Is it mostly a solo affair? Do you have any screenshots other than the galaxy map which could have come straight from Sithspecter's mod? With some minimal research, I see you’ve posted two videos on YouTube. Will all of your characters be aliens? If so, is that why you say there won’t be any AI voices? In those two videos, I don’t think I saw any lip sync for the dialogues? Are you planning to fix that, preferably before the next teaser video release? (But especially before a mod release.) Why are you starting with a planet mod as your first KotOR mod? So, it sounds like there are about 26 new modules in your mod that Sithspecter hasn’t created. Are they actually new or are they reskinned previous modules? Speaking of skins, have you made any new ones? Or is it a combination of recycling of materials found in the base game combined with what Sithspecter may have provided in his previous effort? This last one may be out of left field but I just have to ask: Are there any areas in the mod which render characters as orange colored?
-
1 pointView File Proper Korriban quests ending Main idea Have you ever, while playing KOTOR, been disappointed by the way the prestige quests’ storyline on Korriban was organized, because you couldn’t tell Uthar Wynn about every quest you’d done before going to Naga Sadow’s tomb just because you “had enough prestige to become a Sith in full” ? And then, they would stay in your quests journal forever. Or maybe, you were annoyed when you discovered that to finish Ajunta Pall’s quest, you had to give away his sword and you couldn’t get it back ? Especially with amazing mods that make it look so beautiful and actually enjoyable in-game ? Personally, I’m thinking about Ebmar’s Legends blade. If, like me, this made you upset, and/or if you want it to be fixed for your playthrough, this mod is for you. You might, if you’re really into modding, have installed some files from K1R that remove the quests from your journal once you get to Naga Sadow’s tomb, but I promise you, this is a way better alternative, as it could be considered added, but also restored, content. This is my first relatively big/important mod. It contains 3 main components. You will now have in your game : 1) The possibility to tell Uthar about every prestige quests you’ve completed, even after reaching max prestige. You will, to get this dialog option to actually make the difference, have to complete one or several prestige quests after having reached max prestige and Uthar giving you his speech about Sadow’s tomb. You do not need to do the full quest after that dialog, but only to report to master Uthar BEFORE going to Naga Sadow’s tomb for your final test. To be very honest, this is mostly for dark side players, but I’m sure there are lots out there. Furthermore, I’ve played as a neutral/slightly light side character and I still had that problem (1 or 2 quests I couldn’t finish). 2) My best work on this mod in my opinion (or at least the most time-consuming one), the possibility to get Ajunta Pall’s sword back in every situation, after having completed your final test. I added new dialog options, adapted to the character of Uthar, with voice and synchronized lips movements, all for realism and better insertion into the game. If you really want to know where the sword will be, please look at the spoilers section in the ReadMe file. However, I do not recommend it. It’s always better to find out in the game. For the best game experience, I advise to do Korriban after the Leviathan part and to gain Uthar’s full trust in order to get his dialog at the very end of the planet’s storyline (after having killed Yuthura). HOWEVER, no worries, it will work if you side with Yuthura aswell, or even with none of them. It will also work if you haven't gone to the Leviathan yet. The way to get back the blade will just be different. 3) New rewards for every prestige quest you report to Uthar. They will be credits (the quantities of which increase as you complete quests), but also and mainly custom new items, as shown in one of the screenshots (I didn’t put everything to not spoil them), that I made the most lore accurate possible (not only to the game itself but also to the period’s lore). There shouldn’t be any spelling, grammar or syntax error/mistake as I put love, time, focus and perfectionism on this, but if you do find one, please tell me so I can fix it. Don’t be too harsh, I’m French, and English is by no means my first language. Same goes with the new items. They should be good, but if you think they are over/under powered, feel free to tell me about it. Optional I’m sure you will be pleased to know this mod is very customizable. It has 3 main very useful options, which you will find in my “Optional” folder : 1) “Darker unique Ajunta Pall's blade” : this will give Ajunta’s blade the red variant of IRobert’s double vibroblade’s mod instead of the white one you find in Ebmar’s mod. To me, white is beautiful, but doesn't really fit a sword imbued with the dark side (if you don’t agree with me, just ignore this option). It will also give some other swords a new variant (more lore accurate imo) so Ajunta’s one gets to be the only double red sword in the game, in order to make it more unique. For this option to work, Ebmar’s mod is mandatory. 2) “Holocron + Lashowe killed = 1 prestige only” : This is for people who don’t want to miss any of my items (or the necessary prestige level to begin the final test’s plot to be reached so easily). It’s very simple. In the vanilla game, you get 2 prestige points for bringing the Holocron to Uthar while telling him you killed Lashowe. This will reduce the bonus to 1 prestige point. This is perfect for people who aren’t afraid of being stuck because of prestige level too low but who still want a plot-friendly experience, as you don’t notice the reduction in-game (the dialog still makes you think you gained more prestige). Note that my rewards only go to 9 prestige points, which is the maximum you can get if you have this option. If you don’t take it, know that you can reach 10 prestige points, in which case you will not only lose one of the rewards, but also not get anything for reaching 10 points. 3) No Ebmar's Legends Blade : If, for some reason, you don’t want to use Ebmar’s Legends Ajunta Pall’s Blade, please put this folder’s files into your Override folder after having installed the main mod to make it compatible with the vanilla sword. Finally, there are 3 smaller but not less useful options. If, for an unknown reason hidden deep within your mind : - You only want the prestige quests fix : you don't have to run the installer, just take kor35_utharwynn.dlg and mostintrstng.lip from the "tslpatchdata" folder and put it in your Override. Same for mostintrstng.wav but you put that one in your Streamwaves folder instead of Override. Yes, it's basically only 3 files that were needed to fix this... I was really surprised when I saw no one did it before me so I thought I'd do it myself, with some improvements. - You don’t want to get the new items while completing your quests : After having run the installer, delete givePrstg_reward.ncs from your Override folder. - You don't want Ajunta Pall's blade back : After having run the installer, delete gvPallswrdkll.ncs ; givRvn_swrd.ncs ; kor35_enter.ncs and kor39_utharwynn.dlg from your Override folder. Requirements For the main part of my mod (prestige quests fix), nothing is needed. If you don't want the new items nor Ajunta Pall's blade parts of the mod, jump straight to the installation section. For the Ajunta Pall's blade AND new items parts of my mod to work, you must download 2 other mods first : 1) [K1] Vibroweapons replacement pack retexture by IRobert : 2) [K1] Legends - Ajunta Pall's Blade by Ebmar : This one is optional but highly recommended. It is needed for main option 1. If you really don’t want to use it, see 3) in optional section. Installation 1) Make sure you have the necessary mods installed 2) Download mine and unzip it (small tip if you’re struggling : use 7-Zip) 3) Run the installer and follow the instructions given by it 4) If you want 1, 2 or the 3 options, open the right folder(s), take all of the files and drop them into your Override folder (after the main mod). 5) You’re good to go. If you enjoy the mod (or even if you didn't, as long as it's constructive), feel free to leave a review. Doesn’t cost much and is really appreciated. See in the ReadMe file for uninstallation. Compatibility My mod is fully compatible with K1CP, as it is now (in 2025) the main reference for modders. It should also be compatible with K1R but I haven’t tried. It will not be compatible with any mod that modifies Uthar’s dialog in the Sith Academy and/or in Naga Sadow’s tomb. If you encounter any issue, feel free to report to me. Thanks 1) LanguageWriter123 (aka CollisionalConch), without whom I literally couldn't have made this. His help with the scripts and dialogs was essential, given the beginner with KOTOR modding that I am. 2) SAO for his excellent and detailed advices as well as his suggestion to make new custom items instead of using boring vanilla ones. Thanks to his help, every new item has a backstory that you can read when you get it (or later). 3) JCarter for his exhaustive and accurate help with teaching me how to make lip files. 4) IRobert for his amazing Vibroweapons replacement pack for K1. My mod would be a lot uglier without it. Other credits to seph6, Deadman and RevanDark for the vibroweapons, DarthParametric, BioWare and LucasArts. 5) Ebmar for his Legends - Ajunta Pall's Blade for K1. Man, this sword is gorgeous. 6) All the amazing people who made the awesome tools I used for this mod : Lips tools, Holocron Toolset, KOTOR Tool, Kotor Scripting Tool, ERFEdit, TSLPatcher tools and HoloPatcher. 7) The KOTOR and, more precisely, DeadlyStream community (even more precisely, those who download the mod lol), as the game is still alive thanks to all of you. Permissions If you need to know more, please contact me on DeadlyStream or Discord KOTOR / DeadlyStream server : “The_Chaser_One”. Submitter The_Chaser_One Submitted 05/03/2025 Category Mods K1R Compatible Yes