Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Configuration Files Help Note Wont appear in my mod
Knittel Offline
Junior Member

Posts: 8
Threads: 1
Joined: Apr 2012
Reputation: 0
#20
RE: Note Wont appear in my mod

(04-18-2012, 04:10 PM)jessehmusic Wrote: <CATEGORY Name="Journal">
<Entry Name="Note_Patient_Name">Patient, Eric</Entry>
<Entry Name="Note_Patient_Text">1 July 2001 , an patient called Eric arrived today , the report says he is in coma , take care of him in the "Emergancy Hall"</Entry>
<Entry Name="Note_Patient1_Name">Patient , Richard</Entry>
<Entry Name="Note_Patient1_Text">3 July 2001 , an patient called Richard arrvied with some disease , never seen something like that before , take him down to the "Disease hall"</Entry>
</CATEGORY>
Probably the Problem is that the Quotation Marks are probably interpreted as values of attributes ->

In easy words: Dont write " in your text.
But if you still want to use that, then write 2 times this symbol ' . It looks equal, but won't be interpreted as an attribute.
This should be the solution:

<CATEGORY Name="Journal">
<Entry Name="Note_Patient_Name">Patient, Eric</Entry>
<Entry Name="Note_Patient_Text">1 July 2001 , an patient called Eric arrived today , the report says he is in coma , take care of him in the ''Emergancy Hal''</Entry>
<Entry Name="Note_Patient1_Name">Patient , Richard</Entry>
<Entry Name="Note_Patient1_Text">3 July 2001 , an patient called Richard arrvied with some disease , never seen something like that before , take him down to the ''Disease hall''</Entry>
</CATEGORY>

NB! Do not just copy this part into your text! You need to understand what we want to tell you, otherwise you will have the same problem very soon again.

[Image: 2ZwH0ZGD0AwL2.png]
[TRACKMANIA]


04-20-2012, 11:30 AM
Find


Messages In This Thread
Note Wont appear in my mod - by jessehmusic - 04-16-2012, 01:54 PM
RE: Note Wont appear in my mod - by JetlinerX - 04-16-2012, 04:43 PM
RE: Note Wont appear in my mod - by palistov - 04-16-2012, 05:04 PM
RE: Note Wont appear in my mod - by jessehmusic - 04-16-2012, 06:28 PM
RE: Note Wont appear in my mod - by Your Computer - 04-16-2012, 10:07 PM
RE: Note Wont appear in my mod - by jessehmusic - 04-16-2012, 11:03 PM
RE: Note Wont appear in my mod - by jessehmusic - 04-17-2012, 11:02 AM
RE: Note Wont appear in my mod - by jessehmusic - 04-18-2012, 12:21 PM
RE: Note Wont appear in my mod - by jessehmusic - 04-18-2012, 12:37 PM
RE: Note Wont appear in my mod - by jessehmusic - 04-18-2012, 01:24 PM
RE: Note Wont appear in my mod - by jessehmusic - 04-18-2012, 01:56 PM
RE: Note Wont appear in my mod - by jessehmusic - 04-18-2012, 04:10 PM
RE: Note Wont appear in my mod - by Knittel - 04-20-2012, 11:30 AM
RE: Note Wont appear in my mod - by jessehmusic - 04-20-2012, 11:11 AM
RE: Note Wont appear in my mod - by Your Computer - 04-20-2012, 12:02 PM
RE: Note Wont appear in my mod - by jessehmusic - 04-20-2012, 12:32 PM



Users browsing this thread: 1 Guest(s)