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
i need help with notes
eddyed123 Offline
Junior Member

Posts: 4
Threads: 2
Joined: Feb 2012
Reputation: 0
#1
Sad  i need help with notes


what am i doing wrong?
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>

-------------------------------------------------------------------------------------------------------------
the note text is "ANote"
the note title is "ANote"
02-26-2012, 07:10 PM
Find
Datguy5 Offline
Senior Member

Posts: 629
Threads: 25
Joined: Dec 2011
Reputation: 12
#2
RE: i need help with notes

(02-26-2012, 07:10 PM)eddyed123 Wrote: what am i doing wrong?
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>

-------------------------------------------------------------------------------------------------------------
the note text is "ANote"
the note title is "ANote"

I think you forgot the </LANGUAGE>
from the end.Should look like this
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>

</CATEGORY>
</LANGUAGE>



If that doesnt work for some reason check this site. http://wiki.frictionalgames.com/hpl2/tut...omakenotes

(This post was last modified: 02-26-2012, 07:49 PM by Datguy5.)
02-26-2012, 07:47 PM
Find
jessehmusic Offline
Senior Member

Posts: 423
Threads: 102
Joined: Dec 2011
Reputation: 8
#3
RE: i need help with notes

(02-26-2012, 07:10 PM)eddyed123 Wrote: what am i doing wrong?
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>

-------------------------------------------------------------------------------------------------------------
the note text is "ANote"
the note title is "ANote"


Dude you dont have any end of the lang :/
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>
<LANGUAGE>
Test this Wink btw have you change the "Notetext" in level editor to "ANote"


http://www.moddb.com/mods/jessehmusic - Hospital of horror , WIP
02-29-2012, 05:21 PM
Website Find
Datguy5 Offline
Senior Member

Posts: 629
Threads: 25
Joined: Dec 2011
Reputation: 12
#4
RE: i need help with notes

(02-29-2012, 05:21 PM)jessehmusic Wrote:
(02-26-2012, 07:10 PM)eddyed123 Wrote: what am i doing wrong?
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>

-------------------------------------------------------------------------------------------------------------
the note text is "ANote"
the note title is "ANote"


Dude you dont have any end of the lang :/
<LANGUAGE>
<CATEGORY Name="Journal">
<Entry Name="Note_ANote_Name">Note</Entry>
<Entry Name="Note_ANote_Text">thehahrthsr</Entry>
</CATEGORY>
<LANGUAGE>
Test this Wink btw have you change the "Notetext" in level editor to "ANote"
I told him already that >: ( btw that is wrong because it has to be </LANGUAGE>
in the end.

02-29-2012, 06:00 PM
Find




Users browsing this thread: 1 Guest(s)