Logan23

RoR Staff
  • Content Count

    214
  • Joined

  • Last visited

  • Days Won

    35

Logan23 last won the day on November 26 2023

Logan23 had the most liked content!

Community Reputation

203 Jedi Grand Master

About Logan23

  • Rank
    Jedi Knight

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Single Status Update

See all updates by Logan23

  1. Oh yeah, it's not readonly issue, the error is totally different. I should have read it instead of just "looking" at it for a second :P

     

    Anyway, it's been some time, I'm writing from memory now, without checking any actual changes.ini file, but it should be pretty much correct...

    First, add your utc file under GFF list, like:

    [GFFList]

    File1=npc.utc (remember to put this file into tslpachdata folder!)

    Then under appearance.2da line for the new utc, there should be something like this:

    2DAMEMORY1=RowLabel (or 2DAMEMORY2, 2DAMEMORY3 etc if you need to use it more than once).

    Then somewhere later in changes.ini, add:

    [npc.utc]

    !Destination=Modules\modulename.mod (remember to install modulename.mod into MODULES folder FIRST! meaning, make module files list UPPER in the installer)

    Appearance_Type=2DAMEMORY1

     

    It should pretty much edit and install what you need, I think I've given you even more detailed instruction than you needed... anyway, hope that helps.