Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Page 1 of 3 1 2 3
Joined: Mar 2018
A
stranger
OP Offline
stranger
A
Joined: Mar 2018
It surprises me that I only had 10 hours out of the original D-OS and now D-OS 2 is on the market... So I decided to pick up D-OS again and have a complete playthrough. I have been in search for a savegame editor (SE) for several days and ended up doing it manually using LSTools. Just three days ago, I thought that I could make a save editor myself, so I went ahead.

I haven't done much for it for a. me being busy and b. me being a seriously casual programmer. I hope I'm not embarrassing myself because of my lousy programming skill.
Nevertheless, I have released an alpha-preview version on Github if you care to try it.
Donwload:
alpha preview

Description:
This is a save game editor, and it will only work for Divinity Original Sin Enhanced Edition (steam, latest). Do not use it for savegames from other game versions.

The current state of the application has limited functionality. You can:

1. back up of your saves.
2. edit experience, reputation and hp (such as str, dex, int, etc.).
3. edit existing inventory items.
4. edit attributes, abilities, talent and traits.

Note: weapon damage or armor defence values cannot be changed and are related to the item's level.

How to Use:
1. Start the application, the save game path should be automatically determined. If not, locate the Savegames_path folder:
Code
Larian Studios\Divinity Original Sin Enhanced Edition\PlayerProfiles\[i]profile name[/i]\Savegames_patch

2. Select a savegame from the list.
3. Back up the savegame if you want to be safe.
4. Click the load button (you may also double click the savegame from the list).
5. In the pop-up window, change anything you want.
6. For inventory items, you need to click "Apply changes" before selecting another item.
7. Once you finish editing the current character, click "Apply" to save your changes before switching to another character; the button is next to the character selection box.
8. After you finish all your editing, click "Save".


Known issues:
1. Only shows henchmen's names as Henchman (I don't know how to fix this at all).
2. Does not check for overflow (do not use large numbers!).
3. Memory hungry (Could use up to ~1GB). Restart the application if you see it eating up all your memory. A solution is possible but it would require a base-level change in the code, for which I do not have time. Apologies.

Future release:
1. Add support for adding items to inventory.
2. Add support for editing Skills.

Credit:
Norbyte(LSTools), FlukiestEmperor, Greavox


Screenshots:
[Linked Image]
[Linked Image]
[Linked Image]
[Linked Image]
[Linked Image]

Last edited by Aminoacow; 04/07/18 03:42 AM.
Joined: Mar 2018
K
stranger
Offline
stranger
K
Joined: Mar 2018
Hey there. Was just wondering about some simple ways to edit a save game and add some abilities that will speed up the game for me (after already numerous replays with everything normal) - mainly giving myself telekinesis from the start, maybe crafting and such similar small things, and you just posted this. Great timing, really!

But sadly, it doesn't work for me. You did say it's for steam version, so, that's probably the reason, as my game is GOG release, 2.0.119.430.

But also, in the off chance that is actually not the problem, posting the error message.

[img]https://i.imgur.com/bDmftzx.png[/img]

Thanks in any case!

Joined: Mar 2018
A
stranger
OP Offline
stranger
A
Joined: Mar 2018
Hi, have you extract everything in the Zip file and place them in the same folder? It won't work by clicking the executable from the Zip file.

More specifically, check if you have these files in the same folder as the executable:
LSLib.dll
LSLibNative.dll
LZ4.dll
OpenTK.dll
zlib.net.dll

If not, that's the problem as it says in the error "could not load file or assembly 'LSLibNative.dll'".

Last edited by Aminoacow; 01/04/18 03:30 PM.
Joined: Mar 2018
K
stranger
Offline
stranger
K
Joined: Mar 2018
Sorry, had to wait 30 minutes between every post.

But yes, everything is in same folder, alpha-preview-1.0, all the files mentioned, plus some more microsoftAPIcodepacks.

I'm on Windows 7 if that matters, and tried running the application as admin as well. Loads fine, and it sees every save game I have, only when I click 'Load' the error message appears.

Even tried to make that folder structure mentioned in message E:\Documents\Visual Studio 2017\... and extracting there, but no change.

From the screenshots, editor looks simple and concise, I really like that.

Great job again!

Joined: Mar 2018
A
stranger
OP Offline
stranger
A
Joined: Mar 2018
I also have the same problem on my laptop. I will check if something is missing.

Joined: Mar 2018
A
stranger
OP Offline
stranger
A
Joined: Mar 2018
Hi, sorry for the problem. It was a real mistake of mine. I have fixed it (hopefully). Download the v1.1.1 and test it again, please. It worked on my laptop.

Thanks

Last edited by Aminoacow; 01/04/18 05:16 PM.
Joined: Mar 2018
K
stranger
Offline
stranger
K
Joined: Mar 2018
It works! :)

Thanks again. And while this version is fine for my simple needs, will be checking future releases as well.

Joined: Mar 2018
A
stranger
OP Offline
stranger
A
Joined: Mar 2018
Unless I can edit the main thread, for all future releases, please go to:
https://github.com/tmxkn1/D-OS-Save-Editor/releases.

You will also find changelog there.

Last edited by Aminoacow; 03/04/18 11:46 AM.
Joined: Jun 2015
F
enthusiast
Offline
enthusiast
F
Joined: Jun 2015
Stumbled over your thread. Interesting to have an editor now ;-)

The reason I'm posting is to answer a question you posted on GIT, about the modifier.

You have probably already unpacked Main.pak with Norbyte's editor.
You will have two 'mods' under the 'Public' and 'Mods' folders, 'Main' and Shared'. You will find most files I mention under the 'Shared' folder. So when I mention Stats/Generated/Data/Armor.txt, it's normally the Public/Shared/Stats/Generated/Data/Armor.txt file because most stats are in the 'Shared' mod folder.

The possible boost combinations are defined in Stats/Generated/Data/ItemType.txt, e.g. for 'Divine' items:

Code
new itemtype "Divine","ebc808","Item_Divine","1.5",1,Divine,Divine,3
new boostgroup
boost "Legendary"
boost "Large"
boost "Normal"
boost "Small"
new boostgroup
boost "Legendary"
boost "Large"
boost "Normal"
boost "Normal"
new boostgroup
boost "Legendary"
boost "Large"
boost "Large"
boost "Normal"


The 'boost ...' entries are the 'boost slots' an item has, so a divine item has three different potential combinations of boost slot, e.g. 'Legendary', 'Large', 'Normal' and 'Small'.
(By the way, the 'ebc808' in the entry header is the item color in RGB hex notation.)

The boost to boost slot assignment definitions can be found in Stats/Generated/DeltaModifier.txt, I take an example for two 'slot takers'

Code
new deltamod "Weapon_Giant_Vitality_Mod_Mid"
prefixname "Curing"
suffixname "of Vitality"
param "ModifierType" "Weapon"
param "MinLevel" "1"
param "MaxLevel" "12"
param "BoostType" "Large"
new boost "_Vitality_Giant_WeaponBoost",1

new deltamod "Weapon_Giant_Vitality_Mod_Late"
prefixname "Restorative"
suffixname "of the Surgeon"
param "ModifierType" "Weapon"
param "MinLevel" "13"
param "BoostType" "Normal"
new boost "_Vitality_Giant_WeaponBoost",1


You find the slot names from ItemType.txt here again.
You also see an item level 'MinLevel' and 'MaxLevel'. The second entry does not have a max level which means starting from MinLevel.

What is interesting about these two entries is that they define the same boost.
So, on an item from until level 12, the boost '_Vitality_Giant_WeaponBoost' will occupy a 'Large' slot on an item while starting from level 13, it will take a 'Normal' one.

Since the modifier type is 'Weapon' you'll have to search for a stat of type "Weapon" to find out what the boost actually does. All weapon boosts are defined in Stats/Generated/Data/Weapon.txt, along with the weapon definitions:

Code
new entry "_BOOSTS_Weapon"
type "Weapon"
data "ModifierType" "Boost"
data "Act" "1"
data "Act part" "1"
data "Charges" "0"

...

new entry "_Vitality_Giant_WeaponBoost"
type "Weapon"
using "_BOOSTS_Weapon"
data "Value" "2"
data "VitalityBoost" "8"



I posted the base entry '_BOOSTS_Weapon' here too because it's used by the actual stat entry.
('using' is comparable to a C #include, with the exception that the values can be overwritten in the specific section while a C compiler would quit with some 'already defined' error ;-)

I posted a thread over a year ago with a link to a LibreOffice spreadsheet that contains the results of different input values on different levels (or 'Act Parts' as the level is called in many stat files).

You can find the thread in this forum, it's called something like 'A Collection of Stats' and I'm too lazy to search for the link right now ;-)


