CavEX v0.2.1 release - Minecraft remake on Nintendo Wii

newo

Well-Known Member
OP
Member
Joined
Apr 7, 2011
Messages
938
Trophies
2
Website
wiibrew.org
XP
3,935
Country
Jamaica
No clue how much wiggle room the dev has to add stuff but it seems that the inventry and mining should be easy, I would be good with gravity, gold, zombies and diamonds in a simple survival mode.
 

Spazzery

Well-Known Member
Newcomer
Joined
Jun 30, 2019
Messages
88
Trophies
0
Age
24
XP
1,415
Country
Estonia
Really cool project, saw a video on Youtube about this. The smooth framerate is really impressive, and even though it is in the beginning stages right now, I hope it will get more updates and not just stay a proof of concept :)
 
  • Like
Reactions: newo

danielglzt88

Member
Newcomer
Joined
Jan 19, 2021
Messages
20
Trophies
0
Age
35
XP
239
Country
Cuba
If you have access to GitHub you could always post an issue.

I tried to compile it but it gave me an error. I tried to solve it but I can't find the answer, that's why I ask to see if someone compiles it to test it to see how it goes.
linking ... CavEX-master.elf
/opt/devkitpro/devkitPPC/bin/../lib/gcc/powerpc-eabi/13.2.0/../../../../powerpc-eabi/bin/ld: cannot find : No existe el fichero o el directorio
collect2: error: ld returned 1 exit status
make[1]: *** [/opt/devkitpro/devkitPPC//wii_rules:31: /home/daniel-81hl/Downloads/CavEX-master/CavEX-master.elf] Error 1
make: *** [Makefile:112: build] Error 2
Post automatically merged:

In Windows (MSYS), I have the same error
thread.c
C:/Users/gna/Downloads/CavEX-master/source/platform/thread.c: In function 'thread_msleep':
C:/Users/gna/Downloads/CavEX-master/source/platform/thread.c:129:9: warning: implicit declaration of function 'usleep' [-Wimplicit-function-declarat
ion]
129 | usleep(ms * 1000);
| ^~~~~~
time.c
inventory.c
items.c
tool.c
window_container.c
buffer.c
nbt_loading.c
nbt_parsing.c
nbt_treeops.c
nbt_util.c
lodepng.c
parson.c
linking ... CavEX-master.elf
C:/devkitPro/devkitPPC/bin/../lib/gcc/powerpc-eabi/13.2.0/../../../../powerpc-eabi/bin/ld.exe: cannot find : Invalid argument
collect2.exe: error: ld returned 1 exit status
make[1]: *** [/opt/devkitpro/devkitPPC/wii_rules:31: /home/gna/Downloads/CavEX-master/CavEX-master.elf] Error 1
make: *** [Makefile:112: build] Error 2
 
Last edited by danielglzt88,
  • Like
Reactions: newo

newo

Well-Known Member
OP
Member
Joined
Apr 7, 2011
Messages
938
Trophies
2
Website
wiibrew.org
XP
3,935
Country
Jamaica
from the yt video;

" @ByteBitTV 2 months ago (edited)
For anyone asking: yes an update is coming, but it's going to take some more time. I hope to finish it by October to November. I am sorry everyone has to wait this long, but sometimes I just didn't feel like working on it for weeks and progress slowed. Edit: special thanks to Flamix for answering everyone's questions in the comments."
 
  • Like
Reactions: danielglzt88

danielglzt88

Member
Newcomer
Joined
Jan 19, 2021
Messages
20
Trophies
0
Age
35
XP
239
Country
Cuba
from the yt video;

" @ByteBitTV 2 months ago (edited)
For anyone asking: yes an update is coming, but it's going to take some more time. I hope to finish it by October to November. I am sorry everyone has to wait this long, but sometimes I just didn't feel like working on it for weeks and progress slowed. Edit: special thanks to Flamix for answering everyone's questions in the comments."
OK, I'll wait, I managed to compile it but with two warnings, which I think prevented the controls from working, but if it opened, I couldn't test if the player jumps. Thank you
input.c
In file included from C:/devkitPro/libogc/include/wiiuse/wpad.h:35,
from C:/Users/gna/Downloads/CavEX-master/source/platform/input.c:123:
C:/devkitPro/libogc/include/wiiuse/wiiuse.h:537:10: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
537 | };
| ^
texture.c
thread.c
C:/Users/gna/Downloads/CavEX-master/source/platform/thread.c: In function 'thread_msleep':
C:/Users/gna/Downloads/CavEX-master/source/platform/thread.c:129:9: warning: implicit declaration of function 'usleep' [-Wimplicit-function-declaration]
129 | usleep(ms * 1000);
| ^~~~~~
time.c
inventory.c
items.c
tool.c
window_container.c
buffer.c
nbt_loading.c
nbt_parsing.c
nbt_treeops.c
nbt_util.c
lodepng.c
parson.c
linking ... CavEX-master.elf
output ... CavEX-master.dol
 
  • Like
Reactions: newo

TheMiningBoyAlpha

Well-Known Member
Newcomer
Joined
Apr 24, 2018
Messages
80
Trophies
0
Age
19
XP
360
Country
United States
Fair question, what if a PowerPC Mac port of this were to be made?

I would attempt myself, but I cant seem to even compile the Wii version soooo-
 
  • Like
