A few questions about addons and interfaces

A forum for solving problems that might be encountered during installation, updating, or in game.
Post Reply
Mike_HDF
Posts: 8
Joined: Tue Jul 06, 2010 2:18 pm

A few questions about addons and interfaces

Post by Mike_HDF »

Hi, everyone.

I'm a spanish myther who always wanted to have the game in spanish and help someway to get some new gamers around this little wonder.

Finally I translated all the text and string lists of Myth II using Fear. When I left the files in the subdirectory 'local' of the game, even the Controls' form is translated (I mean the keys' names and such) but if I make a plugin, and erase them, this text go back to english.

I know now the only way to translate the main menu is making an interface, and I'm interested about the new addon thing in then last version of the game, but there's no info about it (or I didn't found it).

My questions are:

If I make an addon, is possible to keep the Control's form, for example, translated? It's not vital, but since I already translate it...
And, Oak can be used to make addons and interfaces, right? Can I get access to the beta?

Thanks in advance.
Graydon
Posts: 1605
Joined: Sun Mar 21, 2004 5:10 pm

Re: A few questions about addons and interfaces

Post by Graydon »

There are many elements within myth that classify as part of the User Interface. Like you mentioned, to make the main menu change and stay changed on startup, you need a custom interface plugin to override the default tags. The text for control bars and various commands would also be included in that Interface local when you build the interface plugin. In doing so, the controls and every other bit of text you changed, should remain changed.
Image
User avatar
Khadrelt
Posts: 479
Joined: Tue Aug 29, 2006 2:59 pm
Location: Utah, USA
Contact:

Re: A few questions about addons and interfaces

Post by Khadrelt »

Mike_HDF wrote:When I left the files in the subdirectory 'local' of the game, even the Controls' form is translated (I mean the keys' names and such) but if I make a plugin, and erase them, this text go back to english.
This may be a dumb question on my part, but just to be sure, you're choosing 'build-->interface file' rather than 'build-->plugin file,' right? And then choosing the interface file in the Preferences window in Myth?
The cake is a lie.
User avatar
Pyro
Bug Finder Extraordinaire
Posts: 4751
Joined: Sun Mar 21, 2004 2:14 pm
Location: Texas

Re: A few questions about addons and interfaces

Post by Pyro »

PC Fear does not have that option, only Mac Fear does.
Mike_HDF
Posts: 8
Joined: Tue Jul 06, 2010 2:18 pm

Re: A few questions about addons and interfaces

Post by Mike_HDF »

Thanks for the answers.

Didn't know that the Mac and Windows versions differ in options.
Post Reply