• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Using strings for unit/item/option descriptions?

Warmonger

Well-known member
I've been tearing through the documentation trying to figure this one out too. I'm trying to prep for future language compatibility by setting up as much text as I can as strings. (data file, strings tab) I can't seem to figure out how to reference these in descriptions.
 
I posted this on the 40K forums when someone asked this detail, so I'm sorry I didn't flag this more prominently there. The *ONLY* things that have to be defined as "strings" are text that will be used within SCRIPTS. Everything else will be translatable without have to define "strings". So you don't have to worry about names, descriptions, or anything else like that. The only exception is if you modify the name or other text via a script.

-Rob

At 10:32 AM 3/20/2006, you wrote:

I've been tearing through the documentation trying to figure this one out too. I'm trying to prep for future language compatibility by setting up as much text as I can as strings. (data file, strings tab) I can't seem to figure out how to reference these in descriptions.
 
There will be a completly separate way of defining the replacement strings for a particular language. Don't worry about the details now, but it should be relatively easy to use. The only thing that won't be easily done is text within scripts, so that's where you need to use the strings.

-Rob

At 12:08 PM 3/20/2006, you wrote:

Seems like they should, if we want to be able to alter the language used....
 
Back
Top