Where is download?
Resources > Third Party Tools
Galaxy Locale Editor
- 15 posts
-
memego Regular Shmoe
- Join date
- Mar 24, 2010
- Location
- United States
- Reputation
- 0
- Posts
- 2
- Last login
- Aug 02, 2011
-
EternalWraith Moderator
- Join date
- Jun 13, 2010
- Location
- United States
- Reputation
- 12
- Posts
- 1,536
- Last login
- May 24, 2013
-
Sixen Moderator
- Battle.net
- Sixen
- #935 NA
- Join date
- Oct 23, 2008
- Location
- United States
- Reputation
- 12
- Posts
- 2,343
- Projects
- 7
- Online now!
-
b0ne123 Author
- Battle.net
- bone #942 US
- #804 EU
- Join date
- Apr 27, 2010
- Location
- Germany
- Reputation
- 3
- Posts
- 1,054
- Projects
- 7
- Last login
- May 24, 2013
pretty dead?
A programmer started to cuss
Because getting to sleep was a fuss
As he lay in his bed
Looping 'round in his head
Was: while (!asleep()) sheep++; -
Doubotis Author
- Battle.net
- Doubotis
- #222 EU
- Join date
- Apr 16, 2009
- Location
- Belgium
- Reputation
- 3
- Posts
- 145
- Projects
- 10
- Last login
- Dec 07, 2012
And /bump !
The software works, not the UI for the moment. I'm waiting the end of my work at school... And I hope to release the first version... Middle-April if I must set a release date.
-
Doubotis Author
- Battle.net
- Doubotis
- #222 EU
- Join date
- Apr 16, 2009
- Location
- Belgium
- Reputation
- 3
- Posts
- 145
- Projects
- 10
- Last login
- Dec 07, 2012
-
Doubotis Author
- Battle.net
- Doubotis
- #222 EU
- Join date
- Apr 16, 2009
- Location
- Belgium
- Reputation
- 3
- Posts
- 145
- Projects
- 10
- Last login
- Dec 07, 2012
Hum...
Exams are finished. The software works well, but still remains several bugs.
A huge annoying bug is the saving. Each time you save the map with GLE the size will grow up until insane sizes of 20-30Mb.
If I load and I save this map with GE, the size will return to normal values.
I'm using the MPQLib component for C#, If you know how to removes this annoying behavior, don't hesitate!
Last edited Jun 12, 2011 by Doubotis -
SBeier Author
- Join date
- Nov 16, 2009
- Location
- Denmark
- Reputation
- 5
- Posts
- 395
- Projects
- 2
- Last login
- May 06, 2013
I use the strom lib for my editor. My editor is also written in c#, however the library is not, so a bit of conversion is needed to call the functions in the library, but the files seem to have reasonable sizes. One thing I ran into is adding many files to the mpq will eventually fail. Don't know if that is a limitation in the mpq file architecture or the library.
http://www.zezula.net/en/mpq/stormlib.htmlFiles in an mpq can be saved with various compression techniques. The problem might be that you forgot to tell your c# mpq library to compress files?
-
Doubotis Author
- Battle.net
- Doubotis
- #222 EU
- Join date
- Apr 16, 2009
- Location
- Belgium
- Reputation
- 3
- Posts
- 145
- Projects
- 10
- Last login
- Dec 07, 2012
Thanks for the reply.
The library contains a "Compact" function, but triggers an error when used.
Btw i found the problem. I had to "Compact" the archive file each time i add a file, not only at the end.
I will check the library you use. The functions are very similar. Maybe it works well than MPQLib... :)
Last edited Jun 19, 2011 by Doubotis -
Doubotis Author
- Battle.net
- Doubotis
- #222 EU
- Join date
- Apr 16, 2009
- Location
- Belgium
- Reputation
- 3
- Posts
- 145
- Projects
- 10
- Last login
- Dec 07, 2012
- 15 posts




Doubotis AuthorWhat is it ?
Manage localization for a map is very difficult. Using SC2Localizer is not a problem, but you cannot translate into another languages. Well... You can translate, but you must to open the MPQ Archive and export GameStrings file separatly... Very boring and can be difficult to manage for translaters for example.
Save and open difficulties are completely hidden for the user with this program. Open the MPQ file and all locale fields can be edited in the interface and saved when you want.
Pictures
Features
Development progress
Done:
To do:
Performances
The opening is fast. Chrono Agents (1286 locale fields) is opened in 1-2 seconds in an old computer. The edited locales are saved temporary in the program folder. Each time you edit a locale, the temp file is saved. Hidden for the user.
Help me
System
The program is coded with .NET Framework 3.5 with C#. Not available for Mac users, sorry :'(
Links
Galaxy Editor Localization