Programming Question

Moderators: GSH, VSMIT, Red Devil, Commando

Post Reply
Killer AK
Rattler
Posts: 50
Joined: Sun Feb 27, 2011 3:15 pm

Programming Question

Post by Killer AK »

Just wondering what programming languages battlezone 2 is written in?
User avatar
GSH
Patch Creator
Posts: 2486
Joined: Fri Feb 18, 2011 4:55 pm
Location: USA
Contact:

Re: Programming Question

Post by GSH »

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
Post Reply