Jump to content

DarthParametric

Modders
  • Posts

    4,885
  • Joined

  • Last visited

  • Days Won

    556

Everything posted by DarthParametric

  1. In TSL they expanded on script functionality, so it's certainly possible to have a generic script that parses a string in the DLG to set a global. However, I'm not sure I recall ever seeing something like that. I'm only aware of starting conditional checks, like so:
  2. I don't see any references to it in either vanilla or TSLRCM scripts. The only "000_Hand" references I can see are to 000_Hand_Finale and 000_Handmaiden_Dead in 262TEL_Telos_Secret_Academy/a_kreatris. That's despite there being a bunch: 000_Hand_Angry 000_Hand_Atris_PC 000_Hand_Dad_Teach 000_Hand_Father 000_Hand_Finale 000_Hand_Love 000_Hand_Mom_PC 000_Hand_React_Evil 000_Hand_React_Good 000_Hand_Trial 000_Handmaiden_Dead 000_Handmaiden_Force 000_Handmaiden_Jedi
  3. Right click on the source child node, Copy Node, right click on target parent node, Paste Node as Copy:
  4. Yes, that's tk102's. FS just mirrored it here because the original host LucasForums/SWKnights went down.
  5. You mean tk102's? I'm not aware of FS making any dialogue editor. DLGEditor can absolutely do node links.
  6. Well I already did half of it for you (or anyone else interested).
  7. Yavin itself is also a billboard (albeit a dome-shaped one), just like the Yavin outside the window of the station in K1. Might be useful to someone if they wanted to swap it. /resources/art/fx/geometry/galaxy_map/texture/gal_map_yavin_dome.dds gal_map_yavin_dome.dds
  8. There is not. I have posted about it previously (probably multiple years ago at this point), but TOR only has a simple billboard (a plane with an alpha-masked texture) of the station, not a model. It's just a little Easter egg as you fly past Yavin on your way to Yavin IV, you never actually visit it. /resources/art/fx/geometry/cinematics/texture/cine_billboard_yavin_station_01.dds cine_billboard_yavin_station_01.dds
  9. Yeah, it's a bit of a squeeze, but it works:
  10. This will be because of the newly discovered issue that all models with VFX nodes exported from KOTORMax include a spurious component that causes a crash on Linux (and probably Mac). They need to be recompiled with a fixed KMax or KBlender. I'll get around to an update at some point.
  11. Depends on whether mesh splits along UV seams happen in KMax or MDLEdit/MDLOps. If the latter, that might explain things. Either way, unless the counts are wildly different, I'd just put it down to differences in implementations.
  12. The original intention of the model (which shows how old it is) was for it to replace the G-Wing on Dxun/Onderon in TSL. You could do that, although that raises the issue of take-off/landing videos. Or you could maybe put a hangar next door with it in on Onderon.
  13. That should work fine, unless you loaded a save already in the Temple Catacombs from before the mod was installed.
  14. That doesn't tell me anything useful. List what other mods you have installed. As the description says, it's not compatible with K1R, so if you have that installed then that is the issue.
  15. The door's OnOpen script has to fire in order to set the boolean on the door (which is what happens). But somehow the script is terminating before it starts the dialogue. I plan to completely revise the triggering approach in the next version of K1CP to hopefully remove this issue permanently.
  16. It's Arial. You can tell by the Q stroke being wavy vs Helvetica's being straight: White is font sheet, red is Arial text overlay.
  17. It's supposed to be Franklin Gothic, but they cheaped out on the licensing and used Arial (bold).
  18. What does the KBlender version look like? If you were running the game natively on a Mac (or Linux) it could potentially be a factor, but since you're running it inside Win 10 it should be irrelevant.
  19. I quickly checked the MDLEdit one in the character creator and it's fine?
  20. Try these: TSL_PMHC04_Test.zip Imported your ASCII into KMax, re-exported, loaded into MDLEdit and saved as binary. Loaded the binary into KBlender, looked fine, exported as new binary.
  21. I really would like to know how you people keep doing this. 000220 - Game219.zip
  22. Any model that is exported from KMax, regardless of whether it is compiled with MDLEdit or MDLOps, will causes crashes on Linux because KMax is adding invalid Detonate controllers to every VFX emitter. On Windows these are just silently ignored, but on Linux it causes a crash. Per Synchro on the OpenKotor Discord:
×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines.