Frictional Games Forum (read-only)
My problems - 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 - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: My problems (/thread-18769.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


RE: My problems - FlawlessHappiness - 10-18-2012

<CATEGORY Name="Ending">

<Entry Name="Credits">

</Entry>

</CATEGORY>


RE: My problems - The chaser - 10-18-2012

In the main credits category, put the credits. Simple as that.

Edit: Well, beecake has done it right.


RE: My problems - naseem142 - 10-18-2012



Where am i suppose to put the text? Undecided


RE: My problems - Robby - 10-18-2012

(10-18-2012, 05:52 PM)naseem142 Wrote: Where am i suppose to put the text? Undecided
Copy this to the bottom of your .lang file:
Code:
<CATEGORY Name="Ending">

<Entry Name="Credits">

</Entry>

</CATEGORY>
</LANGUAGE>


Make sure you don't have 2 "</LANGUAGE>" entries.


RE: My problems - naseem142 - 10-18-2012

(10-18-2012, 05:58 PM)Nemet Robert Wrote:
(10-18-2012, 05:52 PM)naseem142 Wrote: Where am i suppose to put the text? Undecided
Copy this to the bottom of your .lang file:


Make sure you don't have 2 "" entries.

You still didn't answer my question Undecided , where do i put the text that is shown at the credits.


RE: My problems - FlawlessHappiness - 10-18-2012

I would put just above your </LANGUAGE>

</LANGUAGE> is the last thing you put in your .lang file


RE: My problems - naseem142 - 10-18-2012

(10-18-2012, 06:30 PM)beecake Wrote: I would put just above your

is the last thing you put in your .lang file


What? Huh , no , i want to know where do i put the text that is shown in the credits!
for example: thanks to X for doing Y or stuff like that


RE: My problems - FlawlessHappiness - 10-18-2012

(10-18-2012, 06:34 PM)naseem142 Wrote:
(10-18-2012, 06:30 PM)beecake Wrote: I would put just above your

is the last thing you put in your .lang file


What? Huh , no , i want to know where do i put the text that is shown in the credits!
for example: thanks to X for doing Y or stuff like that

You always put text between these 2 '> <' no matter how many spaces there are between them

In this case:

<Entry Name="Credits">
PUT TEXT IN HERE
</Entry>

It's just like HTML.

Off-topic: Sorry Nemet Robert


RE: My problems - Robby - 10-18-2012

Oh. That goes like this:

<CATEGORY Name="Ending">

<Entry Name="Credits">I want to thank X and Y for helping me with this custom story!</Entry>

</CATEGORY>
</LANGUAGE>



Just change that text I used. To whatever you like.

Ninja'd.


RE: My problems - The chaser - 10-18-2012

Yep. That's it.