What to do when you get "undefined string"?
New decks and cards for Stainless Games' release
Moderator: CCGHQ Admins
21 posts
• Page 1 of 2 • 1, 2
What to do when you get "undefined string"?
by 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?
Re: What to do when you get "undefined string"?
by 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"?
by 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.
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.
Re: What to do when you get "undefined string"?
by 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>
-
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"?
by zwastik » 30 Sep 2010, 05:38
- 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"?
by 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 ?
Re: What to do when you get "undefined string"?
by 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.
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.
-
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"?
by 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.
-
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"?
by 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.
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"?
by 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
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.
-
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"?
by 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.
-
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"?
by 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.
-
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"?
by Huggybaby » 01 Oct 2010, 06:54
It costs $4.99 from Steam.pikachu wrote:cool. where do i download this 2nd expansion?
-
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"?
by kevlahnota » 01 Oct 2010, 07:07
for the lazy( if you don't want to edit cards to fix landfall ability )
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.

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.
NOTE: BACKUP first your original FILTERS.LUA.
FILTERS.zip
- FILTERS.LUA fix for LANDFALL
- (1.84 KiB) Downloaded 260 times
-
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"?
by zwastik » 01 Oct 2010, 17:16
- zwastik
- Posts: 31
- Joined: 30 Aug 2010, 11:48
- Has thanked: 0 time
- Been thanked: 0 time
21 posts
• Page 1 of 2 • 1, 2
Return to Magic: The Gathering - Duels of the Planeswalkers
Who is online
Users browsing this forum: No registered users and 2 guests