It is currently 03 Aug 2025, 06:08
   
Text Size

What to do when you get "undefined string"?

New decks and cards for Stainless Games' release

Moderator: CCGHQ Admins

What to do when you get "undefined string"?

Postby GamerXYZ » 04 Sep 2010, 21:07

I'm building some decks with the game's own cards, and mostly that goes right. However, there are some cards where it doesn't go right, like Mind Shatter and every card from Sorin Markov's decks. Those give me "undefined string" error-names, and also in the card text. How to solve that?
GamerXYZ
 
Posts: 11
Joined: 23 Aug 2010, 20:33
Has thanked: 1 time
Been thanked: 1 time

Re: What to do when you get "undefined string"?

Postby Uresti » 05 Sep 2010, 00:15

that error is related to the TEXT.XML when the name of ability or card is not found in the TEXT.XML. check the references on the TEXT. or maybe is not compatible with all our work. try to make a clean installation of DOTP and Pack 2 then check if all works ok reinstall the DLCs you have
Uresti
 
Posts: 151
Joined: 25 Jun 2010, 15:26
Has thanked: 0 time
Been thanked: 0 time

Re: What to do when you get "undefined string"?

Postby GamerXYZ » 06 Sep 2010, 16:57

I moved all files from the CARDS and TEXT_DUELTIME folders from DATA_CORE and DATA_0005 to mine, but the same problem persists.

Can I somehow link the cards to look up in their right expansion what they do? Kinda like how Heart of the Worlds has Naturalize that's also in the core game.
GamerXYZ
 
Posts: 11
Joined: 23 Aug 2010, 20:33
Has thanked: 1 time
Been thanked: 1 time

Re: What to do when you get "undefined string"?

Postby kevlahnota » 06 Sep 2010, 17:36

Expansion Pack 2 is compatible with the community mod. But you need to edit some cards( nontoken landfall and some duplicate cards, it's around 36 cards ) you need to setup your datasets. general.xml example:(this is what I'm using since there are some card bugs in pack 2 thats why I added them all into my datasets)

    <?xml version="1.0" encoding="utf-8"?>
    <DATASETS>
    <DATASET_DEFINITION name="COMMUNITY">
    <DATASET_INCLUSION name="Land"/>
    <CARDS filename ="M11_Land"/>
    <TEXT filename ="10e_card_text"/>
    <TEXT filename ="EVE_card_text"/>
    <TEXT filename ="SHM_card_text"/>
    <TEXT filename ="LRW_card_text"/>
    <TEXT filename ="MOR_card_text"/>
    <TEXT filename ="Earlier_card_text"/>
    <TEXT filename ="5555_card_text"/>
    <TEXT filename ="6666_card_text"/>
    <TEXT filename ="7777_card_text"/>
    <TEXT filename ="8888_card_text"/>
    <TEXT filename ="9991_card_text"/>
    <TEXT filename ="9700_card_text"/>
    <TEXT filename ="9851_card_text"/>
    <TEXT filename ="6321_card_text"/>
    <TEXT filename="Earlier_card_text" />
    <TEXT filename="Earlier_card_text_EXP2" />
    <TEXT filename="10e_card_text" />
    <TEXT filename="ALA_card_text" />
    <TEXT filename="ALA_card_text_EXP2" />
    <TEXT filename="LRW_card_text" />
    <TEXT filename="WWK_card_text_EXP2" />
    <TEXT filename="ARB_card_text_EXP2" />
    <TEXT filename="ZEN_card_text_EXP2" />
    <TEXT filename="ROE_card_text_EXP2" />
    <TEXT filename="M10_card_text_EXP2" />
    <TEXT filename="M11_card_text_EXP2" />
    <TEXT filename="CONF_card_text_EXP2" />
    <TEXT filename="INV_card_text_EXP2" />
    <TEXT filename="8ED_card_text_EXP2" />
    <CARDS filename="10e_Land"/>
    <CARDS filename="ALA_Land"/>
    <CARDS filename="ZEN_Land" />
    <TEXT filename ="10e_card_text"/>
    <TEXT filename ="ALA_card_text"/>
    <TEXT filename="ZEN_card_text_EXP2" />
    </DATASET_DEFINITION>

    </DATASETS>
User avatar
kevlahnota
Programmer
 
Posts: 825
Joined: 19 Jul 2010, 17:45
Location: Philippines
Has thanked: 14 times
Been thanked: 264 times

Re: What to do when you get "undefined string"?

Postby zwastik » 30 Sep 2010, 05:38

I just reinstalled Dotp (I have DLC1 and DLC2) and downloaded everything from svn.
I get undefined errors.

So, I should create this general.xml with the information above?
Where should I put it?

This is how my root folder looks like:
root.jpg
zwastik
 
Posts: 31
Joined: 30 Aug 2010, 11:48
Has thanked: 0 time
Been thanked: 0 time

Re: What to do when you get "undefined string"?

Postby gabeiq » 30 Sep 2010, 10:11

hum, I just noticed that land token landfall... so all I have to do is replace the text in general.xml at ...DATA_DLC_1111\DATA_ALL_PLATFORMS\DATA_REQUIRED ?
gabeiq
 
Posts: 65
Joined: 21 Jul 2010, 05:21
Has thanked: 24 times
Been thanked: 0 time

Re: What to do when you get "undefined string"?

Postby pikachu » 01 Oct 2010, 03:20

hi guys,
how come i dont have this data_dlc_005? do i have to install some expansion? or download something from the net play?
i just update svn files daily and put them on my data_dlc_1111 like how it was instructed in other posts..
is dlc1 different from dlc2 ? do i need to create something similar, like a new folder named data_dlc_2222?

appreciate your help.
thanks.
User avatar
pikachu
 
