Skip to content

Commit

Permalink
Fix .cia builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MrHuu committed Dec 25, 2018
1 parent e0ad7e9 commit b7d7721
Show file tree
Hide file tree
Showing 13 changed files with 68 additions and 293 deletions.
Binary file modified 3ds/Moktar_banner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed 3ds/Moktar_icon_90x90.png
Binary file not shown.
Binary file removed 3ds/OpenTitus.png
Binary file not shown.
Binary file modified 3ds/Titus_banner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed 3ds/banner.png
Binary file not shown.
219 changes: 0 additions & 219 deletions 3ds/mokar.rsf

This file was deleted.

6 changes: 3 additions & 3 deletions 3ds/moktar.Info
@@ -1,8 +1,8 @@
APP_TITLE = Lagaf: Les Aventures de Moktar - Vol.1 - La Zoubida
APP_TITLE = Lagaf: Les Aventures de Moktar
APP_DESCRIPTION = OpenTitus for 3DS
APP_AUTHOR = Stople, MrHuu
APP_PRODUCT_CODE = Your-Code
APP_UNIQUE_ID = 0x1929
APP_PRODUCT_CODE = CTR-P-PTTS
APP_UNIQUE_ID = 0xFF341
APP_VERSION_MAJOR = 0
APP_VERSION_MINOR = 0
APP_VERSION_MICRO = 1
44 changes: 22 additions & 22 deletions 3ds/moktar.conf
Expand Up @@ -20,7 +20,7 @@ bitdepth 16
devmode 0

# Audio file, must follow the OPENTITUSAUDIO file format specified in doc/audio.txt
audiofile moktar/music_mok.bin
audiofile sdmc:/3ds/OpenTitus/moktar/music_mok.bin

# videomode 0: window mode, 1: fullscreen
videomode 1
Expand All @@ -30,25 +30,25 @@ levelcount 16

# Level files, TTF: lvl15->LEVELG.SQZ, Moktar: lvl15->LEVELF.SQZ, lvl16->LEVELG.SQZ

level 1 moktar/LEVEL0.SQZ
level 2 moktar/LEVELJ.SQZ
level 3 moktar/LEVEL1.SQZ
level 4 moktar/LEVEL2.SQZ
level 5 moktar/LEVEL3.SQZ
level 6 moktar/LEVEL4.SQZ
level 7 moktar/LEVEL5.SQZ
level 8 moktar/LEVEL6.SQZ
level 9 moktar/LEVEL7.SQZ
level 10 moktar/LEVEL8.SQZ
level 11 moktar/LEVEL9.SQZ
level 12 moktar/LEVELB.SQZ
level 13 moktar/LEVELC.SQZ
level 14 moktar/LEVELE.SQZ
level 15 moktar/LEVELF.SQZ
level 16 moktar/LEVELG.SQZ
level 1 sdmc:/3ds/OpenTitus/moktar/LEVEL0.SQZ
level 2 sdmc:/3ds/OpenTitus/moktar/LEVELJ.SQZ
level 3 sdmc:/3ds/OpenTitus/moktar/LEVEL1.SQZ
level 4 sdmc:/3ds/OpenTitus/moktar/LEVEL2.SQZ
level 5 sdmc:/3ds/OpenTitus/moktar/LEVEL3.SQZ
level 6 sdmc:/3ds/OpenTitus/moktar/LEVEL4.SQZ
level 7 sdmc:/3ds/OpenTitus/moktar/LEVEL5.SQZ
level 8 sdmc:/3ds/OpenTitus/moktar/LEVEL6.SQZ
level 9 sdmc:/3ds/OpenTitus/moktar/LEVEL7.SQZ
level 10 sdmc:/3ds/OpenTitus/moktar/LEVEL8.SQZ
level 11 sdmc:/3ds/OpenTitus/moktar/LEVEL9.SQZ
level 12 sdmc:/3ds/OpenTitus/moktar/LEVELB.SQZ
level 13 sdmc:/3ds/OpenTitus/moktar/LEVELC.SQZ
level 14 sdmc:/3ds/OpenTitus/moktar/LEVELE.SQZ
level 15 sdmc:/3ds/OpenTitus/moktar/LEVELF.SQZ
level 16 sdmc:/3ds/OpenTitus/moktar/LEVELG.SQZ

# Sprite file, TTF: SPREXP.SQZ, Moktar: SPRITES.SQZ
sprites moktar/SPRITES.SQZ
sprites sdmc:/3ds/OpenTitus/moktar/SPRITES.SQZ

# The sprites are in different format in Moktar compared to Titus.
# game 0: Titus the Fox, 1: Moktar
Expand All @@ -59,12 +59,12 @@ game 1
# 1: Planar 16-color
# 2: 256 color

logo moktar/TITUS.SQZ
logo sdmc:/3ds/OpenTitus/moktar/TITUS.SQZ
logoformat 2
intro moktar/TITRE.SQZ
intro sdmc:/3ds/OpenTitus/moktar/TITRE.SQZ
introformat 2
menu moktar/MENU.SQZ
menu sdmc:/3ds/OpenTitus/moktar/MENU.SQZ
menuformat 2

# Font file, TTF/Moktar: FONTS.SQZ
font moktar/FONTS.SQZ
font sdmc:/3ds/OpenTitus/moktar/FONTS.SQZ
4 changes: 2 additions & 2 deletions 3ds/titus.rsf → 3ds/template.rsf
Expand Up @@ -3,9 +3,9 @@ BasicInfo:
ProductCode : $(APP_PRODUCT_CODE)
Logo : Nintendo # Nintendo / Licensed / Distributed / iQue / iQueForSystem

#RomFs:
RomFs:
# Specifies the root path of the read only file system to include in the ROM.
#RootPath : $(APP_ROMFS)
RootPath : $(APP_ROMFS)

TitleInfo:
Category : Application
Expand Down
6 changes: 3 additions & 3 deletions 3ds/titus.Info
@@ -1,8 +1,8 @@
APP_TITLE = Titus the Fox: To Marrakech and Back
APP_TITLE = Titus the Fox:To Marrakech and Back
APP_DESCRIPTION = OpenTitus for 3DS
APP_AUTHOR = Stople, MrHuu
APP_PRODUCT_CODE = Your-Code
APP_UNIQUE_ID = 0x1929
APP_PRODUCT_CODE = CTR-P-PTTS
APP_UNIQUE_ID = 0xFF340
APP_VERSION_MAJOR = 0
APP_VERSION_MINOR = 0
APP_VERSION_MICRO = 1
44 changes: 22 additions & 22 deletions 3ds/titus.conf
Expand Up @@ -20,7 +20,7 @@ bitdepth 16
devmode 0

# Audio file, must follow the OPENTITUSAUDIO file format specified in doc/audio.txt
audiofile titus/music_ttf.bin
audiofile sdmc:/3ds/OpenTitus/titus/music_ttf.bin

# videomode 0: window mode, 1: fullscreen
videomode 1
Expand All @@ -30,24 +30,24 @@ levelcount 15

# Level files, TTF: lvl15->LEVELG.SQZ, Moktar: lvl15->LEVELF.SQZ, lvl16->LEVELG.SQZ

level 1 titus/LEVEL0.SQZ
level 2 titus/LEVELJ.SQZ
level 3 titus/LEVEL1.SQZ
level 4 titus/LEVEL2.SQZ
level 5 titus/LEVEL3.SQZ
level 6 titus/LEVEL4.SQZ
level 7 titus/LEVEL5.SQZ
level 8 titus/LEVEL6.SQZ
level 9 titus/LEVEL7.SQZ
level 10 titus/LEVEL8.SQZ
level 11 titus/LEVEL9.SQZ
level 12 titus/LEVELB.SQZ
level 13 titus/LEVELC.SQZ
level 14 titus/LEVELE.SQZ
level 15 titus/LEVELG.SQZ
level 1 sdmc:/3ds/OpenTitus/titus/LEVEL0.SQZ
level 2 sdmc:/3ds/OpenTitus/titus/LEVELJ.SQZ
level 3 sdmc:/3ds/OpenTitus/titus/LEVEL1.SQZ
level 4 sdmc:/3ds/OpenTitus/titus/LEVEL2.SQZ
level 5 sdmc:/3ds/OpenTitus/titus/LEVEL3.SQZ
level 6 sdmc:/3ds/OpenTitus/titus/LEVEL4.SQZ
level 7 sdmc:/3ds/OpenTitus/titus/LEVEL5.SQZ
level 8 sdmc:/3ds/OpenTitus/titus/LEVEL6.SQZ
level 9 sdmc:/3ds/OpenTitus/titus/LEVEL7.SQZ
level 10 sdmc:/3ds/OpenTitus/titus/LEVEL8.SQZ
level 11 sdmc:/3ds/OpenTitus/titus/LEVEL9.SQZ
level 12 sdmc:/3ds/OpenTitus/titus/LEVELB.SQZ
level 13 sdmc:/3ds/OpenTitus/titus/LEVELC.SQZ
level 14 sdmc:/3ds/OpenTitus/titus/LEVELE.SQZ
level 15 sdmc:/3ds/OpenTitus/titus/LEVELG.SQZ

# Sprite file, TTF: SPREXP.SQZ, Moktar: SPRITES.SQZ
sprites titus/SPREXP.SQZ
sprites sdmc:/3ds/OpenTitus/titus/SPREXP.SQZ

# The sprites are in different format in Moktar compared to Titus.
# game 0: Titus the Fox, 1: Moktar
Expand All @@ -58,16 +58,16 @@ game 0
# 1: Planar 16-color
# 2: 256 color

logo titus/TITUS.SQZ
logo sdmc:/3ds/OpenTitus/titus/TITUS.SQZ
logoformat 2
intro titus/TITRE.SQZ
intro sdmc:/3ds/OpenTitus/titus/TITRE.SQZ
introformat 2
menu titus/MENU.SQZ
menu sdmc:/3ds/OpenTitus/titus/MENU.SQZ
menuformat 2

# Finish image, only in TTF
finish titus/LEVELA.SQZ
finish sdmc:/3ds/OpenTitus/titus/LEVELA.SQZ
finishformat 0

# Font file, TTF/Moktar: FONTS.SQZ
font titus/FONTS.SQZ
font sdmc:/3ds/OpenTitus/titus/FONTS.SQZ

0 comments on commit b7d7721

Please sign in to comment.