Reactions: newo

danielglzt88

Member
Newcomer
Joined
Jan 19, 2021
Messages
20
Trophies
0
Age
35
XP
239
Country
Cuba
OK, I'll wait, I managed to compile it but with two warnings, which I think prevented the controls from working, but if it opened, I couldn't test if the player jumps. Thank you
input.c
In file included from C:/devkitPro/libogc/include/wiiuse/wpad.h:35,
from C:/Users/gna/Downloads/CavEX-master/source/platform/input.c:123:
C:/devkitPro/libogc/include/wiiuse/wiiuse.h:537:10: warning: ISO C99 doesn't support unnamed structs/unions [-Wpedantic]
537 | };
| ^
texture.c
thread.c
C:/Users/gna/Downloads/CavEX-master/source/platform/thread.c: In function 'thread_msleep':
C:/Users/gna/Downloads/CavEX-master/source/platform/thread.c:129:9: warning: implicit declaration of function 'usleep' [-Wimplicit-function-declaration]
129 | usleep(ms * 1000);
| ^~~~~~
time.c
inventory.c
items.c
tool.c
window_container.c
buffer.c
nbt_loading.c
nbt_parsing.c
nbt_treeops.c
nbt_util.c
lodepng.c
parson.c
linking ... CavEX-master.elf
output ... CavEX-master.dol
I managed to compile MSYS in Windows and test the player's physics and the items menu, all of that worked, the Gamecube controller did not work, neither the wireless nor the wired one. There was good progress because the player walks and jumps, he doesn't fly, he feels much better, it's a good job. Some maps I downloaded for version 1.7.2 did not work well for me.
 
  • Like
Reactions: SaulFabre

Disorarara

Well-Known Member
Member
Joined
Sep 12, 2012
Messages
609
Trophies
1
Age
29
XP
1,203
Country
Fair question, what if a PowerPC Mac port of this were to be made?

I would attempt myself, but I cant seem to even compile the Wii version soooo-

I believe PowerPC macs can actually run the older java minecraft editions.

I managed to compile MSYS in Windows and test the player's physics and the items menu, all of that worked, the Gamecube controller did not work, neither the wireless nor the wired one. There was good progress because the player walks and jumps, he doesn't fly, he feels much better, it's a good job. Some maps I downloaded for version 1.7.2 did not work well for me.

Very nice! Hopefully the gamecube controller can be fixed and more people contribute to this project.
 

Dubya

Active Member
Newcomer
Joined
Dec 16, 2019
Messages
43
Trophies
0
Age
104
XP
366
Country
United States
Any chance of someone being able to create a simple Channel / Forwarder / WAD for CavEX?

I've tried creating my own with no luck

Something with the "Minecraft" logo/name on the main channel and then the "CavEX" logo/name when opened.

Thanks in advance
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • K3Nv2 @ K3Nv2:
    Lol 5GB for one episode
  • Psionic Roshambo @ Psionic Roshambo:
    Lol I can watch it free
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, from the shows website?
  • K3Nv2 @ K3Nv2:
    They should've just made it a movie at 50 minutes
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    No from Paramount Plus or whatever it is
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    Psi now has access to every streaming and cable channel out
  • K3Nv2 @ K3Nv2:
    Eh I'd rather just download and delete is it already up on paramount?
  • Psionic Roshambo @ Psionic Roshambo:
    Yeah it's on now
  • Xdqwerty @ Xdqwerty:
    @Psionic Roshambo, why are most new south park episodes half hour specials?
    +1
  • K3Nv2 @ K3Nv2:
    @Psionic Roshambo, let me get a Netflix account I've always been nice to you
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    I made a honey pepper glazed turkey breast for dinner turned out pretty bomb
  • K3Nv2 @ K3Nv2:
    We can Netflix and chill
  • Xdqwerty @ Xdqwerty:
    Nvm not half hour, but hour long
  • Xdqwerty @ Xdqwerty:
    Normal south park episodes are already half hour
  • Psionic Roshambo @ Psionic Roshambo:
    Got 2 free Xumo boxes they work pretty good
  • K3Nv2 @ K3Nv2:
    I'm happy to get anything most series don't make it pass 6 seasons
  • Psionic Roshambo @ Psionic Roshambo:
    Except Stars and Encore those are being a bitch lol
  • K3Nv2 @ K3Nv2:
    I may consider that onn pro box finally a media box with type A ;O
    +1
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, cuz the companies don't want em to
  • K3Nv2 @ K3Nv2:
    No it's revenue and demand south park could argue has a bigger audience than family guy about the same
    +1
  • K3Nv2 @ K3Nv2:
    Family guy is worth 300mill south parks worth 1Bill according to the interwebs
  • Xdqwerty @ Xdqwerty:
    @K3Nv2, probably cuz family guy is more disliked compared to south park
  • K3Nv2 @ K3Nv2:
    It just does the same formula south park can press buttons without going overboard
  • Xdqwerty @ Xdqwerty:
    And bc most of the family guy budget is spent on the voice actors rather than on the animation
  • K3Nv2 @ K3Nv2:
    Southpark could spend 30k on a animated dick and people would laugh at it
    +1
    K3Nv2 @ K3Nv2: Southpark could spend 30k on a animated dick and people would laugh at it +1