Homebrew [WIP] 3DeSmume (DS emulator for 3DS)

  • Thread starter Thread starter shutterbug2000
  • Start date Start date
  • Views Views 734,816
  • Replies Replies 2,759
  • Likes Likes 153
Wow, kinda fell bad that the O3DS couldn't run most of these stuff decently. If everything upgrades to the N3DS soon, might as well buy one. No, I'll rather buy a flashcart.
 
@Ryuzaki_MrL So I got this .bat code for making banners right here:
Code:
@echo off
:begin
set f=14
set k=1
set ln=1

cls
echo GAME INFO:
set game=%title%
set /p game=Game Title (Folder name): 
set /p line1=Game Title: 
set /p line2=Game Title 2nd line/Publisher: 
set /p line3=Publisher: 
set /p f=Font Size: 
set /p k=Letter Spacing: 
set /p ln=Number of Lines:
set lt=5
set lr=6
if %ln% EQU 2 ( set lt=1
set lr=20 )
cd /d %~dp0
mkdir "output\%title%\"
tools\convert -composite -geometry +112+20 "tools\bannerin.png" "input\%title%\icon.png" "output\%title%\bannerouticononly.png" 
tools\convert "output\%title%\bannerouticononly.png" -gravity center -font input\SCE-PS3-RD-R-LATIN.TTF -pointsize %f% -kerning %k% -interword-spacing 6 -interline-spacing %lt% -annotate +0+24 "%line1%\n" -pointsize %f% -kerning %k% -interword-spacing 6 -interline-spacing %lt% -annotate +0+28 "%line2%" -pointsize %f% -kerning %k% -interword-spacing 6 -interline-spacing %lt% -annotate +0+42 "%line3%" "output\%title%\bannerout.png"
del "output\%title%\bannerouticononly.png"
echo Done!
set /p choice3="Do you want to build another banner? (Y/N): "  %=%
if [%choice3%]==[Y] goto begin
if [%choice3%]==[y] goto begin
if [%choice3%]==[N] goto exit
if [%choice3%]==[n] goto exit

:exit
exit
It doesn't want to read the folder I typed in, so I'm getting errors like:
Code:
convert: UnableToOpenBlob 'input\\icon.png': No such file or directory @ error/blob.c/OpenBlob/2695.
convert: UnableToOpenFile `input\\icon.png' @ error/png.c/ReadPNGImage/3978.
convert: NoImagesDefined `output\\bannerouticononly.png' @ error/convert.c/ConvertImageCommand/3235.
convert: UnableToOpenBlob 'output\\bannerouticononly.png': No such file or directory @ error/blob.c/OpenBlob/2695.
convert: UnableToOpenFile `output\\bannerouticononly.png' @ error/png.c/ReadPNGImage/3978.
convert: NoImagesDefined `output\\bannerout.png' @ error/convert.c/ConvertImageCommand/3235.
Could Not Find C:\3DS stuff\DeSmuME Virtual Console\output\bannerouticononly.png
Anything you can do to help?
 
@Ryuzaki_MrL So I got this .bat code for making banners right here:
Code:
@echo off
:begin
set f=14
set k=1
set ln=1

cls
echo GAME INFO:
set game=%title%
set /p game=Game Title (Folder name):
set /p line1=Game Title:
set /p line2=Game Title 2nd line/Publisher:
set /p line3=Publisher:
set /p f=Font Size:
set /p k=Letter Spacing:
set /p ln=Number of Lines:
set lt=5
set lr=6
if %ln% EQU 2 ( set lt=1
set lr=20 )
cd /d %~dp0
mkdir "output\%title%\"
tools\convert -composite -geometry +112+20 "tools\bannerin.png" "input\%title%\icon.png" "output\%title%\bannerouticononly.png"
tools\convert "output\%title%\bannerouticononly.png" -gravity center -font input\SCE-PS3-RD-R-LATIN.TTF -pointsize %f% -kerning %k% -interword-spacing 6 -interline-spacing %lt% -annotate +0+24 "%line1%\n" -pointsize %f% -kerning %k% -interword-spacing 6 -interline-spacing %lt% -annotate +0+28 "%line2%" -pointsize %f% -kerning %k% -interword-spacing 6 -interline-spacing %lt% -annotate +0+42 "%line3%" "output\%title%\bannerout.png"
del "output\%title%\bannerouticononly.png"
echo Done!
set /p choice3="Do you want to build another banner? (Y/N): "  %=%
if [%choice3%]==[Y] goto begin
if [%choice3%]==[y] goto begin
if [%choice3%]==[N] goto exit
if [%choice3%]==[n] goto exit

