Homebrew Minecraft DS (in 3D !)

Pomegrenade

photon readings negative
Member
Joined
Feb 20, 2017
Messages
314
Trophies
0
Location
Location
Website
gbatemp.net
XP
770
Country
Netherlands
It doesn't work... Played on DraStic Demo. Please fix the world configuration and make players able to create worlds.
No.1: You need to play the nitrofs version on drastic (if it doesn't work, then drastic aint as good as the DS) :nds:
No.2: smea does not work on this project anymore, so someone else needs to pick this back up...
No.3: If you want to play minecraft on your phone, then just get minecraft pe
 
Last edited by Pomegrenade,

Prillexed

Member
Newcomer
Joined
Jun 29, 2017
Messages
15
Trophies
0
Age
23
XP
53
Country
United Kingdom
Ooooooh pm me your download link too i wanna see what you can do with this ;) ill try to compile into a cia for other users :) this is gunna be awesome, if your interested mate!
 
  • Like
Reactions: Tattorack

pugduddly

New Member
Newbie
Joined
Jul 25, 2017
Messages
1
Trophies
0
Age
20
XP
51
Country
United States
So I'm trying to compile DSCraft from source and failing, can anyone help?

Code:
linking dscraft.elf
map.o: In function `openMap1024':
/home/pugduddly/projects/dscraft/source/game/map.c:2399: undefined reference to `_FAT_getPosition'
/home/pugduddly/projects/dscraft/source/game/map.c:2402: undefined reference to `_FAT_getPosition'
/home/pugduddly/projects/dscraft/source/game/map.c:2428: undefined reference to `_FAT_getPosition'
map.o: In function `openMap512':
/home/pugduddly/projects/dscraft/source/game/map.c:2445: undefined reference to `_FAT_getPosition'
/home/pugduddly/projects/dscraft/source/game/map.c:2448: undefined reference to `_FAT_getPosition'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2451: more undefined references to `_FAT_getPosition' follow
map.o: In function `writeClusterColumn2048':
/home/pugduddly/projects/dscraft/source/game/map.c:2636: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2637: undefined reference to `writeSectors'
map.o: In function `writeClusterColumn1024':
/home/pugduddly/projects/dscraft/source/game/map.c:2648: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2649: undefined reference to `writeSectors'
map.o: In function `writeClusterColumn512':
/home/pugduddly/projects/dscraft/source/game/map.c:2660: undefined reference to `writeSectors'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2661: more undefined references to `writeSectors' follow
map.o: In function `readClusterColumn2048':
/home/pugduddly/projects/dscraft/source/game/map.c:2574: undefined reference to `readSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2575: undefined reference to `readSectors'
map.o: In function `readClusterColumn1024':
/home/pugduddly/projects/dscraft/source/game/map.c:2591: undefined reference to `readSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2592: undefined reference to `readSectors'
map.o: In function `readClusterColumn512':
/home/pugduddly/projects/dscraft/source/game/map.c:2605: undefined reference to `readSectors'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2606: more undefined references to `readSectors' follow
map.o: In function `writeMapHeader':
/home/pugduddly/projects/dscraft/source/game/map.c:2908: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2909: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2910: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2911: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2904: undefined reference to `writeSectors'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2905: more undefined references to `writeSectors' follow
collect2: error: ld returned 1 exit status
/home/pugduddly/devkitpro/devkitARM/ds_rules:51: recipe for target '/home/pugduddly/projects/dscraft/dscraft.elf' failed
make[1]: *** [/home/pugduddly/projects/dscraft/dscraft.elf] Error 1
Makefile:112: recipe for target 'build' failed
make: *** [build] Error 2
 

smealum

growing up sucks.
OP
Member
Joined
May 1, 2006
Messages
635
Trophies
2
Age
31
Location
SF
Website
www.smealum.net
XP
2,516
Country
United States
So I'm trying to compile DSCraft from source and failing, can anyone help?

Code:
linking dscraft.elf
map.o: In function `openMap1024':
/home/pugduddly/projects/dscraft/source/game/map.c:2399: undefined reference to `_FAT_getPosition'
/home/pugduddly/projects/dscraft/source/game/map.c:2402: undefined reference to `_FAT_getPosition'
/home/pugduddly/projects/dscraft/source/game/map.c:2428: undefined reference to `_FAT_getPosition'
map.o: In function `openMap512':
/home/pugduddly/projects/dscraft/source/game/map.c:2445: undefined reference to `_FAT_getPosition'
/home/pugduddly/projects/dscraft/source/game/map.c:2448: undefined reference to `_FAT_getPosition'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2451: more undefined references to `_FAT_getPosition' follow
map.o: In function `writeClusterColumn2048':
/home/pugduddly/projects/dscraft/source/game/map.c:2636: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2637: undefined reference to `writeSectors'
map.o: In function `writeClusterColumn1024':
/home/pugduddly/projects/dscraft/source/game/map.c:2648: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2649: undefined reference to `writeSectors'
map.o: In function `writeClusterColumn512':
/home/pugduddly/projects/dscraft/source/game/map.c:2660: undefined reference to `writeSectors'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2661: more undefined references to `writeSectors' follow
map.o: In function `readClusterColumn2048':
/home/pugduddly/projects/dscraft/source/game/map.c:2574: undefined reference to `readSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2575: undefined reference to `readSectors'
map.o: In function `readClusterColumn1024':
/home/pugduddly/projects/dscraft/source/game/map.c:2591: undefined reference to `readSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2592: undefined reference to `readSectors'
map.o: In function `readClusterColumn512':
/home/pugduddly/projects/dscraft/source/game/map.c:2605: undefined reference to `readSectors'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2606: more undefined references to `readSectors' follow
map.o: In function `writeMapHeader':
/home/pugduddly/projects/dscraft/source/game/map.c:2908: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2909: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2910: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2911: undefined reference to `writeSectors'
/home/pugduddly/projects/dscraft/source/game/map.c:2904: undefined reference to `writeSectors'
map.o:/home/pugduddly/projects/dscraft/source/game/map.c:2905: more undefined references to `writeSectors' follow
collect2: error: ld returned 1 exit status
/home/pugduddly/devkitpro/devkitARM/ds_rules:51: recipe for target '/home/pugduddly/projects/dscraft/dscraft.elf' failed
make[1]: *** [/home/pugduddly/projects/dscraft/dscraft.elf] Error 1
Makefile:112: recipe for target 'build' failed
make: *** [build] Error 2
pretty sure DScraft used a modified libnds/libfat that exposed those _FAT_getPosition, readSectors and writeSectors functions. I don't know that I have that version of libnds handy, so you'd probably need to reimplement them... i guess i could take a look at some point
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, i have a physical copy of mgs4
  • Xdqwerty @ Xdqwerty:
    ok I tried it and 1) it doesnt boot wood menu automatically and 2) when trying to load a game through wood theres just a loading screen
  • K3Nv2 @ K3Nv2:
    It's low on wood
    +1
  • Xdqwerty @ Xdqwerty:
    lemme ask in forums
  • Xdqwerty @ Xdqwerty:
    yawn
  • BigOnYa @ BigOnYa:
    @Xdqwerty No you heard wrong, and don't believe till you experience yourself. Fallout 4 is one of my favorite games of all time. Yes it had issues early on, esp with older hardware like the xbox1, but it is awesome, esp now being 4k on Series S/X or PS5
    +2
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, Then i think people were talking about fallout 76
  • Xdqwerty @ Xdqwerty:
    that one was buggy too
  • BigOnYa @ BigOnYa:
    Yea you right there, fallout 76 was a letdown, but it not that bad now, they have fixed slot of issues they had at launch. Biggest issue with Fallout 76 is its a pay to advance further type of game, which sucks
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, I may probably download fallout 3 or new vegas on my ps3
  • Xdqwerty @ Xdqwerty:
    cuz I didnt like fallout 1 that much
  • BigOnYa @ BigOnYa:
    New Vegas is awesome, F3 was ok too.
  • Psionic Roshambo @ Psionic Roshambo:
    I played Fallout 4 on PC, I enjoyed it honestly. Not my favorite game on earth but at the same time I didn't hate it at all lol
  • BigOnYa @ BigOnYa:
    That's cool you got a ps3... Glad to hear. Game on!
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Ironic this was posted today lol
  • BigOnYa @ BigOnYa:
    I think the tv series has boasted play of, I did see they said playing of it Is up, way more than norm
    +1
  • BigOnYa @ BigOnYa:
    I've been playing the next gen version on Series X all day, I love it. :wub:
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Downloading some random stuff, damn almost 400GBs in like 4 hours lol
  • Psionic Roshambo @ Psionic Roshambo:
    Gonna be over 1TB this month.... damn lol
  • Xdqwerty @ Xdqwerty:
    good night
    +1
  • BigOnYa @ BigOnYa:
    At least you have some fast speeds. What a drag that used to be, I remb downloading 1 pic back in the day, and seeing line by line show
  • BigOnYa @ BigOnYa:
    Nighty night.
  • BigOnYa @ BigOnYa:
    Or worse, you downloading something, and someone calls your phone and interupts the download, good ole AOL. Of course that's before most you guys even were born yet.
    BigOnYa @ BigOnYa: Or worse, you downloading something, and someone calls your phone and interupts the download...