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
Extra_English.lang Problem!
EmmetVG Offline
Junior Member

Posts: 47
Threads: 7
Joined: Nov 2011
Reputation: 2
#1
Exclamation  Extra_English.lang Problem!

Hey there, ive got a problem with my CS i making. I was done with the CS and i did a Play though to find any bugs / Missing parts. But then The messages didnt show up. Nor did the "Subtitles"... The .LANG file worked like a charm the whole time. then i added a StartEffectEmotionFlash script and added credits. then the Messages / Custom Names stopped working... Huh

I have tried copying a backup of the .LANG file and then Copy + Pasted the scripts in, Same result as earlier.

Im in big need of help! Any one know the problem? PLEASE!

I SOLVED IT! I FOROT TO ADD A </Entry> IN THE ENDING OF THE CREDITS! THANKS FOR THE HELP ANYWAY!

(This post was last modified: 12-17-2011, 03:05 PM by EmmetVG.)
12-16-2011, 09:53 PM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#2
RE: Extra_English.lang Problem!

Can't help you until you show some code.

Tutorials: From Noob to Pro
12-16-2011, 10:10 PM
Website Find
EmmetVG Offline
Junior Member

Posts: 47
Threads: 7
Joined: Nov 2011
Reputation: 2
#3
RE: Extra_English.lang Problem!

There isnt any Errors that pop up when the level / game starts..
But here's the code from my .LANG file


<LANGUAGE>
<RESOURCES>
</RESOURCES>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">
No Description
</Entry>
</CATEGORY>

<CATEGORY Name="Inventory">
<Entry Name="ItemDecs_keybro1">"Its a key to the next door."</Entry>
<Entry Name="ItemName_keybro1">a key to the next door.</Entry>
<Entry Name="ItemDecs_secretk">Its a key to a secret. You will find it! There is a room upstairs that is strange... Go and look for it.</Entry>
<Entry Name="ItemName_secretk">a key to a secret.</Entry>
<Entry Name="ItemDecs_lad1">Its a Health potion.</Entry>
<Entry Name="ItemName_lad1">Ladnadnadnadnadnamum</Entry>
<Entry Name="ItemDecs_lad2">Its a Health potion.</Entry>
<Entry Name="ItemName_lad2">Ladnadnadnadnadnamum</Entry>
<Entry Name="ItemDecs_lad3">Its a Health potion.</Entry>
<Entry Name="ItemName_lad3">Ladnadnadnadnadnamum</Entry>
<Entry Name="ItemDecs_broknife">Its a knife.</Entry>
<Entry Name="ItemName_broknife">a wave shaped knife.</Entry>
<Entry Name="ItemDecs_key_2">Its a key to upstairs.</Entry>
<Entry Name="ItemName_key_2">a key to the upper floor.</Entry>
<Entry Name="ItemDecs_key_tomb_1">Its a key.</Entry>
<Entry Name="ItemName_key_tomb_1">a key.</Entry>
<Entry Name="ItemDecs_baskey">A key.</Entry>
<Entry Name="ItemName_baskey">an old key.</Entry>
</CATEGORY>

<CATEGORY Name="DeathHint">
<Entry Name="Description1">Find the key and unlock the door...</Entry>
<Entry Name="Description2">Right, Left, Left, Right...</Entry>
</CATEGORY>

<CATEGORY Name="Journal">
<Entry Name="Note_note1_Name">Derp.</Entry>
<Entry Name="Note_note1_Text">You wake up with a pounding head, a slight pain in your neck and a swollen penis.[br][br] "- What happend?" you say.[br][br] The last thing i remember is that i got kidnapped by the Untrustable Statues and Barrels... [br][br] But where am i? </Entry>
<Entry Name="Note_notestep_Name">Stephano is used.</Entry>
<Entry Name="Note_notestep_Text">To proceed further, you need to put stephano where this note was. </Entry>
<Entry Name="Note_note3_Name">Hint</Entry>
<Entry Name="Note_note3_Text">There is 1 secret room in this map. [br][br] Hint: Start, 1st to the Right, Smells nice.</Entry>
<Entry Name="Note_note5_Name">Martin's Log , 19th November</Entry>
<Entry Name="Note_note5_Text">Arrghh! Pewdie! That son of a barrel! He has been screaming for 10 minutes now, I wonder what he really does in there?[br]He always screams this time of the night, And i dont know why![br][br] I'll need to talk with him tomorrow. Im to tired to do that now... </Entry>
<Entry Name="Note_note4_Name">Barrelish</Entry>
<Entry Name="Note_note4_Text">*This note is written in Barrelish... I cant read that sh*t.*</Entry>
<Entry Name="Note_notelast_Name">That messy son of a barrel!</Entry>
<Entry Name="Note_notelast_Text">- Martin:[br] Aaahh! PewDie, i dont like it when you scare me like that... [br]- PewDie: [br]*scared face*[br][br]- Martin. [br]Yes i know that you're hiding from the barrels? Thats what you always do![br]And why did you make this mess!? [br][br]- PewDie: [br]Because i cant find Stephano!!!! ;_; </Entry>

