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


Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add all simple scripts here!
HumiliatioN Offline
Posting Freak

Posts: 1,179
Threads: 64
Joined: Dec 2010
Reputation: 18
#21
RE: Add all simple scripts here!

(12-14-2010, 05:30 PM)Akumasama Wrote: http://wiki.frictionalgames.com/hpl2/tut...omakenotes
There you go.
Ask for more help if you can't figure it out Smile

Okay i dont know what is this problem? But it doesnt show "Description of map"

Only who made that map..

<LANGUAGE>
<RESOURCES>
</RESOURCES>

<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Can you survive.</Entry>
<CATEGORY Name="Levels">

<Entry Name="Hall_door">Mansion [br]To The First Map</Entry>
<Entry Name="00_example_door">Mansion [br]To The Second Map</Entry>
</CATEGORY>



<CATEGORY Name="Inventory">
<Entry Name="ItemName_key_1">Door key</Entry>
<Entry Name="ItemDesc_key_1">Use this to open door</Entry>

<CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_Test01_Name">Escape Plan</Entry>
<Entry Name="Note_Test01_Text">This castle is pure of darkness you must get out if u wanna live.</Entry>
</CATEGORY>

</LANGUAGE>

I tested that Journal but not working only empty note paper.. :I

And Items with keys no name at all and no descriptions Sad

Wheres the problem?

“Life is a game, play it”
12-14-2010, 05:52 PM
Find
Akumasama Offline
Member

Posts: 122
Threads: 2
Joined: Nov 2010
Reputation: 0
#22
RE: Add all simple scripts here!

<CATEGORY Name="Journal">
    <Entry Name="Note_*NOTE NAME*_Name">*NOTE TITLE*</Entry>
    <Entry Name="Note_*NOTE NAME*_Text">*WHAT THE NOTE SHOWS*</Entry>
</CATEGORY>

This is basicly what you add to your code.
You keep repeating the 2 "Entry Name" lines with different info.

Atleast, this is what I understood from the wiki.
I've never personally done this, but that should do...
12-14-2010, 06:28 PM
Find
HumiliatioN Offline
Posting Freak

Posts: 1,179
Threads: 64
Joined: Dec 2010
Reputation: 18
#23
RE: Add all simple scripts here!

(12-14-2010, 06:28 PM)Akumasama Wrote:
<CATEGORY Name="Journal">
    <Entry Name="Note_*NOTE NAME*_Name">*NOTE TITLE*</Entry>
    <Entry Name="Note_*NOTE NAME*_Text">*WHAT THE NOTE SHOWS*</Entry>
</CATEGORY>

This is basicly what you add to your code.
You keep repeating the 2 "Entry Name" lines with different info.

Atleast, this is what I understood from the wiki.
I've never personally done this, but that should do...

Nope not working same code as my Undecided

“Life is a game, play it”
12-14-2010, 06:39 PM
Find
Akumasama Offline
Member

Posts: 122
Threads: 2
Joined: Nov 2010
Reputation: 0
#24
RE: Add all simple scripts here!

Did you call your note "Test01" with the capital in the editor?
12-14-2010, 06:53 PM
Find
Frontcannon Offline
Senior Member

Posts: 538
Threads: 10
Joined: Jul 2010
Reputation: 2
#25
RE: Add all simple scripts here!

*slams head on table*

Read this, and may it help you on your way.


╔═════════════════╗
☺ Smoke weed everyday ☺
╚═════════════════╝
12-14-2010, 07:49 PM
Find
HumiliatioN Offline
Posting Freak

Posts: 1,179
Threads: 64
Joined: Dec 2010
Reputation: 18
#26
RE: Add all simple scripts here!

(12-14-2010, 06:53 PM)Akumasama Wrote: Did you call your note "Test01" with the capital in the editor?

Yes.
(12-14-2010, 07:49 PM)Frontcannon Wrote: *slams head on table*

Read this, and may it help you on your way.

Okay i readed that site.. But i cant get it working.. What i am doing wrong?

All my dev environment setup and configs are okay..

“Life is a game, play it”
(This post was last modified: 12-14-2010, 08:08 PM by HumiliatioN.)
12-14-2010, 07:59 PM
Find




Users browsing this thread: 1 Guest(s)