Hacking [release] MysteriU

ryuutseku85

Well-Known Member
OP
Member
Joined
Dec 14, 2015
Messages
110
Trophies
0
Age
38
XP
406
Country
France
Hi everyone ,

it's finally the release day!

this is my first homebrew so please be indulgent .

The game is simple :

choose a level ,then the wiiu will get a random number between the two number of the level , then you give a number and the wiiu will tell you if it less or more until you win .


it's still need some minor adjustement but work complety fine .

i use a tricky way to generate a random number.(i use the number that you give on the second screen , to make a loop while the mysterious number is ++ until the number that you give ==2 (why 2? because i want it ) i use it to make a pseudo loading screen too).


i post the 550 and 532 in the zip , but i don't have a 532 system to verify if this work.

Comments and Critics are welcome.

Edit : Update V1.0 (i think it will be the last until we can use GX2)
IMAG1061.jpg IMAG1063.jpg IMAG1064.jpg IMAG1065.jpg

Ryuutseku85
 

Attachments

  • MysteriU_V1.0.zip
    9.7 KB · Views: 399
  • MysteriU_SRC_CODE.zip
    5.7 KB · Views: 206
Last edited by ryuutseku85,

pwsincd

Garage Flower
Developer
Joined
Dec 4, 2011
Messages
3,686
Trophies
2
Location
Manchester UK
XP
4,466
glad you managed to get it working ... its all your learning curve , wether people like it or not , im sure you learnt a whole bunch in getting this released .. onward and upward...
 

ryuutseku85

Well-Known Member
OP
Member
Joined
Dec 14, 2015
Messages
110
Trophies
0
Age
38
XP
406
Country
France
indeed , i learn a lot and now i can go back to an other place that you know well , i go to re open some arm thumb and ppc code books .
 

rw-r-r_0644

Well-Known Member
Member
Joined
Jan 13, 2016
Messages
351
Trophies
0
Age
22
XP
741
Country
Italy
thanks , have you got a look a the SRC? what do you think of it?
Yes, iI looked at it :)
It's very tidy (my code is normally very messy). Only a small detail; insted of:
Code:
char buf[255];
__os_snprintf(buf,255,"hello");
drawString(0,0,buf);
it would probably be easyer to do:
Code:
drawString(0,0,"hello");
 
  • Like
Reactions: ryuutseku85

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
Glad you got this working now. Good job.

Yes, iI looked at it :)
It's very tidy (my code is normally very messy). Only a small detail; insted of:
Code:
char buf[255];
__os_snprintf(buf,255,"hello");
drawString(0,0,buf);
it would probably be easyer to do:
Code:
drawString(0,0,"hello");
He was using the menu source code from my LiteNESU project, where I did all the menu lines like that to make the menu system easier to change and look centered and nice. I haven't looked at his latest source code yet, but unless he has a bunch of lines, it probably would be better to do it that way.
 
Last edited by brienj,

Cyan

GBATemp's lurking knight
Former Staff
Joined
Oct 27, 2002
Messages
23,749
Trophies
4
Age
46
Location
Engine room, learning
XP
15,662
Country
France
Nice to see you released it :)
You learned a lot, and I'm glad you didn't drop your project, due to people insulting and flaming when you asked for help. they didn't thought you would be capable of learning, but there's always a time to start.
That's not a big game, but it's always more than what most users can do ;)
I didn't even start creating a homebrew on wiiu yet, you are ahead of me !

I hope you will continue creating homebrew and progress little by little. don't try or expect creating something big or find an exploit right away, do it at your pace.


Edit:
Added to wiki.
 

ryuutseku85

Well-Known Member
OP
Member
Joined
Dec 14, 2015
Messages
110
Trophies
0
Age
38
XP
406
Country
France
Yes, iI looked at it :)
It's very tidy (my code is normally very messy). Only a small detail; insted of:
Code:
char buf[255];
__os_snprintf(buf,255,"hello");
drawString(0,0,buf);
it would probably be easyer to do:
Code:
drawString(0,0,"hello");
I do this to put the text where I want it to be
Nice to see you released it :)
You learned a lot, and I'm glad you didn't drop your project, due to people insulting and flaming when you asked for help. they didn't thought you would be capable of learning, but there's always a time to start.
That's not a big game, but it's always more than what most users can do ;)
I didn't even start creating a homebrew on wiiu yet, you are ahead of me !

I hope you will continue creating homebrew and progress little by little. don't try or expect creating something big or find an exploit right away, do it at your pace.


Edit:
Added to wiki.

Yes indeed I think I have to wait for learning more and be familiar with other code . Thanks to you for the support .
 
  • Like
Reactions: rw-r-r_0644

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    SylverReZ @ SylverReZ: @K3Nv2, https://www.youtube.com/watch?v=gzmdrobXH34