You will find one additional "BoostType" in DeltaModifier.txt and that is 'ItemCombo' which is not used by the drop engine (it's not in ItemType.txt) but by crafting exclusive boosts like the '_Tormented_WeaponBoost' when putting a tormented soul on a weapon.
This additional slot type makes sure that crafting does not overwrite other slots if the boosts were of the same type but to add the boost on top.

I do not know where the possible slot types are defined but that's most likely hardcoded somewhere inside the game's .exe.


Since you're already playing around with save files, you could look if you find a way to 'reset the handle counter' to repair savegames that no longer work due to the infamous 'out-of-handles' crash ;-)



Joined: Dec 2014
F
stranger
Offline
stranger
F
Joined: Dec 2014
cant make it work GODDAMMIT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!



[Linked Image]

crap my v is like 2.0 helpppppppppppppppppppp!

Last edited by ffffffffffffk; 24/04/18 08:08 PM.
Joined: Feb 2018
Z
stranger
Offline
stranger
Z
Joined: Feb 2018
Gee I wish I could help you but while you seem to speak English pretty well, I don't know what half of those errors say because they are in what looks like Spanish to me. I think part of the problem is you have the save editor on your E drive, try moving it to your desktop on C drive.

Why are trying to run it from Visual Studio 2017? That is not right. Don't put one program inside another and expect it to run properly. Your saved games should be in -

C:\Users\(username here)\Documents\Larian Studios\Divinity Original Sin Enhanced Edition\PlayerProfiles

(username here)<- This is the user name of the user account name you are logged in with on your computer.
It is at the top of your Start Menu, the menu that opens up when you click on start or press the windows key on your keyboard.


Joined: Apr 2018
F
stranger
Offline
stranger
F
Joined: Apr 2018
Originally Posted by Zagan
Why are trying to run it from Visual Studio 2017? That is not right. Don't put one program inside another and expect it to run properly. Your saved games should be in

He's not.
I'm getting this error which is referencing the same location.

[Linked Image]

Last edited by FartyParty; 30/04/18 11:16 PM.
Joined: Mar 2018
A
stranger
OP Offline
stranger
A
Joined: Mar 2018
Originally Posted by ffffffffffffk
cant make it work GODDAMMIT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!



[Linked Image]

crap my v is like 2.0 helpppppppppppppppppppp!


Hi,

Thank you for reporting the issue.

Are you trying to use it on a new game? It is not completely tested for it. I will have a look at it when I have time. I'm in the middle of moving home laugh. Sorry.

Joined: Mar 2018
A
stranger
OP Offline
stranger
A
Joined: Mar 2018
Originally Posted by FartyParty
Originally Posted by Zagan
Why are trying to run it from Visual Studio 2017? That is not right. Don't put one program inside another and expect it to run properly. Your saved games should be in

He's not.
I'm getting this error which is referencing the same location.

[Linked Image]


Thank you for reporting this issue. I might have a quick fix for it.

Joined: Mar 2018
A
stranger
OP Offline
stranger
A
Joined: Mar 2018
Originally Posted by FrauBlake
Stumbled over your thread. Interesting to have an editor now ;-)

The reason I'm posting is to answer a question you posted on GIT, about the modifier.

You have probably already unpacked Main.pak with Norbyte's editor.
You will have two 'mods' under the 'Public' and 'Mods' folders, 'Main' and Shared'. You will find most files I mention under the 'Shared' folder. So when I mention Stats/Generated/Data/Armor.txt, it's normally the Public/Shared/Stats/Generated/Data/Armor.txt file because most stats are in the 'Shared' mod folder.

......



Hi there,

Thank you very much for the information. I will have a look into it soon smile!

Last edited by Aminoacow; 30/04/18 11:38 PM.
Joined: May 2018
X
stranger
Offline
stranger
X
Joined: May 2018
Possibly this was just fixed with the "improved exception handling", but I discovered yesterday if there's no internet connection the program chokes on not being able to reach github apparently and crashes.

Joined: Mar 2018
A
stranger
OP Offline
stranger
A
Joined: Mar 2018
Originally Posted by Xeddicus
Possibly this was just fixed with the "improved exception handling", but I discovered yesterday if there's no internet connection the program chokes on not being able to reach github apparently and crashes.

This issue should have been fixed in v1.4.4. Can you confirm which version you are using?

Joined: May 2018
X
stranger
Offline
stranger
X
Joined: May 2018
Sorry for the delay: That was on 1.4.1, haven't used the newer ones yet. My bad if 1.4.4 was out already when I ran into the problem.

Joined: Dec 2014
F
stranger
Offline
stranger
F
Joined: Dec 2014
i cant send the report because the error is to large

you need to have open the game to editing? sorry for my english
Internal error!

System.AggregateException: Se han producido uno o varios errores. ---> System.AggregateException: Se han producido uno o varios errores. ---> D_OS_Save_Editor.ItemParserException: Item XML:

<node id="MapValue">
<attribute id="Parent" value="167805323" type="5" />
<attribute id="ViewId" value="0" type="27" />
<children>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217266" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217784" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143779" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179985" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67184995" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67184996" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67176745" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215112" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67152559" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67152477" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67152039" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180715" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149671" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144832" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145099" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144767" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67314859" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179220" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144368" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149679" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217061" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151439" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144831" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144830" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144782" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67141813" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67216730" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151408" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67178476" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217180" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150077" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183277" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179984" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179237" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149751" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144829" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67142987" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150031" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183596" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67210512" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150854" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145449" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183399" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67249853" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150127" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143035" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145375" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217057" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145659" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149753" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183912" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183885" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145102" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150137" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151434" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183127" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143117" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145367" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145454" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150140" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177776" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183558" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67146955" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215481" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215488" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215499" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150132" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177738" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149699" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215573" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149634" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183074" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149547" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143952" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177739" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150808" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177623" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67182719" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150608" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145112" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145111" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150138" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150125" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150134" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150128" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144834" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143243" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67152559" type="5" />
<attribute id="MapValue" value="9" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179237" type="5" />
<attribute id="MapValue" value="34" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144829" type="5" />
<attribute id="MapValue" value="36" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215499" type="5" />
<attribute id="MapValue" value="66" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215573" type="5" />
<attribute id="MapValue" value="70" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144830" type="5" />
<attribute id="MapValue" value="24" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149751" type="5" />
<attribute id="MapValue" value="35" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144831" type="5" />
<attribute id="MapValue" value="23" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67182719" type="5" />
<attribute id="MapValue" value="78" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144832" type="5" />
<attribute id="MapValue" value="14" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149679" type="5" />
<attribute id="MapValue" value="20" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149753" type="5" />
<attribute id="MapValue" value="50" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183127" type="5" />
<attribute id="MapValue" value="56" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217057" type="5" />
<attribute id="MapValue" value="48" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183277" type="5" />
<attribute id="MapValue" value="32" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179984" type="5" />
<attribute id="MapValue" value="33" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150125" type="5" />
<attribute id="MapValue" value="83" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144834" type="5" />
<attribute id="MapValue" value="86" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143243" type="5" />
<attribute id="MapValue" value="87" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179985" type="5" />
<attribute id="MapValue" value="4" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150127" type="5" />
<attribute id="MapValue" value="45" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150608" type="5" />
<attribute id="MapValue" value="79" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217061" type="5" />
<attribute id="MapValue" value="21" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67142987" type="5" />
<attribute id="MapValue" value="37" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67210512" type="5" />
<attribute id="MapValue" value="40" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150128" type="5" />
<attribute id="MapValue" value="85" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67216730" type="5" />
<attribute id="MapValue" value="27" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145099" type="5" />
<attribute id="MapValue" value="15" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183912" type="5" />
<attribute id="MapValue" value="51" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143952" type="5" />
<attribute id="MapValue" value="74" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144767" type="5" />
<attribute id="MapValue" value="16" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150132" type="5" />
<attribute id="MapValue" value="67" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177623" type="5" />
<attribute id="MapValue" value="77" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67178476" type="5" />
<attribute id="MapValue" value="29" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145102" type="5" />
<attribute id="MapValue" value="53" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150134" type="5" />
<attribute id="MapValue" value="84" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67314859" type="5" />
<attribute id="MapValue" value="17" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217180" type="5" />
<attribute id="MapValue" value="30" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183399" type="5" />
<attribute id="MapValue" value="43" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145659" type="5" />
<attribute id="MapValue" value="49" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177738" type="5" />
<attribute id="MapValue" value="68" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150137" type="5" />
<attribute id="MapValue" value="54" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177776" type="5" />
<attribute id="MapValue" value="61" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67146955" type="5" />
<attribute id="MapValue" value="63" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177739" type="5" />
<attribute id="MapValue" value="75" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179220" type="5" />
<attribute id="MapValue" value="18" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67141813" type="5" />
<attribute id="MapValue" value="26" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67249853" type="5" />
<attribute id="MapValue" value="44" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150138" type="5" />
<attribute id="MapValue" value="82" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143035" type="5" />
<attribute id="MapValue" value="46" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151434" type="5" />
<attribute id="MapValue" value="55" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215481" type="5" />
<attribute id="MapValue" value="64" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149547" type="5" />
<attribute id="MapValue" value="73" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215112" type="5" />
<attribute id="MapValue" value="8" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144368" type="5" />
<attribute id="MapValue" value="19" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145367" type="5" />
<attribute id="MapValue" value="58" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150140" type="5" />
<attribute id="MapValue" value="60" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67184995" type="5" />
<attribute id="MapValue" value="5" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183885" type="5" />
<attribute id="MapValue" value="52" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67184996" type="5" />
<attribute id="MapValue" value="6" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67176745" type="5" />
<attribute id="MapValue" value="7" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150031" type="5" />
<attribute id="MapValue" value="38" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150808" type="5" />
<attribute id="MapValue" value="76" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143779" type="5" />
<attribute id="MapValue" value="3" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149699" type="5" />
<attribute id="MapValue" value="69" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145111" type="5" />
<attribute id="MapValue" value="81" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151439" type="5" />
<attribute id="MapValue" value="22" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183074" type="5" />
<attribute id="MapValue" value="72" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145112" type="5" />
<attribute id="MapValue" value="80" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67152477" type="5" />
<attribute id="MapValue" value="10" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215488" type="5" />
<attribute id="MapValue" value="65" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144782" type="5" />
<attribute id="MapValue" value="25" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143117" type="5" />
<attribute id="MapValue" value="57" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183558" type="5" />
<attribute id="MapValue" value="62" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217784" type="5" />
<attribute id="MapValue" value="2" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183596" type="5" />
<attribute id="MapValue" value="39" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145449" type="5" />
<attribute id="MapValue" value="42" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145375" type="5" />
<attribute id="MapValue" value="47" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217266" type="5" />
<attribute id="MapValue" value="1" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151408" type="5" />
<attribute id="MapValue" value="28" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150077" type="5" />
<attribute id="MapValue" value="31" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150854" type="5" />
<attribute id="MapValue" value="41" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67152039" type="5" />
<attribute id="MapValue" value="11" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149671" type="5" />
<attribute id="MapValue" value="13" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149634" type="5" />
<attribute id="MapValue" value="71" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180715" type="5" />
<attribute id="MapValue" value="12" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145454" type="5" />
<attribute id="MapValue" value="59" type="5" />
</node>
</children>
</node>

