Total RP 3: Extended

Total RP 3: Extended

903k Downloads

Build your own cutscene NPC

Solanya opened this issue ยท 3 comments

commented

This is certainly a big undertaking (not sure if it is even possible), but it would be nice to be able to build your own NPCs for cutscenes by choosing race, gender, customization options, gear equipped, and storing it in a custom NPC database.

commented

I'd like this one too much.

commented

I'm not really into programming, but, as an idea (i don't even know if it can be possible), what about being able to save sets from the wardrobe into the addon so it uses the current data from the wardrobe?

commented

So, it seems making an NPC from scratch is a no-go. I did some tests on equipping an NPC (from a playable race) with gear pieces (using a DressUpModel) and obtained the following results :

  • Slots which work : Helmet, Shoulders, Cloak, Weapons, Off-Hands & Shields. Since the armor pieces have "hidden" versions as items, we might be able to hide those pieces (didn't try yet).
  • Other slots don't work, the geometry is updated but the texture stays the same, although 3d parts are shown properly.

It might be interesting enough to try implementing it some day ? I'll try on beta at a later date to see if it behaves the same.