Frictional Games Forum (read-only)
Add all simple scripts here! - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html)
+--- Thread: Add all simple scripts here! (/thread-5702.html)

Pages: 1 2 3


RE: Add all simple scripts here! - HumiliatioN - 12-14-2010

(12-14-2010, 05:30 PM)Akumasama Wrote: http://wiki.frictionalgames.com/hpl2/tutorials/script/howtomakenotes
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?


RE: Add all simple scripts here! - Akumasama - 12-14-2010

Code:
<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...


RE: Add all simple scripts here! - HumiliatioN - 12-14-2010

(12-14-2010, 06:28 PM)Akumasama Wrote:
Code:
<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


RE: Add all simple scripts here! - Akumasama - 12-14-2010

Did you call your note "Test01" with the capital in the editor?


RE: Add all simple scripts here! - Frontcannon - 12-14-2010

*slams head on table*

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


RE: Add all simple scripts here! - HumiliatioN - 12-14-2010

(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..