Skip to content

Instantly share code, notes, and snippets.

@larsiusprime
Created May 8, 2014 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsiusprime/1dbd06e892e2cab2590e to your computer and use it in GitHub Desktop.
Save larsiusprime/1dbd06e892e2cab2590e to your computer and use it in GitHub Desktop.
Example of posting Defender's Quest Save Slot data
<data>
<version number="0.0.0"/>
<demo_mode value="false"/>
<party>
<class_entry value="mcguffin">
<character handle="mcguffin" name="Azra" sex="male" hero="true">
<info level="1" xp="0"/>
<skills points="0"/>
<colors/>
<target boss="false" chance="false" default="null" effect="false" cheap="false" bulldog="false"/>
</character>
</class_entry>
<class_entry value="sorceror">
<character handle="zelemir" name="zelemir" sex="male" hero="true">
<info level="1" xp="0"/>
<skills points="0"/>
<colors/>
<target boss="false" chance="false" default="null" effect="false" cheap="false" bulldog="false"/>
</character>
</class_entry>
<class_entry value="berserker">
<character handle="slak" name="Slak" sex="male" hero="true">
<info level="2" xp="0"/>
<skills points="0"/>
<colors/>
<target boss="false" chance="false" default="null" effect="false" cheap="false" bulldog="false"/>
</character>
</class_entry>
<plus_classes_hidden/>
</party>
<progress>
<plot id="new_game_plus" next="disable_classes"/>
<plot id="sidequest_1" next="start"/>
<plot id="sidequest_2" next="start"/>
<plot id="get_unazra" next="get_unazra"/>
<plot id="sidequests_3_and_4" next="start"/>
<plot id="sidequest_5" next="start"/>
<plot id="sidequest_6" next="start"/>
<plot id="sidequest_7" next="start"/>
<plot id="hermit_1" next="hermit_1"/>
<plot id="hermit_2" next="hermit_2"/>
<plot id="hermit_3" next="hermit_3"/>
<plot id="hermit_4" next="hermit_4"/>
<plot id="obelisk" next="obelisk"/>
<plot id="main" next="none"/>
<plot id="hero_quest" next="1_2_outro_2"/>
<plot id="coward_quest" next="4_6_intro"/>
<plot id="map_quest" next="step 3"/>
<plot id="journal_quest_epilogue" next="epilogue"/>
<plot id="journal_quest_antimcguffin" next="antiazra"/>
<plot id="journal_quest" next="slak"/>
<pearl diff="easy" status="pass" id="1_1_where_am_i"/>
<pearl diff="easy" status="pass" id="1_2_the_shadow_world"/>
<pearl id="1_1_where_am_i" started="true"/>
<pearl id="1_2_the_shadow_world" started="true"/>
<cutscene id="opening" watched="true"/>
<cutscene id="where_am_i" watched="true"/>
<cutscene id="meet_berserker" watched="true"/>
<cutscene id="second_battle" watched="true"/>
<cutscene id="talk_berserker" watched="true"/>
<cutscene id="caught_by_ozimal" started="true"/>
<info date="1.399566171e+012" currPos="1" time_played="9.296" timezone="1.399566171e+012" percent="0"/>
<hidden>
<feature id="coliseum_explode@a:205:188:true:false:"/>
<feature id="prison_explode@a:307:157:true:false:"/>
<feature id="prison_explode_floor@a:307:157:false:false:"/>
<feature id="karsk_explode@a:165:520:false:false:"/>
</hidden>
<shown>
<feature id="pitwalls_nw:0:0:false:false:"/>
<feature id="pitwalls_sw:0:640:false:false:"/>
<feature id="pitwalls_ne:1000:0:false:false:"/>
<feature id="pitwalls_se_bl:711:1198:false:false:"/>
<feature id="pitwalls_se_br:1355:1196:false:false:"/>
<feature id="pitwalls_se_sbl:1375:846:false:false:"/>
<feature id="pitwalls_se_sbr:1687:846:false:false:"/>
<feature id="pitwalls_se_stl:1503:497:false:false:"/>
<feature id="pitwalls_se_strt:1751:496:false:false:"/>
<feature id="pitwalls_se_strb:1751:672:false:false:"/>
<feature id="pitwalls_se_4:1529:787:false:true:35,37-40"/>
<feature id="crystal_small:987:307:true:false:"/>
<feature id="crystal_medium:1010:306:true:false:"/>
<feature id="crystal_big:1023:308:true:false:"/>
<feature id="dragon_lair@a:1100:500:true:false:"/>
<feature id="fortress_open:643:151:true:false:"/>
<feature id="guard_hideout@a:870:306:true:false:"/>
<feature id="fortress_roof@a:643:151:false:true:15-28,48,49,50,54"/>
<feature id="eztlis_city@a:1023:709:true:false:"/>
<feature id="warehouse@a:70:160:true:false:"/>
<feature id="coliseum@a:205:188:true:false:"/>
<feature id="prison@a:307:157:true:false:"/>
<feature id="karsk@a:165:520:false:false:"/>
<feature id="shanty@a:308:375:false:false:"/>
<feature id="laksos@a:461:370:false:false:"/>
<feature id="ghost_town@a:890:943:true:false:"/>
<feature id="monastery_mountain@a:440:100:false:false:"/>
<feature id="mountain_gate@a:553:318:true:false:"/>
<feature id="monastery@a:590:165:true:false:"/>
<feature id="hospital@a:755:20:false:false:"/>
</shown>
<you_gots>
<you_got a="spell" pending="true" b="lightning"/>
</you_gots>
<ignore/>
<connections>
<link a_str="1_1_where_am_i" a="0" b_str="1_2_the_shadow_world" b="1"/>
<link a_str="1_3_coliseum_1" a="2" b_str="1_2_the_shadow_world" b="1"/>
</connections>
<disabled_pearls/>
<visible_pearls>
<pearl id="1_1_where_am_i"/>
<pearl id="1_2_the_shadow_world"/>
<pearl id="1_3_coliseum_1"/>
</visible_pearls>
</progress>
<inventory gold="50"/>
<progress_plus/>
</data>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment