File information

Last updated

Original upload

Created by

Uploaded by

reznod

Virus scan

Safe to use

164 comments

  1. oddllama
    oddllama
    • member
    • 0 kudos
    pls port sir
  2. viperlord
    viperlord
    • premium
    • 44 kudos
    Just fiddling, tried to run this in Remastered, used Haphestia's Fix and Port Script to fix Cell Names, and the object placement in cells, TesSyncMapInjector to handle the new object meshes, and MagicLoader to handle the new Cell (and could have fixed some of the NL- text). Obviously none of the Wood/Marble texture's worked, TesSync script swapped them over to alternatives since all that would need to be done as an UE mod.

    Could buy, place. Crash as soon as I tried to access it's inventory. But seems like it would be doable to port.
    1. FakeHappy0
      FakeHappy0
      • member
      • 3 kudos
      if only we can find someone who is willing to do it :((
  3. xGraf
    xGraf
    • member
    • 0 kudos
    Make some dummies for the remaster
  4. Rweig02
    Rweig02
    • member
    • 0 kudos
    Still waiting for the port to remastered
  5. FakeHappy0
    FakeHappy0
    • member
    • 3 kudos
    pls someone convert this masterpiece to the remastered 
    1. ComradeAlpaca
      ComradeAlpaca
      • supporter
      • 16 kudos
      +1 Please, would be so awesome to display the new armor designs.
  6. woodlandwinds
    woodlandwinds
    • member
    • 0 kudos
    Would be so epic to get a port to remastered. Great stuff!
  7. HautdenLukas
    HautdenLukas
    • premium
    • 41 kudos
    This mod has a nasty bug with NPCs. When you have placed a mannequin and an NPC activates it, the player gets spammed with "What would you like to do?" message boxes. The reason is that the "OnActivate" block in the scripts has no restriction to player only. This bug applies to the following scripts:

    • ReznodMannequinWoodMScript
    • ReznodMannequinWoodFScript
    • ReznodMannequinMarbleMScript
    • ReznodMannequinMarbleFScript

    The OnActivate block needs to look like this:

    Begin OnActivate

    if IsActionRef player
    set MessageStatus to 1
    set MyX to GetPos X
    set MyY to GetPos Y
    set MyZ to GetPos Z
    set MyRot to GetAngle Z
    endif

    End
    1. Golb89
      Golb89
      • member
      • 1 kudos
      Wait, REALLY?! A while ago i tested both this mod and this variant of it specifically to check if they suffered from that issue and i was 100% sure they didn't (unlike this one, as it uses "conscious" mannequins that NPCs can interact with instead): if what you say is true though, then i'll have to fix my reviews on both of those mods...
    2. HautdenLukas
      HautdenLukas
      • premium
      • 41 kudos
      Yes, I noticed this issue when Vilja was visiting my armory with lots of mannequins. After I fixed the scripts, the problem was gone. This mod is fantastic and I have endorsed it, but people should be aware of this problem. Of course it only happens when you place a mannequin in a cell that gets visited by NPCs. It's really easy to fix. Anyone can do it with the CS and my instructions above. The author doesn't seem to be very active, but maybe he will provide an update in the future.
    3. Golb89
      Golb89
      • member
      • 1 kudos
      Dunno about Vilja, but i tested it again today with multiple companions (most notably Ramy, Valeria and Magarthe) and NPCs and, just like before, NONE of them ever attempted to interact with these mannequins (aside from bumping into them to walk over), no matter what: guess the problem in your case lies with Vilja herself, as she is probably allowed to interact with unconscious/sleeping actors unlike anybody else(?)
    4. HautdenLukas
      HautdenLukas
      • premium
      • 41 kudos
      Maybe it only applies to certain NPCs like Vilja or maybe summons as well. They interact with corpses too. Still, the fix should be applied, because it prevents the problem from occurring at all.
  8. Golb89
    Golb89
    • member
    • 1 kudos
    In case anyone wants the HD textures (but even if they don't), they can be nabbed here, and white marble textures are available here as well.

    (Be sure to only replace the textures and not the .esp file)
  9. Cesarski
    Cesarski
    • member
    • 0 kudos
    Did somebody try equipping arrows, because it seems that the quiver doesn't appear, even if I reload the save, reenter etc?
  10. gir8hghudhhf
    gir8hghudhhf
    • member
    • 2 kudos
    for some reason only weapon-pose is working. shield, cast, sneak - doing nothing. re-entering cell doesn't help. other than that, it's a great mod, no - not a mod, addon. developers should have done it. that stupid DLC with false-Pelinal already has an armor stand. yes, it's quite different, but better than nothing (and maybe more realistic).
    for reference, I'm a Linux user, playing with PortProton (Portwine project), latest OBSE, UOPs. 
    thanks to all creators.
    1. Cesarski
      Cesarski
      • member
      • 0 kudos
      I had similar problem and the solutions was to reload save file while being out of interior with mannequin and reenter the place. That was solving issue with shield and cast poses that didn't work immediately when you set them.