-
Posts
140 -
Joined
-
Last visited
-
Days Won
25
Content Type
Profiles
Forums
Blogs
Forum & Tracker Requests
Downloads
Gallery
Store
Events
Everything posted by J
-
-
I have uploaded a fix. It was editing the swkotor2.ini with fullscreen=0, even if the borderless window mode patch wasn't selected. If your game opens in windowed mode either press alt + enter to switch to fullscreen or edit swkotor2.ini. [Display Options] FullScreen=1 [Graphics Options] AllowWindowedMode=0 FullScreen=1
- 36 comments
-
- 1
-
-
- hex-editing
- aspyr
-
(and 1 more)
Tagged with:
-
View File Texture Conflict Checker Texture conflict checker for K1 and K2. Place in your game directory and open it. It will list all conflicting textures, in the override folder, and allow you to choose which version to keep. Unwanted textures are moved to a texture_duplicates folder and can be restored through the tool. Source: https://github.com/J0-o/kotormods/tree/main/Texture Conflict Checker Submitter Jiiprah Submitted 06/05/2025 Category Modding Tools
-
View File Relighting TSL I'm working on fixing/updating a few areas with lighting issues. This first one is the Peragus force cage room where encounter Atton. The room is way too bright so I reworked the light sources and rebaked the lightmaps, using blender. The goal of this project is not to redo the lighting of the entire game. That would force me to touch every model and be a modding compatibility nightmare. I want to just target areas that stand out or look really bad. Feel free to suggest areas. Current Areas: - Peragus force cage room - Ebon Hawk Medical Room - Peragus Mining Tunnels - Military Base Sublevel Install: Download and extract each to the override directory. Acknowledgements: Papazino's Ultimate Ebon Hawk Repairs, which are included in the KOTOR 2 Community Patch. - I applied the same fixes, for the Ebon Hawk Med Bay model, to make it compatible. KotorBlender Submitter J Submitted 06/06/2025 Category Mods TSLRCM Compatible Yes
-
Version 2.1.4
11,267 downloads
I'm working on fixing/updating a few areas with lighting issues. This first one is the Peragus force cage room where encounter Atton. The room is way too bright so I reworked the light sources and rebaked the lightmaps, using blender. The goal of this project is not to redo the lighting of the entire game. That would force me to touch every model and be a modding compatibility nightmare. I want to just target areas that stand out or look really bad. Feel free to suggest areas. Current Areas: - Peragus force cage room - Ebon Hawk Medical Room - Peragus Mining Tunnels - Military Base Sublevel Install: Download and extract each to the override directory. Acknowledgements: Papazino's Ultimate Ebon Hawk Repairs, which are included in the KOTOR 2 Community Patch. - I applied the same fixes, for the Ebon Hawk Med Bay model, to make it compatible. KotorBlender -
Version 1.2.0
119 downloads
Texture conflict checker for K1 and K2. Place in your game directory and open it. It will list all conflicting textures, in the override folder, and allow you to choose which version to keep. Unwanted textures are moved to a texture_duplicates folder and can be restored through the tool. Source: https://github.com/J0-o/kotormods/tree/main/Texture Conflict Checker -
- 36 comments
-
- hex-editing
- aspyr
-
(and 1 more)
Tagged with:
-
- 32 comments
-
- lightsaber hilt
- bugfix
-
(and 1 more)
Tagged with:
-
- 36 comments
-
- hex-editing
- aspyr
-
(and 1 more)
Tagged with:
-
- 36 comments
-
- hex-editing
- aspyr
-
(and 1 more)
Tagged with:
-
- 36 comments
-
- hex-editing
- aspyr
-
(and 1 more)
Tagged with:
-
- 32 comments
-
- lightsaber hilt
- bugfix
-
(and 1 more)
Tagged with:
-
- 36 comments
-
- hex-editing
- aspyr
-
(and 1 more)
Tagged with:
-
- 36 comments
-
- 1
-
-
- hex-editing
- aspyr
-
(and 1 more)
Tagged with:
-
- 36 comments
-
- hex-editing
- aspyr
-
(and 1 more)
Tagged with:
-
- 36 comments
-
- hex-editing
- aspyr
-
(and 1 more)
Tagged with:
-
- 36 comments
-
- 1
-
-
- hex-editing
- aspyr
-
(and 1 more)
Tagged with:
-
- 32 comments
-
- lightsaber hilt
- bugfix
-
(and 1 more)
Tagged with:
-
- 32 comments
-
- lightsaber hilt
- bugfix
-
(and 1 more)
Tagged with:
-
View File Glitched Lightsaber Hilt Fix - TSL Aspyr In the latest Aspry patch, the textures on lightsaber hilts are bugged. It seems theres an extra shader applied to them and maybe texture math breaks at certain angles. Aspyr compatible models are provided with working hilt textures. INSTALL: For Crazy34's New Lightsaber Blade Models: Install the original mod first then extract this Aspyr compatible patch to the override folder. For Vanillas saber models: Exact to override folder. TSLRCM should be installed first. FOR MOD DEVELOPERS: You can use these models. The latest fix was to move the hilt mesh to a separate model and reference it in the blade model. The blade model type is lightsaber and the hilt type is character. These changes were made using KOTOR Blender. Submitter J Submitted 05/08/2025 Category Modder's Resources
- 4 replies
-
- lightsaber hilt
- bugfix
-
(and 1 more)
Tagged with:
-
View File Fog Fix & More - 3C-FD Patcher While you sleep in the medical room, 3C-FD is patching your game. Restores fog and reflections which were broken in the Aspyr update. Works with both Steam and GOG versions. Compatible for KOTOR 1 and 2. Graphical INI edtor. Included KOTOR2 Patches: - Fog Fix - Reflections Fix - 4GB Patch - Subtle Color Shift (yellow tint removal) - Music Volume During Dialogue Fix - Borderless Window Mode Included KOTOR1 Patches: - 4GB Patch - Borderless Window Mode How to use: Place in game directory and run it. Load kotor exe on the 'patches' tab, select patches to install, click apply. How this was made: - The fog shading was just covered up when the latest version was released. I was able to send that data to the new Fracture shaders and apply fog coloring. It checks if the fog color is set to black and if not then it applies fog. Modules that don't use fog have a default fog color of black, Duxn and Dantoonie use a grayish color. - The shader for when both a lightmap and a cubemap is applied, to the same model, had a typo. Cubemap was labeled as a '2D' instead of 'CUBE'. Easy fix. Luckily the shaders are a plain text string, in the exe, and can be modified with a hex editor. The only issue is that the character length needs to be the same or smaller. The only way to get more data in the shader is to remove extra spaces/linebreaks and to shorten variables to single characters. - The music was lowered so much during dialogue that it was almost non existent. I was able to find the functions for calling volume control, using ghidra. The call was made only 3 times and from there it was process of elimination. Ultimately disabling a variable change if in dialogue, before the first volume change call, worked. Bugs: - Fog fix does not work with M478 Special Thanks: HappyFunTimes101 - ShaderOverride - I could not have done this without this tool. This made sorting out and identifying the shader data much easier. I probably wouldn't have even attempted or known where to look if this didn't exist. JCarter426 - For pointing out that the music was broken during dialogue. I hadn't noticed but couldn't stand it after hearing for myself. Source: https://github.com/J0-o/3C-FD-Patcher Browser-based Version: https://j0-o.github.io/3C-FD-Patcher-js/ Submitter J Submitted 05/08/2025 Category Mods TSLRCM Compatible Yes
-
Version 2.0
855 downloads
In the latest Aspry patch, the textures on lightsaber hilts are bugged. It seems theres an extra shader applied to them and maybe texture math breaks at certain angles. Aspyr compatible models are provided with working hilt textures. INSTALL: For Crazy34's New Lightsaber Blade Models: Install the original mod first then extract this Aspyr compatible patch to the override folder. For Vanillas saber models: Exact to override folder. TSLRCM should be installed first. FOR MOD DEVELOPERS: You can use these models. The latest fix was to move the hilt mesh to a separate model and reference it in the blade model. The blade model type is lightsaber and the hilt type is character. These changes were made using KOTOR Blender.- 32 comments
- 3 reviews
-
- 6
-
-
-
- lightsaber hilt
- bugfix
-
(and 1 more)
Tagged with:
-
Version 4.1.2
11,969 downloads
While you sleep in the medical room, 3C-FD is patching your game. Restores fog and reflections which were broken in the Aspyr update. Works with both Steam and GOG versions. Compatible for KOTOR 1 and 2. Graphical INI edtor. Included KOTOR2 Patches: - Fog Fix - Reflections Fix - 4GB Patch - Subtle Color Shift (yellow tint removal) - Music Volume During Dialogue Fix - Borderless Window Mode Included KOTOR1 Patches: - 4GB Patch - Borderless Window Mode How to use: Place in game directory and run it. Load kotor exe on the 'patches' tab, select patches to install, click apply. How this was made: - The fog shading was just covered up when the latest version was released. I was able to send that data to the new Fracture shaders and apply fog coloring. It checks if the fog color is set to black and if not then it applies fog. Modules that don't use fog have a default fog color of black, Duxn and Dantoonie use a grayish color. - The shader for when both a lightmap and a cubemap is applied, to the same model, had a typo. Cubemap was labeled as a '2D' instead of 'CUBE'. Easy fix. Luckily the shaders are a plain text string, in the exe, and can be modified with a hex editor. The only issue is that the character length needs to be the same or smaller. The only way to get more data in the shader is to remove extra spaces/linebreaks and to shorten variables to single characters. - The music was lowered so much during dialogue that it was almost non existent. I was able to find the functions for calling volume control, using ghidra. The call was made only 3 times and from there it was process of elimination. Ultimately disabling a variable change if in dialogue, before the first volume change call, worked. Bugs: - Fog fix does not work with M478 Special Thanks: HappyFunTimes101 - ShaderOverride - I could not have done this without this tool. This made sorting out and identifying the shader data much easier. I probably wouldn't have even attempted or known where to look if this didn't exist. JCarter426 - For pointing out that the music was broken during dialogue. I hadn't noticed but couldn't stand it after hearing for myself. Source: https://github.com/J0-o/3C-FD-Patcher Browser-based Version: https://j0-o.github.io/3C-FD-Patcher-js/- 36 comments
- 7 reviews
-
- 15
-
-
-
- hex-editing
- aspyr
-
(and 1 more)
Tagged with:
-
-
View File Fullscreen Art Loading Screens - TSL Fullscreen replacement loading screens for TSL. All loading screens are included. How these were created: - Captured in-game screenshots with a low FOV - Reshade effects were used for sudo-raytraced lighting and color correction - Used GIMP to apply smoothing and anti aliasing - Applied and blended 3 different "paint" filters, in GIMP - added dark gradient at bottom of screen to make text more readable Submitter Jiiprah Submitted 05/03/2025 Category Mods TSLRCM Compatible Yes