---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en D_OS_Save_Editor.LsxParser.ParseItem(XmlNode node)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
--- Fin del seguimiento de la pila de la excepción interna ---
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
--- Fin del seguimiento de la pila de la excepción interna ---
en System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
en System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
en System.Threading.Tasks.Task.Wait()
en System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
en System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action`1 body)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_0.<ParsePlayer>b__0(Int32 i)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
--- Fin del seguimiento de la pila de la excepción interna ---
en System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
en System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
en System.Threading.Tasks.Task.Wait()
en System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
en System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action`1 body)
en D_OS_Save_Editor.LsxParser.ParsePlayer(XmlDocument doc)
en D_OS_Save_Editor.Savegame.<ParseLsxAsync>d__27.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en D_OS_Save_Editor.MainWindow.<UnpackSaveAsync>d__11.MoveNext()
---> (Nº de excepción interna 0) System.AggregateException: Se han producido uno o varios errores. ---> D_OS_Save_Editor.ItemParserException: Item XML:

<node id="MapValue">
<attribute id="Parent" value="167805323" type="5" />
<attribute id="ViewId" value="0" type="27" />
<children>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217266" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217784" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143779" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179985" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67184995" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67184996" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67176745" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215112" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67152559" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67152477" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67152039" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180715" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149671" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144832" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145099" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144767" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67314859" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179220" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144368" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149679" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217061" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151439" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144831" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144830" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144782" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67141813" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67216730" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151408" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67178476" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217180" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150077" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183277" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179984" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179237" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149751" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144829" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67142987" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150031" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183596" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67210512" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150854" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145449" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183399" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67249853" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150127" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143035" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145375" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217057" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145659" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149753" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183912" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183885" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145102" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150137" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151434" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183127" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143117" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145367" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145454" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150140" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177776" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183558" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67146955" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215481" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215488" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215499" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150132" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177738" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149699" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215573" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149634" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183074" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149547" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143952" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177739" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150808" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177623" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67182719" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150608" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145112" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145111" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150138" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150125" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150134" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150128" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144834" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143243" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67152559" type="5" />
<attribute id="MapValue" value="9" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179237" type="5" />
<attribute id="MapValue" value="34" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144829" type="5" />
<attribute id="MapValue" value="36" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215499" type="5" />
<attribute id="MapValue" value="66" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215573" type="5" />
<attribute id="MapValue" value="70" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144830" type="5" />
<attribute id="MapValue" value="24" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149751" type="5" />
<attribute id="MapValue" value="35" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144831" type="5" />
<attribute id="MapValue" value="23" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67182719" type="5" />
<attribute id="MapValue" value="78" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144832" type="5" />
<attribute id="MapValue" value="14" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149679" type="5" />
<attribute id="MapValue" value="20" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149753" type="5" />
<attribute id="MapValue" value="50" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183127" type="5" />
<attribute id="MapValue" value="56" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217057" type="5" />
<attribute id="MapValue" value="48" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183277" type="5" />
<attribute id="MapValue" value="32" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179984" type="5" />
<attribute id="MapValue" value="33" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150125" type="5" />
<attribute id="MapValue" value="83" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144834" type="5" />
<attribute id="MapValue" value="86" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143243" type="5" />
<attribute id="MapValue" value="87" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179985" type="5" />
<attribute id="MapValue" value="4" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150127" type="5" />
<attribute id="MapValue" value="45" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150608" type="5" />
<attribute id="MapValue" value="79" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217061" type="5" />
<attribute id="MapValue" value="21" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67142987" type="5" />
<attribute id="MapValue" value="37" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67210512" type="5" />
<attribute id="MapValue" value="40" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150128" type="5" />
<attribute id="MapValue" value="85" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67216730" type="5" />
<attribute id="MapValue" value="27" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145099" type="5" />
<attribute id="MapValue" value="15" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183912" type="5" />
<attribute id="MapValue" value="51" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143952" type="5" />
<attribute id="MapValue" value="74" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144767" type="5" />
<attribute id="MapValue" value="16" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150132" type="5" />
<attribute id="MapValue" value="67" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177623" type="5" />
<attribute id="MapValue" value="77" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67178476" type="5" />
<attribute id="MapValue" value="29" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145102" type="5" />
<attribute id="MapValue" value="53" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150134" type="5" />
<attribute id="MapValue" value="84" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67314859" type="5" />
<attribute id="MapValue" value="17" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217180" type="5" />
<attribute id="MapValue" value="30" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183399" type="5" />
<attribute id="MapValue" value="43" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145659" type="5" />
<attribute id="MapValue" value="49" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177738" type="5" />
<attribute id="MapValue" value="68" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150137" type="5" />
<attribute id="MapValue" value="54" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177776" type="5" />
<attribute id="MapValue" value="61" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67146955" type="5" />
<attribute id="MapValue" value="63" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177739" type="5" />
<attribute id="MapValue" value="75" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179220" type="5" />
<attribute id="MapValue" value="18" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67141813" type="5" />
<attribute id="MapValue" value="26" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67249853" type="5" />
<attribute id="MapValue" value="44" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150138" type="5" />
<attribute id="MapValue" value="82" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143035" type="5" />
<attribute id="MapValue" value="46" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151434" type="5" />
<attribute id="MapValue" value="55" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215481" type="5" />
<attribute id="MapValue" value="64" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149547" type="5" />
<attribute id="MapValue" value="73" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215112" type="5" />
<attribute id="MapValue" value="8" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144368" type="5" />
<attribute id="MapValue" value="19" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145367" type="5" />
<attribute id="MapValue" value="58" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150140" type="5" />
<attribute id="MapValue" value="60" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67184995" type="5" />
<attribute id="MapValue" value="5" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183885" type="5" />
<attribute id="MapValue" value="52" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67184996" type="5" />
<attribute id="MapValue" value="6" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67176745" type="5" />
<attribute id="MapValue" value="7" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150031" type="5" />
<attribute id="MapValue" value="38" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150808" type="5" />
<attribute id="MapValue" value="76" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143779" type="5" />
<attribute id="MapValue" value="3" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149699" type="5" />
<attribute id="MapValue" value="69" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145111" type="5" />
<attribute id="MapValue" value="81" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151439" type="5" />
<attribute id="MapValue" value="22" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183074" type="5" />
<attribute id="MapValue" value="72" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145112" type="5" />
<attribute id="MapValue" value="80" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67152477" type="5" />
<attribute id="MapValue" value="10" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215488" type="5" />
<attribute id="MapValue" value="65" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144782" type="5" />
<attribute id="MapValue" value="25" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143117" type="5" />
<attribute id="MapValue" value="57" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183558" type="5" />
<attribute id="MapValue" value="62" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217784" type="5" />
<attribute id="MapValue" value="2" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183596" type="5" />
<attribute id="MapValue" value="39" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145449" type="5" />
<attribute id="MapValue" value="42" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145375" type="5" />
<attribute id="MapValue" value="47" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217266" type="5" />
<attribute id="MapValue" value="1" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151408" type="5" />
<attribute id="MapValue" value="28" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150077" type="5" />
<attribute id="MapValue" value="31" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150854" type="5" />
<attribute id="MapValue" value="41" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67152039" type="5" />
<attribute id="MapValue" value="11" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149671" type="5" />
<attribute id="MapValue" value="13" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149634" type="5" />
<attribute id="MapValue" value="71" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180715" type="5" />
<attribute id="MapValue" value="12" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145454" type="5" />
<attribute id="MapValue" value="59" type="5" />
</node>
</children>
</node>

