Programming Question
Moderators: GSH, VSMIT, Red Devil, Commando
Programming Question
Just wondering what programming languages battlezone 2 is written in?
Re: Programming Question
Bzone.exe/bz2edit.exe and the stock mission DLLs are all C++, with a few open source helper libraries in C. See readme13.rtf for a list of those helper libraries with download links. BZ2 now (as of pb6) supports a limited use of Lua as a helper for AIPs, but no stock assets use that.
You can download the C++ source for the MP mission DLLs from my official pb6 downloads list at http://matesfamily.org/bz2/ . Readme included for how to get a free compiler from Microsoft to build them.
-- GSH
You can download the C++ source for the MP mission DLLs from my official pb6 downloads list at http://matesfamily.org/bz2/ . Readme included for how to get a free compiler from Microsoft to build them.
-- GSH