Homebrew Need Help Making a Book

Alter

Well-Known Member
OP
Member
Joined
Aug 22, 2009
Messages
151
Trophies
0
Location
Point "blank", on your "six".
Website
www.zeldainmypocket.com
XP
189
Country
United States
Alright. So I'm basically wanting to put together a few picture books/comics (i.e. images) as a NDS game. I have no experience with anything of the sort, other than image-type stuff. I don't want anything particularly fancy. Maybe just touching the screen to go forward/backward. How hard would this be, and how would I go about doing it?

I tried messing around with something called DS Game Maker, but after installation, it crashes every time I try to run it. Alternatives?

Thanks.

Alter
 

Alter

Well-Known Member
OP
Member
Joined
Aug 22, 2009
Messages
151
Trophies
0
Location
Point "blank", on your "six".
Website
www.zeldainmypocket.com
XP
189
Country
United States
OK, Skull. It'll be a day or two before I get everything in order.

No. I want my own program.
tongue.gif
CBDS would ruin the idea- If people have to go download another program, they might as well just download the stuff online. I guess you could just say that I want a .nds file, and that only.

I also want to add looping background music.
 

Magmorph

Well-Known Member
Member
Joined
Feb 22, 2009
Messages
806
Trophies
0
XP
198
Country
United States
Skullcollector said:
But this IS a simple project.
It is complex for someone who doesn't have coding experience.

QUOTE(Alter @ Nov 11 2009, 06:51 PM) My goodness. I think placing a few images in order is about as simple as it gets. Not like I'm remaking Ocarina of Time or something...

I actually think that there is nothing as simple. I mean, there's no animations, movement, etc.
I find its best to start out with a "Hello World" program and work my way up from there when I am learning a new programing language. Although if you use DsGameMaker you might be able to make your book without using any code(I have never used DsGameMaker so I'm not sure about this).
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • NinStar @ NinStar:
    there is a plugin that display them on the wii u menu, pretty sure it is enabled by default
  • crafthp434 @ crafthp434:
    so like it doesnt exist
  • crafthp434 @ crafthp434:
    yeah
    ?
  • NinStar @ NinStar:
    it doesn't exist, at least not for aroma
  • crafthp434 @ crafthp434:
    ohhhhh
  • NinStar @ NinStar:
    on tiramisu you can access it by opening mii maker
  • crafthp434 @ crafthp434:
    okay
  • NinStar @ NinStar:
    I don't have a wii u anymore to test it myself, but if homebrews are not visible on the wii u menu I think you can press L + R + minus to open the plugin menu, there should be an option called "homebrews on wii u menu" or something similar
  • crafthp434 @ crafthp434:
    nope
  • crafthp434 @ crafthp434:
    it is L+dpad down+ select
  • crafthp434 @ crafthp434:
    but homebrew is appearing in the home menu btw
  • NinStar @ NinStar:
    yes, now I remember it
  • NinStar @ NinStar:
    then it is working, I also don't like that they did this but it is the only option you have if you are using aroma
  • crafthp434 @ crafthp434:
    i just didint know the homebrew launcher didint exist in aroma
  • crafthp434 @ crafthp434:
    thanks btw
  • Xdqwerty @ Xdqwerty:
    Im downloading fallout 3 goty edition
    +1
  • BigOnYa @ BigOnYa:
    I'm downloading more ram for my hamster pc
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    New hamster PC, with anal operation and BT connectivity!
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, How do I make enemies respawn on gdevelop after
    the player dies?
  • Psionic Roshambo @ Psionic Roshambo:
    Carrying a PC or phone is so old school!
  • Psionic Roshambo @ Psionic Roshambo:
    Squeeze your cheeks twice to answer calls!
  • BigOnYa @ BigOnYa:
    @Xdqwerty you can use a "spawner" function on any object.
  • BigOnYa @ BigOnYa:
    Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does not exist, then create enemy at certain spot. (This would be a pain tho for lots of emeies)
  • BigOnYa @ BigOnYa:
    Easiest, simple way would be just restart scene, but player would restart from beginning.
    BigOnYa @ BigOnYa: Easiest, simple way would be just restart scene, but player would restart from beginning.