It is currently 29 Apr 2024, 00:39
   
Text Size

Help: need some card list from Data_Core

New decks and cards for Stainless Games' release

Moderator: CCGHQ Admins

Help: need some card list from Data_Core

Postby Aborash » 16 Apr 2012, 17:44

My Data_Core file is acting weird, I cant extract it(Gibbed tools/WadProgram), not sure why, and I want to take a look at some cards at the "GhoulKeeper" and "Forest Fury" decks, so I'm wondering if someone is so kind of try to extract his Data_Core, and post the Card List+Unlocks.

Thanks in Advance.
Aborash
 
Posts: 58
Joined: 27 Mar 2011, 09:45
Has thanked: 16 times
Been thanked: 0 time

Re: Help: need some card list from Data_Core

Postby Eglin » 16 Apr 2012, 18:15

What does, "I can't extract it" mean? You get errors? You don't see the files you're expecting? We need more info. I can extract any of the game's .wad files with Gibbed, WadProgram, and my own tools.

The decks you're asking about are from two different paid DLCs, and they reside in DATA_DLC_0003.wad (Forest's Fury) and DATA_DLC_0004.wad (Ghoulkeeper). You're not going to find them in data_core.
User avatar
Eglin
Programmer
 
Posts: 195
Joined: 01 Mar 2012, 14:44
Has thanked: 39 times
Been thanked: 22 times

Re: Help: need some card list from Data_Core

Postby Aborash » 16 Apr 2012, 20:38

Wad Program, gets stuck on "reading file offsets", and gibbed tools, give me a crash error (press ok to cancel,press cancel to debug)


I havent got Data_DLC_003 (but I got the forest's Fury Deck), but tried to extract Data_DLC_004, and same problem.

May be I got too many data_dlc installed :lol:

Do u mind to extract em, and paste the deck lists?
Aborash
 
Posts: 58
Joined: 27 Mar 2011, 09:45
Has thanked: 16 times
Been thanked: 0 time

Re: Help: need some card list from Data_Core

Postby Eglin » 17 Apr 2012, 00:17

User avatar
Eglin
Programmer
 
Posts: 195
Joined: 01 Mar 2012, 14:44
Has thanked: 39 times
Been thanked: 22 times

Re: Help: need some card list from Data_Core

Postby Aborash » 17 Apr 2012, 14:21

I'm sorry, English is not my natural language, so takes me ages to explain myself.


Lets taking you ISD VAMPIRES deck for example purposes:

Code: Select all
<DECK content_pack="0" personality="SORIN_MARKOV.XML" deck_box_image="Art_Assets\Textures\decks\DECK_OLIVIA" scheme_deck="D12_SORIN_SCHEME_DECK" uid="286835" name="2868ISDVamps" achievement="" always_available="true" is_color_override="false" is_black="true" is_red="true">
  <CARD name="BLOODLINE_KEEPER_888263121" deckOrderId="0" />
  <CARD name="BLOODLINE_KEEPER_888263121" deckOrderId="1" />
  <CARD name="BLOODLINE_KEEPER_888263121" deckOrderId="2" />
  <CARD name="BLOODLINE_KEEPER_888263121" deckOrderId="3" />
  <CARD name="CROSSWAY_VAMPIRE_888263123" deckOrderId="4" />
  <CARD name="CROSSWAY_VAMPIRE_888263123" deckOrderId="5" />
  <CARD name="CROSSWAY_VAMPIRE_888263123" deckOrderId="6" />
  <CARD name="CROSSWAY_VAMPIRE_888263123" deckOrderId="7" />
  <CARD name="CURSE_OF_STALKED_PREY_888263125" deckOrderId="8" />
  <CARD name="CURSE_OF_STALKED_PREY_888263125" deckOrderId="9" />
  <CARD name="FALKENRATH_MARAUDERS_888263126" deckOrderId="10" />
  <CARD name="FALKENRATH_MARAUDERS_888263126" deckOrderId="11" />
  <CARD name="GRUESOME_DEFORMITY_888263127" deckOrderId="12" />
  <CARD name="GRUESOME_DEFORMITY_888263127" deckOrderId="13" />
  <CARD name="NIGHTBIRDS_CLUTCHES_888263128" deckOrderId="14" />
  <CARD name="NIGHTBIRDS_CLUTCHES_888263128" deckOrderId="15" />
  <CARD name="OLIVIA_VOLDAREN_888263129" deckOrderId="16" />
  <CARD name="OLIVIA_VOLDAREN_888263129" deckOrderId="17" />
  <CARD name="RAKISH_HEIR_888263130" deckOrderId="18" />
  <CARD name="RAKISH_HEIR_888263130" deckOrderId="19" />
  <CARD name="RAKISH_HEIR_888263130" deckOrderId="20" />
  <CARD name="RAKISH_HEIR_888263130" deckOrderId="21" />
  <CARD name="SKELETAL_GRIMACE_888263131" deckOrderId="22" />
  <CARD name="SKELETAL_GRIMACE_888263131" deckOrderId="23" />
  <CARD name="STROMKIRK_NOBLE_888263132" deckOrderId="24" />
  <CARD name="STROMKIRK_NOBLE_888263132" deckOrderId="25" />
  <CARD name="STROMKIRK_NOBLE_888263132" deckOrderId="26" />
  <CARD name="STROMKIRK_NOBLE_888263132" deckOrderId="27" />
  <CARD name="TRAITOROUS_BLOOD_888263133" deckOrderId="28" />
  <CARD name="TRAITOROUS_BLOOD_888263133" deckOrderId="29" />
  <CARD name="TRIBUTE_TO_HUNGER_888263111" deckOrderId="30" />
  <CARD name="TRIBUTE_TO_HUNGER_888263111" deckOrderId="31" />
  <CARD name="TRIBUTE_TO_HUNGER_888263111" deckOrderId="32" />
  <CARD name="TRIBUTE_TO_HUNGER_888263111" deckOrderId="33" />
  <CARD name="VAMPIRIC_FURY_888263134" deckOrderId="34" />
  <CARD name="VAMPIRIC_FURY_888263134" deckOrderId="35" />
  <CARD name="VAMPIRIC_FURY_888263134" deckOrderId="36" />
  <CARD name="VAMPIRIC_FURY_888263134" deckOrderId="37" />
  <CARD name="VICTIM_OF_NIGHT_888263135" deckOrderId="38" />
  <CARD name="VICTIM_OF_NIGHT_888263135" deckOrderId="39" />
</DECK>
What I need is the card's name field of the xml file, to make my own decks. Ex->"BLOODLINE_KEEPER_888263121"

Not sure, if I finally be able to explain myself.
Aborash
 
Posts: 58
Joined: 27 Mar 2011, 09:45
Has thanked: 16 times
Been thanked: 0 time

Re: Help: need some card list from Data_Core

Postby elminster63500 » 19 Apr 2012, 18:54

You must have a gibbed directory in which are included your deck editor, your gibbed tools and all your dlc unpacked !!!To unpacks the dlc wad files, use gibbed unpack tool !! In these created unpack dlc, you must choose cards repertory on all these dlc to fill cards reservory on the deck editor. Sorry for my poor english too, i am French.
In all Dlc, you have 2133 cards and can make strong decks with these with deck editor.

I have learnt this way from Eglin who explained to me and he explains very well.
elminster63500
 
Posts: 48
Joined: 30 Jan 2012, 15:43
Has thanked: 12 times
Been thanked: 1 time

Re: Help: need some card list from Data_Core

Postby Aborash » 21 Apr 2012, 06:05

Ty for the help, but I already know how to unpack wad files, but somehow, I got troubles with those, so I searched those files on Internet and download again, and finally I be able to unlock and create some decks.
Aborash
 
Posts: 58
Joined: 27 Mar 2011, 09:45
Has thanked: 16 times
Been thanked: 0 time


Return to Magic: The Gathering - Duels of the Planeswalkers

Who is online

Users browsing this forum: No registered users and 36 guests


Who is online

In total there are 36 users online :: 0 registered, 0 hidden and 36 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 36 guests

Login Form