1
Help & Support / Re: Wrong extension?
« on: November 28, 2024, 21:00:27 »
I meant the file is actually an "eXtended Mod", if you look at it with an hex editor:
Thus a .xm extension might be more appropriate...
Code: [Select]
00000000 45 78 74 65 6e 64 65 64 20 4d 6f 64 75 6c 65 3a |Extended Module:|
00000010 20 63 68 69 6c 64 72 65 6e 20 6f 66 20 67 6f 64 | children of god|
00000020 2e 2e 2e 20 20 1a 46 61 73 74 54 72 61 63 6b 65 |... .FastTracke|
00000030 72 20 76 32 2e 30 30 20 20 20 04 01 14 01 00 00 |r v2.00 ......|
00000040 20 00 00 00 10 00 20 00 0a 00 01 00 03 00 96 00 | ..... .........|
00000050 00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f |................|
00000060 10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f |................|
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
Thus a .xm extension might be more appropriate...