2 items

File information

Last updated

Original upload

Created by

Ironboundbandit

Uploaded by

Ironboundbandit

Virus scan

Safe to use

Tags for this mod

12 comments

  1. MarcuzXD
    MarcuzXD
    • supporter
    • 6 kudos
    Locked
    Sticky
    I wasn't able to get this working at first because I use a mod_order.txt for my mods. I had to change the name of the mod folder to 'noblehans', the same name that's in the manifest file. Once I did that and and put that in my mod order it started working. Just leaving this comment here for anyone else that couldn't get it working.

    Thanks for the great mod, he looks much better!
    1. Ironboundbandit
      Ironboundbandit
      • supporter
      • 4 kudos
      Thanks for the report! I really appreciate it to bring this to my attention.

      I created a new version with a corrected manifest file (I also noticed there were some other oversights in it) and changed the document names that I think should fix that problem as well.

      Thanks also for the solution! I'll sticky this post for anyone else who may have this problem.
  2. Mei1429
    Mei1429
    • member
    • 4 kudos
    Thank you!! I even managed to give him the noble's red hood by changing the item id in the xml and waiting a few days in-game (uploaded pic to mod page). Never would have figured it out 
  3. JohnnyBeCool
    JohnnyBeCool
    • member
    • 1 kudos
    Oh , the Bird caparison because they called him Birdie in real Life .I get it .
  4. SteeleMontgomery
    SteeleMontgomery
    • member
    • 0 kudos
    I have this installed, and it's the ONLY mod I have installed into the Mods folder. But it doesn't work for me. Anyone have any ideas?
  5. Drax70
    Drax70
    • supporter
    • 8 kudos
    Hello @Ironboundbandit!

    I like your mods very much and since you understand the NPC and Item codes, may I suggest, IF it is possible of course, to modify Adam and Cornelius clothes, AFTER I call them to Pribyslavitz???

    Their clothes don't fit their posts exactly!

    I stole their clothes at night and put in the chest some other clothes and hats, but they don't seem to use them...
    They stay with their underweare and after a couple of days, they are back in their own clothes..!


    Thanks!
  6. Drake0713
    Drake0713
    • premium
    • 120 kudos
    Table 'armor2clothing_preset' is patched by 'armor2clothing_preset__noblehans', lines added: 3, modified: 0, equal: 3, time: 0.000
    Table 'armor2clothing_preset' is patched by 'armor2clothing_preset__noblehorsecover', lines added: 2, modified: 0, equal: 1, time: 0.000

    There are 4 "identical to master" lines left in the files, not a big deal but they are dirty edits.  The table names were also left unaltered which surprised me since I didn't think they would load correctly left like that...

    For convenience here are my versions of the files:
    Spoiler:  
    Show

    <?xml version="1.0" encoding="us-ascii"?>
    <database name="hammerheart">
      <table name="armor2clothing_preset__noblehans" version="1">
        <header>
          <column name="armor_id" type="uuid" />
          <column name="clothing_preset_id" type="uuid" />
        </header>
        <rows>
          <row armor_id="46a124e4-481c-5880-d187-573c1d8a57b9" clothing_preset_id="4a15d408-3c02-7dbe-6615-e2fbe6dca0a1" />
          <row armor_id="4d253305-bc59-a0b0-1d6f-ff202e1aaf89" clothing_preset_id="4a15d408-3c02-7dbe-6615-e2fbe6dca0a1" />
          <row armor_id="af6f2946-ce54-4e38-9b2b-5ab95d5c4777" clothing_preset_id="4a15d408-3c02-7dbe-6615-e2fbe6dca0a1" />
        </rows>
      </table>
    </database>

    Spoiler:  
    Show

    <?xml version="1.0" encoding="us-ascii"?>
    <database name="hammerheart">
      <table name="armor2clothing_preset__noblehorsecover" version="1">
        <header>
          <column name="armor_id" type="uuid" />
          <column name="clothing_preset_id" type="uuid" />
        </header>
        <rows>
          <row armor_id="4e75a619-e574-65af-b95f-6648c6db6295" clothing_preset_id="482c8d0b-b53a-ba16-ef0b-7948ef0a0c8c" />
          <row armor_id="421ff758-4be3-cc11-1946-39ceb56aecb1" clothing_preset_id="482c8d0b-b53a-ba16-ef0b-7948ef0a0c8c" />
        </rows>
      </table>
    </database>


    Or you can use my cleaned version:
    https://www.dropbox.com/s/l1ytfw3or9anw2m/NobleHans.rar?dl=1
  7. sw2814
    sw2814
    • member
    • 0 kudos
    Cold you please also change his sword?Merchant's sword is not suitable for a noble
    1. Ironboundbandit
      Ironboundbandit
      • supporter
      • 4 kudos
      I'll take a look into it when I get a chance. I have a few ideas for mods I want to try making and there has been a few suggestions for me to try making one to change Hans' sword so I'll make that one a priority. I've been pretty busy IRL so I haven't had a chance to spend much time on a mod project lately, but I will again eventually. From my limited experience in trying to make weapon preset mods it doesn't work as smoothly as clothing presets so it might be a challenge, but I'll give it another try since there appears to be demand for that. Stay tuned! But it may be a little while until I can muster the time again.
  8. Mihaicelro
    Mihaicelro
    • member
    • 0 kudos
    Started a new game and it didn't change his look
    1. Ironboundbandit
      Ironboundbandit
      • supporter
      • 4 kudos
      What other mods are you running and have you tried moving it to last in the load order?
  9. WileCoyote68
    WileCoyote68
    • premium
    • 148 kudos
    There is no need for tbl files when you use patched tables.
    1. Ironboundbandit
      Ironboundbandit
      • supporter
      • 4 kudos
      Okay, I thought that might be the case. I built this off of a previous set of mods I made and just kept it included for good measure. I figured it wouldn't hurt anything at least. Thanks for confirming that.