This is directly quoting you from my RHDN topic.
Money (this one is likely impossible to do safely though).
- Character names (so they default to what they were named as last play through).
These two are easy enough to do. They're already loaded at the start of New Game+, then reset shortly after. You'll need to edit Location 00's events.
Before the MemCopy to Mem.PCNames, add the following.
Code: [Select]
If (7F01CF & 10)
Goto [00C3]
I haven't tested this, but it should work.
If you want more context it's post 415 in the conversation.