:exit
exit
It doesn't want to read the folder I typed in, so I'm getting errors like:
Code:
convert: UnableToOpenBlob 'input\\icon.png': No such file or directory @ error/blob.c/OpenBlob/2695.
convert: UnableToOpenFile `input\\icon.png' @ error/png.c/ReadPNGImage/3978.
convert: NoImagesDefined `output\\bannerouticononly.png' @ error/convert.c/ConvertImageCommand/3235.
convert: UnableToOpenBlob 'output\\bannerouticononly.png': No such file or directory @ error/blob.c/OpenBlob/2695.
convert: UnableToOpenFile `output\\bannerouticononly.png' @ error/png.c/ReadPNGImage/3978.
convert: NoImagesDefined `output\\bannerout.png' @ error/convert.c/ConvertImageCommand/3235.
Could Not Find C:\3DS stuff\DeSmuME Virtual Console\output\bannerouticononly.png
Anything you can do to help?

Get rid of any spaces in the path
 
@Ryuzaki_MrL So I got this .bat code for making banners right here:
Code:
@echo off
:begin
set f=14
set k=1
set ln=1

cls
echo GAME INFO:
set game=%title%
set /p game=Game Title (Folder name):
set /p line1=Game Title:
set /p line2=Game Title 2nd line/Publisher:
set /p line3=Publisher:
set /p f=Font Size:
set /p k=Letter Spacing:
set /p ln=Number of Lines:
set lt=5
set lr=6
if %ln% EQU 2 ( set lt=1
set lr=20 )
cd /d %~dp0
mkdir "output\%title%\"
tools\convert -composite -geometry +112+20 "tools\bannerin.png" "input\%title%\icon.png" "output\%title%\bannerouticononly.png"
tools\convert "output\%title%\bannerouticononly.png" -gravity center -font input\SCE-PS3-RD-R-LATIN.TTF -pointsize %f% -kerning %k% -interword-spacing 6 -interline-spacing %lt% -annotate +0+24 "%line1%\n" -pointsize %f% -kerning %k% -interword-spacing 6 -interline-spacing %lt% -annotate +0+28 "%line2%" -pointsize %f% -kerning %k% -interword-spacing 6 -interline-spacing %lt% -annotate +0+42 "%line3%" "output\%title%\bannerout.png"
del "output\%title%\bannerouticononly.png"
echo Done!
set /p choice3="Do you want to build another banner? (Y/N): "  %=%
if [%choice3%]==[Y] goto begin
if [%choice3%]==[y] goto begin
if [%choice3%]==[N] goto exit
if [%choice3%]==[n] goto exit

:exit
exit
It doesn't want to read the folder I typed in, so I'm getting errors like:
Code:
convert: UnableToOpenBlob 'input\\icon.png': No such file or directory @ error/blob.c/OpenBlob/2695.
convert: UnableToOpenFile `input\\icon.png' @ error/png.c/ReadPNGImage/3978.
convert: NoImagesDefined `output\\bannerouticononly.png' @ error/convert.c/ConvertImageCommand/3235.
convert: UnableToOpenBlob 'output\\bannerouticononly.png': No such file or directory @ error/blob.c/OpenBlob/2695.
convert: UnableToOpenFile `output\\bannerouticononly.png' @ error/png.c/ReadPNGImage/3978.
convert: NoImagesDefined `output\\bannerout.png' @ error/convert.c/ConvertImageCommand/3235.
Could Not Find C:\3DS stuff\DeSmuME Virtual Console\output\bannerouticononly.png
Anything you can do to help?

Well grabbing the current batch file from github would be the first step.
 
Well grabbing the current batch file from github would be the first step.
It's okay, I got it to work.

--------------------- MERGED ---------------------------

So I tried building a 3DeSmuME CIA with a ROM in ROMFS, but running it just instantly gives me "An error has occurred".
 
No offense, but what's the point of making those CIAs with roms injected at this point when 1. the CIA has lower fps than the 3dsx release and 2. the games aren't really going to be played in their current state? I mean, sure, you could go through some games if you don't care about sound or taking 20 mins to finish the first level of Megaman Zero (which should take 2-3mins tops); but even for those people it's futile as the emulator isn't creating save files.

If anything, those that know how could help making a rom selector instead, though i'm not sure if itsthenavy already intended to do that.
 
This could run on old 3ds with kernel access. But since this emulators ment to work on 11.0 its not takeing advantage of that.
 

Site & Scene News

Popular threads in this forum