---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en D_OS_Save_Editor.LsxParser.ParseItem(XmlNode node)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
--- Fin del seguimiento de la pila de la excepción interna ---
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
--- Fin del seguimiento de la pila de la excepción interna ---
en System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
en System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
en System.Threading.Tasks.Task.Wait()
en System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
en System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action`1 body)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_0.<ParsePlayer>b__0(Int32 i)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
---> (Nº de excepción interna 0) D_OS_Save_Editor.ItemParserException: Item XML:

<node id="MapValue">
<attribute id="Parent" value="167805323" type="5" />
<attribute id="ViewId" value="0" type="27" />
<children>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217266" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217784" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143779" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179985" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67184995" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67184996" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67176745" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215112" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67152559" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67152477" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67152039" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180715" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149671" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144832" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145099" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144767" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67314859" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179220" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144368" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149679" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217061" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151439" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144831" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144830" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144782" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67141813" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67216730" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151408" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67178476" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217180" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150077" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183277" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179984" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179237" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149751" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144829" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67142987" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150031" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183596" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67210512" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150854" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145449" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183399" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67249853" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150127" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143035" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145375" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217057" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145659" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149753" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183912" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183885" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145102" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150137" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151434" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183127" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143117" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145367" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145454" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150140" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177776" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183558" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67146955" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215481" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215488" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215499" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150132" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177738" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149699" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215573" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149634" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183074" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149547" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143952" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177739" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150808" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177623" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67182719" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150608" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145112" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145111" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150138" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150125" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150134" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150128" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144834" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143243" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67152559" type="5" />
<attribute id="MapValue" value="9" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179237" type="5" />
<attribute id="MapValue" value="34" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144829" type="5" />
<attribute id="MapValue" value="36" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215499" type="5" />
<attribute id="MapValue" value="66" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215573" type="5" />
<attribute id="MapValue" value="70" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144830" type="5" />
<attribute id="MapValue" value="24" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149751" type="5" />
<attribute id="MapValue" value="35" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144831" type="5" />
<attribute id="MapValue" value="23" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67182719" type="5" />
<attribute id="MapValue" value="78" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144832" type="5" />
<attribute id="MapValue" value="14" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149679" type="5" />
<attribute id="MapValue" value="20" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149753" type="5" />
<attribute id="MapValue" value="50" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183127" type="5" />
<attribute id="MapValue" value="56" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217057" type="5" />
<attribute id="MapValue" value="48" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183277" type="5" />
<attribute id="MapValue" value="32" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179984" type="5" />
<attribute id="MapValue" value="33" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150125" type="5" />
<attribute id="MapValue" value="83" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144834" type="5" />
<attribute id="MapValue" value="86" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143243" type="5" />
<attribute id="MapValue" value="87" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179985" type="5" />
<attribute id="MapValue" value="4" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150127" type="5" />
<attribute id="MapValue" value="45" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150608" type="5" />
<attribute id="MapValue" value="79" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217061" type="5" />
<attribute id="MapValue" value="21" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67142987" type="5" />
<attribute id="MapValue" value="37" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67210512" type="5" />
<attribute id="MapValue" value="40" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150128" type="5" />
<attribute id="MapValue" value="85" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67216730" type="5" />
<attribute id="MapValue" value="27" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145099" type="5" />
<attribute id="MapValue" value="15" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183912" type="5" />
<attribute id="MapValue" value="51" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143952" type="5" />
<attribute id="MapValue" value="74" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144767" type="5" />
<attribute id="MapValue" value="16" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150132" type="5" />
<attribute id="MapValue" value="67" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177623" type="5" />
<attribute id="MapValue" value="77" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67178476" type="5" />
<attribute id="MapValue" value="29" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145102" type="5" />
<attribute id="MapValue" value="53" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150134" type="5" />
<attribute id="MapValue" value="84" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67314859" type="5" />
<attribute id="MapValue" value="17" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217180" type="5" />
<attribute id="MapValue" value="30" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183399" type="5" />
<attribute id="MapValue" value="43" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145659" type="5" />
<attribute id="MapValue" value="49" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177738" type="5" />
<attribute id="MapValue" value="68" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150137" type="5" />
<attribute id="MapValue" value="54" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177776" type="5" />
<attribute id="MapValue" value="61" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67146955" type="5" />
<attribute id="MapValue" value="63" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177739" type="5" />
<attribute id="MapValue" value="75" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179220" type="5" />
<attribute id="MapValue" value="18" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67141813" type="5" />
<attribute id="MapValue" value="26" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67249853" type="5" />
<attribute id="MapValue" value="44" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150138" type="5" />
<attribute id="MapValue" value="82" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143035" type="5" />
<attribute id="MapValue" value="46" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151434" type="5" />
<attribute id="MapValue" value="55" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215481" type="5" />
<attribute id="MapValue" value="64" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149547" type="5" />
<attribute id="MapValue" value="73" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215112" type="5" />
<attribute id="MapValue" value="8" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144368" type="5" />
<attribute id="MapValue" value="19" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145367" type="5" />
<attribute id="MapValue" value="58" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150140" type="5" />
<attribute id="MapValue" value="60" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67184995" type="5" />
<attribute id="MapValue" value="5" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183885" type="5" />
<attribute id="MapValue" value="52" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67184996" type="5" />
<attribute id="MapValue" value="6" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67176745" type="5" />
<attribute id="MapValue" value="7" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150031" type="5" />
<attribute id="MapValue" value="38" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150808" type="5" />
<attribute id="MapValue" value="76" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143779" type="5" />
<attribute id="MapValue" value="3" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149699" type="5" />
<attribute id="MapValue" value="69" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145111" type="5" />
<attribute id="MapValue" value="81" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151439" type="5" />
<attribute id="MapValue" value="22" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183074" type="5" />
<attribute id="MapValue" value="72" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145112" type="5" />
<attribute id="MapValue" value="80" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67152477" type="5" />
<attribute id="MapValue" value="10" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215488" type="5" />
<attribute id="MapValue" value="65" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144782" type="5" />
<attribute id="MapValue" value="25" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143117" type="5" />
<attribute id="MapValue" value="57" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183558" type="5" />
<attribute id="MapValue" value="62" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217784" type="5" />
<attribute id="MapValue" value="2" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183596" type="5" />
<attribute id="MapValue" value="39" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145449" type="5" />
<attribute id="MapValue" value="42" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145375" type="5" />
<attribute id="MapValue" value="47" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217266" type="5" />
<attribute id="MapValue" value="1" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151408" type="5" />
<attribute id="MapValue" value="28" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150077" type="5" />
<attribute id="MapValue" value="31" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150854" type="5" />
<attribute id="MapValue" value="41" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67152039" type="5" />
<attribute id="MapValue" value="11" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149671" type="5" />
<attribute id="MapValue" value="13" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149634" type="5" />
<attribute id="MapValue" value="71" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180715" type="5" />
<attribute id="MapValue" value="12" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145454" type="5" />
<attribute id="MapValue" value="59" type="5" />
</node>
</children>
</node>

---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en D_OS_Save_Editor.LsxParser.ParseItem(XmlNode node)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
--- Fin del seguimiento de la pila de la excepción interna ---
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---
<---

---> (Nº de excepción interna 1) System.AggregateException: Se han producido uno o varios errores. ---> D_OS_Save_Editor.ItemParserException: Item XML:

<node id="MapValue">
<attribute id="Parent" value="167805322" type="5" />
<attribute id="ViewId" value="2" type="27" />
<children>
<node id="Items">
<attribute id="Object" value="67217133" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67281295" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180177" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151318" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67178084" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67346612" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150113" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150218" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150112" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150316" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150333" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150111" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150213" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150222" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143722" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143722" type="5" />
<attribute id="MapValue" value="16" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217133" type="5" />
<attribute id="MapValue" value="0" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67281295" type="5" />
<attribute id="MapValue" value="2" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150316" type="5" />
<attribute id="MapValue" value="11" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180177" type="5" />
<attribute id="MapValue" value="3" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151318" type="5" />
<attribute id="MapValue" value="4" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150213" type="5" />
<attribute id="MapValue" value="14" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67346612" type="5" />
<attribute id="MapValue" value="6" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150218" type="5" />
<attribute id="MapValue" value="9" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150333" type="5" />
<attribute id="MapValue" value="12" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150111" type="5" />
<attribute id="MapValue" value="13" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150222" type="5" />
<attribute id="MapValue" value="15" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67178084" type="5" />
<attribute id="MapValue" value="5" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150112" type="5" />
<attribute id="MapValue" value="10" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150113" type="5" />
<attribute id="MapValue" value="8" type="5" />
</node>
</children>
</node>

---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en D_OS_Save_Editor.LsxParser.ParseItem(XmlNode node)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
--- Fin del seguimiento de la pila de la excepción interna ---
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
--- Fin del seguimiento de la pila de la excepción interna ---
en System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
en System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
en System.Threading.Tasks.Task.Wait()
en System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
en System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action`1 body)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_0.<ParsePlayer>b__0(Int32 i)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
---> (Nº de excepción interna 0) D_OS_Save_Editor.ItemParserException: Item XML:

<node id="MapValue">
<attribute id="Parent" value="167805322" type="5" />
<attribute id="ViewId" value="2" type="27" />
<children>
<node id="Items">
<attribute id="Object" value="67217133" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67281295" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180177" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151318" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67178084" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67346612" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150113" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150218" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150112" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150316" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150333" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150111" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150213" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150222" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143722" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="0" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143722" type="5" />
<attribute id="MapValue" value="16" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217133" type="5" />
<attribute id="MapValue" value="0" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67281295" type="5" />
<attribute id="MapValue" value="2" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150316" type="5" />
<attribute id="MapValue" value="11" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180177" type="5" />
<attribute id="MapValue" value="3" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151318" type="5" />
<attribute id="MapValue" value="4" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150213" type="5" />
<attribute id="MapValue" value="14" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67346612" type="5" />
<attribute id="MapValue" value="6" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150218" type="5" />
<attribute id="MapValue" value="9" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150333" type="5" />
<attribute id="MapValue" value="12" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150111" type="5" />
<attribute id="MapValue" value="13" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150222" type="5" />
<attribute id="MapValue" value="15" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67178084" type="5" />
<attribute id="MapValue" value="5" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150112" type="5" />
<attribute id="MapValue" value="10" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150113" type="5" />
<attribute id="MapValue" value="8" type="5" />
</node>
</children>
</node>

---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en D_OS_Save_Editor.LsxParser.ParseItem(XmlNode node)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
--- Fin del seguimiento de la pila de la excepción interna ---
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---

---> (Nº de excepción interna 1) D_OS_Save_Editor.ItemParserException: Item XML:

