UPDATE
This post is kind of pointless now since these can be extracted directly from the games text Bible using Pure3D Editor 4. This is what I originally did when I made this post before the release of that program.
You can find the text Bible P3D file at this location in the games folder:
art\frontend\scrooby\resource\txtbible\srr2.p3d
And you can export it like this:
Also it's important to remember this is mostly for looking up the names of strings more easily (you can also use Text Names shipped with the mod launcher for this). You should not extract these and copy them straight into your mod for use as a base for your CustomText file. This will lead to your mod pointlessly overriding every string with their default values. You should just copy things out of these you need and tweak them as you see fit.
Full Textbibles in CustomText Format
Posted in SHAR: Mod Resources
Please login to contribute to the conversation.
Loren UPDATE
This post is kind of pointless now since these can be extracted directly from the games text Bible using Pure3D Editor 4. This is what I originally did when I made this post before the release
MarioGaming64 So, wait... If I want Multi-Language CustomText, do I put these files into the CustomFiles folder or the Resources folder?
So, wait... If I want Multi-Language CustomText, do I put these files into the CustomFiles folder or the Resources folder?
Loren You'd make a CustomText folder in your mods root folder and have multiple CustomText .ini files (the name can be whatever).
http://i.imgur.com/4jQl0PD.png
http://i.imgur.com/vdibhnb.png
You'd make a CustomText folder in your mods root folder and have multiple CustomText .ini files (the name can be whatever).
I posted these because my full tutorial regarding this is coming pretty soon and I wanted to reference these. It's not terribly hard though so you'll probably get it from the explanation above.
I posted these because my full tutorial regarding this is coming pretty soon and I wanted to reference these. It's not terribly hard though so you'll probably get it from the explanation above.
MarioGaming64 OK... And I don't do anything in the Meta.ini file, right?
OK... And I don't do anything in the Meta.ini file, right?
Loren As long as you have CustomText required, there's nothing else to do there.
http://i.imgur.com/iLeIqBK.png
As long as you have CustomText required, there's nothing else to do there.
MarioGaming64 What about that part that says "DefaultLanguage=English"?
What about that part that says "DefaultLanguage=English"?
Loren Oh right I forgot about that. That just specifies which of your languages is the default one.
This is referring to the file name, so "English" makes it default to using "English.ini&q
Oh right I forgot about that. That just specifies which of your languages is the default one.
This is referring to the file name, so "English" makes it default to using "English.ini" in Donut Mod.
Having a CustomText folder makes the launcher automatically add the language setting to your mod by the way.
This is referring to the file name, so "English" makes it default to using "English.ini" in Donut Mod.
Having a CustomText folder makes the launcher automatically add the language setting to your mod by the way.
MarioGaming64 OK!
EDIT: Question - How do you insert a line break into a CustomText file? I can't seem to figure it out!
OK!
EDIT: Question - How do you insert a line break into a CustomText file? I can't seem to figure it out!
EDIT: Question - How do you insert a line break into a CustomText file? I can't seem to figure it out!
Loren You mean in a CustomText string? Use \n.
You mean in a CustomText string? Use \n.
MarioGaming64 I've run into a problem... Every time I open Lucas' Mod Launcher, it keeps saying "Could not load the mod 'The Speedy Simpsons Mod'. An unexpected end of line was encountered
I've run into a problem... Every time I open Lucas' Mod Launcher, it keeps saying "Could not load the mod 'The Speedy Simpsons Mod'. An unexpected end of line was encountered while reading a property key when loading an INI file."
I don't know WHAT is causing this error, though... I've looked at the Meta.ini file and my CustomText (English.ini and Lithuanian.ini) files, and I don't see any random line breaks or anything... Do you know what could be causing the error?
I don't know WHAT is causing this error, though... I've looked at the Meta.ini file and my CustomText (English.ini and Lithuanian.ini) files, and I don't see any random line breaks or anything... Do you know what could be causing the error?