-
Content Count
992 -
Joined
-
Last visited
-
Days Won
51
Everything posted by zbyl2
-
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
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.