Jump to content

monk's APR


critto

Recommended Posts

I've definitely edited vanilla kit usability values in my mod. I'll take a look at my code when I'm back at my computer. (Or if you have access to my mod, check the druid tweaks, at the Shapeshifter/Lycanthropic druid changes.)

 

EDIT - Actually I probably used REPLACE_TEXTUALLY, so maybe no help there.

Link to comment

I am using SET_2DA_ENTRY to change the UNUSABLE column in the kitlist.2da file. I write the supposed value in hex (0x...), however, WeiDU converts it to decimal prior to inserting into the file. How to write the hex value verbatim? This has been driving me insane for an hour. There's probably an answer somewhere in the weidu documentation but I couldn't find it. I ended up doing a REPLACE_TEXTUALLY which is not as flexible.

Interesting. I was able to do it like this:

TEXT_SPRINT val ~0004000~
SET_2DA_ENTRY row col num_cols ~0x%val%~
Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...