-
Content Count
4,568 -
Joined
-
Last visited
-
Days Won
514
Content Type
Profiles
Forums
Blogs
Forum & Tracker Requests
Downloads
Gallery
Store
Calendar
Everything posted by DarthParametric
-
You are still rebuilding the mod virtually from scratch. And if you are going that far, you might as well just do it all in TSLPatcher and get rid of the UTCs altogether (i.e., do it properly).
-
The K1 NPC Overhaul would require a full rebuild. Most of its changes are pre-baked into module files which just straight overwrite any pre-existing ones in the modules folder. That's why it has compatibility issues.
-
Anyone notice that the wall above the escape pods on the Harbinger is open to space? Was there ever a fix for that?
-
Patching holes in walls doesn't typically rank high on the excitement list for most modellers.
- Show next comments 387 more
-
-
The minimalist approach would be to edit appearance.2da and replace any "lite" entries with regular versions. That's pretty simple to whip up. If you want variety in clothing and heads, or specific distributions of such (like all brown clothing for poor areas), then you'd have to edit UTCs. That would be a significant undertaking, as you'd be editing something like 3/4 of the game's modules.
-
I was waiting to see if Fair Strides had altered the scripts, as per the posts above.
-
MOD:Taris Escape Sequence Adjustments
DarthParametric replied to DarthParametric's topic in Mod Releases
There's no reason it should be any different between Steam/GOG/CD versions, in theory. There should be no content differences between those. And there's nothing stopping you modding the Steam version. The only issue is you can't patch the exe for widescreen because of Steam DRM. -
My 2¢. Bring back separate K1 and TSL categories. The sub-categories were not great. I'd suggest taking the time between now and the next awards to discuss and lock down some suitable sub-categories with community involvement. Get rid of WIP awards. Do not allow self-nomination. Make the criteria the full calendar year and move the voting phase to later in the new year when more people are around. Mid- to late-Janurary maybe. Make the active award phases more visible. Perhaps this is something that can be improved with the pending site updates. Forcing votes in all categories is a bad idea. Add some user badges like LucasForums used to have. Winners can get a little trophy badge. That was on vBulletin, but I'm sure Invision can get something similar. There should be some presentations of stats (after voting is concluded) of things like "most downloaded mod", "most viewed mod", etc. in totality (all mods, not just the nominations). Not necessarily awards per se, just information on what happened with various mods that year. I doubt that the majority of mod endusers actually even join the site, and if they do it's likely just to bypass the guest download restrictions, so the award nominations are likely highly skewed by the biases of a small subset of active posters.
-
MOD:Taris Escape Sequence Adjustments
DarthParametric replied to DarthParametric's topic in Mod Releases
I'm not exactly sure whether the party always spawn into every non-player centric cutscene and are just hidden offscreen, or it is something particular with this cutscene (like the module's entry point being right in the middle of the bridge). As far as I am aware though, this particular issue should happen on all versions. I haven't tried it on the Steam version myself, all my testing was with the GOG version. I've seen people report it with the Android version as well. The two NPCs being right on top of each other is just sloppy QA, much like running past the turret (although to be fair in that case, as a first time player you'd have no clue). -
MOD:Taris Escape Sequence Adjustments
DarthParametric replied to DarthParametric's topic in Mod Releases
Probably should have thought of that myself. There's a door hook already there, will see about adding one in. Edit: OK, added. -
View File Taris Escape Sequence Adjustments This mod makes some edits to the three scenes that occur during the escape from Taris sequence. The first of these is the “Resume the bombardment” cutscene on the bridge of the Leviathan. During this scene, it’s possible that the player and party may spawn at the back of the bridge, being visible behind Malak. An edit to the module has been made to ensure that this doesn’t occur (technically they are still there, they have simply been moved out of sight). Additionally, two of the background crew NPCs appeared to be incorrectly positioned, so one of these was shunted sideways to better respect personal space. The second is the “Incoming fighters!” cutscene in the Ebon Hawk’s cockpit, just prior to the turret mini-game. In the vanilla version of this cutscene, only Bastila and Carth were included. If your previous party included any members besides those two, they would just spawn in the hallway, possibly blocking the camera in the opening shot. This scene has been altered so that the entire party (at this point in the game) is now present in the cockpit. Mission and Canderous take the two passenger seats, with Zaalbar standing behind Mission and T3-M4 attending to astrogation duties. The third scene is again in the Ebon Hawk’s cockpit, after the fighter mini-game. The order of pre-rendered cutscenes has been altered here. In the vanilla game, after destroying all the Sith fighters, you see a video of the Ebon Hawk doing a victory roll and then jumping to hyperspace, after which you have a conversation on the Ebon Hawk bridge with Bastila and Carth where it implies you have already landed on Dantooine. Yet following this conversation, you get a pre-rendered cutscene showing you approaching and landing on the planet. This was clearly done in order to mask the module loading in the background on the Xbox. The landing movie has now been moved in front of the conversation, and the skybox in the Ebon Hawk changed to Dantooine so that the sequence makes more logical sense. Additionally, Carth, Bastila, and the player all have any equipped weapons and masks/goggles hidden for the duration of the conversation. Specific Changes: STUNT_06 - Edited the module's IFO to offset the entry position and hide the player/party. STUNT_06 - Edited the module's GIT to offset the position of n_sithcomf001. Technically out of shot currently. STUNT_07 - Edited the module's onload script to spawn the entire party into the scene STUNT_07 - Created a scene-specific stunt animation for T3-M4 (computer use). STUNT_07 - Created a scene-specific stunt animation for Mission (sitting). STUNT_07 - Created a scene-specific stunt animation for Canderous (sitting). STUNT_07 - Created a scene-specific stunt animation for Zaalbar (standing/idle). STUNT_07 - Edited the scene-specific stunt animation for the player (m12aa_c07_char01.mdl/mdx) to make them run towards the turret ladder instead of past it. M12ab - Replaced the heartbeat and k_pebo_sthdeath2 - 7 scripts with modified versions to chain movies and switch Ebon Hawk skybox Override - Edited the Ebon Hawk cockpit model (m12aa_01p.mdl/mdx) to add an astromech-accessible panel below the galaxy map. Override - Edited ebo_bast_vision.dlg to change UnequipItems and UnequipHItem flags, and replace script k_ebn12_dantrans with a custom one. Override - Added custom script DP_TarisDanTran. Known Issues: Bastila and Carth are still visibly "air typing". I did attempt to alter the camera animations to mask it, but this actually introduced more problems (stuttering camera moves and revealing previously hidden janky animations). This probably requires more extensive cockpit model alterations to address, but I'm unsure if that is worth the effort, or what effect this might have on other cutscenes. Alternatively, the stunt animations, primarily Bastila's, could be adjusted, but that probably requires someone more talented than me. The animations for Mission and Canderous aren't going to win any Oscars. Acknowledgements: Thanks to @Fair Strides for suggesting the IFO edit. Thanks to @ndix UR for permission to use the edited EH cockpit model from “Ebon Hawk K1 Fixes” as a basis and discussions troubleshooting model issues. Thanks to @jc2 for the idea to edit the player's dash to the turret animation. Thanks to @N-DReW25 for the suggestion to add a door to the back of the Leviathan bridge. Thanks to @bead-v for KOTORMax and MDLEdit, and @ndix UR for MDLOps 2K18 Edition, all of which were required at various points to get this to work. Thanks to @JCarter426 for providing and troubleshooting the scripts required to change the Ebon Hawk skybox and movie order during the Dantooine arrival sequence. Compatibility: The core changes should be compatible with most other mods. Odds are fairly low someone else has made the specific changes to the stunt and turret modules that would clash with this. Changes to ebo_bast_vision.dlg are injected into any pre-existing copy of the file found in the Override folder. For example, K1 Restoration puts a copy of this file in the Override folder, so as long as you install K1R first, this mod will patch that file. If you subsequently install another mod that directly overwrites this file (again, such as K1R), then the changes will be lost. If you see weapons and masks equipped during the aforementioned post-vision dialogue then you know this is the case. This is a minor aesthetic change and does not affect the core content of the mod. If you wish to use ndix UR’s “Ebon Hawk K1 Fixes” mod, make sure you install that first, as this mod will overwrite the model for the cockpit. The cockpit-specific fixes from ndix UR’s mod have been incorporated into this version. In the same vein, any other mod that uses a modified version of the Ebon Hawk cockpit model (m12aa_01p.mdl/mdx) will result in a clash. Submitter DarthParametric Submitted 01/08/2018 Category Mods K1R Compatible
-
Version 1.2
4,866 downloads
This mod makes some edits to the three scenes that occur during the escape from Taris sequence. The first of these is the “Resume the bombardment” cutscene on the bridge of the Leviathan. During this scene, it’s possible that the player and party may spawn at the back of the bridge, being visible behind Malak. An edit to the module has been made to ensure that this doesn’t occur (technically they are still there, they have simply been moved out of sight). Additionally, two of the background crew NPCs appeared to be incorrectly positioned, so one of these was shunted sideways to better respect personal space. The second is the “Incoming fighters!” cutscene in the Ebon Hawk’s cockpit, just prior to the turret mini-game. In the vanilla version of this cutscene, only Bastila and Carth were included. If your previous party included any members besides those two, they would just spawn in the hallway, possibly blocking the camera in the opening shot. This scene has been altered so that the entire party (at this point in the game) is now present in the cockpit. Mission and Canderous take the two passenger seats, with Zaalbar standing behind Mission and T3-M4 attending to astrogation duties. The third scene is again in the Ebon Hawk’s cockpit, after the fighter mini-game. The order of pre-rendered cutscenes has been altered here. In the vanilla game, after destroying all the Sith fighters, you see a video of the Ebon Hawk doing a victory roll and then jumping to hyperspace, after which you have a conversation on the Ebon Hawk bridge with Bastila and Carth where it implies you have already landed on Dantooine. Yet following this conversation, you get a pre-rendered cutscene showing you approaching and landing on the planet. This was clearly done in order to mask the module loading in the background on the Xbox. The landing movie has now been moved in front of the conversation, and the skybox in the Ebon Hawk changed to Dantooine so that the sequence makes more logical sense. Additionally, Carth, Bastila, and the player all have any equipped weapons and masks/goggles hidden for the duration of the conversation. Specific Changes: STUNT_06 - Edited the module's IFO to offset the entry position and hide the player/party. STUNT_06 - Edited the module's GIT to offset the position of n_sithcomf001. Technically out of shot currently. STUNT_07 - Edited the module's onload script to spawn the entire party into the scene STUNT_07 - Created a scene-specific stunt animation for T3-M4 (computer use). STUNT_07 - Created a scene-specific stunt animation for Mission (sitting). STUNT_07 - Created a scene-specific stunt animation for Canderous (sitting). STUNT_07 - Created a scene-specific stunt animation for Zaalbar (standing/idle). STUNT_07 - Edited the scene-specific stunt animation for the player (m12aa_c07_char01.mdl/mdx) to make them run towards the turret ladder instead of past it. M12ab - Replaced the heartbeat and k_pebo_sthdeath2 - 7 scripts with modified versions to chain movies and switch Ebon Hawk skybox Override - Edited the Ebon Hawk cockpit model (m12aa_01p.mdl/mdx) to add an astromech-accessible panel below the galaxy map. Override - Edited ebo_bast_vision.dlg to change UnequipItems and UnequipHItem flags, and replace script k_ebn12_dantrans with a custom one. Override - Added custom script DP_TarisDanTran. Known Issues: Bastila and Carth are still visibly "air typing". I did attempt to alter the camera animations to mask it, but this actually introduced more problems (stuttering camera moves and revealing previously hidden janky animations). This probably requires more extensive cockpit model alterations to address, but I'm unsure if that is worth the effort, or what effect this might have on other cutscenes. Alternatively, the stunt animations, primarily Bastila's, could be adjusted, but that probably requires someone more talented than me. The animations for Mission and Canderous aren't going to win any Oscars. Acknowledgements: Thanks to @Fair Strides for suggesting the IFO edit. Thanks to @ndix UR for permission to use the edited EH cockpit model from “Ebon Hawk K1 Fixes” as a basis and discussions troubleshooting model issues. Thanks to @jc2 for the idea to edit the player's dash to the turret animation. Thanks to @N-DReW25 for the suggestion to add a door to the back of the Leviathan bridge. Thanks to @bead-v for KOTORMax and MDLEdit, and @ndix UR for MDLOps 2K18 Edition, all of which were required at various points to get this to work. Thanks to @JCarter426 for providing and troubleshooting the scripts required to change the Ebon Hawk skybox and movie order during the Dantooine arrival sequence. Compatibility: The core changes should be compatible with most other mods. Odds are fairly low someone else has made the specific changes to the stunt and turret modules that would clash with this. Changes to ebo_bast_vision.dlg are injected into any pre-existing copy of the file found in the Override folder. For example, K1 Restoration puts a copy of this file in the Override folder, so as long as you install K1R first, this mod will patch that file. If you subsequently install another mod that directly overwrites this file (again, such as K1R), then the changes will be lost. If you see weapons and masks equipped during the aforementioned post-vision dialogue then you know this is the case. This is a minor aesthetic change and does not affect the core content of the mod. If you wish to use ndix UR’s “Ebon Hawk K1 Fixes” mod, make sure you install that first, as this mod will overwrite the model for the cockpit. The cockpit-specific fixes from ndix UR’s mod have been incorporated into this version. In the same vein, any other mod that uses a modified version of the Ebon Hawk cockpit model (m12aa_01p.mdl/mdx) will result in a clash. -
A simple UTI edit (or series of edits) would sort that out.
-
I've done all the Peragus ones and the interesting thing is many of them have non-standard hierarchies, clearly to combat the hologram issue. It's odd that they never went the whole hog though, and that it is so inconsistent (at least for the heads that Obsidian added themselves).
-
K1 Taris Escape Sequence Adjustments
DarthParametric replied to DarthParametric's topic in Work In Progress
Yeah I did think about putting T3 out in the "living room", but I figured if you are going to steal a spaceship your probably want your astromech doing its primary job during the getaway. Revised version: Still need to add in some eye blinks, for Mission especially. I'll see if the PC's trajectory can be tweaked. I guess I could make him stop and turn to the left (fortunately the ladder is off-screen, so no worries about climbing). Or maybe he needs a thought bubble "wait, where the hell is the turret?". Edit: OK, added the revised turret dash animation: I had some fun with my old friend bezier keys along the way. Edit 2: Now released - http://deadlystream.com/forum/topic/5979-downloadtaris-escape-sequence-adjustments/ -
K1 Taris Escape Sequence Adjustments
DarthParametric replied to DarthParametric's topic in Work In Progress
Yeah the stunt models should be m40ab_c03_char01 to char09. This cutscene only uses two of them that are sitting, so there should be a few more (although two of them are Malak and Karath, so maybe there aren't that many). -
K1 Taris Escape Sequence Adjustments
DarthParametric replied to DarthParametric's topic in Work In Progress
There is a sitting animation on the male supermodel. All the cutscene uses of it require stunt models (which are unique supermodels for a given scene). I created new stunt models with sitting animations for Mission and Canderous. -
I've been fiddling with the two in-engine cutscenes that play after you enter the Ebon Hawk to escape Taris. The first cutscene is aboard the Leviathan where Malak instructs Admiral Karath to continue the bombardment. While I have been testing other mods, I have frequently encountered the bug that occurs during this sequence where the party appears at the back of the bridge: I thought a script edit would be required, but a simple edit of the module's IFO was proposed by Fair Strides and that solves the problem. While running through that sequence repeatedly to test, I discovered another minor annoyance with some background characters: These two seem incorrectly positioned, one air typing into the other's back. It's one of those "once you see it, you can't unsee it" type things, so now I need to fix that. After that cutscene, there are a couple of pre-rendered videos, after which you get an in-engine cutscene in the Ebon Hawk's cockpit where Bastila says to head to Dantooine and Carth warns of incoming fighters. In the vanilla sequence, only Carth and Bastila have formal roles. Whatever other two party members you had (assuming they weren't Carth and Bastila) just spawn in the corridor, often blocking the camera in the opening shot (especially Zaalbar): I decided to change that and have the whole party in the cockpit, which seems appropriate given you are trying to escape a planetary bombardment. Seems to me you'd want a front row seat for that. Here's the current version: Although unfortunately I failed to account for the camera positions, so while T3 is there working away on one of the computer panels, he ends up completely obscured. I wanted him working on the galaxy map panel, but he is too short to reach. I'll have to think about where he might be best repositioned. I am open to suggestions. I'd prefer not to modify the cockpit model if necessary, although I was considering the idea of adding in some control panels closer to the front seats so Bastila and Carth aren't just air typing, so if I went that route I could add an astromech access panel on the wall under the galaxy map. If anyone wants to pitch in with better animations, feel free. What I have for Mission and Canderous is kinda blegh, and Zaalbar is just using the vanilla Pause1.
-
Revan's Hoodless/Maskless Flowing Robes For TSL
DarthParametric replied to DarthParametric's topic in Mod Releases
http://deadlystream.com/forum/topic/5438-downloadrevans-hoodlessmaskless-flowing-robes-for-k1/ -
Ah. In that case you should be able to disable it just for the palace room rather than the whole level.
-
I've tried a few more, although in some cases they appear unnecessary (e.g. Twi'lek holo dancers on Onderon - couldn't tell the difference), and in others they possibly trade once set of glitches for another. The Canderous one seems to be an straight improvement though. Here's a before and after: Just need to tweak the neckline a little to further minimise the clipping.
-
STA_M45AD is the module. There are a bunch of scripts involved, but k_psta_atkplace and k_psta_castat would be good places to start, as they both have alignment-based directives on which animation to force. That's just from a cursory examination, there may well be more.
-
Fair Strides' Script Shack
DarthParametric replied to Fair Strides's topic in General Kotor/TSL Modding
It's commented out in nwscript.nss //int ANIMATION_LOOPING_LOOK_FAR = 5; //int ANIMATION_LOOPING_SIT_CHAIR = 6; //int ANIMATION_LOOPING_SIT_CROSS = 7;