Homebrew Official [WIP] C@VE (5.3.2-5.5.x)

Darbness

Member
Newcomer
Joined
Jun 30, 2013
Messages
17
Trophies
0
Age
34
XP
168
Country
This is the MP4 from the server.

It just freezes in the same way.

Does it work for anyone on 5.4?
 

Attachments

  • wiiuhaxx.rar
    4.5 KB · Views: 121

brienj

Trying to avoid getting cancer
Member
Joined
Jan 3, 2016
Messages
1,232
Trophies
0
Website
twitter.com
XP
2,142
Country
United States
I am still working on my game. I was having problems programming, since I didn't realize how limited we were with memory allocation and things. I couldn't even use a static int array and had to modify my code. Now that I have figured out most of the quirks involved in programming for the Wii U with the limited 5.5 exploit, I hope to have it finished soon. I don't want people to get tired of IOSU games you make and give them a game they might like better. :D

BTW, does anyone have any sample code to do sound on a 5.5 Wii U? Is it even possible yet? If so, I could pound out a really fast game to tide people over until my "big" game gets finished, the code would be much simpler for this other game I had in mind, but playing it without sound is kind of dull, and probably not very fun.
 

SonyUSA

We're all mad here
OP
Editorial Team
Joined
May 12, 2006
Messages
1,780
Trophies
2
XP
5,618
Country
United States
I am still working on my game. I was having problems programming, since I didn't realize how limited we were with memory allocation and things. I couldn't even use a static int array and had to modify my code. Now that I have figured out most of the quirks involved in programming for the Wii U with the limited 5.5 exploit, I hope to have it finished soon. I don't want people to get tired of IOSU games you make and give them a game they might like better. :D

BTW, does anyone have any sample code to do sound on a 5.5 Wii U? Is it even possible yet? If so, I could pound out a really fast game to tide people over until my "big" game gets finished, the code would be much simpler for this other game I had in mind, but playing it without sound is kind of dull, and probably not very fun.

Yeah I had a bunch of trouble too with arrays. Also, you should use an unsigned char array ;3 saves memory. You'll need to define a memset function and a memcpy function to get it to compile.
 

brienj

Trying to avoid getting cancer
Member
Joined
Jan 3, 2016
Messages
1,232
Trophies
0
Website
twitter.com
XP
2,142
Country
United States
Yeah I had a bunch of trouble too with arrays. Also, you should use an unsigned char array ;3 saves memory. You'll need to define a memset function and a memcpy function to get it to compile.
Yeah, I was thinking of going that route, but I really hate hacking it too much. I was able to allocate the memory, finding the OS functions for that, and everything seems to be working so far. My code looks totally sloppy having to program this way, and makes me embarrassed to release the source code if anyone wants it. I will definitely be sharing the bin files so people can use them however they want.
 

josamilu

Well-Known Member
Member
Joined
Feb 1, 2015
Messages
383
Trophies
0
Location
Saturn is better than Jupiter :P
XP
319
Country
Gambia, The
I am still working on my game. I was having problems programming, since I didn't realize how limited we were with memory allocation and things. I couldn't even use a static int array and had to modify my code. Now that I have figured out most of the quirks involved in programming for the Wii U with the limited 5.5 exploit, I hope to have it finished soon. I don't want people to get tired of IOSU games you make and give them a game they might like better. :D

BTW, does anyone have any sample code to do sound on a 5.5 Wii U? Is it even possible yet? If so, I could pound out a really fast game to tide people over until my "big" game gets finished, the code would be much simpler for this other game I had in mind, but playing it without sound is kind of dull, and probably not very fun.
The limit on the payload size is mainly the problem. Thats also why I was only able to display 32x32 images. (But I did it incredibly unefficent)

Edit: Also nice work @SonyUSA! Colors aren't that hard ;) Just draw some scaled up colored pixels instead of text :D
 
Last edited by josamilu,

brienj

Trying to avoid getting cancer
Member
Joined
Jan 3, 2016
Messages
1,232
Trophies
0
Website
twitter.com
XP
2,142
Country
United States
The limit on the payload size is mainly the problem. Thats also why I was only able to display 32x32 images. (But I did it incredibly unefficent)

Edit: Also nice work @SonyUSA! Colors aren't that hard ;) Just draw some scaled up colored pixels instead of text :D
If you mean the payload size is the problem, because we can't store an audio file in memory or something, I don't need something elaborate, and it can even be noise. I just need some bleeps and bloops and a buzz. :D

I kept hitting obstacles with my game, so I've put it on hold for now, and I am working on something that is "easy" to do with the limited area we have to work with. I want to get a homebrew app finished, just anything at this point, so certain people can see that there are programmers that want to get involved in homebrew. What I'm working on now is something that will be fun for anyone with kids to play around with. My kids and wife think it's cool, so I hope everyone likes it when I finish. Later on, I hope to be able to add a save function to the program, once 5.5 users can access the SD card. :D

