-
Content Count
4,611 -
Joined
-
Last visited
-
Days Won
522
Content Type
Profiles
Forums
Blogs
Forum & Tracker Requests
Downloads
Gallery
Store
Calendar
Everything posted by DarthParametric
-
Because that's how the limited system they implemented works. Bodies are presets in appearance.2da, one model per armour class. Since the columns are hardcoded and we can't add more, the only way to get a unique body for a given armour is to create a disguise. And that's a pain in the ass if you want the character's head showing.
-
Extract into the game's Override folder. I was lazy and only did them as a Star Forge Robes/Revan's Robes replacement, so just add the item for those to your inventory via console command or KSE.
-
Yeah the door meshes have a white self-illum. But I think all doors probably have self-illum, since they aren't lightmapped. That's a bad combo with a white texture, although the degree to which it glows depends on the environment.
- 196 replies
-
- tslrcm 1.8.6
- tsl
-
(and 4 more)
Tagged with:
-
No. For starters, CM_Bright is blue. Could be the door has self-illum enabled though. What's the door type?
- 196 replies
-
- tslrcm 1.8.6
- tsl
-
(and 4 more)
Tagged with:
-
Hrm, can't see anything obvious loading up the layout with the edited models, so it seems like it's not the level models. Load up the module in Holocron Toolset and see if anything shows up there in the GIT editor. There's also the possibility of something being spawned in by script I guess.
- 196 replies
-
- tslrcm 1.8.6
- tsl
-
(and 4 more)
Tagged with:
-
Part of the level model presumably.
- 196 replies
-
- tslrcm 1.8.6
- tsl
-
(and 4 more)
Tagged with:
-
Remix uses a custom DXVK wrapper for DX9 to Vulkan. I would assume because it's open source and multiplatform. Not sure if it's possible to bridge that and get Remix to accept the Zink input. Might require custom code.
-
Interesting. Does it actually work with Remix though? Edit: Wait, that's DirectX 12. That's not going to work then I guess, since Remix needs 8/9. Oh well. Still might have other uses though.
-
wip 4x Upscale+ Character Textures & Model Fixes for KotOR & TSL
DarthParametric replied to redrob41's topic in Work In Progress
KSE got taken over by @Fair Strides many moons ago and I think someone else was helping with the last few versions? FS would have to chime in with the specifics. By the advent of v0.7, JdNoa was the primary author I believe. Fred Tetra contributed to changes in v0.6, FS and Varsity Puppet contributed to the changes in v0.7. -
wip 4x Upscale+ Character Textures & Model Fixes for KotOR & TSL
DarthParametric replied to redrob41's topic in Work In Progress
No? They were were always shit. The implementation is fundamentally broken and not recommended for use by anyone. Aside from that, basically other than TSLRCM/M4-78 and Effix's various mods, pretty much everything on there is stolen and uploaded without permission. HP is a relatively new tool. Aside from being multi-platform, it opens up some possibilities beyond what TSLPatcher can handle. You can hotlink to DS-hosted textures, although only as regular embeds in a post, not in the image carousel the mod pages have. I don't know whether mod page images have a maximum upload count. Probably a question that only @Tyvokka can answer fully. I would really question whether any mod actually needs 70-odd preview images though. Just attach a curated selection of a dozen or so to the mod page and link to an offsite gallery with the full showcase for those that want it. -
wip 4x Upscale+ Character Textures & Model Fixes for KotOR & TSL
DarthParametric replied to redrob41's topic in Work In Progress
I wasn't saying that you specifically should do it, just that Salk's request would make more sense if it harvested the heads and plonked them on the standard bodies. Someone else could do surgery. Left as-is they would be compatible with your textures with no further effort, but if you allow 3rd party mod reuse then they could probably stand to be remapped. You shouldn't be encouraging the use of Workshop mods. And no, loose textures aren't any more compatible with Workshop mods than other mods. Mac and Linux users can use the multi-platform HoloPatcher as a drop-in replacement for TSLPatcher, if it is required. -
- 275 comments
-
- patch
- compilation
-
(and 4 more)
Tagged with:
-
wip 4x Upscale+ Character Textures & Model Fixes for KotOR & TSL
DarthParametric replied to redrob41's topic in Work In Progress
If you're going to start chopping up body parts, you'd be better off just lopping off the lite heads and turning them into standalone heads and using them on the "full fat" bodies, since that seems to be the only thing you're actually after. -
- 24 comments
-
- k1cp
- community patch
-
(and 3 more)
Tagged with:
-
-
It's somewhat random depending on what the player does, but most noticeable on Kashyyyk. You can find the specifics in the issue thread for it - https://github.com/KOTORCommunityPatches/K1_Community_Patch/issues/756 I haven't looked at it for over a year, so my recollections on the implementation specifics are kind of hazy, but I gather locking it to a cutscene was the most expedient and least intrusive (from a game changes standpoint) approach. If you wanted to change it then I'd suggest you'd need to strip all the scripted animation cues out of the DLG and manage them externally so they can't be interrupted.
-
This was done to prevent the animations breaking.
-
wip 4x Upscale+ Character Textures & Model Fixes for KotOR & TSL
DarthParametric replied to redrob41's topic in Work In Progress
Upload the TPCs in the enduser mod (one for K1, one for TSL). Create a separate modder's resource with the source assets. Optionally you could have a single modder's resource or split it per game, since the site has per-game modder's resource sections. Its use will likely be pretty minimal, since most downloads will just be the actual mods, so just go with what you think is best. Have a look at how JC split his cloaked robes mods for how it could work. -
wip 4x Upscale+ Character Textures & Model Fixes for KotOR & TSL
DarthParametric replied to redrob41's topic in Work In Progress
I assume you're still using NWMax? You may want to consider switching to KOTORMax (with this fix) and MDLEdit / MDLOps v1.02. Although note that these are not compatible with Tainia's Replacer due to changes in the ASCII format. -
wip 4x Upscale+ Character Textures & Model Fixes for KotOR & TSL
DarthParametric replied to redrob41's topic in Work In Progress
With the advent of seedhartha's fork of KBlender and his implementation of binary model I/O, breaking normals shouldn't be an issue. At least if you can stomach using Blender. -
wip 4x Upscale+ Character Textures & Model Fixes for KotOR & TSL
DarthParametric replied to redrob41's topic in Work In Progress
Wow, long time no see. Welcome back. You definitely want to split them for each game. Definitely not half a gig's worth. You'll have to create an off-site gallery somewhere. Imgur maybe, or you could create a Github repo and use their Sites functionality (have a look at Kex's skyboxes mods for an example of how it is done). Not sure off the top of my head, but I have released stuff under CC BY-NC-SA 4.0 before - https://creativecommons.org/licenses/by-nc-sa/4.0/ You'd need to add it to every release page and readme I guess. You'll want to read the rules regarding it, since I have never looked into it personally - https://deadlystream.com/topic/7454-deadlystream-forum-rules/?do=findComment&comment=73940 -
@Scirs: Please try again with a fresh install of the game using this version of HP - https://github.com/NickHugi/PyKotor/releases/tag/v1.60-patcher-beta4 Grab HoloPatcher_Windows_x64.zip if you're on Windows. Speaking of which, can you please provide some details of your system. What OS version are you running? Where's the game installed? What version of the game is it (Steam, etc.).
- 275 comments
-
- patch
- compilation
-
(and 4 more)
Tagged with:
-
- 275 comments
-
- patch
- compilation
-
(and 4 more)
Tagged with:
-
That was the plan eventually, although it wouldn't be of any use here since it is designed for taking screenshots/videos of weapons. This particular case would require a custom solution, but would follow the same basic idea.
-
Because it's the vanilla blaster model. It was for testing/demonstration purposes, nothing more. That's why I mentioned the invisible character approach above, because it obviates the need for any model at all (besides the character itself), so it will work with any arbitrary custom model simply by specifying the appropriate UTI in the script (exactly as you'd equip any other NPC). Albeit possibly/probably requiring custom positioning adjustment, depending on the type and style of weapon.