What is in the data:
Hearkenwold(v21):(IBv12):Drin_808801:20170219094157:00000012:HP10:SP0:XP0:LVL1:PS1::CONVO:IntroStart
ModuleName:MainPcName_uniqueID:WorldDateTime:GameTime:TotalPartyHP:TotalPartySP:TotalPartyXP:TotalPartyLVL:TotalPartySize::TypeOfEvent:TagOfEvent
MainPcName: This is the PC in slot 1 after exiting character creation screen and upon entering the game. You can move this character to different slot in the Party Roster screen, but they will always retain the MainPc tag which module authors can call on if they need to for their story.
uniqueID: this is a random number generated at the start of each new game and saved as part of the save games so your entire play through keeps this uniqueID This differentiates this play through from others that may have the exact same MainPcName such as Drin.
WorldDateTime: year-month-day-hour-minutes-seconds
GameTime: This is the time of day as shown when the game clock is toggled on and is also displayed in save games.
In order to create the Party Images as seen below, I have a tool where I copy and paste the party info from a "LoadSaveGame" event (from the raw data) into a text box. I then click a button and the image is automatically created.
- Untitled58.PNG (42.32 KiB) Viewed 2176 times