Advertisement
Guest User

Untitled

a guest
Dec 9th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. This is the source code for Conquest: Frontier wars. It has been partially
  2. modified to support the Conquest 2 demo. All of the game's resource have
  3. also been included. In short, this should be everything you need to make
  4. mods for Conquest.
  5.  
  6. This source code was originally written for Microsoft Visual C++ 6.0; the
  7. project has been updated to work with Microsoft Visual Studio 2008. No other
  8. changes to the source have been made. Because Conquest uses 16-bit components,
  9. you must build it on a 32-bit operating system that supports them. Windows XP
  10. will provide the best results. Because the game uses the old DirectDraw
  11. system, you'll need an older version of the DirectX SDK to compile it with;
  12. the August 2007 SDK works best and is still available on the Internet.
  13.  
  14. The base solution for Conquest resides in Code/App/CQ2.sln.
  15.  
  16. Good luck and have fun! We can't wait to see what you make.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement