Content and general development discussion, including quest scripts and server code. The Mana World is a project comprising the original tmwAthena server & a designated improved engine server based on evolHercules
Forum rules
This forum houses many years of development, tracing back to some of the earliest posts that exist on the board. Its current use is for the continued development of the server and game it has always served: The Mana World.
browserbox.cpp line 54
gui.cpp line 120
gui.cpp line 132
there you will find how the font files are interpreted. All you have to do is add the missing characters to the font files using a graphic program and add these in the lines mentioned above at the correct locations.
Oh, and this is not a win32 specific issue. It would fit better into the general development forum.
former Manasource Programmer
former TMW Pixel artist
NOT a game master
Please do not send me any inquiries regarding player accounts on TMW.
You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
Crush wrote:
there you will find how the font files are interpreted. All you have to do is add the missing characters to the font files using a graphic program and add these in the lines mentioned above at the correct locations.
Oh, and this is not a win32 specific issue. It would fit better into the general development forum.
Wich graphic program?Photo Shop, Fireworks?
and sorry about the wrong forum...
use whatever you want as long as it can save 32bit png files (both programs should be able to).
former Manasource Programmer
former TMW Pixel artist
NOT a game master
Please do not send me any inquiries regarding player accounts on TMW.
You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
oh, and instead of translating all hardcoded texts directly in the sourcecode and release your own package you should maybe consider adding support for GNU gettext instead. That might be a little bit more work but it would make it much easier to translate the program into other languages as well. Even by people who have no programming experience. It would also allow to release small language files instead of a huge localized version of the complete game.
Please do not send me any inquiries regarding player accounts on TMW.
You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.