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
  • BakerMan
    I rather enjoy a life of taking it easy. I haven't reached that life yet though.
  • BigOnYa @ BigOnYa:
    I don't trust the free ones, but ipvanish I've used for couple years now, n like
  • Psionic Roshambo @ Psionic Roshambo:
    I wonder if they could get CPUs to run that hot then use the heat to power a steam turbine to power the CPUs....
  • BigOnYa @ BigOnYa:
    Good idea, or at least power the GPU
  • Psionic Roshambo @ Psionic Roshambo:
    It's not the movies or games downloads that I would worry about, like breaking into networks, downloading encrypted things, spying on network traffic. I have seen so many "Top Secret" seals on files when I was a kid
  • Psionic Roshambo @ Psionic Roshambo:
    I was obsessed with finding UFOs, a surprising amount of US files where stashed on computers in other countries, China back in the early 90s omg sooo much
  • BigOnYa @ BigOnYa:
    Yea that crazy, I've never tried hack into anything, I just pirate, and my ISP have send me 3-4 letters, so had to VPN it
  • Psionic Roshambo @ Psionic Roshambo:
    Ship to ship communication software for the Navy although without access to the encrypting chips it was mostly useless
  • Psionic Roshambo @ Psionic Roshambo:
    I bet now a 4090 could probably crack it? Hmmm maybe not even back then I'm pretty sure they where using like 1024 bit encryption
  • Psionic Roshambo @ Psionic Roshambo:
    Yayyy the one set finished 324GBs lol
  • Psionic Roshambo @ Psionic Roshambo:
    Compressed....
  • Psionic Roshambo @ Psionic Roshambo:
    I wonder how many years that would have taken on a 56K modem lol
  • Psionic Roshambo @ Psionic Roshambo:
    18000 hours lol
  • Psionic Roshambo @ Psionic Roshambo:
    750 days lol
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    So Internet is very much faster now lol
  • BigOnYa @ BigOnYa:
    "Time Remaining- 2 years, 9 girlfriends, 6 hairstyles, please standby..."
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I remember one time I downloaded like a 500MB ISO file on 56K and that literally took like 2 days
  • Psionic Roshambo @ Psionic Roshambo:
    I had some sort of resume thing, I remember the software had chains
  • Psionic Roshambo @ Psionic Roshambo:
    Damned if I can't remember.the name though
  • Psionic Roshambo @ Psionic Roshambo:
    Some sort of download management app
  • BigOnYa @ BigOnYa:
    Ok good chatting, I'm off to the bar, to shoot some pool, nighty night.
    +1
  • BakerMan @ BakerMan:
    hey psi
  • BakerMan @ BakerMan:
    i call your girl lyndon the way she b on my johnson
    BakerMan @ BakerMan: i call your girl lyndon the way she b on my johnson