home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / rec / games / programm / 4796 < prev    next >
Encoding:
Text File  |  1992-11-22  |  2.3 KB  |  46 lines

  1. Newsgroups: rec.games.programmer
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!cs.utexas.edu!torn!newshost.uwo.ca!uwovax.uwo.ca!4224_5142
  3. From: 4224_5142@uwovax.uwo.ca
  4. Subject: P
  5. Organization: University of Western Ont, London
  6. Date: Sun, 22 Nov 1992 22:57:15 GMT
  7. Message-ID: <1992Nov22.185715.1@uwovax.uwo.ca>
  8. Sender: news@julian.uwo.ca (USENET News System)
  9. Nntp-Posting-Host: hydra.uwo.ca
  10. Lines: 34
  11.  
  12. I have just posted my latest creation to WUARCHIVE.WUSTL.EDU. It is a map
  13. creator for tile maps in 320*200*256 color mode 13h (VGA non-tweaked). It
  14. uses 16*16 pixel tiles, up to 200*200 tiles in a map. Each tile may be
  15. assigned a unique value (0-255) representing various physical attributes
  16. (solid, transparent, death, etc...). Sprites may be placed over the map, and
  17. this version supporting up to 500 per map.
  18.  
  19.     This system is designed for the WGT programming toolkit (Turbo C++),
  20. but anyone who registers will be given information on the file formats so that
  21. they may be used in any language. The WGT Sprite Creator is used to design all
  22. bitmaps. 
  23.  
  24.     This version of MAP MAKER is a crippleware release (everything except
  25. the SAVE feature works), but for a registration fee of only $20.00, why not
  26. register? Please try it out (sample files included) and watch for sample
  27. programs created with our new release 3.0 toolkit. We have now included full
  28. FLI playing support (animate sprites over FLI while playing, RESIZE FLI to
  29. fit within a certain screen area while playing, etc). Routines for scrolling
  30. maps, and creating powerful games are standard features as well.
  31.  
  32. Leave me E-mail if you have any questions or comments.
  33.  
  34. *****************************************************************************
  35. *                       _______   _______    egerter@obelix.gaul.csd.uwo.ca *
  36. *        \\        //  //            |                                      *
  37. *         \\  /\  //  ||   ___       |       Author of WGT graphics         *
  38. *          \\//\\//   ||     \\      |       toolkit for 320*200*256 VGA    *
  39. *           \/  \/ .   \\____// .    |  .    Version 3.0 Now Available      *
  40. *                                                                           *
  41. * Sprites  Color Cycling  Bitmap SFX  4-directional Scrolling  Data Storage *
  42. *****************************************************************************
  43.  
  44. :
  45.  
  46.