home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 7 Games / 07-Games.zip / gcmoney.zip / readme.txt < prev   
Text File  |  1995-09-10  |  2KB  |  42 lines

  1. Place extra.dll in your GalCiv folder.  Make sure you backup your old extra.dll.
  2. This "patch" will always keep your treasury at $10000 so you can pretty much
  3. kick some serious butt.  Thanks to the GalCiv developer's kit and VAC++ this
  4. was very easy to accomplish (and I don't know hardly any C or much of anything
  5. about OS/2 programming).  Hope you people have fun with this.
  6. Oh yeah, here are some pointers for people trying to use the GalCiv developer's
  7. kit with VAC++ in particular:
  8. 1) First of all, and this is not really clear in the developer's kit, the human player
  9. is index 1 of the Galaxy struct (i.e., Galaxy->Player[1]).
  10. 2) It is best to start from a C DLL Project Smart and modify it instead of starting
  11. from scratch.  Most of the headache associated with getting dll's to work right
  12. can be avoided this way.
  13. 3) Make sure you turn on C++ style comments (//) in the C++ Compiler options,
  14. since Brad included alot of them in his code.  Turn to the Source page of
  15. the C++ compiler options and change to the details subtab.  
  16. 4) Make sure you switch the compiler options for byte alignment to 1 byte.  Turn
  17. to the Source page of the C++ compiler options and change to the bytes subtab.
  18.  
  19. By the way, VAC++ kicks is easily the best development environment I've ever
  20. used.  Buy it, you won't regret it.
  21.  
  22. By the way, if you are feeling really generous feel free to send me a few bucks.
  23. I'm trying to save up some money for 3D Studio anyway (to develop my baseball
  24. game).  Anyway, if you are in an especially good mood, my address is:
  25.  
  26. 3422 Falkirk Place
  27. Atlanta, GA
  28. 30345
  29.  
  30. I am not in anyway saying that you should pay for this thing, but I'm planning
  31. on doing a lot of OS/2 development (including more add-ons for GalCiv, Real
  32. Baseball, I even have plans for OS/2 productivity apps) so a little more cash
  33. wouldn't hurt :) If you do send money be sure to include your e-mail so I know
  34. how to get in touch with you and tell you about any other things I'm working on.
  35. Even if you don't want to send money, I would appreciate any mail on the kind
  36. of GalCiv add-ons (no matter how far-fetched) you are interested in.  Thanks.
  37.  
  38. Ben Buie, Georgia Institute of Technology
  39. Team OS/2 Member
  40. buie@cc.gatech.edu
  41. /*The Ultimate OS/2 Gaming Page*/
  42. /*http://www.cc.gatech.edu/people/home/buie/os2games.html*/