It is currently 18 Apr 2024, 06:15
   
Text Size

Alternative Sealed Campaigns for DotP 2014

User-made mods in DLC (Downloadable Content) form.
Get MTG cards here for your DotP that aren't available anywhere else!

Moderator: CCGHQ Admins

Re: Alternative Sealed Campaigns for DotP 2014

Postby braquio » 19 Sep 2014, 20:49

Ok all of these issues can be solved, wait a minute to write you the entire solution
____________________________________________________________________________________________________________________________
Braquio Dotp2014 DLC
Alternative Sealed Campaigns for DotP 2014
User avatar
braquio
 
Posts: 143
Joined: 16 Feb 2014, 19:21
Has thanked: 15 times
Been thanked: 9 times

Re: Alternative Sealed Campaigns for DotP 2014

Postby Morden » 19 Sep 2014, 20:50

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
Morden
 
Posts: 16
Joined: 18 Sep 2014, 19:23
Has thanked: 2 times
Been thanked: 0 time

Re: Alternative Sealed Campaigns for DotP 2014

Postby braquio » 19 Sep 2014, 21:10

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.
Last edited by braquio on 19 Sep 2014, 21:31, edited 1 time in total.
____________________________________________________________________________________________________________________________
Braquio Dotp2014 DLC
Alternative Sealed Campaigns for DotP 2014
User avatar
braquio
 
Posts: 143
Joined: 16 Feb 2014, 19:21
Has thanked: 15 times
Been thanked: 9 times

Re: Alternative Sealed Campaigns for DotP 2014

Postby Morden » 19 Sep 2014, 21:13

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!
Morden
 
Posts: 16
Joined: 18 Sep 2014, 19:23
Has thanked: 2 times
Been thanked: 0 time

Re: Alternative Sealed Campaigns for DotP 2014

Postby thefiremind » 19 Sep 2014, 22:53

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.
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
User avatar
thefiremind
Programmer
 
Posts: 3515
Joined: 07 Nov 2011, 10:55
Has thanked: 118 times
Been thanked: 721 times

Re: Alternative Sealed Campaigns for DotP 2014

Postby NeoAnderson » 19 Sep 2014, 23:44

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. :(
NeoAnderson
 
Posts: 914
Joined: 10 Sep 2013, 07:49
Has thanked: 18 times
Been thanked: 139 times

Re: Alternative Sealed Campaigns for DotP 2014

Postby braquio » 21 Sep 2014, 11:30

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)
____________________________________________________________________________________________________________________________
Braquio Dotp2014 DLC
Alternative Sealed Campaigns for DotP 2014
User avatar
braquio
 
Posts: 143
Joined: 16 Feb 2014, 19:21
Has thanked: 15 times
Been thanked: 9 times

Re: Alternative Sealed Campaigns for DotP 2014

Postby NeoAnderson » 21 Sep 2014, 14:00

I don't remember which version i have installed, probably is 1.32.
NeoAnderson
 
Posts: 914
Joined: 10 Sep 2013, 07:49
Has thanked: 18 times
Been thanked: 139 times

Re: Alternative Sealed Campaigns for DotP 2014

Postby braquio » 21 Sep 2014, 14:17

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.
____________________________________________________________________________________________________________________________
Braquio Dotp2014 DLC
Alternative Sealed Campaigns for DotP 2014
User avatar
braquio
 
Posts: 143
Joined: 16 Feb 2014, 19:21
Has thanked: 15 times
Been thanked: 9 times

Re: Alternative Sealed Campaigns for DotP 2014

Postby NeoAnderson » 21 Sep 2014, 14:36

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.
NeoAnderson
 
Posts: 914
Joined: 10 Sep 2013, 07:49
Has thanked: 18 times
Been thanked: 139 times

Re: Alternative Sealed Campaigns for DotP 2014

Postby braquio » 21 Sep 2014, 15:02

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.
____________________________________________________________________________________________________________________________
Braquio Dotp2014 DLC
Alternative Sealed Campaigns for DotP 2014
User avatar
braquio
 
Posts: 143
Joined: 16 Feb 2014, 19:21
Has thanked: 15 times
Been thanked: 9 times

Re: Alternative Sealed Campaigns for DotP 2014

Postby Morden » 21 Sep 2014, 21:02

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
Morden
 
Posts: 16
Joined: 18 Sep 2014, 19:23
Has thanked: 2 times
Been thanked: 0 time

Re: Alternative Sealed Campaigns for DotP 2014

Postby Morden » 21 Sep 2014, 21:10

but with BNG campaign everything seems good!!! :D
Good work guys, thank you for your time!!!
Morden
 
Posts: 16
Joined: 18 Sep 2014, 19:23
Has thanked: 2 times
Been thanked: 0 time

Re: Alternative Sealed Campaigns for DotP 2014

Postby braquio » 21 Sep 2014, 22:47

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?
____________________________________________________________________________________________________________________________
Braquio Dotp2014 DLC
Alternative Sealed Campaigns for DotP 2014
User avatar
braquio
 
Posts: 143
Joined: 16 Feb 2014, 19:21
Has thanked: 15 times
Been thanked: 9 times

Re: Alternative Sealed Campaigns for DotP 2014

Postby Morden » 22 Sep 2014, 17:14

theros works with no problems!!
Morden
 
Posts: 16
Joined: 18 Sep 2014, 19:23
Has thanked: 2 times
Been thanked: 0 time

PreviousNext

Return to New MTG Cards and Decks (2010, 2012, 2013, 2014, 2015, Magic Duels)

Who is online

Users browsing this forum: No registered users and 20 guests


Who is online

In total there are 20 users online :: 0 registered, 0 hidden and 20 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 20 guests

Login Form