-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi-Language Support #117
Comments
Can you provide more details? Do you mean that you want the ability to load languages for your application? If so, what sort of external file format did you have in mind to use? |
Supporting multiple languages for the GUI text/other game text was the goal in mind. I'm open to suggestions for the external file format, but off the top of my head I would most likely favor .resx files or json. |
Hehe. I was going to actually suggest using resx files to be quite honest. |
Given that this is a .net game, resx would be very convenient. |
I was looking over the classes and noticed Item durability is not being stored in the MagicalLifeAPI.World.Base namespace under MagicalLifeAPIStandard.
Was this intentional? If not, should I add a durability property or remove it from the constructor? |
Definitely unintentional. If you'd like, please add a durability property. Durability isn't used right now, but will be someday in the future. |
On the MagicalLifeGuiWindows I have two comments regarding, the NewGameButton GetTexture method. First, it doesn't seem to be used anywhere. Secondly is it possible that it could work better as a constant? |
I'm almost ready to push what I have so far, but I wanna test it. The thing is I keep getting a crash when I try to create a new world on the MagicalLifeGUIWindows project. I've fixed the recursive log error but still seem to keep getting a chunk null exception. Perhaps you can look at the repo version I have see what the issue could be. |
Yeah sure, what's your github username? I think it might be due to what branch you branched from... Anyways, I'll take a look tonight
Thomas
…________________________________
From: Aaron <[email protected]>
Sent: Wednesday, April 17, 2019 12:17:14 PM
To: SneakyTactician/MagicalLife
Cc: Thomas Bye; Author
Subject: Re: [SneakyTactician/MagicalLife] Multi-Language Support (#117)
I'm almost ready to push what I have so far, but I wanna test it. The thing is I keep getting a crash when I try to create a new world on the MagicalLifeGUIWindows project. I've fixed the recursive log error but still seem to keep getting a chunk null exception. Perhaps you can look at the repo version I have see what the issue could be.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#117 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AEGXU436H7YMQZKC2NHFNF3PQ5LRVANCNFSM4GTWQLTQ>.
|
Never mind
Thomas
…________________________________
From: Thomas Bye <[email protected]>
Sent: Wednesday, April 17, 2019 12:23:28 PM
To: SneakyTactician/MagicalLife
Cc: Thomas Bye; Your activity
Subject: Re: [SneakyTactician/MagicalLife] Multi-Language Support (#117)
Yeah sure, what's your github username? I think it might be due to what branch you branched from... Anyways, I'll take a look tonight
Thomas
________________________________
From: Aaron <[email protected]>
Sent: Wednesday, April 17, 2019 12:17:14 PM
To: SneakyTactician/MagicalLife
Cc: Thomas Bye; Author
Subject: Re: [SneakyTactician/MagicalLife] Multi-Language Support (#117)
I'm almost ready to push what I have so far, but I wanna test it. The thing is I keep getting a crash when I try to create a new world on the MagicalLifeGUIWindows project. I've fixed the recursive log error but still seem to keep getting a chunk null exception. Perhaps you can look at the repo version I have see what the issue could be.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#117 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AEGXU436H7YMQZKC2NHFNF3PQ5LRVANCNFSM4GTWQLTQ>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#117 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AEGXU46C6QFOZODAQN7QN5LPQ5MJBANCNFSM4GTWQLTQ>.
|
I pulled from the main branch because I had no reason to not believe it was the most up to date version until I checked the other branches. |
The main branch should have been stable. Hm.
Thomas
…________________________________
From: Aaron <[email protected]>
Sent: Wednesday, April 17, 2019 1:25:50 PM
To: SneakyTactician/MagicalLife
Cc: Thomas Bye; Author
Subject: Re: [SneakyTactician/MagicalLife] Multi-Language Support (#117)
I pulled from the main branch because I had no reason to not believe it was the most up to date version until I checked the other branches.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#117 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AEGXU47ST3NCDZE25E4O5WLPQ5TS5ANCNFSM4GTWQLTQ>.
|
My apologies. It was my fault it crashes. I was not paying to ProtoUtil's number system. |
No description provided.
The text was updated successfully, but these errors were encountered: