Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Tassilo

1
RMXP Script Database / Re: [XP][VXA] Localization
January 06, 2015, 02:55:54 am
I did some (minor) modifications, like localizing the entries and adding a credits entry. I just tried with your exact copy of TitleRearranger and keep getting the same error.
Requesting the lang_index gives me "de_DE", which is correct and would be the next language to chose.

Quote from: Zexion on January 05, 2015, 08:05:25 am
Did you modify the script in anyway? Because I'm testing it out on a blank project and it works fine with the same files and everything o.o

You could try adding :
msgbox @languages[@lang_index]
above the error line and tell me what it says.


EDIT: I just put both of your scripts including the Localization folder into another project and keep getting the same error. What might I be doing wrong? Did you do any changes to your Localization-script since 1.1?
Thank you so much for your patience!

EDIT 2: Okay, got it. Checked your Localizationscript and have seen, that the method is called "Localization.culture" instead of "Localization.language" in the version I've got installed. Should have found that earlier. Working like a charm now, thank you!
2
RMXP Script Database / Re: [XP][VXA] Localization
January 05, 2015, 07:45:58 am
In my /Localization there is:
CurrentCulture.txt (containing "en-US")
de-DE.ini
en-US.ini
3
RMXP Script Database / Re: [XP][VXA] Localization
January 05, 2015, 06:38:25 am
Wow, outstanding, thanks a lot!
I'm running into an error right now though: Switching the language, I'm getting
"Script 'Title Rearranger' line 242: NoMethodError occured.
undefined method 'language=' for Localization:Module.


The line (in my version of the script) is:
   
Localization.language = @languages[@lang_index]

The Localization-script is placed above the TitleArranger script in the project.

Thanks so much!
4
RMXP Script Database / Re: [XP][VXA] Localization
January 04, 2015, 03:53:39 pm
That would be super-fantastic!
I'm currently using Title Arranger as found on http://area91.multiverseworks.com/blog/rmvxa_script/menu/title_rearranger to extend my title screen menu.
What I'd love to have now is a "Switch language" entry that would cycle through "Localization"'s available languages.

Thank you so much,
Tassilo

Quote from: Zexion on January 02, 2015, 03:37:23 pm
Sure i can do that if you send me the scripts involved.
5
RMXP Script Database / Re: [XP][VXA] Localization
January 02, 2015, 10:37:38 am
Most wonderful, we are successfully using it for our 16-Bit version of Days of Dawn (https://www.kickstarter.com/projects/bumblebee/days-of-dawn-discover-the-magic).
Would it be possible to add a "change language" button to the main menu? One that cycles through the available languages and would keep it's name in english. Thus is would be named "Switch language", no matter which one is selected, but cycle through the currently installed language files one after another, showcasing the chosen language by updating the other title screen entries to that language.
Could anybody maybe assist me in doing such?
Thank you very much!
All the best,
Tassilo