I've seen a mention that we can use libcurl at the moment, so does that mean we can send information to our computer to save? I've played around with the rpc stuff, but it always crashes the Wii U, so I must be doing something wrong, or it just won't work on 5.5. I haven't had much time to investigate, since I've been programming, which is taking longer than normal, since I can't really debug anything except by printing to the screen from my code. Even writing code for the original Xbox and Xbox 360, I could debug everything, since I had devkits and test kits.
 

ScarletDreamz

[Debug Mode]
Member
Joined
Feb 16, 2015
Messages
3,967
Trophies
1
Location
/dev/sda1
XP
4,380
Country
United States
Yeah I had a bunch of trouble too with arrays. Also, you should use an unsigned char array ;3 saves memory. You'll need to define a memset function and a memcpy function to get it to compile.
almost finish my level editor, since i have no wii u to play it atm, mind telling how closed doors are opened?
 

josamilu

Well-Known Member
Member
Joined
Feb 1, 2015
Messages
383
Trophies
0
Location
Saturn is better than Jupiter :P
XP
319
Country
Gambia, The
If you mean the payload size is the problem, because we can't store an audio file in memory or something, I don't need something elaborate, and it can even be noise. I just need some bleeps and bloops and a buzz. :D

I kept hitting obstacles with my game, so I've put it on hold for now, and I am working on something that is "easy" to do with the limited area we have to work with. I want to get a homebrew app finished, just anything at this point, so certain people can see that there are programmers that want to get involved in homebrew. What I'm working on now is something that will be fun for anyone with kids to play around with. My kids and wife think it's cool, so I hope everyone likes it when I finish. Later on, I hope to be able to add a save function to the program, once 5.5 users can access the SD card. :D

I've seen a mention that we can use libcurl at the moment, so does that mean we can send information to our computer to save? I've played around with the rpc stuff, but it always crashes the Wii U, so I must be doing something wrong, or it just won't work on 5.5. I haven't had much time to investigate, since I've been programming, which is taking longer than normal, since I can't really debug anything except by printing to the screen from my code. Even writing code for the original Xbox and Xbox 360, I could debug everything, since I had devkits and test kits.
Curl, no idea. Sockets however work fine.
 

Dvdxploitr

Well-Known Member
Member
Joined
May 24, 2008
Messages
705
Trophies
1
XP
1,295
Country
United States
"The Quest for IOSU Exploit Series"....it could be a series of mini games that are released until the actual exploit gets released LOL....it'll either entertain Hykem or piss him off...
 

SonyUSA

We're all mad here
OP
Editorial Team
Joined
May 12, 2006
Messages
1,780
Trophies
2
XP
5,618
Country
United States
almost finish my level editor, since i have no wii u to play it atm, mind telling how closed doors are opened?

The player presses a button and chooses a direction, and that opens or closes the door. The engine does it by itself, you don't have to program it :3

I also added in tile number 10, hidden door! You can add it to your map if you want, it looks like a wall piece # but if you search it, it turns into a door!
 

KillzXGaming

Well-Known Member
Member
Joined
Jan 2, 2016
Messages
1,629
Trophies
0
Age
28
XP
1,618
Country
United States
This community is terrible. Making games that piss on developers making them look bad. I know most of you greedy inconsiderate people want to use the exploit to pirate games but then whine about it if its delayed. IOSU is getting documented on Wii u brew, go figure it out yourself if you want it so bad. Developing things takes time, you may not reach deadlines but delaying is absolutely necessary so the exploit is useful and cannot get easily patched. This is the first exploit to access amazing Wii U access to the system, nand, ect and I'm sure time will pay off. Devs are using there time for free to do this, and in return you get something for free. Why complain if it takes another month. The time it releases you can earn enough money to just buy games you want to pirate for those wanting free games.
 

ScarletDreamz

[Debug Mode]
Member
Joined
Feb 16, 2015
Messages
3,967
Trophies
1
Location
/dev/sda1
XP
4,380
Country
United States
The player presses a button and chooses a direction, and that opens or closes the door. The engine does it by itself, you don't have to program it :3

I also added in tile number 10, hidden door! You can add it to your map if you want, it looks like a wall piece # but if you search it, it turns into a door!
ok i made the first map , ill send u a pm, please let me know if it works, and if you can post a screenie, it would be awesome!
 

soniczx123

Well-Known Member
Member
Joined
Jul 24, 2015
Messages
589
Trophies
0
Age
26
XP
430
Country
This community is terrible. Making games that piss on developers making them look bad. I know most of you greedy inconsiderate people want to use the exploit to pirate games but then whine about it if its delayed. IOSU is getting documented on Wii u brew, go figure it out yourself if you want it so bad. Developing things takes time, you may not reach deadlines but delaying is absolutely necessary so the exploit is useful and cannot get easily patched. This is the first exploit to access amazing Wii U access to the system, nand, ect and I'm sure time will pay off. Devs are using there time for free to do this, and in return you get something for free. Why complain if it takes another month. The time it releases you can earn enough money to just buy games you want to pirate for those wanting free games.

Someone here doesn't get this is a small fun joke .
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    Maximumbeans @ Maximumbeans: butte