Special Thanks to Patrick Pelissier ! How to make your own levels ? You can build your own levels : First see how 'TBOLvls.asm' has been made Build a file LevelName.asm, like TBOLvls.asm Compil it by using 'Mk_spr LevelName' in a DOS command line, or by changing 'TBOLvls' string by your level's name in 'Lvl_comp.bat', and by launching 'Lvl_comp.bat' Normally, it will work. If you have problems, send me your level and I'll see what's wrong with it ! Levels format : 0 = Empty 1 = Standard brick, 1st GFX 2 = Armoured brick 3 = Standard brick, 2nd GFX 4 = Hard brick 5 = Very hard brick That's all I think ! Comment faire vos propres niveaux ? Vous pouvez vous faire vos propres niveaux : Regardez comment est fait 'TBOLvls.asm', ou mieux, téléchargez le SDK. Faites un NomLevel.asm du meme type en respectant bien le format comme c'est indiqué dans le niveau original Compilez le en utilisant 'Mk_spr NomLevel' dans une ligne de commandes DOS, ou en remplacant dans 'Lvl_comp.bat' la chaîne 'TBOLvls' par le nom de votre niveau, puis en lancant ce meme programme. Normalement c'est bon. Si vous avez des problemes, envoyez moi votre niveau et je regarderai ce qui ne va pas ! Format des niveaux : 0 = Case Vide 1 = Brique simple standard, premier graphisme 2 = Brique blindée 3 = Brique simple standard, second graphisme 4 = Brique dure 5 = Brique très dure Je crois que c'est tout.