<node id="MapValue">
<attribute id="Parent" value="167805322" type="5" />
<attribute id="ViewId" value="0" type="27" />
<children>
<node id="Items">
<attribute id="Object" value="67150113" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143722" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150222" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150213" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150111" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150333" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150316" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150112" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150218" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149560" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67178429" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177950" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67216114" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149811" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67147699" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67178050" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180070" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151689" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149896" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151919" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149584" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67174582" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151920" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217281" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149612" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67146286" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217774" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217141" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180018" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180033" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179749" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67314435" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177925" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180204" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180142" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180146" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67184971" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67152578" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179147" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67248334" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67152406" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67282665" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67152561" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67216281" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67249028" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67248297" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144784" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177943" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183436" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67282615" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67178688" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67249911" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183611" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143174" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67146327" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149538" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143076" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143080" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143038" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217133" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67249865" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215571" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67141816" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143148" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67281295" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217280" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144397" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177921" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67249424" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67216271" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67178959" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67178825" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145515" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145138" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67146230" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67178849" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67342767" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183459" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67217152" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180480" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180177" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149569" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183165" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67211707" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180405" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67210343" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67180991" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67249428" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149676" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149539" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67144210" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67141983" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149865" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183905" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183179" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67346612" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67282624" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67243389" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149880" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67213584" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179646" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143200" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179538" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67282568" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67282559" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67282556" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67282035" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67282550" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67214996" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143556" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151318" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149256" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179632" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145115" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143546" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67250000" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177915" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67281713" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143411" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67249296" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145427" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149688" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67216097" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150851" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67212220" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183475" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183889" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149842" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215134" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67182347" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145015" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143391" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183899" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148267" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148251" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143157" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143170" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67179731" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67248284" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143149" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148625" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143188" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183375" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67249284" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67249282" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67249293" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183432" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183553" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67249018" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143533" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67249327" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143557" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143317" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148513" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148497" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148643" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148569" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143272" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67248108" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145479" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67182566" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145371" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145419" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183394" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183434" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67280879" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143206" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148290" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67215054" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145623" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143547" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149471" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67210542" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150876" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183531" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143372" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145503" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148203" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143147" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183874" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143371" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148352" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148509" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143475" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143343" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143410" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143033" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148577" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151463" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143096" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148202" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149667" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148222" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143488" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148211" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67151446" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149591" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145395" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67178084" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183163" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149514" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149513" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143041" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67248054" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67248309" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149609" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149533" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149812" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67150865" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67178014" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143044" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149669" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183481" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67142873" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67248875" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177860" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67142944" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67142947" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67142936" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67142900" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67142963" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177846" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67177871" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67142973" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143053" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149516" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149867" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149690" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148304" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145426" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149795" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148201" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145114" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143100" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149355" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148648" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149408" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143133" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183328" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148555" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143295" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143211" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143199" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143279" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148198" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143316" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183402" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183404" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148533" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148576" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145116" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143126" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183489" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149259" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149285" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143462" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143134" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145106" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148606" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143109" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183554" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143128" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67183604" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148539" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148199" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145118" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149616" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148264" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149277" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148584" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149899" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145234" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149594" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145113" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67148620" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67147686" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67146487" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149556" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67182554" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149823" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143008" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143079" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143057" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145148" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143084" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143553" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143127" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143025" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67149677" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143554" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67142976" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143284" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67181025" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67184971" type="5" />
<attribute id="MapValue" value="36" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148267" type="5" />
<attribute id="MapValue" value="133" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67249018" type="5" />
<attribute id="MapValue" value="148" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143272" type="5" />
<attribute id="MapValue" value="157" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67182566" type="5" />
<attribute id="MapValue" value="160" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148304" type="5" />
<attribute id="MapValue" value="228" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67142976" type="5" />
<attribute id="MapValue" value="290" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149896" type="5" />
<attribute id="MapValue" value="18" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67314435" type="5" />
<attribute id="MapValue" value="31" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67282615" type="5" />
<attribute id="MapValue" value="49" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215571" type="5" />
<attribute id="MapValue" value="61" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183899" type="5" />
<attribute id="MapValue" value="132" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145419" type="5" />
<attribute id="MapValue" value="162" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143199" type="5" />
<attribute id="MapValue" value="242" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145234" type="5" />
<attribute id="MapValue" value="271" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67152561" type="5" />
<attribute id="MapValue" value="42" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177943" type="5" />
<attribute id="MapValue" value="47" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143200" type="5" />
<attribute id="MapValue" value="101" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143533" type="5" />
<attribute id="MapValue" value="149" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215054" type="5" />
<attribute id="MapValue" value="168" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143126" type="5" />
<attribute id="MapValue" value="251" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183604" type="5" />
<attribute id="MapValue" value="262" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149823" type="5" />
<attribute id="MapValue" value="279" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67249428" type="5" />
<attribute id="MapValue" value="87" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149676" type="5" />
<attribute id="MapValue" value="88" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179646" type="5" />
<attribute id="MapValue" value="100" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67182347" type="5" />
<attribute id="MapValue" value="129" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183531" type="5" />
<attribute id="MapValue" value="174" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143053" type="5" />
<attribute id="MapValue" value="224" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143127" type="5" />
<attribute id="MapValue" value="286" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145015" type="5" />
<attribute id="MapValue" value="130" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67280879" type="5" />
<attribute id="MapValue" value="165" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67210542" type="5" />
<attribute id="MapValue" value="172" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177871" type="5" />
<attribute id="MapValue" value="222" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143128" type="5" />
<attribute id="MapValue" value="261" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149899" type="5" />
<attribute id="MapValue" value="270" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149677" type="5" />
<attribute id="MapValue" value="288" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180018" type="5" />
<attribute id="MapValue" value="28" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67249911" type="5" />
<attribute id="MapValue" value="51" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183459" type="5" />
<attribute id="MapValue" value="77" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67249282" type="5" />
<attribute id="MapValue" value="144" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183163" type="5" />
<attribute id="MapValue" value="199" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67248875" type="5" />
<attribute id="MapValue" value="214" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67142944" type="5" />
<attribute id="MapValue" value="216" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148198" type="5" />
<attribute id="MapValue" value="244" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143462" type="5" />
<attribute id="MapValue" value="255" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143722" type="5" />
<attribute id="MapValue" value="1" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180204" type="5" />
<attribute id="MapValue" value="33" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67141983" type="5" />
<attribute id="MapValue" value="91" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179538" type="5" />
<attribute id="MapValue" value="102" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67248284" type="5" />
<attribute id="MapValue" value="138" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148643" type="5" />
<attribute id="MapValue" value="155" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148569" type="5" />
<attribute id="MapValue" value="156" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148606" type="5" />
<attribute id="MapValue" value="258" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148199" type="5" />
<attribute id="MapValue" value="264" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67178688" type="5" />
<attribute id="MapValue" value="50" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149569" type="5" />
<attribute id="MapValue" value="81" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183165" type="5" />
<attribute id="MapValue" value="82" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149865" type="5" />
<attribute id="MapValue" value="92" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183905" type="5" />
<attribute id="MapValue" value="93" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67249284" type="5" />
<attribute id="MapValue" value="143" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143279" type="5" />
<attribute id="MapValue" value="243" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143316" type="5" />
<attribute id="MapValue" value="245" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148533" type="5" />
<attribute id="MapValue" value="248" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143057" type="5" />
<attribute id="MapValue" value="282" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67178429" type="5" />
<attribute id="MapValue" value="10" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67174582" type="5" />
<attribute id="MapValue" value="21" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67216281" type="5" />
<attribute id="MapValue" value="43" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217280" type="5" />
<attribute id="MapValue" value="65" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67215134" type="5" />
<attribute id="MapValue" value="128" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143391" type="5" />
<attribute id="MapValue" value="131" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143317" type="5" />
<attribute id="MapValue" value="152" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148497" type="5" />
<attribute id="MapValue" value="154" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143206" type="5" />
<attribute id="MapValue" value="166" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149533" type="5" />
<attribute id="MapValue" value="206" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150865" type="5" />
<attribute id="MapValue" value="208" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67142873" type="5" />
<attribute id="MapValue" value="213" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67142947" type="5" />
<attribute id="MapValue" value="217" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145426" type="5" />
<attribute id="MapValue" value="229" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148201" type="5" />
<attribute id="MapValue" value="231" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177950" type="5" />
<attribute id="MapValue" value="11" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217281" type="5" />
<attribute id="MapValue" value="23" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183611" type="5" />
<attribute id="MapValue" value="52" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217133" type="5" />
<attribute id="MapValue" value="59" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145427" type="5" />
<attribute id="MapValue" value="120" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67216097" type="5" />
<attribute id="MapValue" value="122" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143170" type="5" />
<attribute id="MapValue" value="136" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143096" type="5" />
<attribute id="MapValue" value="189" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148202" type="5" />
<attribute id="MapValue" value="190" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149867" type="5" />
<attribute id="MapValue" value="226" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143133" type="5" />
<attribute id="MapValue" value="237" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67249028" type="5" />
<attribute id="MapValue" value="44" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67282624" type="5" />
<attribute id="MapValue" value="96" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67282550" type="5" />
<attribute id="MapValue" value="107" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148203" type="5" />
<attribute id="MapValue" value="177" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149609" type="5" />
<attribute id="MapValue" value="205" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143134" type="5" />
<attribute id="MapValue" value="256" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177915" type="5" />
<attribute id="MapValue" value="116" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145503" type="5" />
<attribute id="MapValue" value="176" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148352" type="5" />
<attribute id="MapValue" value="181" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149795" type="5" />
<attribute id="MapValue" value="230" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148648" type="5" />
<attribute id="MapValue" value="235" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149277" type="5" />
<attribute id="MapValue" value="268" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67147686" type="5" />
<attribute id="MapValue" value="275" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67213584" type="5" />
<attribute id="MapValue" value="99" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143025" type="5" />
<attribute id="MapValue" value="287" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143284" type="5" />
<attribute id="MapValue" value="291" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149612" type="5" />
<attribute id="MapValue" value="24" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143174" type="5" />
<attribute id="MapValue" value="53" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149538" type="5" />
<attribute id="MapValue" value="55" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67281295" type="5" />
<attribute id="MapValue" value="64" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144210" type="5" />
<attribute id="MapValue" value="90" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67282035" type="5" />
<attribute id="MapValue" value="106" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67249327" type="5" />
<attribute id="MapValue" value="150" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183874" type="5" />
<attribute id="MapValue" value="179" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143100" type="5" />
<attribute id="MapValue" value="233" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143211" type="5" />
<attribute id="MapValue" value="241" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148576" type="5" />
<attribute id="MapValue" value="249" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148539" type="5" />
<attribute id="MapValue" value="263" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67181025" type="5" />
<attribute id="MapValue" value="292" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150316" type="5" />
<attribute id="MapValue" value="6" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67282665" type="5" />
<attribute id="MapValue" value="41" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149539" type="5" />
<attribute id="MapValue" value="89" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179731" type="5" />
<attribute id="MapValue" value="137" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183394" type="5" />
<attribute id="MapValue" value="163" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148577" type="5" />
<attribute id="MapValue" value="187" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151463" type="5" />
<attribute id="MapValue" value="188" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145395" type="5" />
<attribute id="MapValue" value="197" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144397" type="5" />
<attribute id="MapValue" value="66" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143546" type="5" />
<attribute id="MapValue" value="114" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149688" type="5" />
<attribute id="MapValue" value="121" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183432" type="5" />
<attribute id="MapValue" value="146" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67248108" type="5" />
<attribute id="MapValue" value="158" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149355" type="5" />
<attribute id="MapValue" value="234" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145138" type="5" />
<attribute id="MapValue" value="73" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180177" type="5" />
<attribute id="MapValue" value="80" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180991" type="5" />
<attribute id="MapValue" value="86" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67282556" type="5" />
<attribute id="MapValue" value="105" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67249293" type="5" />
<attribute id="MapValue" value="145" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143547" type="5" />
<attribute id="MapValue" value="170" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177846" type="5" />
<attribute id="MapValue" value="221" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67146286" type="5" />
<attribute id="MapValue" value="25" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217141" type="5" />
<attribute id="MapValue" value="27" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177921" type="5" />
<attribute id="MapValue" value="67" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151318" type="5" />
<attribute id="MapValue" value="110" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67212220" type="5" />
<attribute id="MapValue" value="124" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183434" type="5" />
<attribute id="MapValue" value="164" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149690" type="5" />
<attribute id="MapValue" value="227" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149616" type="5" />
<attribute id="MapValue" value="266" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180142" type="5" />
<attribute id="MapValue" value="34" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67214996" type="5" />
<attribute id="MapValue" value="108" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143475" type="5" />
<attribute id="MapValue" value="183" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148211" type="5" />
<attribute id="MapValue" value="194" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151689" type="5" />
<attribute id="MapValue" value="17" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67152578" type="5" />
<attribute id="MapValue" value="37" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67248334" type="5" />
<attribute id="MapValue" value="39" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67248297" type="5" />
<attribute id="MapValue" value="45" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183436" type="5" />
<attribute id="MapValue" value="48" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67178959" type="5" />
<attribute id="MapValue" value="70" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67282559" type="5" />
<attribute id="MapValue" value="104" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67249296" type="5" />
<attribute id="MapValue" value="119" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150876" type="5" />
<attribute id="MapValue" value="173" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149285" type="5" />
<attribute id="MapValue" value="254" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180070" type="5" />
<attribute id="MapValue" value="16" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180033" type="5" />
<attribute id="MapValue" value="29" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67178849" type="5" />
<attribute id="MapValue" value="75" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67250000" type="5" />
<attribute id="MapValue" value="115" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145623" type="5" />
<attribute id="MapValue" value="169" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149471" type="5" />
<attribute id="MapValue" value="171" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148509" type="5" />
<attribute id="MapValue" value="182" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143033" type="5" />
<attribute id="MapValue" value="186" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148620" type="5" />
<attribute id="MapValue" value="274" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217774" type="5" />
<attribute id="MapValue" value="26" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177925" type="5" />
<attribute id="MapValue" value="32" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67146327" type="5" />
<attribute id="MapValue" value="54" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183179" type="5" />
<attribute id="MapValue" value="94" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183475" type="5" />
<attribute id="MapValue" value="125" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149842" type="5" />
<attribute id="MapValue" value="127" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148251" type="5" />
<attribute id="MapValue" value="134" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145106" type="5" />
<attribute id="MapValue" value="257" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148584" type="5" />
<attribute id="MapValue" value="269" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150213" type="5" />
<attribute id="MapValue" value="3" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149584" type="5" />
<attribute id="MapValue" value="20" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180146" type="5" />
<attribute id="MapValue" value="35" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179147" type="5" />
<attribute id="MapValue" value="38" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67211707" type="5" />
<attribute id="MapValue" value="83" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180405" type="5" />
<attribute id="MapValue" value="84" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149880" type="5" />
<attribute id="MapValue" value="98" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183328" type="5" />
<attribute id="MapValue" value="238" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183402" type="5" />
<attribute id="MapValue" value="246" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143109" type="5" />
<attribute id="MapValue" value="259" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143553" type="5" />
<attribute id="MapValue" value="285" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145515" type="5" />
<attribute id="MapValue" value="72" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67180480" type="5" />
<attribute id="MapValue" value="79" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148290" type="5" />
<attribute id="MapValue" value="167" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143147" type="5" />
<attribute id="MapValue" value="178" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143295" type="5" />
<attribute id="MapValue" value="240" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143554" type="5" />
<attribute id="MapValue" value="289" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67147699" type="5" />
<attribute id="MapValue" value="14" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67141816" type="5" />
<attribute id="MapValue" value="62" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143148" type="5" />
<attribute id="MapValue" value="63" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67281713" type="5" />
<attribute id="MapValue" value="117" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148513" type="5" />
<attribute id="MapValue" value="153" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145479" type="5" />
<attribute id="MapValue" value="159" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67142963" type="5" />
<attribute id="MapValue" value="220" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183404" type="5" />
<attribute id="MapValue" value="247" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143038" type="5" />
<attribute id="MapValue" value="58" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67346612" type="5" />
<attribute id="MapValue" value="95" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143556" type="5" />
<attribute id="MapValue" value="109" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143149" type="5" />
<attribute id="MapValue" value="139" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148625" type="5" />
<attribute id="MapValue" value="140" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183553" type="5" />
<attribute id="MapValue" value="147" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143371" type="5" />
<attribute id="MapValue" value="180" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149513" type="5" />
<attribute id="MapValue" value="201" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67182554" type="5" />
<attribute id="MapValue" value="278" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67216114" type="5" />
<attribute id="MapValue" value="12" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151919" type="5" />
<attribute id="MapValue" value="19" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143076" type="5" />
<attribute id="MapValue" value="56" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179632" type="5" />
<attribute id="MapValue" value="112" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143557" type="5" />
<attribute id="MapValue" value="151" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143372" type="5" />
<attribute id="MapValue" value="175" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149514" type="5" />
<attribute id="MapValue" value="200" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183554" type="5" />
<attribute id="MapValue" value="260" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145148" type="5" />
<attribute id="MapValue" value="283" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150218" type="5" />
<attribute id="MapValue" value="8" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149811" type="5" />
<attribute id="MapValue" value="13" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151920" type="5" />
<attribute id="MapValue" value="22" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67210343" type="5" />
<attribute id="MapValue" value="85" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149256" type="5" />
<attribute id="MapValue" value="111" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143188" type="5" />
<attribute id="MapValue" value="141" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145371" type="5" />
<attribute id="MapValue" value="161" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143410" type="5" />
<attribute id="MapValue" value="185" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183481" type="5" />
<attribute id="MapValue" value="212" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67342767" type="5" />
<attribute id="MapValue" value="76" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67217152" type="5" />
<attribute id="MapValue" value="78" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67282568" type="5" />
<attribute id="MapValue" value="103" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143411" type="5" />
<attribute id="MapValue" value="118" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183889" type="5" />
<attribute id="MapValue" value="126" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143041" type="5" />
<attribute id="MapValue" value="202" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149812" type="5" />
<attribute id="MapValue" value="207" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149516" type="5" />
<attribute id="MapValue" value="225" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145113" type="5" />
<attribute id="MapValue" value="273" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148222" type="5" />
<attribute id="MapValue" value="192" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149591" type="5" />
<attribute id="MapValue" value="196" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145114" type="5" />
<attribute id="MapValue" value="232" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148555" type="5" />
<attribute id="MapValue" value="239" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143079" type="5" />
<attribute id="MapValue" value="281" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143080" type="5" />
<attribute id="MapValue" value="57" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145115" type="5" />
<attribute id="MapValue" value="113" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67177860" type="5" />
<attribute id="MapValue" value="215" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149259" type="5" />
<attribute id="MapValue" value="253" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150222" type="5" />
<attribute id="MapValue" value="2" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150111" type="5" />
<attribute id="MapValue" value="4" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150333" type="5" />
<attribute id="MapValue" value="5" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150851" type="5" />
<attribute id="MapValue" value="123" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149667" type="5" />
<attribute id="MapValue" value="191" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143488" type="5" />
<attribute id="MapValue" value="193" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67248309" type="5" />
<attribute id="MapValue" value="204" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143044" type="5" />
<attribute id="MapValue" value="210" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149408" type="5" />
<attribute id="MapValue" value="236" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145116" type="5" />
<attribute id="MapValue" value="250" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149556" type="5" />
<attribute id="MapValue" value="277" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67179749" type="5" />
<attribute id="MapValue" value="30" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67152406" type="5" />
<attribute id="MapValue" value="40" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67144784" type="5" />
<attribute id="MapValue" value="46" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67243389" type="5" />
<attribute id="MapValue" value="97" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183375" type="5" />
<attribute id="MapValue" value="142" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67178084" type="5" />
<attribute id="MapValue" value="198" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149594" type="5" />
<attribute id="MapValue" value="272" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143008" type="5" />
<attribute id="MapValue" value="280" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150112" type="5" />
<attribute id="MapValue" value="7" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67249865" type="5" />
<attribute id="MapValue" value="60" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67178825" type="5" />
<attribute id="MapValue" value="71" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143157" type="5" />
<attribute id="MapValue" value="135" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149669" type="5" />
<attribute id="MapValue" value="211" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145118" type="5" />
<attribute id="MapValue" value="265" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67146487" type="5" />
<attribute id="MapValue" value="276" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67150113" type="5" />
<attribute id="MapValue" value="0" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143343" type="5" />
<attribute id="MapValue" value="184" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67151446" type="5" />
<attribute id="MapValue" value="195" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67142936" type="5" />
<attribute id="MapValue" value="218" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67142973" type="5" />
<attribute id="MapValue" value="223" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67148264" type="5" />
<attribute id="MapValue" value="267" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143084" type="5" />
<attribute id="MapValue" value="284" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67149560" type="5" />
<attribute id="MapValue" value="9" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67178050" type="5" />
<attribute id="MapValue" value="15" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67216271" type="5" />
<attribute id="MapValue" value="69" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67146230" type="5" />
<attribute id="MapValue" value="74" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67248054" type="5" />
<attribute id="MapValue" value="203" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67142900" type="5" />
<attribute id="MapValue" value="219" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67183489" type="5" />
<attribute id="MapValue" value="252" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67249424" type="5" />
<attribute id="MapValue" value="68" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67178014" type="5" />
<attribute id="MapValue" value="209" type="5" />
</node>
</children>
</node>

