Page 2 of 3

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 19 Sep 2014, 20:49
by braquio
Ok all of these issues can be solved, wait a minute to write you the entire solution

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 19 Sep 2014, 20:50
by Morden
update: now it crashes, with only modded file in the directory.

edit: weird. Ok, only with modded file the game crashes. If I put also the original file renamed like "DATA_DECKS_D14_blablablabla.WAD" it works. If the renamed file is called "blablablaDATA_DECK_D14.WAD" it crashes. It seems that in the program there is a weird "string compare" function to select the database to use for the engine.....but I don't know, I'm not so good with coding

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 19 Sep 2014, 21:10
by braquio
Morden wrote:
19/09/2014 22:43:49: Log Opened.
19/09/2014 22:43:49: Low: System.Xml - Rilevati dati non validi al livello radice. Riga 1, posizione 1.:
in System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
in System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
in System.Xml.XmlTextReaderImpl.ParseDocumentContent()
in System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
in System.Xml.XmlDocument.Load(XmlReader reader)
in System.Xml.XmlDocument.LoadXml(String xml)
in RSN.DotP.CardInfo.ParseXML(String strXML)
in RSN.DotP.CardInfo..ctor(String strFilename, String strXML, String strWad, GameDirectory gdData)
in RSN.DotP.WadWrapper.LoadCards(FileStream fsInput, GameDirectory gdData)
Extra Information:
Unable to load card: THS_129_NEO_MESSENGERS_SPEED_999373699.XML in DATA_DLC_587_THEROS

19/09/2014 22:43:49: Low: System.Xml - Rilevati dati non validi al livello radice. Riga 1, posizione 1.:
in System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
in System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
in System.Xml.XmlTextReaderImpl.ParseDocumentContent()
in System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
in System.Xml.XmlDocument.Load(XmlReader reader)
in System.Xml.XmlDocument.LoadXml(String xml)
in RSN.DotP.CardInfo.ParseXML(String strXML)
in RSN.DotP.CardInfo..ctor(String strFilename, String strXML, String strWad, GameDirectory gdData)
in RSN.DotP.WadWrapper.LoadCards(FileStream fsInput, GameDirectory gdData)
Extra Information:
Unable to load card: BNG_132_NEO_PEREGRINATION_999378504.XML in DATA_DLC_588_BORN_OF_THE_GODS

19/09/2014 22:44:09: Low: Can't find referenced card: WALL_OF_FROST_444370690 for deck D14_SEALED_JACE_REVENGE in DATA_DECKS_D14

