Wank
Junior Member
Posts: 28
Threads: 11
Joined: May 2013
Reputation:
0
|
Problem with extra_english.lang
The description of my custom story, and the first two entries were working. Now that I added the other two, none of them are working an im not getting an error.
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You find yourself in the mansion of a deranged artist and musician. Could he be hiding something in this hidious house?</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_letterone_Name">A quick note to self</Entry>
<Entry Name="Note_letterone_Text">So I don't forget- The key to the study is hidden behind the painting in my piano room!</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_noteenvelope_Name">To Costa De Luca</Entry>
<Entry Name="Note_noteenvelope_Text">You are invited to show your work at the Bergam Art Museum! Bring any artwork pieces as you wish, and we will see you there! (1834, October 16th)</Entry>
</CATEGORY>
<CATEOGRY Name="Journal">
<Entry Name="Note_diarypaper01_Name">Journal Entry #1</ENTRY>
<Entry Name="Note_diarypaper01_Text">1834, October 16th. Now that I have been invited to Bergam, I can bring my "master piece".</ENTRY>
</CATEOGRY>
<CATEGORY Name="Journal">
<ENTRY Name="Note_diarypaper02_Name">Journal Entry #2</Entry>
<ENTRY Name="Note_diarypaper02_Text">1834, October 17th. The showcase is in two weeks, so I need to prepare more quickly.</Entry>
</CATEOGRY>
</LANGUAGE>
|
|
05-25-2013, 12:37 AM |
|
Romulator
Not Tech Support ;-)
Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation:
195
|
RE: Problem with extra_english.lang
1. You have 4 Journal categories, which is unnecessary You can simply put them all into one Journal Category.
2. </CATEOGRY> on the last line is spelt incorrectly.
Try this: <LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You find yourself in the mansion of a deranged artist and musician. Could he be hiding something in this hidious house?</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_letterone_Name">A quick note to self</Entry>
<Entry Name="Note_letterone_Text">So I don't forget- The key to the study is hidden behind the painting in my piano room!</Entry>
<Entry Name="Note_noteenvelope_Name">To Costa De Luca</Entry>
<Entry Name="Note_noteenvelope_Text">You are invited to show your work at the Bergam Art Museum! Bring any artwork pieces as you wish, and we will see you there! (1834, October 16th)</Entry>
<Entry Name="Note_diarypaper01_Name">Journal Entry #1</ENTRY>
<Entry Name="Note_diarypaper01_Text">1834, October 16th. Now that I have been invited to Bergam, I can bring my "master piece".</ENTRY>
<ENTRY Name="Note_diarypaper02_Name">Journal Entry #2</Entry>
<ENTRY Name="Note_diarypaper02_Text">1834, October 17th. The showcase is in two weeks, so I need to prepare more quickly.</Entry>
</CATEGORY>
</LANGUAGE>
Discord: Romulator#0001
(This post was last modified: 05-25-2013, 02:39 AM by Romulator.)
|
|
05-25-2013, 02:38 AM |
|
Wank
Junior Member
Posts: 28
Threads: 11
Joined: May 2013
Reputation:
0
|
RE: Problem with extra_english.lang
(05-25-2013, 02:38 AM)ROMul8r Wrote: 1. You have 4 Journal categories, which is unnecessary You can simply put them all into one Journal Category.
2. </CATEOGRY> on the last line is spelt incorrectly.
Try this:<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You find yourself in the mansion of a deranged artist and musician. Could he be hiding something in this hidious house?</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_letterone_Name">A quick note to self</Entry>
<Entry Name="Note_letterone_Text">So I don't forget- The key to the study is hidden behind the painting in my piano room!</Entry>
<Entry Name="Note_noteenvelope_Name">To Costa De Luca</Entry>
<Entry Name="Note_noteenvelope_Text">You are invited to show your work at the Bergam Art Museum! Bring any artwork pieces as you wish, and we will see you there! (1834, October 16th)</Entry>
<Entry Name="Note_diarypaper01_Name">Journal Entry #1</ENTRY>
<Entry Name="Note_diarypaper01_Text">1834, October 16th. Now that I have been invited to Bergam, I can bring my "master piece".</ENTRY>
<ENTRY Name="Note_diarypaper02_Name">Journal Entry #2</Entry>
<ENTRY Name="Note_diarypaper02_Text">1834, October 17th. The showcase is in two weeks, so I need to prepare more quickly.</Entry>
</CATEGORY>
</LANGUAGE>
OH, I get the hang of extra ennglish now... Thank you!
(05-25-2013, 02:45 AM)Wank Wrote: (05-25-2013, 02:38 AM)ROMul8r Wrote: 1. You have 4 Journal categories, which is unnecessary You can simply put them all into one Journal Category.
2. </CATEOGRY> on the last line is spelt incorrectly.
Try this:<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You find yourself in the mansion of a deranged artist and musician. Could he be hiding something in this hidious house?</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_letterone_Name">A quick note to self</Entry>
<Entry Name="Note_letterone_Text">So I don't forget- The key to the study is hidden behind the painting in my piano room!</Entry>
<Entry Name="Note_noteenvelope_Name">To Costa De Luca</Entry>
<Entry Name="Note_noteenvelope_Text">You are invited to show your work at the Bergam Art Museum! Bring any artwork pieces as you wish, and we will see you there! (1834, October 16th)</Entry>
<Entry Name="Note_diarypaper01_Name">Journal Entry #1</ENTRY>
<Entry Name="Note_diarypaper01_Text">1834, October 16th. Now that I have been invited to Bergam, I can bring my "master piece".</ENTRY>
<ENTRY Name="Note_diarypaper02_Name">Journal Entry #2</Entry>
<ENTRY Name="Note_diarypaper02_Text">1834, October 17th. The showcase is in two weeks, so I need to prepare more quickly.</Entry>
</CATEGORY>
</LANGUAGE>
OH, I get the hang of extra ennglish now... Thank you!
Actually, still not working. No text is showing up!
(This post was last modified: 05-25-2013, 02:47 AM by Wank.)
|
|
05-25-2013, 02:45 AM |
|
Romulator
Not Tech Support ;-)
Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation:
195
|
RE: Problem with extra_english.lang
You're welcome We all do our best to help. If you have more questions, just post
Also, I noticed you joined recently:
Discord: Romulator#0001
|
|
05-25-2013, 02:48 AM |
|
Wank
Junior Member
Posts: 28
Threads: 11
Joined: May 2013
Reputation:
0
|
RE: Problem with extra_english.lang
|
|
05-25-2013, 02:49 AM |
|
PutraenusAlivius
Posting Freak
Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation:
119
|
RE: Problem with extra_english.lang
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You find yourself in the mansion of a deranged artist and musician. Could he be hiding something in this hidious house?</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_letterone_Name">A quick note to self</Entry>
<Entry Name="Note_letterone_Text">So I don't forget- The key to the study is hidden behind the painting in my piano room!</Entry>
<Entry Name="Note_noteenvelope_Name">To Costa De Luca</Entry>
<Entry Name="Note_noteenvelope_Text">You are invited to show your work at the Bergam Art Museum! Bring any artwork pieces as you wish, and we will see you there! (1834, October 16th)</Entry>
<Entry Name="Note_diarypaper01_Name">Journal Entry #1</Entry>
<Entry Name="Note_diarypaper01_Text">1834, October 16th. Now that I have been invited to Bergam, I can bring my "master piece".</Entry>
<ENTRY Name="Note_diarypaper02_Name">Journal Entry #2</Entry>
<ENTRY Name="Note_diarypaper02_Text">1834, October 17th. The showcase is in two weeks, so I need to prepare more quickly.</Entry>
</CATEGORY>
</LANGUAGE>
"Veni, vidi, vici."
"I came, I saw, I conquered."
|
|
05-25-2013, 02:57 AM |
|
Wank
Junior Member
Posts: 28
Threads: 11
Joined: May 2013
Reputation:
0
|
RE: Problem with extra_english.lang
(05-25-2013, 02:57 AM)JustAnotherPlayer Wrote: <LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">You find yourself in the mansion of a deranged artist and musician. Could he be hiding something in this hidious house?</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_letterone_Name">A quick note to self</Entry>
<Entry Name="Note_letterone_Text">So I don't forget- The key to the study is hidden behind the painting in my piano room!</Entry>
<Entry Name="Note_noteenvelope_Name">To Costa De Luca</Entry>
<Entry Name="Note_noteenvelope_Text">You are invited to show your work at the Bergam Art Museum! Bring any artwork pieces as you wish, and we will see you there! (1834, October 16th)</Entry>
<Entry Name="Note_diarypaper01_Name">Journal Entry #1</Entry>
<Entry Name="Note_diarypaper01_Text">1834, October 16th. Now that I have been invited to Bergam, I can bring my "master piece".</Entry>
<ENTRY Name="Note_diarypaper02_Name">Journal Entry #2</Entry>
<ENTRY Name="Note_diarypaper02_Text">1834, October 17th. The showcase is in two weeks, so I need to prepare more quickly.</Entry>
</CATEGORY>
</LANGUAGE>
It's still not working...
|
|
05-25-2013, 03:11 AM |
|
Romulator
Not Tech Support ;-)
Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation:
195
|
RE: Problem with extra_english.lang
When you load up your CS; does it say your Custom Story Description or does it simply say "No Description"?
Also, try changing the two ENTRY Name to Entry Name. That MAY work
ALSO
Try deleting the .map_cache file which should be the same name as your map and directory
Discord: Romulator#0001
(This post was last modified: 05-25-2013, 04:10 AM by Romulator.)
|
|
05-25-2013, 03:40 AM |
|
|