Messages

If DISE is stuck trying to update, run this command in Command Prompt.

Wednesday, October 19, 2011

Release: read_profile beta 1

Update: I guessed that one value type was "wide string", but since I wasn't sure, those values can't be read correctly. Now that I have confirmed it, I'll release beta 2 after fixing it! :)

An addition to my internal research tools is the read_profile tool, but why not just release it to the public in case someone can have fun with it, or just to have a better view of the default.pro file? :)
Maybe someone else did it already (I have no idea), but here you go anyway!

It can output to a readable ("pretty") format, and CSV so that you can perhaps import it into Excel if you prefer.

You can easily save the content to a text file like this:

read_profile default.pro csv>csv.txt

Note: It can only read the file, not change it.

Download
read_profile_beta_1.zip

Help
Reads Dead Island profile (.pro) files.

Version: beta 1
Author: Steffen L

read_profile <input file> [format]

Formats: csv, pretty (default), pretty2
Sample output
C:\Program Files (x86)\Steam\userdata\xxxxxxxx\91310\remote\out\profiles>read_profile default.pro
L_GameVisibility: 1
L_GameVisibilityArea: 1
L_PublicSlots: 4
L_PrivateSlots: 0
L_VacSecured: 0
L_MRedXp: 0
L_MBlueXp: 0
L_Team: 1
L_MpChrB: 8
L_MpChrR: 18
L_MpSkinR: -1
L_MpSkinB: -1
L_Difficulty: 2
L_MpMode: 5
L_MpPublicSlots: 12
L_MpPrivateSlots: 0
L_MinPlayersToStart: 6
L_MinTeamPlayersToStart: 6
L_MpTDM_SL: 75
L_VoiceChatEnabled: 1
L_MpWLife: 0
L_MpWTraffic: 1
L_MpTLimit: 900
L_MpMap: 0
L_MpScenario: 0
Character: 3
CC_Count: 4
CC_Data:
30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 08 00 00 00 04 00
00 00 01 00 00 00
CE_Count: 0
LPP_Count2: 0
LastSave: "save_0.sav"
SaveSlots_Count: 1
SaveSlots_Data:
00 00 00 00
GameFinished: 0
GameFinishedAnnounced: 0
TutorialFinished: 1
FirstJoinAnnounced: 0
Dlc_Count: 1
Dlc_Data:
02 00 00 00
ArenaIntroShown: 0
RunTime: 12960124159
Stats_CRC: 337241572
Stats_All:
27 00 00 13 00 00 00 00 28 00 00 13 00 00 00 00 40 00 00 13 00 00 00 00 41 00
00 13 00 00 00 00 42 00 00 13 00 00 00 00 43 00 00 13 00 00 00 00 26 00 00 13
00 00 00 00 27 00 01 13 00 00 00 00 28 00 01 13 00 00 00 00 40 00 01 13 00 00
00 00 41 00 01 13 00 00 00 00 42 00 01 13 00 00 00 00 43 00 01 13 00 00 00 00
26 00 01 13 00 00 00 00 27 00 02 13 00 00 00 00 28 00 02 13 00 00 00 00 40 00
02 13 00 00 00 00 41 00 02 13 00 00 00 00 42 00 02 13 00 00 00 00 43 00 02 13
00 00 00 00 26 00 02 13 00 00 00 00 27 00 03 13 00 00 00 00 28 00 03 13 00 00
00 00 40 00 03 13 00 00 00 00 41 00 03 13 00 00 00 00 42 00 03 13 00 00 00 00
43 00 03 13 00 00 00 00 26 00 03 13 00 00 00 00 25 00 00 13 00 00 00 00 44 00
00 13 02 00 00 00 45 00 00 13 00 00 00 00 1b 00 00 23 f0 42 18 00 00 00 00 00
47 00 00 13 00 00 00 00 48 00 00 13 00 00 00 00 49 00 00 13 00 00 00 00 4a 00
[snip]

No comments:

Post a Comment