More actions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
<youtube>BoKLpmB7GXU</youtube> | <youtube>BoKLpmB7GXU</youtube> | ||
= Memory 3DS = | == Memory 3DS == | ||
'''A memory game for Nintendo 3DS. Have fun playing this game!''' | |||
'''Using sf2d, sftd and sfil. Music: Upbeat Cinematic Orchestra (2014), Akashic Records [https://www.jamendo.com/track/1143942/upbeat-cinematic-orchestra SaReGaMa].''' | |||
= Change the music and images = | == Change the music and images == | ||
You can change images and the music. Images are loaded from sdmc:/3ds/data/Memory3DS/X.png, where X is the number of the png. 0.png is the back of the cards. 1.png, 2.png [...] 10.png are card pairs. Format: PNG, 56*56 dimensions. The music is loaded from sdmc:/3ds/data/Memory3DS/music.raw Format: Mono, Sampling rate: 44100 Hz. Raw (header-less), signed 16-bit PCM. | You can change images and the music. Images are loaded from sdmc:/3ds/data/Memory3DS/X.png, where X is the number of the png. 0.png is the back of the cards. 1.png, 2.png [...] 10.png are card pairs. Format: PNG, 56*56 dimensions. The music is loaded from sdmc:/3ds/data/Memory3DS/music.raw Format: Mono, Sampling rate: 44100 Hz. Raw (header-less), signed 16-bit PCM. | ||
= Compiling = | == Compiling == | ||
You should have [https://github.com/xerpi/3ds_portlibs portlibs] (including [https://github.com/xerpi/sf2dlib sf2d], [https://github.com/xerpi/sftdlib sftd ] and [https://github.com/xerpi/sfillib sfil]) already installed to be able to compile this, [https://github.com/smealum/ctrulib ctrulib] and [https://devkitpro.org/ devKitPro]. Just run '''make''' and .3dsx/.cia build will come. | You should have [https://github.com/xerpi/3ds_portlibs portlibs] (including [https://github.com/xerpi/sf2dlib sf2d], [https://github.com/xerpi/sftdlib sftd ] and [https://github.com/xerpi/sfillib sfil]) already installed to be able to compile this, [https://github.com/smealum/ctrulib ctrulib] and [https://devkitpro.org/ devKitPro]. Just run '''make''' and .3dsx/.cia build will come. | ||
= Credits = | == Credits == | ||
* everyone who collaborated to ctrulib | * everyone who collaborated to ctrulib |
Revision as of 01:48, 14 September 2021
Template:Infobox-3DS-Homebrews
Memory 3DS
A memory game for Nintendo 3DS. Have fun playing this game!
Using sf2d, sftd and sfil. Music: Upbeat Cinematic Orchestra (2014), Akashic Records SaReGaMa.
Change the music and images
You can change images and the music. Images are loaded from sdmc:/3ds/data/Memory3DS/X.png, where X is the number of the png. 0.png is the back of the cards. 1.png, 2.png [...] 10.png are card pairs. Format: PNG, 56*56 dimensions. The music is loaded from sdmc:/3ds/data/Memory3DS/music.raw Format: Mono, Sampling rate: 44100 Hz. Raw (header-less), signed 16-bit PCM.
Compiling
You should have portlibs (including sf2d, sftd and sfil) already installed to be able to compile this, ctrulib and devKitPro. Just run make and .3dsx/.cia build will come.
Credits
- everyone who collaborated to ctrulib
- xerpi for sf2d, sftd and sfil
- BernardoGiordano for GUI-Template-for-3DS-homebrews
- SaReGaMa for the music
- and all others!