Frictional Games Forum (read-only)

Full Version: Please, I need your help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm an spanish begginer trying to work with LevelEditor. My problem is that my editions in the LevelEditor only works during a few minutes. For example, I put a readable note with a custom text in my custom story and the text only appears more or less 3 or 4 times when I open it. Then, the text disappears!! And my two other problems are that I can't put an Area who activates a custom ambient sound, and that I can't (or I don't know how to) put a custom entity. Huh Huh Huh
Regarding the note problem, I'm very confused that it would work for a while and then not work all of a sudden. Can you post your .lang file here?

You can get help with your other problems by taking a while and visiting the wiki. Tutorials and explanations are well gathered there, for just these kind of occasions.
(06-25-2013, 10:22 PM)Wapez Wrote: [ -> ]Regarding the note problem, I'm very confused that it would work for a while and then not work all of a sudden. Can you post your .lang file here?

You can get help with your other problems by taking a while and visiting the wiki. Tutorials and explanations are well gathered there, for just these kind of occasions.
I don't need tutorials, I understan ALL, the problem is taht It don't works. When I apply the text of the wiki and set my custom values and strings it doesn't work. And abaut the .lang file, is this:

PHP Code:
<LANGUAGE>
   <CATEGORY Name="CustomStoryMain">
      <Entry Name="Description">
         No mamen mas!
      </Entry>
   </CATEGORY>
   <CATEGORY Name="Journal">
       <Entry Name="Note_diario_Name">...</Entry>
       <Entry Name="Note_diario_Text">Nunca debimos entrar en este lugarsabiamos que era una investigacion con la que podiamos ganar millones de eurosnos hariamos ricosfamosos... pero lo que encontramos aqui sobrepasa los limites de la percepcion humana. </Entry>
   </CATEGORY>
</
LANGUAGE
And I call It = extra_spanish.lang
WHERE IS THE PROBLEM??!!
Well if it doesn't work you're doing something wrong. It's as simple as that. Tutorials can make you follow easy steps so you don't do mistakes.

Can you please try to explain your problem with the note again. When does it work, and when does it stop working? Can you see everything? Give me details.
Quick question: If you understand everything, why is there still an error?
(06-26-2013, 07:39 AM)Smoke Wrote: [ -> ]Quick question: If you understand everything, why is there still an error?

Good question, but my answer is: I DON'T WNOW Sad
You might have to be a bit clearer about that.
(06-26-2013, 08:45 AM)JustAnotherPlayer Wrote: [ -> ]You might have to be a bit clearer about that.

Ok.
PHP Code:
<LANGUAGE>
   <
CATEGORY Name="CustomStoryMain">
      <
Entry Name="Description">
         
No mamen mas!
      </
Entry>
   </
CATEGORY>
   <
CATEGORY Name="Journal">
       <
Entry Name="Note_diario_Name">...</Entry>
       <
Entry Name="Note_diario_Text">Nunca debimos entrar en este lugarsabiamos que era una investigacion con la que podiamos ganar millones de eurosnos hariamos ricosfamosos... pero lo que encontramos aqui sobrepasa los limites de la percepcion humana. </Entry>
       <
Entry Name="Note_diario1_Name">Investigación</Entry>
       <
Entry Name="Note_diario1_Text">Tras semanas de investigacion hemos encontrado lo que parece ser una mutacion humanano sabemos como ha ido a parar a este lugarpero tengo la sensacion de que no estamos solos.</Entry>
   </
CATEGORY>
</
LANGUAGE
Do you see it?
When I add the second Entry, the game doesn't read it and doesn't read the another one. Why?
The .lang file doesn't read special letter's if I'm not mistaken.
If you open it in Notepad++, go to Encoding > Encode in UTF-8. Save it and try again.