Jagged Alliance 2 Source Code Released
kovi writes "You might remember that game - it was ported to Linux a while ago (by Tribsoft) and is one of the 'overall top sellers' at Tux Games.
Well, according to
this press release from Strategy First, the newest mod for JA2, 'Wildfire,' will include full source code of the original retail release! It might not be the biggest news, and it might not even matter, but it is not very frequent in the gaming industry that source code gets released." No word on what's included with the source release, but the game's been out for a week now, so likely someone with a copy knows more. S! Apparently, the Bear's Pit Forums are discussing the code as we speak, including why shooting cows is bad.
Besides its only $20, some people spend more than $20 on food a day.
The parent post to yours obviously has no idea what Jagged Alliance is...
FPS has been well served in the "here, have the source code" world, so it's nice to see a turn based strategy game get it's code out there. Never played JA myself, but heard MANY good things about it.
Run to two years. That's to clean everything up, add portability, and externalize all the gameplay-related code, which is unfortunately heavily spread around throughout the source(written in C, not C++), so that modmaking becomes a viable option.
:P
I suspect that it would probably be easier to integrate an interpreter(such as Python or Lua) and start converting the gameplay to that, though regardless it will be quite a mammoth task to refactor the project