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
Script Help :(
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#11
RE: :(

i try with a lot of those but not working see

Spoiler below!
<CATEGORY Name="TextCategory">
<Entry Name="TextEntry">Where am i ? What happened?</Entry>
</CATEGORY>

<CATEGORY Name="Ch01Level01">
<Entry Name="WakeUpMessage">Where am i ? What happened? I feel... nothing.</Entry>
</CATEGORY>

<CATEGORY Name="Place">
<Entry Name="Wake">What is this place i know it from somewhere...Like i was already here.</Entry>
</CATEGORY>

<CATEGORY Name="DeathHint1">
<Entry Name="Entry2">Careful[br]And be ready.</Entry>
</CATEGORY>

<CATEGORY Name="Messages">
<Entry Name="test1">Where am i ? I know this place from my...Nightmares!</Entry>
</CATEGORY>

05-03-2014, 07:03 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#12
RE: :(

You are missing this </CATEGORY>
---
Here is what i think is the solution as far as i checked quickly:

Awnser :
PHP Code: (Select All)
</CATEGORY>
 <
CATEGORY Name="Journal">
</
CATEGORY

---
You have to Always make catagory... Catagoryname... catagory
(This post was last modified: 05-03-2014, 07:05 PM by DnALANGE.)
05-03-2014, 07:04 PM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#13
RE: :(

It looks now like this
Spoiler below!
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Hello Player,[br]You Entered into forbidden Forest with your friends.[br]Then you got hit into head from back by unknown creature,your friends run...Maybe for help maybe they RUN AWAY![br]You are still alive but you don't remember anything![br]My first custom story by Straxedix[br]play with headphones and lights off for better FUN!</Entry>
</CATEGORY>

</CATEGORY>
<CATEGORY Name="Journal">
</CATEGORY>


<CATEGORY Name="TextCategory">
<Entry Name="TextEntry">Where am i ? What happened?</Entry>
</CATEGORY>

<CATEGORY Name="Ch01Level01">
<Entry Name="WakeUpMessage">Where am i ? What happened? I feel... nothing.</Entry>
</CATEGORY>

<CATEGORY Name="Place">
<Entry Name="Wake">What is this place i know it from somewhere...Like i was already here.</Entry>
</CATEGORY>

<CATEGORY Name="DeathHint1">
<Entry Name="Entry2">Careful[br]And be ready.</Entry>
</CATEGORY>

<CATEGORY Name="Messages">
<Entry Name="test1">Where am i ? I know this place from my...Nightmares!</Entry>
</CATEGORY>
/////////////////////////////////////////////////////////////////////////////////
//------------------------------------Notes------------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<Entry Name="Note_NoteStranger_Name">Note from Stranger</Entry>
<Entry Name="Note_NoteStranger_Text">Hello.[br][br][br]You don't know me, but I certaintly know you.[br][br]But don't worry we will meet!</Entry>

/////////////////////////////////////////////////////////////////////////////////
//-----------------------------------Diaries-----------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<Entry Name="Diary_diary1_Name">End of the World</Entry>
<Entry Name="Diary_diary1_Text">21 December, 2012[br][br][br]The ground is literally shaking beneath my feat.</Entry>

/////////////////////////////////////////////////////////////////////////////////
//-----------------------------------Mementos----------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<Entry Name="Quest_memento1_Text">Perhaps I should go the other way.</Entry>

<Entry Name="Note_voice_Name">Welcome!</Entry>
<Entry Name="Note_voice_Text">Hello.[br] [br] [br]im stuck in here i don't remember anything please help me![br][br]Find me PLEASE!!![br][br]I remmember just a hit in head and fog</Entry>

</CATEGORY>

/////////////////////////////////////////////////////////////////////////////////
//----------------------------Item Names/Descriptions--------------------------//
/////////////////////////////////////////////////////////////////////////////////

<CATEGORY Name="Inventory">
<Entry Name="ItemName_key1">A Key</Entry>
<Entry Name="ItemDesc_key1">It's for unlocking a door.</Entry>

<Entry Name="ItemName_Key1234">Key for Room</Entry>
<Entry Name="ItemDesc_Key1234">It unlocks the door of room.</Entry>

<Entry Name="ItemName_Extreme1">Key for Some Door</Entry>
<Entry Name="ItemDesc_Extreme1">It unlocks the door somewhere.</Entry>

<Entry Name="ItemName_Extreme2">The Key</Entry>
<Entry Name="ItemDesc_Extreme2">It's a key</Entry>

<Entry Name="ItemName_Torture1">The Lost Key</Entry>
<Entry Name="ItemDesc_Torture1">It's a lost key of this HOUSE!</Entry>

<Entry Name="ItemName_Blah">The Key</Entry>
<Entry Name="ItemDesc_Blah">It's a key!</Entry>

<Entry Name="ItemName_Blah1">The key</Entry>
<Entry Name="ItemDesc_Blah1">It's a heavy key maybe it unlocks a that black door!</Entry>


</CATEGORY>

/////////////////////////////////////////////////////////////////////////////////
//------------------------------------Signs------------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<CATEGORY Name="Sign">
<Entry Name="Entry1">Study Room</Entry>
</CATEGORY>

/////////////////////////////////////////////////////////////////////////////////
//------------------------------------Levels-----------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<CATEGORY Name="Levels">
<Entry Name="Entry1">Main Hall</Entry>
</CATEGORY>

/////////////////////////////////////////////////////////////////////////////////
//----------------------------------Death Hints--------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<CATEGORY Name="DeathHint">
<Entry Name="Entry1">You have to cary on...</Entry>
</CATEGORY>
</LANGUAGE>
but when click on my CS it say No Description :O

(This post was last modified: 05-03-2014, 07:13 PM by Straxedix.)
05-03-2014, 07:12 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#14
RE: :(

</CATEGORY> <-- REMOVE THIS line and i think it should work then.
<CATEGORY Name="Journal">
</CATEGORY>
---
I ment you missed the lowest CATEGORY Wink
(This post was last modified: 05-03-2014, 07:15 PM by DnALANGE.)
05-03-2014, 07:14 PM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#15
RE: :(

I'm sorry i think i can't fix this i'm too stupid for this :/

Sec i will try

(This post was last modified: 05-03-2014, 07:15 PM by Straxedix.)
05-03-2014, 07:14 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#16
RE: :(

Just a small thingy;
PHP Code: (Select All)
Then you got hit into head from back by unknown creature 
Is that a proper english line??
(This post was last modified: 05-03-2014, 07:17 PM by DnALANGE.)
05-03-2014, 07:16 PM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#17
RE: :(

Same error but .lang looks now like this

Spoiler below!
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Hello Player,[br]You Entered into forbidden Forest with your friends.[br]Then you got hit into head from back by unknown creature,your friends run...Maybe for help maybe they RUN AWAY![br]You are still alive but you don't remember anything![br]My first custom story by Straxedix[br]play with headphones and lights off for better FUN!</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
</CATEGORY>

<CATEGORY Name="TextCategory">
<Entry Name="TextEntry">Where am i ? What happened?</Entry>
</CATEGORY>

<CATEGORY Name="Ch01Level01">
<Entry Name="WakeUpMessage">Where am i ? What happened? I feel... nothing.</Entry>
</CATEGORY>

<CATEGORY Name="Place">
<Entry Name="Wake">What is this place i know it from somewhere...Like i was already here.</Entry>
</CATEGORY>

<CATEGORY Name="DeathHint1">
<Entry Name="Entry2">Careful[br]And be ready.</Entry>
</CATEGORY>

<CATEGORY Name="Messages">
<Entry Name="test1">Where am i ? I know this place from my...Nightmares!</Entry>
</CATEGORY>
/////////////////////////////////////////////////////////////////////////////////
//------------------------------------Notes------------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<Entry Name="Note_NoteStranger_Name">Note from Stranger</Entry>
<Entry Name="Note_NoteStranger_Text">Hello.[br][br][br]You don't know me, but I certaintly know you.[br][br]But don't worry we will meet!</Entry>

/////////////////////////////////////////////////////////////////////////////////
//-----------------------------------Diaries-----------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<Entry Name="Diary_diary1_Name">End of the World</Entry>
<Entry Name="Diary_diary1_Text">21 December, 2012[br][br][br]The ground is literally shaking beneath my feat.</Entry>

/////////////////////////////////////////////////////////////////////////////////
//-----------------------------------Mementos----------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<Entry Name="Quest_memento1_Text">Perhaps I should go the other way.</Entry>

<Entry Name="Note_voice_Name">Welcome!</Entry>
<Entry Name="Note_voice_Text">Hello.[br] [br] [br]im stuck in here i don't remember anything please help me![br][br]Find me PLEASE!!![br][br]I remmember just a hit in head and fog</Entry>

</CATEGORY>

/////////////////////////////////////////////////////////////////////////////////
//----------------------------Item Names/Descriptions--------------------------//
/////////////////////////////////////////////////////////////////////////////////

<CATEGORY Name="Inventory">
<Entry Name="ItemName_key1">A Key</Entry>
<Entry Name="ItemDesc_key1">It's for unlocking a door.</Entry>

<Entry Name="ItemName_Key1234">Key for Room</Entry>
<Entry Name="ItemDesc_Key1234">It unlocks the door of room.</Entry>

<Entry Name="ItemName_Extreme1">Key for Some Door</Entry>
<Entry Name="ItemDesc_Extreme1">It unlocks the door somewhere.</Entry>

<Entry Name="ItemName_Extreme2">The Key</Entry>
<Entry Name="ItemDesc_Extreme2">It's a key</Entry>

<Entry Name="ItemName_Torture1">The Lost Key</Entry>
<Entry Name="ItemDesc_Torture1">It's a lost key of this HOUSE!</Entry>

<Entry Name="ItemName_Blah">The Key</Entry>
<Entry Name="ItemDesc_Blah">It's a key!</Entry>

<Entry Name="ItemName_Blah1">The key</Entry>
<Entry Name="ItemDesc_Blah1">It's a heavy key maybe it unlocks a that black door!</Entry>


</CATEGORY>

/////////////////////////////////////////////////////////////////////////////////
//------------------------------------Signs------------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<CATEGORY Name="Sign">
<Entry Name="Entry1">Study Room</Entry>
</CATEGORY>

/////////////////////////////////////////////////////////////////////////////////
//------------------------------------Levels-----------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<CATEGORY Name="Levels">
<Entry Name="Entry1">Main Hall</Entry>
</CATEGORY>

/////////////////////////////////////////////////////////////////////////////////
//----------------------------------Death Hints--------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<CATEGORY Name="DeathHint">
<Entry Name="Entry1">You have to cary on...</Entry>
</CATEGORY>
</LANGUAGE>

05-03-2014, 07:17 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#18
RE: :(

REPLACE THIS :
Spoiler below!
PHP Code: (Select All)
<CATEGORY Name="Journal">
 </
CATEGORY

HERE is what you did wrong.
---
Copy this and overwrite into your .english
:
PHP Code: (Select All)
<CATEGORY Name="Messages">
 <
Entry Name="test1">Where am i I know this place from my...Nightmares!</Entry>
 
/////////////////////////////////////////////////////////////////////////////////
 //------------------------------------Notes------------------------------------//
 /////////////////////////////////////////////////////////////////////////////////

 
<Entry Name="Note_NoteStranger_Name">Note from Stranger</Entry>
 <
Entry Name="Note_NoteStranger_Text">Hello.[br][br][br]You don't know me, but I certaintly know you.[br][br]But don't worry we will meet!</Entry>

 
/////////////////////////////////////////////////////////////////////////////////
 //-----------------------------------Diaries-----------------------------------//
 /////////////////////////////////////////////////////////////////////////////////

 
<Entry Name="Diary_diary1_Name">End of the World</Entry>
 <
Entry Name="Diary_diary1_Text">21 December2012[br][br][br]The ground is literally shaking beneath my feat.</Entry>

 
/////////////////////////////////////////////////////////////////////////////////
 //-----------------------------------Mementos----------------------------------//
 /////////////////////////////////////////////////////////////////////////////////

 
<Entry Name="Quest_memento1_Text">Perhaps I should go the other way.</Entry>

 <
Entry Name="Note_voice_Name">Welcome!</Entry>
 <
Entry Name="Note_voice_Text">Hello.[br] [br] [br]im stuck in here i don't remember anything please help me![br][br]Find me PLEASE!!![br][br]I remmember just a hit in head and fog</Entry>

 </CATEGORY>

 /////////////////////////////////////////////////////////////////////////////////
 //----------------------------Item Names/Descriptions--------------------------//
 ///////////////////////////////////////////////////////////////////////////////// 

(This post was last modified: 05-03-2014, 07:21 PM by DnALANGE.)
05-03-2014, 07:17 PM
Find
Straxedix Offline
Senior Member

Posts: 426
Threads: 52
Joined: Mar 2014
Reputation: 5
#19
RE: :(

it looks like this
Spoiler below!
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">Hello Player,[br]You Entered into forbidden Forest with your friends.[br]Then you got hit into head from back by unknown creature,your friends run...Maybe for help maybe they RUN AWAY![br]You are still alive but you don't remember anything![br]My first custom story by Straxedix[br]play with headphones and lights off for better FUN!</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
</CATEGORY>

<CATEGORY Name="TextCategory">
<Entry Name="TextEntry">Where am i ? What happened?</Entry>
</CATEGORY>

<CATEGORY Name="Ch01Level01">
<Entry Name="WakeUpMessage">Where am i ? What happened? I feel... nothing.</Entry>
</CATEGORY>

<CATEGORY Name="Place">
<Entry Name="Wake">What is this place i know it from somewhere...Like i was already here.</Entry>
</CATEGORY>

<CATEGORY Name="DeathHint1">
<Entry Name="Entry2">Careful[br]And be ready.</Entry>
</CATEGORY>

<CATEGORY Name="Messages">
<Entry Name="test1">Where am i ? I know this place from my...Nightmares!</Entry>
</CATEGORY>
/////////////////////////////////////////////////////////////////////////////////
//------------------------------------Notes------------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<Entry Name="Note_NoteStranger_Name">Note from Stranger</Entry>
<Entry Name="Note_NoteStranger_Text">Hello.[br][br][br]You don't know me, but I certaintly know you.[br][br]But don't worry we will meet!</Entry>

/////////////////////////////////////////////////////////////////////////////////
//-----------------------------------Diaries-----------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<Entry Name="Diary_diary1_Name">End of the World</Entry>
<Entry Name="Diary_diary1_Text">21 December, 2012[br][br][br]The ground is literally shaking beneath my feat.</Entry>

/////////////////////////////////////////////////////////////////////////////////
//-----------------------------------Mementos----------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<Entry Name="Quest_memento1_Text">Perhaps I should go the other way.</Entry>

<Entry Name="Note_voice_Name">Welcome!</Entry>
<Entry Name="Note_voice_Text">Hello.[br] [br] [br]im stuck in here i don't remember anything please help me![br][br]Find me PLEASE!!![br][br]I remmember just a hit in head and fog</Entry>

</CATEGORY>

/////////////////////////////////////////////////////////////////////////////////
//----------------------------Item Names/Descriptions--------------------------//
/////////////////////////////////////////////////////////////////////////////////

<CATEGORY Name="Inventory">
<Entry Name="ItemName_key1">A Key</Entry>
<Entry Name="ItemDesc_key1">It's for unlocking a door.</Entry>

<Entry Name="ItemName_Key1234">Key for Room</Entry>
<Entry Name="ItemDesc_Key1234">It unlocks the door of room.</Entry>

<Entry Name="ItemName_Extreme1">Key for Some Door</Entry>
<Entry Name="ItemDesc_Extreme1">It unlocks the door somewhere.</Entry>

<Entry Name="ItemName_Extreme2">The Key</Entry>
<Entry Name="ItemDesc_Extreme2">It's a key</Entry>

<Entry Name="ItemName_Torture1">The Lost Key</Entry>
<Entry Name="ItemDesc_Torture1">It's a lost key of this HOUSE!</Entry>

<Entry Name="ItemName_Blah">The Key</Entry>
<Entry Name="ItemDesc_Blah">It's a key!</Entry>

<Entry Name="ItemName_Blah1">The key</Entry>
<Entry Name="ItemDesc_Blah1">It's a heavy key maybe it unlocks a that black door!</Entry>


</CATEGORY>

/////////////////////////////////////////////////////////////////////////////////
//------------------------------------Signs------------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<CATEGORY Name="Sign">
<Entry Name="Entry1">Study Room</Entry>
</CATEGORY>

/////////////////////////////////////////////////////////////////////////////////
//------------------------------------Levels-----------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<CATEGORY Name="Levels">
<Entry Name="Entry1">Main Hall</Entry>
</CATEGORY>

/////////////////////////////////////////////////////////////////////////////////
//----------------------------------Death Hints--------------------------------//
/////////////////////////////////////////////////////////////////////////////////

<CATEGORY Name="DeathHint">
<Entry Name="Entry1">You have to cary on...</Entry>
</CATEGORY>
</LANGUAGE>

still No Description

Spoiler below!
Why do you waist time on me i'm noob

05-03-2014, 07:21 PM
Find
DnALANGE Offline
Banned

Posts: 1,549
Threads: 73
Joined: Jan 2012
#20
RE: :(

You are not a noob, you are just a beginner who needs to SEE what you did wrong.
---
<CATEGORY Name="Messages">
<Entry Name="test1">Where am i ? I know this place from my...Nightmares!</Entry>
</CATEGORY> <<<--- REMOVE THIS LINE
/////////////////////////////////////////////////////////////////////////////////
//------------------------------------Notes------------------------------------//
/////////////////////////////////////////////////////////////////////////////////
(This post was last modified: 05-03-2014, 07:23 PM by DnALANGE.)
05-03-2014, 07:22 PM
Find




Users browsing this thread: 1 Guest(s)