<Entry Name="Quest_directionsQuest_Text">He said: Right, Left, Left, Right. </Entry>
</CATEGORY>

<CATEGORY Name="Messages">
<Entry Name="stepfindwtf">HOLY MOTHER OF PENIS! What the fu*k was that!?</Entry>
<Entry Name="secrettext">You found the secret room Big Grin</Entry>
<Entry Name="doorlocked">I have a slight memory that the thing that unlocks this door is behind a painting.</Entry>
<Entry Name="StephanoA">You hear a faint sound of a door unlocking.</Entry>
<Entry Name="bro_text">That bro isnt looking! Go and stab him with the knife! Quick!</Entry>
<Entry Name="lanternbroke">FU*K! I tripped and destroyed my lantern. Its useless now.</Entry>
<Entry Name="doorwtf">What The Fahk? Did the door unlock it self?</Entry>
<Entry Name="browtftext">Where did the bro go?</Entry>
<Entry Name="browhat">WHAT THE FAHK IS THAT!?</Entry>
<Entry Name="lockeddoortext">What the hell? The door is locked!? I really hope there is a key in this room.</Entry>
<Entry Name="brohuntgone">Pheuw... That thing is gone now... Seriously, WTF was that!?</Entry>
</CATEGORY>

<CATEGORY Name="Levels">
<Entry Name="doorlocked1end">You need to find a Key which is on one of the chairs.</Entry>
<Entry Name="doorlvl3">The door is locked. I should find a key around here.</Entry>
<Entry Name="lvl3text">Outside</Entry>
</CATEGORY>

<CATEGORY Name="Sign">
<Entry Name="Left">Left</Entry>
<Entry Name="Right">Right</Entry>
</CATEGORY>

<CATEGORY Name="Flash">
<Entry Name="End">What did the Creator want? What's behind this door? What will happen next? You will see all that and even more in PewDiePie's Nightmare 3</Entry>
</CATEGORY>


<CATEGORY Name="SoundText">
<Entry Name="memory_text">I'm gonna write it down. Cuz i have the worst fu*king memory.</Entry>
<Entry Name="skully_text">Don't lick me PewDie!</Entry>
<Entry Name="stepwhere_text">Hello Pewdie... Where have you been!? I've looked everywhere for you!</Entry>
<Entry Name="dark_text">WHY ARE YOU WASTING!? TURN OF YOUR LANTERN PEWDIE!</Entry>
<Entry Name="sexy_text">Teleporting naked guys, it's the worst! Holy sh*t he's sexy though.</Entry>
<Entry Name="my_leg_text">*gasp* UHHUHH! STOP! OOH MY LEEG! AARGGHHH!</Entry>
<Entry Name="talk2_text">Wazzap PewDie? My name is Oliver and i am the creator of this Custom Story. I make everything you see in this Custom Story by myself. But there is only one thing that i cant decide. The bro just keeps spawning where i dont want him. I can hear him now. There are some Bros running thorwards you, And they are many! There is only one way you and i can stop them. I have scripted this map so if you collide Stephano with the Bro, The bro fades to smoke! Stephano is on your left side waiting for you. You will need Stephano until the end of this map. There is only one way though it. So just run at the same direction, Pick up Stephano and run!</Entry>
<Entry Name="talk1_text">Hey Pewdie! Hey, Yeah it's me. The creator of this Custom Story! I can't talk now but you need to go: Down this hallway, Right, Left, Left, And then right again. If you dont go these directions, some very horrible things will happen to you. I will meet you there, Now go!</Entry>
</CATEGORY>

<CATEGORY Name="Ending">
<Entry Name="MainCredits">
PewDiePie's Nightmare 2
[br][br][br]
Made By:
[br][br]
EmmetVG
[br][br][br]
Story, Mapping, Scripting:
[br][br]
EmmetVG
[br][br]
Sounds:
[br][br]
PewDiePie
[br]
Youtube
[br]
EmmetVG
[br][br]
Credits Song:
[br][br]
Olivex - PeeeeeewDiePieeeee!
[br]
(Made by me)
[br]
NO COPYRIGHT ON MY OWN SONGS Tongue
[br][br]
Thanks to:
[br]
MrJLU96 <--- Check him out!
Other people for ideas!
[br][br]
Note to PewDie:
[br]
Why doesnt you make a commentary with your girlfriend?
[br]
Sorry for not making this CS longer, I had a lot of School things to do!
[br][br]
Check out my Channel for PewDiePie's Nightmare 3!
[br][br]
Merry Christmas and a happy new year to all of you!
</CATEGORY>
</LANGUAGE>