---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en D_OS_Save_Editor.LsxParser.ParseItem(XmlNode node)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
--- Fin del seguimiento de la pila de la excepción interna ---
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---
<---


v1.5.4

Joined: Dec 2014
F
stranger
Offline
stranger
F
Joined: Dec 2014
this error is from a new game

Internal error!

System.AggregateException: Se han producido uno o varios errores. ---> System.AggregateException: Se han producido uno o varios errores. ---> D_OS_Save_Editor.ItemParserException: Item XML:

<node id="MapValue">
<attribute id="Parent" value="167805357" type="5" />
<attribute id="ViewId" value="19" type="27" />
</node>

---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en D_OS_Save_Editor.LsxParser.ParseItem(XmlNode node)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
--- Fin del seguimiento de la pila de la excepción interna ---
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
--- Fin del seguimiento de la pila de la excepción interna ---
en System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
en System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
en System.Threading.Tasks.Task.Wait()
en System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
en System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action`1 body)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_0.<ParsePlayer>b__0(Int32 i)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
--- Fin del seguimiento de la pila de la excepción interna ---
en System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
en System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
en System.Threading.Tasks.Task.Wait()
en System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
en System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action`1 body)
en D_OS_Save_Editor.LsxParser.ParsePlayer(XmlDocument doc)
en D_OS_Save_Editor.Savegame.<ParseLsxAsync>d__27.MoveNext()
--- Fin del seguimiento de la pila de la ubicación anterior donde se produjo la excepción ---
en System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
en System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
en D_OS_Save_Editor.MainWindow.<UnpackSaveAsync>d__11.MoveNext()
---> (Nº de excepción interna 0) System.AggregateException: Se han producido uno o varios errores. ---> D_OS_Save_Editor.ItemParserException: Item XML:

