I have no idea why sometimes it records 'measure 1' 'measure 2' etc in the .sm for a chart and sometimes it does not. However, notice that whenever it does it is placed after double slashes;
, // measure 28
If you see // in a line, you know that everything after them is ignored by the program reading the file. This way you can know for sure that the 'measure 1' 'measure 2' etc markings have no meaning to Stepmania and are merely a guide for someone looking at the .sm in a text editor.
ohhhhhh!!!!! i guess i know why sometimes appears and sometimes not: as Patashu says
after "//" in a line is ignored by the program; BUT it wouldnt put "//" and "measure" in vain... So i guess it does that to guide us but why... because we MODIFY the simfile directly WITHOUT the program by NOTEPAD for example, after that it RECOGNIZE that and WRITE the famous // measure 1,2,3, etc...
Comment