Unlocking all and not something
New decks and cards for Stainless Games' release
Moderator: CCGHQ Admins
45 posts
• Page 3 of 3 • 1, 2, 3
Re: Unlocking all and not something
by RiiakShiNal » 09 Apr 2013, 15:58
You have to create the correct mod hierarchy along with a header XML then pack it like you would any other mod.
Hierarchy:
Header XML:
Hierarchy:
- Base Directory for Mod ("DECK_*" or "DATA_DLC_*")
- Directory - DATA_PC
- Directory - CONFIGS
- File - APPID_LINKING.TXT
- Directory - CONFIGS
- File - HEADER.XML
- Directory - DATA_PC
Header XML:
- Code: Select all
<?xml version="1.0"?>
<WAD_HEADER>
<ENTRY platform="ALL" source="[Base Directory for Mod]/DATA_PC/" alias="Content" order="4"/>
</WAD_HEADER>
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2188
- Joined: 16 May 2011, 21:37
- Has thanked: 75 times
- Been thanked: 497 times
Re: Unlocking all and not something
by thefiremind » 09 Apr 2013, 16:40
I'm sure I already wrote it somewhere: never edit the original core, always make separate WAD files, otherwise you could bug the campaign.Takhen wrote:still now I modified the one in Data_Core
< Former DotP 2012/2013/2014 modder >
Currently busy with life...
Currently busy with life...
-
thefiremind - Programmer
- Posts: 3515
- Joined: 07 Nov 2011, 10:55
- Has thanked: 118 times
- Been thanked: 722 times
Re: Unlocking all and not something
by Takhen » 10 Apr 2013, 13:51
I used Data_Core for test, I can simply reinstall the program, no problem
Before I read your answers I edited my tried wad, it is ok? This is able to overrun the one in data_core?
Before I read your answers I edited my tried wad, it is ok? This is able to overrun the one in data_core?
-
Takhen - Posts: 235
- Joined: 04 Feb 2013, 19:35
- Has thanked: 0 time
- Been thanked: 0 time
Re: Unlocking all and not something
by thefiremind » 10 Apr 2013, 14:43
If it wasn't, then our old unlocker WADs wouldn't work.Takhen wrote:Before I read your answers I edited my tried wad, it is ok? This is able to overrun the one in data_core?

< Former DotP 2012/2013/2014 modder >
Currently busy with life...
Currently busy with life...
-
thefiremind - Programmer
- Posts: 3515
- Joined: 07 Nov 2011, 10:55
- Has thanked: 118 times
- Been thanked: 722 times
Re: Unlocking all and not something
by Takhen » 10 Apr 2013, 14:49
I still tried but it remains to 0/30 unlocked also after pushing the button...
-
Takhen - Posts: 235
- Joined: 04 Feb 2013, 19:35
- Has thanked: 0 time
- Been thanked: 0 time
Re: Unlocking all and not something
by RiiakShiNal » 10 Apr 2013, 14:51
Not sure what you mean by this, but I don't see any downside to testing things for yourself.Takhen wrote:Before I read your answers I edited my tried wad, it is ok?
I have not yet seen a wad that can't override something in DATA_CORE.WAD.Takhen wrote:This is able to overrun the one in data_core?
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2188
- Joined: 16 May 2011, 21:37
- Has thanked: 75 times
- Been thanked: 497 times
Re: Unlocking all and not something
by Takhen » 10 Apr 2013, 14:55
This is the file I did to enable the UnlockFullDeck button also for the 80s decks, if you could take a lookRiiakShiNal wrote:Not sure what you mean by this, but I don't see any downside to testing things for yourselfTakhen wrote:Before I read your answers I edited my tried wad, it is ok?
PS: I already tested with no results...
-
Takhen - Posts: 235
- Joined: 04 Feb 2013, 19:35
- Has thanked: 0 time
- Been thanked: 0 time
Re: Unlocking all and not something
by RiiakShiNal » 10 Apr 2013, 15:01
If it does not work then you may want to try changing the order="1" and order="2" in the header to order="3" and order="4" respectively.Takhen wrote:This is the file I did to enable the UnlockFullDeck button also for the 80s decks, if you could take a look
PS: I already tested with no results...
Orders 1 & 2 are used by the core, but all other wads use orders 3 & 4. I assume that a higher order number means it is given a higher priority than anything with a lower number (allowing it to override what is in the core).
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2188
- Joined: 16 May 2011, 21:37
- Has thanked: 75 times
- Been thanked: 497 times
Re: Unlocking all and not something
by Takhen » 10 Apr 2013, 15:24
It was a good idea, and it did, but it remains 0/30 yet...
-
Takhen - Posts: 235
- Joined: 04 Feb 2013, 19:35
- Has thanked: 0 time
- Been thanked: 0 time
Re: Unlocking all and not something
by RiiakShiNal » 10 Apr 2013, 15:55
Then maybe something is wrong with your wad itself because the files you posted earlier looked okay. Post the actual so we can see what went wrong.
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2188
- Joined: 16 May 2011, 21:37
- Has thanked: 75 times
- Been thanked: 497 times
Re: Unlocking all and not something
by Takhen » 10 Apr 2013, 16:23
The wads I use are the wads of ufficial espansion that I found on the forum, the guilds
-
Takhen - Posts: 235
- Joined: 04 Feb 2013, 19:35
- Has thanked: 0 time
- Been thanked: 0 time
Re: Unlocking all and not something
by RiiakShiNal » 10 Apr 2013, 17:10
I was talking about the WAD you made out of the files you posted earlier, I'm not asking for game WADs.
Making the files to go into a WAD and actually making the WAD are two separate steps, if you are still having a problem then it is probably with making the WAD as the files you posted earlier to go into the WAD look fine (with the possible exception of the orders which I mentioned earlier).
Making the files to go into a WAD and actually making the WAD are two separate steps, if you are still having a problem then it is probably with making the WAD as the files you posted earlier to go into the WAD look fine (with the possible exception of the orders which I mentioned earlier).
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2188
- Joined: 16 May 2011, 21:37
- Has thanked: 75 times
- Been thanked: 497 times
-
Takhen - Posts: 235
- Joined: 04 Feb 2013, 19:35
- Has thanked: 0 time
- Been thanked: 0 time
Re: Unlocking all and not something
by RiiakShiNal » 10 Apr 2013, 18:00
Apparently the prefix "Data_" only works for DATA_CORE.WAD, but "Data_DLC_" works universally, so changing the WAD's name to Data_DLC_PulsanteSblocco.wad worked.
Just getting started: Xander9009's DotP 2014 Community Wad
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
Need a deck builder: DotP 2014 Deck Builder
Problems Modding: DotP 2014 Frequent Modding Mistakes
- RiiakShiNal
- Programmer
- Posts: 2188
- Joined: 16 May 2011, 21:37
- Has thanked: 75 times
- Been thanked: 497 times
Re: Unlocking all and not something
by Takhen » 10 Apr 2013, 18:20
Now it works, thank you a lot, guys 

-
Takhen - Posts: 235
- Joined: 04 Feb 2013, 19:35
- Has thanked: 0 time
- Been thanked: 0 time
45 posts
• Page 3 of 3 • 1, 2, 3
Return to Magic: The Gathering - Duels of the Planeswalkers
Who is online
Users browsing this forum: No registered users and 3 guests