<node id="MapValue">
<attribute id="Parent" value="167805357" type="5" />
<attribute id="ViewId" value="19" type="27" />
</node>

---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en D_OS_Save_Editor.LsxParser.ParseItem(XmlNode node)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
--- Fin del seguimiento de la pila de la excepción interna ---
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
--- Fin del seguimiento de la pila de la excepción interna ---
en System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
en System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
en System.Threading.Tasks.Task.Wait()
en System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
en System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action`1 body)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_0.<ParsePlayer>b__0(Int32 i)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
---> (Nº de excepción interna 0) D_OS_Save_Editor.ItemParserException: Item XML:

<node id="MapValue">
<attribute id="Parent" value="167805357" type="5" />
<attribute id="ViewId" value="19" type="27" />
</node>

---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en D_OS_Save_Editor.LsxParser.ParseItem(XmlNode node)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
--- Fin del seguimiento de la pila de la excepción interna ---
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---

---> (Nº de excepción interna 1) D_OS_Save_Editor.ItemParserException: Item XML:

<node id="MapValue">
<attribute id="Parent" value="167805357" type="5" />
<attribute id="ViewId" value="0" type="27" />
<children>
<node id="Items">
<attribute id="Object" value="67145022" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145023" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145024" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143336" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143028" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145139" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145022" type="5" />
<attribute id="MapValue" value="0" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145023" type="5" />
<attribute id="MapValue" value="1" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145024" type="5" />
<attribute id="MapValue" value="2" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143028" type="5" />
<attribute id="MapValue" value="4" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145139" type="5" />
<attribute id="MapValue" value="5" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143336" type="5" />
<attribute id="MapValue" value="3" type="5" />
</node>
</children>
</node>

---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en D_OS_Save_Editor.LsxParser.ParseItem(XmlNode node)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
--- Fin del seguimiento de la pila de la excepción interna ---
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---

---> (Nº de excepción interna 2) D_OS_Save_Editor.ItemParserException: Item XML:

<node id="MapValue">
<attribute id="Parent" value="167805357" type="5" />
<attribute id="ViewId" value="26" type="27" />
<children>
<node id="Items">
<attribute id="Object" value="67145020" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145020" type="5" />
<attribute id="MapValue" value="0" type="5" />
</node>
</children>
</node>

---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en D_OS_Save_Editor.LsxParser.ParseItem(XmlNode node)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
--- Fin del seguimiento de la pila de la excepción interna ---
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---
<---

---> (Nº de excepción interna 1) System.AggregateException: Se han producido uno o varios errores. ---> D_OS_Save_Editor.ItemParserException: Item XML:

<node id="MapValue">
<attribute id="Parent" value="167805358" type="5" />
<attribute id="ViewId" value="19" type="27" />
</node>

---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en D_OS_Save_Editor.LsxParser.ParseItem(XmlNode node)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
--- Fin del seguimiento de la pila de la excepción interna ---
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
--- Fin del seguimiento de la pila de la excepción interna ---
en System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
en System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
en System.Threading.Tasks.Task.Wait()
en System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
en System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action`1 body)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_0.<ParsePlayer>b__0(Int32 i)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
---> (Nº de excepción interna 0) D_OS_Save_Editor.ItemParserException: Item XML:

<node id="MapValue">
<attribute id="Parent" value="167805358" type="5" />
<attribute id="ViewId" value="19" type="27" />
</node>

---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en D_OS_Save_Editor.LsxParser.ParseItem(XmlNode node)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
--- Fin del seguimiento de la pila de la excepción interna ---
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---

---> (Nº de excepción interna 1) D_OS_Save_Editor.ItemParserException: Item XML:

<node id="MapValue">
<attribute id="Parent" value="167805358" type="5" />
<attribute id="ViewId" value="0" type="27" />
<children>
<node id="Items">
<attribute id="Object" value="67145133" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145134" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145135" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145136" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143295" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143039" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67145138" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143026" type="5" />
</node>
<node id="Items">
<attribute id="Object" value="67143027" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145133" type="5" />
<attribute id="MapValue" value="0" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145134" type="5" />
<attribute id="MapValue" value="1" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143026" type="5" />
<attribute id="MapValue" value="7" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145135" type="5" />
<attribute id="MapValue" value="2" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143027" type="5" />
<attribute id="MapValue" value="8" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145136" type="5" />
<attribute id="MapValue" value="3" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67145138" type="5" />
<attribute id="MapValue" value="6" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143295" type="5" />
<attribute id="MapValue" value="4" type="5" />
</node>
<node id="Indices">
<attribute id="MapKey" value="67143039" type="5" />
<attribute id="MapValue" value="5" type="5" />
</node>
</children>
</node>

---> System.NullReferenceException: Referencia a objeto no establecida como instancia de un objeto.
en D_OS_Save_Editor.LsxParser.ParseItem(XmlNode node)
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
--- Fin del seguimiento de la pila de la excepción interna ---
en D_OS_Save_Editor.LsxParser.<>c__DisplayClass2_1.<ParsePlayer>b__1(Int32 j)
en System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
en System.Threading.Tasks.Task.InnerInvoke()
en System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
en System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )<---
<---


v1.5.4

Joined: Mar 2018
A
stranger
OP Offline
stranger
A
Joined: Mar 2018
Hi,

Thanks for reporting. I was trying to send you a patched version for you to test, but the email you supplied does not work :o.

If you are still interested in trying the patched version, here is the link to download it:

https://1drv.ms/u/s!ArdKO5IJqtSdgdBZuBrpQ00IKh4amQ

Joined: Dec 2014
F
stranger
Offline
stranger
F
Joined: Dec 2014
Originally Posted by Aminoacow
Hi,

Thanks for reporting. I was trying to send you a patched version for you to test, but the email you supplied does not work :o.

If you are still interested in trying the patched version, here is the link to download it:

https://1drv.ms/u/s!ArdKO5IJqtSdgdBZuBrpQ00IKh4amQ


hey ty for your help and time i will check it

Last edited by ffffffffffffk; 16/05/18 02:41 PM.
Joined: Dec 2014
F
stranger
Offline
stranger
F
Joined: Dec 2014
nop now when i click load stop working and its closes

Joined: Jun 2018
E
stranger
Offline
stranger
E
Joined: Jun 2018
Hey, just wanted to thank you for the editor. It works fine for me in a win7 VM to edit the Linux port savegames.

Joined: Jul 2018
U
stranger
Offline
stranger
U
Joined: Jul 2018
Hi,

Is there anyway to modify an existing item to switch it to another?

i.e. if i want to change an ordinary "empty bottle" to a "tormented soul"?

Kind regards

Joined: Oct 2018
S
stranger
Offline
stranger
S
Joined: Oct 2018
How do I even run the program?
Everytime I try it just wants to open it in Visual Studio, an I just can't get it to work.

Joined: Dec 2018
stranger
Offline
stranger
Joined: Dec 2018
I just registered to the forums to be able to thank you for this wonderful editor. I am on my second playthough and thought I screwed up not having a certain trait and not having any opportunity left to change traits the regular way. So thank you very much, you saved my weekend. :)

Joined: Feb 2019
stranger
Offline
stranger
Joined: Feb 2019
Hi guys,

I have recently bought Divinity Original Sin on Steam for Mac and would like to add/remove ability points without paying in gold. I have no skill in developing and was wondering after searching for cheat codes if any trainer or Cheat Engine table were available for Mac. I tried Cheat Engine tables for PC but without success and when searching for a value to change (e.g. ability points) nothing happens in-game...

Thank you for reading.

Joined: Mar 2019
stranger
Offline
stranger
Joined: Mar 2019
Aminoacow -

Thanks for doing this. It worked great for me. I just wanted to mod my characters' build without restarting from scratch, and your tool worked great.

Much appreciated!

Joined: May 2019
stranger
Offline
stranger
Joined: May 2019
Hi @Ganesha303

I hope you can help me out. Seems like the creator of this editor is no longer working on this.
Im just trying this now and I am getting an error. What version are you playing with and what version of the editor are you using?

Thanks!

<code>
Internal error!

System.ArgumentException: '.', hexadecimal value 0x00, is an invalid character.
at System.Xml.XmlUtf8RawTextWriter.InvalidXmlChar(Int32 ch, Byte* pDst, Boolean entitize)
at System.Xml.XmlUtf8RawTextWriter.WriteAttributeTextBlock(Char* pSrc, Char* pSrcEnd)
at System.Xml.XmlUtf8RawTextWriter.WriteString(String text)
at System.Xml.XmlUtf8RawTextWriterIndent.WriteString(String text)
at System.Xml.XmlWellFormedWriter.WriteString(String text)
at LSLib.LS.LSXWriter.WriteNode(Node node)
at LSLib.LS.LSXWriter.WriteNode(Node node)
at LSLib.LS.LSXWriter.WriteNode(Node node)
at LSLib.LS.LSXWriter.WriteNode(Node node)
at LSLib.LS.LSXWriter.WriteNode(Node node)
at LSLib.LS.LSXWriter.WriteNode(Node node)
at LSLib.LS.LSXWriter.WriteNode(Node node)
at LSLib.LS.LSXWriter.WriteRegions(Resource rsrc)
at LSLib.LS.LSXWriter.Write(Resource rsrc)
at LSLib.LS.ResourceUtils.SaveResource(Resource resource, String outputPath, ResourceFormat format, FileVersion version)
at D_OS_Save_Editor.Savegame.<UnpackSavegameAsync>d__33.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at D_OS_Save_Editor.MainWindow.<UnpackSaveAsync>d__14.MoveNext()

v1.6.0
<code>

Joined: Sep 2019
stranger
Offline
stranger
Joined: Sep 2019
Does this still work? I can't load a savegame.Folder is empty. When i navigate there via explorer i can see the .lsv file.

