Page 1 of 1

Language for Eschalon?

Posted: June 19th, 2007, 1:37 pm
by Saxon1974
Hello Basilisk team.

Can you tell me what tool\language you used in creating this game? Im thinking of creating my own small game and was wondering what you all used. Im looking for a good tool for creating an old school RPG. I do have programming experience, but dont know much about RPG game coding.

If you cant tell what this game is written in, can you recommend anything?

Thanks!

Posted: July 17th, 2007, 10:13 pm
by jcompton
BlitzBasic. See here.

Posted: July 17th, 2007, 10:32 pm
by BasiliskWrangler
It's BlitzMax to be specific...OO with a structure similar to C++ but with syntax more like VB.NET. Also being code-compatible on PC, Mac and Linux is a huge plus. With very little effort we are running on three different platforms right now! The only thing we have to worry about is separate installers. It's really an amazing development system.