19/09/2014 22:44:09: Low: Can't find referenced card: THS_129_NEO_MESSENGERS_SPEED_999373699 for deck D14_SEALED_POOL in DATA_DECKS_D14
The 2 first issues are from THS and BNG DLC's,(THS_129_NEO_MESSENGERS_SPEED_999373699.XML)
(BNG_132_NEO_PEREGRINATION_999378504.XML)
I have already warned to NEO about these but now has a lot of work modding morph cards.
Anyway i've removed all calls to these cards on THS and BNG campaign so has to be fixed.
I also rename the WALL_OF_FROST_444370690 to use the sumomole's one, so should be fixed too.
I hope now works.
Im uploading again THS campaign, download it again when is finished.

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 19 Sep 2014, 21:13
by Morden
thanks for your help. Now I have to go, I will be out for the week end. As soon as I return home, I will download the update.
Have a nice WE!

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 19 Sep 2014, 22:53
by thefiremind
Morden wrote:If I put also the original file renamed like "DATA_DECKS_D14_blablablabla.WAD" it works. If the renamed file is called "blablablaDATA_DECK_D14.WAD" it crashes. It seems that in the program there is a weird "string compare" function to select the database to use for the engine.....but I don't know, I'm not so good with coding
The game loads all WADs that start with "DATA_DECKS_" (and also "DATA_DLC_" but that requires some differences in the internal structure), so it doesn't matter if you add suffixes to the file names, but it matters if you add prefixes. I haven't pointed this before because you wrote
Morden wrote:I understand the instruction about renaming/move the original DATA_DECKS_D14.wad; but it doesn't work in any case, also if there are NO DATA_DECKS_D14.wad (or renamed file....it's the same) in the main folder :\.
so I guessed you also tried to move the original file somewhere else with no different result. If you just renamed it with a suffix, there's a good chance that the game still decides to load the original version instead of braquio's alternative version.

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 19 Sep 2014, 23:44
by NeoAnderson
braquio wrote:The 2 first issues are from THS and BNG DLC's,(THS_129_NEO_MESSENGERS_SPEED_999373699.XML)
(BNG_132_NEO_PEREGRINATION_999378504.XML)
I have already warned to NEO about these but now has a lot of work modding morph cards.
Anyway i've removed all calls to these cards on THS and BNG campaign so has to be fixed.
I also rename the WALL_OF_FROST_444370690 to use the sumomole's one, so should be fixed too.
I hope now works.
I'm uploading again THS campaign, download it again when is finished.
Honestly i have no idea of this issue because, DeckBuilder did visualized the cards without any script log, but i tried to add to a deck, and the game didn't loaded them. Anyway i rewrote the cards and i am uploading the fixed 2 wad (BNG and THS) sorry for the incovenience. :(

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 21 Sep 2014, 11:30
by braquio
NeoAnderson wrote:
braquio wrote:The 2 first issues are from THS and BNG DLC's,(THS_129_NEO_MESSENGERS_SPEED_999373699.XML)
(BNG_132_NEO_PEREGRINATION_999378504.XML)
I have already warned to NEO about these but now has a lot of work modding morph cards.
Anyway i've removed all calls to these cards on THS and BNG campaign so has to be fixed.
I also rename the WALL_OF_FROST_444370690 to use the sumomole's one, so should be fixed too.
I hope now works.
I'm uploading again THS campaign, download it again when is finished.
Honestly i have no idea of this issue because, DeckBuilder did visualized the cards without any script log, but i tried to add to a deck, and the game didn't loaded them. Anyway i rewrote the cards and i am uploading the fixed 2 wad (BNG and THS) sorry for the incovenience. :(
Thanks NEO! anohter thing, you have the last version of DeckBuilder? (v1.4)

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 21 Sep 2014, 14:00
by NeoAnderson
I don't remember which version i have installed, probably is 1.32.

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 21 Sep 2014, 14:17
by braquio
NeoAnderson wrote:I don't remember which version i have installed, probably is 1.32.
With v1.4.0.0 when you open DeckBuilder launch a ScripLog with bugs, is very useful.

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 21 Sep 2014, 14:36
by NeoAnderson
braquio wrote:
NeoAnderson wrote:I don't remember which version i have installed, probably is 1.32.
With v1.4.0.0 when you open DeckBuilder launch a ScripLog with bugs, is very useful.
Also this version, it creates an errors log file when start.

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 21 Sep 2014, 15:02
by braquio
NeoAnderson wrote:
braquio wrote:
NeoAnderson wrote:I don't remember which version i have installed, probably is 1.32.
With v1.4.0.0 when you open DeckBuilder launch a ScripLog with bugs, is very useful.
Also this version, it creates an errors log file when start.
Oh i didn't know, then may be v1.4 detects more bugs than 1.32 im not sure, but i had 1.32 like you and when i installed v1.4 i saw some bugs that i didn't see with 1.32.
So i suggest that you install latest version.

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 21 Sep 2014, 21:02
by Morden
Here I am. Bad news :(. Now game doens't start at all, crash at the beginning.
here log with deck editor. campaign is RTR.


21/09/2014 23:00:17: Log Opened.

21/09/2014 23:00:17: Low: Can't find referenced card: CHANDRAS_FURY_249682 for deck D14_SEALED_JACE in DATA_DECKS_D14

21/09/2014 23:00:17: Low: Can't find referenced card: KRENKOS_COMMAND_301096 for deck D14_SEALED_JACE in DATA_DECKS_D14

21/09/2014 23:00:17: Low: Can't find referenced card: CHANDRAS_FURY_249682 for deck D14_SEALED_JACE_REVENGE in DATA_DECKS_D14

21/09/2014 23:00:17: Low: Can't find referenced card: KRENKOS_COMMAND_301096 for deck D14_SEALED_JACE_REVENGE in DATA_DECKS_D14

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 21 Sep 2014, 21:10
by Morden
but with BNG campaign everything seems good!!! :D
Good work guys, thank you for your time!!!

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 21 Sep 2014, 22:47
by braquio
Morden wrote:Here I am. Bad news :(. Now game doens't start at all, crash at the beginning.
here log with deck editor. campaign is RTR.


21/09/2014 23:00:17: Log Opened.

21/09/2014 23:00:17: Low: Can't find referenced card: CHANDRAS_FURY_249682 for deck D14_SEALED_JACE in DATA_DECKS_D14

21/09/2014 23:00:17: Low: Can't find referenced card: KRENKOS_COMMAND_301096 for deck D14_SEALED_JACE in DATA_DECKS_D14

21/09/2014 23:00:17: Low: Can't find referenced card: CHANDRAS_FURY_249682 for deck D14_SEALED_JACE_REVENGE in DATA_DECKS_D14

21/09/2014 23:00:17: Low: Can't find referenced card: KRENKOS_COMMAND_301096 for deck D14_SEALED_JACE_REVENGE in DATA_DECKS_D14
Thanks for telling me!
Now is fixed, download again my DLC and RTR Campaign.
What about THS? You test it?

Re: Alternative Sealed Campaigns for DotP 2014

PostPosted: 22 Sep 2014, 17:14
by Morden
theros works with no problems!!