Joined: Mar 2003
Location: Canada
Support
Offline
Support
Joined: Mar 2003
Location: Canada

Yes, it should still work.
At the top of the program window, browse to the folder 'C:\Users\<UserName>\Documents\Larian Studios\Divinity Original Sin Enhanced Edition\PlayerProfiles\<ProfileName>\Savegames_patch', and you should get a list of available saves on the left. Selecting a save from the list will show the screenshot preview, as well as save info, and you should them be able to load it (button in the bottom right).

Joined: Jul 2014
U
stranger
Offline
stranger
U
Joined: Jul 2014
Is there a way to use this editor to recover/create lost quest items? I somehow lost the Reveal spell.

Using another save editor that I can only get to work on extracting my save and not repackaging (even if I do not change any values), I did manage to find its record in a much older save:


<node id="Item">
<attribute id="Translate" value="230.667 20.9093 117.487" type="12" />
<attribute id="Flags" value="295896" type="5" />
<attribute id="Level" value="" type="22" />
<attribute id="Rotate" value=" 0.92 -0.03 0.40 &#xD;&#xA;-0.02 0.99 0.12 &#xD;&#xA;-0.40 -0.11 0.91 &#xD;&#xA;" type="15" />
<attribute id="Scale" value="1" type="6" />
<attribute id="Global" value="True" type="19" />
<attribute id="Velocity" value="0 0 0" type="12" />
<attribute id="GoldValueOverwrite" value="-1" type="4" />
<attribute id="UnsoldGenerated" value="False" type="19" />
<attribute id="IsKey" value="False" type="19" />
<attribute id="TreasureGenerated" value="False" type="19" />
<attribute id="CurrentTemplate" value="f5f1b0b9-6059-49ef-894b-3585404dcf85" type="22" />
<attribute id="CurrentTemplateType" value="1" type="1" />
<attribute id="OriginalTemplate" value="f5f1b0b9-6059-49ef-894b-3585404dcf85" type="22" />
<attribute id="OriginalTemplateType" value="1" type="1" />
<attribute id="Stats" value="Quest_CYS_Evelyns_Reveal_Spell" type="22" />
<attribute id="IsGenerated" value="False" type="19" />
<attribute id="Inventory" value="0" type="5" />
<attribute id="Parent" value="335610250" type="5" />
<attribute id="Slot" value="58" type="3" />
<attribute id="Amount" value="1" type="4" />
<attribute id="Key" value="" type="22" />
<attribute id="LockLevel" value="1" type="4" />
<attribute id="SurfaceCheckTimer" value="0" type="6" />
<attribute id="Vitality" value="-1" type="4" />
<attribute id="LifeTime" value="0" type="6" />
<attribute id="owner" value="67174790" type="5" />
<attribute id="ItemType" value="Common" type="22" />
<attribute id="MaxVitalityPatchCheck" value="-1" type="4" />
<children>
<node id="ItemMachine">
<attribute id="Type" value="6" type="4" />
<children>
<node id="ItemState">
<attribute id="TransactionID" value="10299" type="5" />
</node>
</children>
</node>
<node id="VariableManager" />
<node id="StatusManager" />
</children>
</node>

Joined: Mar 2003
Location: Canada
Support
Offline
Support
Joined: Mar 2003
Location: Canada

I don't know if this editor can replace the Reveal scroll; the editor for the Classic release could not (it could add a copy, but it wouldn't work to reveal the entrance).


Did you check the homestead chests, etc? There is a pouch container that has the same icon as a pouch of bonedust or moondust.

Did you check older saves, if available, until you found the most recent one with the spell, and oldest without? Knowing when it went missing could help determine what happened to it (dropped when organizing inventory, etc).

If there are a limited number of places where you may have been sorting your inventory, checking there with the Alt key pressed could help find it (or with Show World Tooltips toggled on using a controller).

If you can not find the scroll, please email supportdos@larian.com with your latest save. Each save is a folder in the '..\Documents\Larian Studios\Divinity Original Sin Enhanced Edition\PlayerProfiles\<ProfileName>\Savegames_patch' folder.
In Windows Explorer you can zip a file or folder by right clicking on it (or them) and selecting 'Send To | Compressed (zipped) Folder'.
​

Joined: Jul 2019
stranger
Offline
stranger
Joined: Jul 2019
Everything is working so far, however, when I select a save game it says that the game version is just Divinity 2 but I am 100% in the definitive edition folder.

Joined: Nov 2019
stranger
Offline
stranger
Joined: Nov 2019
Divinity Original Sin EE - Steam latest version. Editor alfa preview v1.6

Editor works great! Much thanks to OP from those who enjoy the game but have real-world (corporate) Orcs to battle.

Last edited by heydeedoo; 15/11/19 05:58 AM. Reason: omitted version number
Joined: Mar 2020
Location: Quebec
addict
Offline
addict
Joined: Mar 2020
Location: Quebec
Greetings,

I edited a Talent one of my two main characters and it worked great. Not a single glitch.
( Windows 10 Pro ; game on Steam of March 2020 )
Note it is the only thing I edited.

One minor error in the software : the UI offered me a Talent (Elemental Ranger) that requires Expert Marksmen 5 though the character has 4 currently.

Short story : I had bought the wrong Talent and the respec system in-game takes a long time to unlock and cost a lot (buying back all the Skill Books).

Joined: Sep 2016
B
stranger
Offline
stranger
B
Joined: Sep 2016
Hey Aminoacow,

I hope you did not abandon this project, and still around, because my understanding is that this editor was made for a more accessible tool than the CE I guess, if not better considering its current state.

Thank you and all the people for the efforts credited for in the OP.

I initially somehow ended up downloading this zip below and couldn't figure it out what it was for and still:
https://github.com/tmxkn1/D-OS-Save-Editor/tree/v1.6.0

But only then I figured it out that I should have just downloaded the alpha.preview.v1.6.zip.

I'm looking forward to hearing from you.

Joined: Jul 2020
stranger
Offline
stranger
Joined: Jul 2020
Slim chance of getting any help, but I recently ran in to a problem with the editor. It was working fine for a while, but now it crashes any time I try to make a backup of a save file, and after I do edits and attempt to save I get an error saying it can't access my save game folder. I tried running it in Administrator mode, checking my antivirus, folder settings. Everything seems normal, and the editor worked fine a week ago, but now it just won't save edits.

Joined: Mar 2003
Location: Canada
Support
Offline
Support
Joined: Mar 2003
Location: Canada

Are you shutting down all non-essential programs before starting the game, especially anti-virus and any backup or sync programs that may be monitoring the My Documents folder? Check your AV program, if applicable, especially if it may have updated around when this started, and maybe try adding the game's Documents folder and save editor to a whitelist / exceptions list.

Try copying a save to a different folder (like c:\temp\Savegames_patch), and see if that allows the editor to edit and save changes.

Try doing a clean boot and then test the editor. Click Start, or hit WinKey-R, type in msconfig and hit enter; in the General tab, click Selective Startup, uncheck Load startup items (if required) and leave Load system services and Use original boot configuration options checked. Next, click on the Services tab, check the box to Hide all Microsoft services, then click the Disable All button (maybe make a note of which are currently enabled/disabled), then click OK and reboot the computer.
Run msconfig again to switch back to the normal boot configuration.

Joined: Jul 2020
stranger
Offline
stranger
Joined: Jul 2020
Thanks for the reply, I managed to get it to work by completely turning my AV off for a few minutes. I think it was doing some sort of file protection for the "My Documents" folder where the save games were. Oddly enough I tried moving the save folder just to edit the game then move it back, but the loader wouldn't recognize the save game because it was not with game files. Anyways, my AV was weird, and I couldn't find a way to add an exemption for those folders, so this works well enough for now. Still not sure how the editor ran just fine for weeks before this issue came up. Thanks again!

Joined: Aug 2020
stranger
Offline
stranger
Joined: Aug 2020
Hey guys,
I'm a bit of a programmer, but largely C++, Python, and some others. I haven't touched C# before, but I thought I would take a look at adding Skills to the editor. However I've been unable to get the source to compile. I'm using VS 2015 (and am very familiar with it for C++), and I downloaded and installed .NET Framework 4.6.2.

The SortGenerationList project builds without any issues. But D-OS Save Editor is blowing up. It thinks many of the .cs files are code of some other kind, and complains about just about every line there. Here's a screenshot of it all going wrong: https://imgur.com/a/N3kiE9z

This is my first foray into C#, but I'm hoping this is a simple issue I can resolve to get it compiling, while I learn more.

Joined: Dec 2020
N
n_b Offline
stranger
Offline
stranger
N
Joined: Dec 2020
Is there a way to get this to work on Linux? I saw a poster was able to get it to work on a VM. I haven't tried that yet, but using Wine I am getting an error when I click "save." Here's photos, I couldn't copy/paste. Thank you.

Joined: Sep 2014
Location: USA
G
stranger
Offline
stranger
G
Joined: Sep 2014
Location: USA
Hey does this work for DOS2 DE? I locate run the editor and go search the save folder in the search bar of the editor and nothing loads in the table below.

Joined: Jan 2022
B
stranger
Offline
stranger
B
Joined: Jan 2022
First off, thank you for creating this Editor! It has saved my friend and I a ton of time being able to respec our characters instead of starting over, since we had no idea what we were doing and this was our first playthrough.

My question about the editor is how the items tab works. I have found that I cannot add an item, just see what items are currently in the inventory. However, it seems that only a few types of items can be modified, specifically - Potions, Grenades and Scrolls. In my save this three items can be modified and have values changed, however, all of the other items (Loot, Arm, etc.) are greyed out and I am not able to change the quantity. I was wondering if this was by design or if I have a corrupted editor or save file. I started looking into this to get more sinew (or bow strings) but neither of those items can have their Quantity changed in the Editor. Thank you again for making such a great tool for us to use.

Joined: Nov 2022
R
stranger
Offline
stranger
R
Joined: Nov 2022
Hello! Please, how do I run the editor? I see only one exe file in the archive (generationboostutility.exe), but that does nothing.

Joined: Jan 2023
M
stranger
Offline
stranger
M
Joined: Jan 2023
Is the thread still alive?
This editor can help resurrect the quest NPC?

Page 1 of 3 1 2 3

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5