home *** CD-ROM | disk | FTP | other *** search
/ Freelog 59 / Freelog059.iso / Dossier / dwi2xstepv1 / DWI2XStep.txt < prev   
Text File  |  2002-08-22  |  4KB  |  82 lines

  1. DWI2XStep: DWI->XStep Converter by Taren Nauxen
  2.  
  3. //Version 1.0// 22AUG02
  4.  
  5. ---------------------------
  6. |                         |
  7. |Included in this README: |
  8. |                         |
  9. |1. General Instructions  |
  10. |2. Error Messages        |
  11. |3. Known Bugs            |
  12. |4. Comments              |
  13. |5. Legal                 |
  14. |6. FAQ Section           |                            
  15. |                         | 
  16. ---------------------------
  17.  
  18. 1. Instructions
  19.  
  20. For ease of use, I recommend putting DWI2XStep in the same folder as the DWI application file. XStep looks for files here by default, so placing DWI2XStep here cuts down a lot of unnecessary folder travel.
  21.  
  22. Place the DWI you wish to convert in the same folder as DWI2XStep. It may not be in a subdirectory.
  23.  
  24. When you run DWI2XStep, enter the filename of the DWI without the extension. For example, if your DWI is called "max300.dwi", you type in "max300" (without the quotation marks, of course!).
  25.  
  26. If the conversion goes without any errors, the program will display "Conversion Complete. New file:" and the name of your new XStep file, which will be exactly the same as the DWI except with the extension .xstep.
  27.  
  28. If not, you will be presented with various error messages.
  29.  
  30. DWI2XStep can handle SINGLE, DOUBLE, and SOLO songs (DWI doesn't use COUPLE, to my knowledge) with BASIC, ANOTHER, MANIAC, and SMANIAC (more commonly known as 'Challenge' or 'Maniac2') steps.
  31.  
  32. 2. Error Messages
  33.  
  34. There are four different error messages in DWI2XStep:
  35.  
  36. A) File ... not found!
  37. The filename you typed does not match any file located in the folder. Check spelling or existence of file.
  38.  
  39. B) "BPM/Freeze error: cannot compute offbeat BPMchange/freeze."
  40. XStep can only handle Freezes (pauses in arrow movement) and BPM changes that are on the beat. This error will cause DWI2XStep to abort the conversion.
  41.  
  42. C) "WARNING: 100-bar limit exceeded. Steps truncated."
  43. This is a non-fatal error that says that some arrows were lost due to the length of the DWI file. XStep only deals with up to 100 bars at a time. The XStep file WILL work, but all steps past bar 100 will be lost.
  44.  
  45. D) "WARNING: Triplets found."
  46. This is another non-fatal error that usually can be ignored. XStep doesn't support triplets (1/24th notes, steps in [brackets]), but the steps are converted close enough that it's hard to tell the difference. (Example: Burning Heat, Captain Jack, Afronova)
  47.  
  48. 3. Known bugs/glitches
  49.  
  50. There are a few bugs in DWI2XStep:
  51. 1) All spaces in Title, Artist, Genre, etc. will be lost.
  52. 2) You must tell XStep where to find the music file. DWI2Xstep can't convert it. (XStep requires full path to song)
  53. 3) When XStep converts a song back to DWI, all the beat references for freezes and BPM changes will be half their correct value. Example:
  54.  
  55. Original DWI of Healing Vision Half Mix (by cmcm)
  56. #CHANGEBPM:128=195.94,640=391.88,896=48.985,916=195.94,1180=97.97;
  57.  
  58. DWI ->Xstep -> DWI: same song...
  59. #CHANGEBPM:64=195.94,320=391.88,448=48.985,458=195.94,590=97.97;
  60.  
  61. You will have to manually fix these values, because they throw off the song in DWI. (This is a bug in XStep)
  62.  
  63. 4. Comments
  64.  
  65. As far as I know, this is the first and only DWI to XStep converter. I'm surprised nobody has ever made a converter until now. DWI2XStep was written in C++, and took less than two days to complete.
  66.  
  67. 5. Legal
  68.  
  69. DWI2XStep is (c) Taren Nauxen.
  70. XStep is (c) Thomas Scott.
  71.  
  72. 6. FAQ Section
  73.  
  74. There is no FAQ question because I haven't had any questions, let alone frequently asked questions, to account for. There will be a FAQ in the next version of DWI2XStep given I update the program and receive enough questions.
  75.  
  76. -----------------------------------
  77. |Questions, comments, suggestions:|
  78. |                                 |
  79. |     furusato@insightbb.com      |
  80. -----------------------------------
  81.  
  82. Thanks for downloading DWI2XStep.