Leaderboard
Popular Content
Showing content with the highest reputation on 09/11/2022 in all areas
-
3 points
-
2 pointsI always wanted to import KOTOR ships like Leviathan, Endar Spider, Ebon Hawk or other fighter into Blender and I found a way I found a page in moddb which contains those ships. Those were .max files but I converted them into .fbx format and managed to import them into blender I also used Holocron Toolset to extract ebon hawk or other ships to use them in Blender as well. With space backgrounds I managed to render some good images with those ships
-
1 point
Version 1.0.1
1,845 downloads
--------------------------------------------- Knights of the Old Republic --------------------------------------------- TITLE: Effixian's Jedi Knight Revan Robes (SW:GoH) AUTHOR: Effix(ian) CONTACT: PM me on the forums or find me on Steam ------------------------ DESCRIPTION ------------------------ This mod adds a robe that's based on Jedi Knight Revan from the mobile game Star Wars: Galaxy of Heroes. You can only acquire it by using cheatcode*: giveitem jedirevan This mod adds and uses a unique appearance so that Darth Revan stays unchanged in cutscenes. * I've added 2 optional files: one to enable purchasing it from a vendor, but it might not be easy to pull off, read the changelog below. The other to add the item to the secret compartment on the Ebon Hawk. -------------------- TECHNICAL -------------------- The cape and belt were removed from the vanilla model. The texture is an upscaled and tweaked version of the Star Forge Robes, with Revan's mask added. I've added an alpha layer to give some parts a bit of a shine. The item file is the same as the Star Forge Robes*, but with: - Tweaked title and description - Light Side restriction removed - Disguise property added so that it uses the masked model *So it will be quite overpowered if you get it early on in the game ------------------------- INSTALLATION ------------------------- Run "TSLPatcher - Install Effixians Jedi Knight Revan Robes.exe" and point it to your main game's folder. --------- BUGS --------- I haven't done much testing, but this model wasn't made for player characters. So things like Force Lightning might come out of your ears, probably not something I can fix but let me know. Disguises can cause the appearance to get stuck, meaning your appearance doesn't change if you take the item off. It can be fixed with KSE if needed. --------------------------- COMPATIBILITY --------------------------- This mod adds unique assets and entries so it should not conflict with anything. ------------------------- UNINSTALLING ------------------------- 1. Remove from the Override folder: jedirevan.uti n_jedirevan.mdl n_jedirevan.mdx N_JediRevan01.tga mikastore.utm if you've added it 2. If you haven't installed any mods after this mod you can get the following file from the mod's backup folder and put it back in your override folder: appearance.2da p.s. this step is kind of optional, it should be fine to skip it. ------------------------------------- DISTRIBUTION NOTES ------------------------------------- You can use the files from this mod in your own mod if you simply credit me. -------------------- THANKS TO -------------------- Fred Tetra for KotOR Tool ----------------- Donations ----------------- My mods are free. If you would like to show your support then you can buy me a coffee at ko-fi.com/effix ------------------- THIS MODIFICATION IS NOT MADE, DISTRIBUTED, OR SUPPORTED BY BIOWARE, OBSIDIAN, OR LUCASARTS ENTERTAINMENT COMPANY LLC. ELEMENTS TM & © LUCASARTS ENTERTAINMENT COMPANY LLC AND/OR ITS LICENSORS. -
1 point
Version 3.10.3
2,476 downloads
This add-on is a fork of KotorBlender, upgraded to support newer versions of Blender. KotorBlender is in turn based on NeverBlender, forked from version 1.23a. ## Features - Import & export MDL models, including walkmeshes - Import & export LYT files - Import & export PTH files ## Installation 1. Clone this repository or download the latest release of KotorBlender from Deadly Stream 2. If you have cloned the repository, create a ZIP archive containing the **io_scene_kotor** directory 3. From Edit → Preferences → Add-ons in Blender, install the add-on from the ZIP archive and enable it by ticking a box next to "Import-Export: KotorBlender" 4. Alternatively, if you want to contribute to KotorBlender, you may want to create a symbolic link to the local repository in the Blender add-ons directory, typically located at `C:/Users/{user}/AppData/Roaming/Blender Foundation/Blender/{version}/scripts/addons`. 1. `mklink /D io_scene_kotor {repo}/io_scene_kotor` ## Usage ### Data Preparation Extract models, textures, walkmeshes, LYT and PTH files into a working directory, using a tool of your choice, e.g. reone toolkit. Recommended directory structure: - *data* — extract all BIF archives here without subdirectories - *texturepacks* - *swpc_tex_tpa* — extract swpc_tex_tpa ERF archive here If you plan to edit textures, batch-convert TPC to TGA / TXI files using **reone toolkit**, although TPC textures are also supported by KotorBlender. ### Model Import and Export 1. Import via File → Import → KotOR Model (.mdl) 2. Select top-level MDL root object to be exported 3. Export via File → Export → KotOR Model (.mdl) ### Editing Animations To edit list of model animations and corresponding events, select MDL root object and navigate to Object → KotOR Animations. KotorBlender supports both object and armature-based edits. To create an armature from objects, navigate to KotOR Animations → Armature and press Rebuild Armature and Apply Object Keyframes. Before exporting a model, make sure to copy armature keyframes back to objects by pressing Unapply Object Keyframes. ### Lightmapping 1. Select objects for which you want lightmaps to be recreated, or unselect all objects to recreate all lightmaps 2. Press KotOR → Lightmaps → Bake (auto) UV mapping: 1. Select objects having the same lightmap texture and enter Edit mode 2. For every object, ensure that `UVMap_lm` UV layer is active 3. Select all faces and unwrap UVs via UV → Lightmap Pack, increase Margin to avoid face overlapping Fine-tuning: 1. Increase lightmap image size via UV Editing → Image → Resize 2. Tweak ambient color via Scene → World → Surface → Color 3. Manually toggle rendering of objects in Outliner and press KotOR → Lightmaps → Bake (manual) 4. In Scene → Render, set Device to GPU Compute to improve performance, set Render Engine to Cycles if not already 5. In Scene → Render → Sampling → Render increase Max Samples to improve quality ### Minimap Rendering 1. Press KotOR → Minimap → Render (auto) 2. Open "Render Result" image in Image Editor and save it as "lbl_map{modulename}.tga" 3. Open "MinimapCoords" text in Text Editor and copy-paste generated properties into module .ARE file using any GFF editor Fine-tuning: 1. Tweak background color via Scene → World → Surface → Color 2. Manually toggle rendering of objects in Outliner and press KotOR → Minimap → Render (manual) ### Connecting Rooms 1. Select a room walkmesh 2. Enter Edit mode and select two vertices adjacent to another room 3. Determine 0-based index of the other room into the LYT file 4. Enter Vertex Paint mode and set brush color to (0.0, G, 0.0), where G = (200 + room index) / 255 5. Ensure that brush blending mode is set to Mix, and brush strength is set to 1.0 6. Paint over the selected vertices ### Editing Paths 1. Extract PTH file from the module's RIM file, e.g. "modules/danm13_s.rim" (Kotor Tool, reone toolkit, etc.) 2. Import PTH into Blender via File → Import → KotOR Path (.pth) 3. Create/move path points, or modify path connections via Object Properties 4. Export PTH via File → Export → KotOR Path (.pth) ## Compatibility Known to work with Blender versions ranging from 3.3 to 4.0. ## License GPL 3.0 or later -
1 pointFinally set up my own website on Neocities: https://leilukin.neocities.org/
-
1 pointView File Suits K1 The mod replaces the textures of the costumes. Resolution 2048x2048. The distribution will be updated - new textures will be added to other costumes. Submitter Dark Hope Submitted 09/05/2022 Category Mods K1R Compatible Yes
-
1 point
Version 1.0.0
77 downloads
I really like the look of the Padawan robes but unfortunately they are terrible. I also don't really dig the orange look of the Ossus Keeper Robes (which is a shame because they are amazing for consular builds) so I made this file which lets you replace the texture and icon for the Ossus Keeper robes with the padawan robes. -
0 pointsIn 2017, @Kexikus created a spreadsheet to list all of KotOR 1's modules and their corresponding Day, Night and Battle music. @Sith Holocron requested a TSL version of such list, though none of the sort has been made, so I decided to volunteer the task myself. Here you go: The Sith Lords Restored Content Mod (TSLRCM) + M4-78 Enhancement Project (M4-78EP) modules and music overview spreadsheet This spreadsheet covers all the modules from both TSLRCM and M4-78EP. Like in K1, the module codes can be used for the warp cheat code (for example, warp 003EBO). All music tracks are listed with their number corresponding to their row in ambientmusic.2da, their file name (the music files can be found in the StreamMusic folder) and their track title as identified with their TLK (dialog.tlk) StrRef. I have also included previews of the music by linking to YouTube in the spreadsheet. Hope you will find this spreadsheet helpful. Enjoy!