home *** CD-ROM | disk | FTP | other *** search
/ Superdead 2 / superdead2.iso / cc1 / neu / mbcc1034 / cclite.txt < prev    next >
Text File  |  1996-09-27  |  2KB  |  73 lines

  1. CClite  --  a companion to CCEdit v4
  2. Version 1.2, written by Andrew Griffin
  3.  
  4. Description
  5. -----------
  6. CClite is a program that takes a CCEdit v4 patch file and applies
  7. it to your game.dat file. This enables you to make changes to
  8. the game.dat file without having to start up CCEdit.
  9.  
  10. Distribution
  11. ------------
  12. You can distribute this program (cclite.exe) however you want 
  13. provided that you distribute this file (cclite.txt) with it, and 
  14. that you don't edit either file. 
  15. A mention would be nice as well :) (as would an email)
  16.  
  17. Changes in v1.1
  18. ----------------
  19. Shortened the -usepatch command to -u
  20. Bug Fix: a bug sneaked in where you could change the name offset of
  21. structures. Avoid using versions of CClite prior to v1.1
  22. Bug Fix: the patch variables are actually used now :)
  23. IF YOU HAVE A VERSION PRIOR TO v1.1, DON'T USE IT! There is a very
  24. serious bug in previous versions.
  25.  
  26. Changes in v1.2
  27. ---------------
  28. This version now works with Command and Conquer v1.22.
  29. Please use this version when distributing CClite.
  30.  
  31.  
  32. Usage
  33. -----
  34. There are 2 avaiable commands:
  35.  -u
  36. and 
  37.  -silent
  38.  
  39. -silent
  40. -------
  41. This tells CClite to run in silent mode, and it will not display
  42. any output unless and error occurs. This is added so that CClite
  43. can be called from a batch file without displaying stuff to the screen.
  44.  
  45. -u <filename>
  46. -------------
  47. This tells CClite to use the specified patch file (which must be a
  48. valid CCEdit v4 patch file) as a basis for altering the game.dat
  49. file.
  50.  
  51. This program requires that the game.dat file be in the same directory
  52. as itself.
  53.  
  54. If successful, the program will return zero (0). If the patch procedure
  55. failed for some reason, then it will return a non-zero number. If
  56. you know how, you should check for this if running -silent.
  57.  
  58. NOTE: if you have the 1.22 patch for Command and Conquer installed,
  59. you will not be editing the game.dat file. The file is now called 
  60. game.new (a silly change done by Westwood in what appears to be an attempt
  61. to stop people from using editors such as these).
  62.  
  63. CCEdit v4
  64. ---------
  65. CClite is a companion program to the Command and Conquer editor, CCEdit.
  66. You can get a copy of CCEdit v4 from my web page at:
  67.    http://www.geocities.com/TimesSquare/5458
  68.  
  69. You can get in touch with me at:  buggy@adam.com.au
  70.  
  71. Andrew Griffin
  72. buggy@adam.com.au
  73.