Atvaark / W3SavegameEditor

Witcher 3 savegame viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Looking for a way to print list of completed quests

ed5464215 opened this issue · comments

Hi Atvaak,

Thanks for this software. I'm trying to print a list of completed quests. So I am using the 1.08 savefile you posted on another thread which I believe has 202 completed quests.

But when I try and analyze the data you are processing in VariableParserBase.cs (I'm printing out all the String/String/CName/CEntityTemplate values), I only see 84 strings containing the word 'complete', many of which do not seem to be just the quest name:

q402_escort_completed
lw_sk18_completed
mh104_completed
sq310_hook_completed
sq102_letho_completed
q107_complete
sq303_renovation_completed
q310_completed
mh103_completed
lw_sb3_completed
q302_post_mafia_completed
sq303_completed
q203_cataclysm_complete
q309_wh_story_completed
q208_completed
q309_keys_story_completed
q301_completed
lw_sb2_completed
ferry_station_3_complete
lw_sk33_completed
mq0001_completed
chapter1_completed
mh201_completed
q206_complete
q105_completed
mq1043_completed
sq102_completed
sq205_ritual_complete
q302_fdb_ring_completed
q104_completed
q308_psycho_completed
q403_completed
mq1051_fact_completed_mh
hr204_completed
lw_sb14_completed
q305_completed
sq302_completed
sq102_dolores_completed
lw_hs2_completed
lw_tm12_completed
q309_completed
mh307_completed
th1003_fdb_viper_complete
q304_completed
q302_fdb_cleaver_completed
mq0005_complete
q206_completed
q108_complete
sq101_completed
lw_hs1_nest_boss_completed
q303_vault_investigation_complete
mh106_completed
q302_fdb_casino_completed
lw_sb18_completed
mq1051_fdb_complete_quest
sq315_fdb_quest_complete
mh101_completed
q106_complete
q110_completed
th1003_lynx_armor_completed
sq301_completed
q206_csi_completed
q108_body_burn_complete

Am I doing something wrong or is this just a problem in general with the data only partially decoding correctly?

Hi Atvaak,

You can close this. reubengann has done some really nice work with his Witcher3MapViewer using your code as a start.