home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1997 January / CD_shareware_1-97.iso / DOS / JUEGOS / DMAPED40.ZIP / DEMO.INI < prev    next >
Encoding:
Text File  |  1996-06-12  |  1.0 KB  |  30 lines

  1. *This is the demo.ini file, which is used instead of the dmapedit.ini file
  2. *when recording a demo.  A copy of this file will be written to the demo file
  3. *so that the initial editing state is constant when recording and playing
  4. *back.
  5.  
  6. *Almost all the INI variables may be used here, however there are a few
  7. *things to keep in mind.  Backup should probably be set to no, since not all
  8. *users will probably want you using up their disk space.
  9.  
  10. *You can define map slots, however if you have it point to a PWAD file, then
  11. *make sure it's defined relative instead of absolute in this file (I.E. use
  12. *'demo4.wad' instead of 'c:\editors\dme\demo4.wad', since it's almost certain
  13. *that every user's directory structure will differ from yours).
  14.  
  15. *Please refer to the 'dmapedit.ini' file for information on the meaning of
  16. *all these variables and a full list of valid ones.
  17.  
  18. video mode = 2
  19. backup = no
  20. left mouse button = add
  21. middle mouse button = edit
  22. right mouse button = mark
  23.  
  24. map 1 data = {
  25.    map type = Doom 2
  26.    map = 1
  27.    map source = iwad
  28. }
  29.  
  30.