(This post was last modified: 12-17-2011, 12:18 AM by EmmetVG.)
12-17-2011, 12:16 AM
Find
Your Computer Offline
SCAN ME!

Posts: 3,456
Threads: 32
Joined: Jul 2011
Reputation: 235
#4
RE: Extra_English.lang Problem!

The text for entries cannot contain characters that are valid markup. You have to use HTML entities for those.

For example:

MrJLU96 <--- Check him out!

The less than ( < ) character is a valid markup character which implies the start of an XML element. The proper way to have done that is:

MrJLU96 &lt;--- Check him out!

I'll leave you to find any other issues, if any.

Tutorials: From Noob to Pro
12-17-2011, 12:28 AM
Website Find
EmmetVG Offline
Junior Member

Posts: 47
Threads: 7
Joined: Nov 2011
Reputation: 2
#5
RE: Extra_English.lang Problem!

I've searched the whole CS Scrips for any < and other similar symbols, i've deleted the "<" "(" and ")" and its still not working... Any clue?

(This post was last modified: 12-17-2011, 02:37 PM by EmmetVG.)
12-17-2011, 01:25 PM
Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#6
RE: Extra_English.lang Problem!

<Entry Name="ItemDecs_keybro1">"Its a key to the next door."</Entry>


Has a " in the entry. Delete it to look like this:

<Entry Name="ItemDecs_keybro1">Its a key to the next door.</Entry>


<Entry Name="Note_note1_Text">You wake up with a pounding head, a slight pain in your neck and a swollen penis.[br][br] "- What happend?" you say.[br][br] The last thing i remember is that i got kidnapped by the Untrustable Statues and Barrels... [br][br] But where am i? </Entry>

Also:

<Entry Name="sexy_text">Teleporting naked guys, it is the worst! Holy sh*t he iss sexy though.</Entry>

Use that one instead


You have "" in between what happened.

<Entry Name="End">What did the Creator want? What is behind this door? What will happen next? You will see all that and even more in PewDiePie's Nightmare 3</Entry>


Use that rather than what you had before

<Entry Name="talk1_text">Hey Pewdie! Hey, Yeah it is me. The creator of this Custom Story! I can not talk now but you need to go: Down this hallway, Right, Left, Left, And then right again. If you dont go these directions, some very horrible things will happen to you. I will meet you there, Now go!</Entry>


Use that rather than the one you had before




That's what i can see at a glance

(This post was last modified: 12-17-2011, 02:49 PM by flamez3.)
12-17-2011, 02:41 PM
Find
EmmetVG Offline
Junior Member

Posts: 47
Threads: 7
Joined: Nov 2011
Reputation: 2
#7
RE: Extra_English.lang Problem!

Thanks for the advice but it didnt make any difference... it all worked like a charm before i added the credits and the
<CATEGORY Name="Flash">
<Entry Name="End">What did the Creator want? What's behind this door? What will happen next? You will see all that and even more in PewDiePie's Nightmare 3</Entry>
</CATEGORY>


12-17-2011, 02:53 PM
Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#8
RE: Extra_English.lang Problem!

(12-17-2011, 02:53 PM)EmmetVG Wrote: Thanks for the advice but it didnt make any difference... it all worked like a charm before i added the credits and the

What did the Creator want? What's behind this door? What will happen next? You will see all that and even more in PewDiePie's Nightmare 3


What is it for?

EDIT:

The credits MUST be:

<CATEGORY Name="Ending">
<Entry Name="Credits"></Entry>
</CATEGORY>

(This post was last modified: 12-17-2011, 02:57 PM by flamez3.)
12-17-2011, 02:56 PM
Find
EmmetVG Offline
Junior Member

Posts: 47
Threads: 7
Joined: Nov 2011
Reputation: 2
#9
RE: Extra_English.lang Problem!

And it is like Amnesia cant find my .LANG file :C

EDIT: I deleted the ";_;" from "Because i cant find Stephano!!!! ;_;" And changed the "*scared face*" to "SHHH! Im hiding!"

(This post was last modified: 12-17-2011, 02:58 PM by EmmetVG.)
12-17-2011, 02:56 PM
Find
flamez3 Offline
Posting Freak

Posts: 1,281
Threads: 48
Joined: Apr 2011
Reputation: 57
#10
RE: Extra_English.lang Problem!

(12-17-2011, 02:56 PM)EmmetVG Wrote: And it is like Amnesia cant find my .LANG file :C

EDIT: I deleted the ";_;" from "Because i cant find Stephano!!!!" And the "*scared face*"
If 1 thing is wrong with the extra_enlgish.lang everything will not work.
Change the credits and tell me if it works or not.

12-17-2011, 02:58 PM
Find




Users browsing this thread: 1 Guest(s)