Posts: 6
Joined: 22 Sep 2010, 01:24
Location: philippines
Has thanked: 0 time
Been thanked: 0 time

Re: What to do when you get "undefined string"?

Postby kevlahnota » 01 Oct 2010, 03:33

DLC2 is the second expansion pack released last september. The data_dlc_0005 are from the dlc2 expansion which includes sorin markovs deck and etc.

pikachu wrote:hi guys,
how come i dont have this data_dlc_005? do i have to install some expansion? or download something from the net play?
i just update svn files daily and put them on my data_dlc_1111 like how it was instructed in other posts..
is dlc1 different from dlc2 ? do i need to create something similar, like a new folder named data_dlc_2222?

appreciate your help.
thanks.
User avatar
kevlahnota
Programmer
 
Posts: 825
Joined: 19 Jul 2010, 17:45
Location: Philippines
Has thanked: 14 times
Been thanked: 264 times

Re: What to do when you get "undefined string"?

Postby zwastik » 01 Oct 2010, 05:56

So is this http://www.slightlymagic.net/forum/viewtopic.php?f=62&t=3131#p41785 the only way of fixing the "undefined string" error? It seems long and tedious. Quicker solution by logoliv still causes the undefined string message.
If kevlahnota remedy fixes the problem, a howto would be appreciated. Sadly my testing activities are halted for now until I manage to fix this error.
zwastik
 
Posts: 31
Joined: 30 Aug 2010, 11:48
Has thanked: 0 time
Been thanked: 0 time

Re: What to do when you get "undefined string"?

Postby pikachu » 01 Oct 2010, 06:03

cool. where do i download this 2nd expansion? and whats the svn link to the data_dlc_0005 ?

thanks


kevlahnota wrote:DLC2 is the second expansion pack released last september. The data_dlc_0005 are from the dlc2 expansion which includes sorin markovs deck and etc.

pikachu wrote:hi guys,
how come i dont have this data_dlc_005? do i have to install some expansion? or download something from the net play?
i just update svn files daily and put them on my data_dlc_1111 like how it was instructed in other posts..
is dlc1 different from dlc2 ? do i need to create something similar, like a new folder named data_dlc_2222?

appreciate your help.
thanks.
User avatar
pikachu
 
Posts: 6
Joined: 22 Sep 2010, 01:24
Location: philippines
Has thanked: 0 time
Been thanked: 0 time

Re: What to do when you get "undefined string"?

Postby kevlahnota » 01 Oct 2010, 06:08

I'll try to fix the paths so there's no need to transfer any files.

zwastik wrote:So is this http://www.slightlymagic.net/forum/viewtopic.php?f=62&t=3131#p41785 the only way of fixing the "undefined string" error? It seems long and tedious. Quicker solution by logoliv still causes the undefined string message.
If kevlahnota remedy fixes the problem, a howto would be appreciated. Sadly my testing activities are halted for now until I manage to fix this error.
User avatar
kevlahnota
Programmer
 
Posts: 825
Joined: 19 Jul 2010, 17:45
Location: Philippines
Has thanked: 14 times
Been thanked: 264 times

Re: What to do when you get "undefined string"?

Postby kevlahnota » 01 Oct 2010, 06:45

Please update to the latest SVN to test if you still have "undefined string" error.
Last edited by kevlahnota on 01 Oct 2010, 07:17, edited 3 times in total.
User avatar
kevlahnota
Programmer
 
Posts: 825
Joined: 19 Jul 2010, 17:45
Location: Philippines
Has thanked: 14 times
Been thanked: 264 times

Re: What to do when you get "undefined string"?

Postby Huggybaby » 01 Oct 2010, 06:54

pikachu wrote:cool. where do i download this 2nd expansion?
It costs $4.99 from Steam.
User avatar
Huggybaby
Administrator
 
Posts: 3226
Joined: 15 Jan 2006, 19:44
Location: Finally out of Atlanta
Has thanked: 742 times
Been thanked: 601 times

Re: What to do when you get "undefined string"?

Postby kevlahnota » 01 Oct 2010, 07:07

for the lazy( if you don't want to edit cards to fix landfall ability ) :mrgreen:

for those having problems with the landfall ability using DLC_1111 with expansion pack 2,
the easiest way is to extract DATA_CORE.wad, then rename DATA_CORE.wad to _DATA_CORE.wad.bak.

open DATA_CORE\DATA_ALL_PLATFORMS\DATA_REQUIRED\FUNCTIONS folder then paste this modified Filters.Lua.
FILTERS.zip
FILTERS.LUA fix for LANDFALL
(1.84 KiB) Downloaded 260 times
NOTE: BACKUP first your original FILTERS.LUA.
User avatar
kevlahnota
Programmer
 
Posts: 825
Joined: 19 Jul 2010, 17:45
Location: Philippines
Has thanked: 14 times
Been thanked: 264 times

Re: What to do when you get "undefined string"?

Postby zwastik » 01 Oct 2010, 17:16

kevlahnota wrote:Please update to the latest SVN to test if you still have "undefined string" error.
At revision: 405
DotP 2010-10-01 13-13-57-46.jpg
zwastik
 
Posts: 31
Joined: 30 Aug 2010, 11:48
Has thanked: 0 time
Been thanked: 0 time

Next

Return to Magic: The Gathering - Duels of the Planeswalkers

Who is online

Users browsing this forum: No registered users and 11 guests

Main Menu

User Menu

Our Partners


Who is online

In total there are 11 users online :: 0 registered, 0 hidden and 11 guests (based on users active over the past 10 minutes)
Most users ever online was 7303 on 15 Jul 2025, 20:46

Users browsing this forum: No registered users and 11 guests

Login Form