pjasicek / OpenClaw

Reimplementation of Captain Claw (1997) platformer
GNU General Public License v3.0
340 stars 40 forks source link

New languages #99

Open denispapec opened 7 years ago

denispapec commented 7 years ago

Any plans to add possibility to add new languages for main menu/pause menu/launcher?

Many thanks again on work on this re-implementation! :)

pjasicek commented 7 years ago

For adding additional language to CaptainClaw game itself I would need the CLAW.REZ archive of that particular language so I could debug it.

For launcher it is no problem I think - I would just need a translation table of all the stuff that is used there.

denispapec commented 6 years ago

In my case, i had in mind language that wasn't even in-game before, is there possibility to add in game?

pjasicek commented 6 years ago

Well, if there is no CLAW.REZ archive with the images for the specific language (menu items, in-game sounds etc) then the only way to implement it would be to create menu-item images and sounds from scratch. That being said, I am not an artist, so I would not be able to do that 😄