RSS Feed
  0 users browsing SM64DS hacking. | 1 bot  
Main » SM64DS hacking » SM64DS Hacking Questions
Pages: 1 2 »
Posted on 05-21-11, 09:54 pm

 

Posts: 3/12
Since: 05-20-11

Last post: 4581 days
Last view: 4581 days
What kind of "language" does SM64DS use, are there any tutorials to ASM hacking, and can I add files to a ROM?

Also, are there any programs to turn .WAVs and .MP3s into SM64DS-compatible files?
Posted on 05-22-11, 01:22 pm
Kuriboss

Posts: 20/138
Since: 05-05-11

Last post: 4335 days
Last view: 2758 days
SM64DS uses ARM ASM, as every NDS program... you may look at GBAtek for infos about the DS's ARM CPUs and everything else.

As for SM64DS's sound files, look for tools about SDAT files.
Posted on 05-22-11, 03:25 pm (revision 3)


Posts: 7/9
Since: 05-11-11

Last post: 4712 days
Last view: 4706 days
I'd say learn an HLL first.
http://dl.dropbox.com/u/12637402/txt.txt
Posted on 05-22-11, 07:59 pm

 

Posts: 5/12
Since: 05-20-11

Last post: 4581 days
Last view: 4581 days
Okay, I'll be sure to do those things. Thank you both for the advice.
Posted on 05-22-11, 08:12 pm
Kuriboss

Posts: 22/138
Since: 05-05-11

Last post: 4335 days
Last view: 2758 days
>x86 assembly
Not really needed when hacking DS games. ARM assembly is quite different from x86, y'know.

>buying a book
People tend to prefer methods that don't cost money, but whatever...
Posted on 05-23-11, 12:13 am


Posts: 8/9
Since: 05-11-11

Last post: 4712 days
Last view: 4706 days
Well, there are lots of books on x86 for beginers, so you can learn how asm feels, then just read the arm asm specs
Posted on 05-23-11, 09:19 pm

 

Posts: 7/12
Since: 05-20-11

Last post: 4581 days
Last view: 4581 days
Okay, thanks again, both of you. By the way, does a disassembler "disassemble" (durr...) assembly code into a more understandable version, or what does it do?
Posted on 05-25-11, 12:50 am


Posts: 9/9
Since: 05-11-11

Last post: 4712 days
Last view: 4706 days
it turns binary machine code into assembly
Posted on 06-23-11, 12:35 pm
Micro-Goomba Micro-Goomba


Posts: 2/19
Since: 05-11-11

Last post: 4456 days
Last view: 3211 days
I got a minor question, What emulator do you suppose is currently most accurate in emulating SM64?
Posted on 06-23-11, 12:42 pm
Goomba Goomba


Posts: 2/22
Since: 06-22-11

Last post: 4353 days
Last view: 4333 days
I think it's DeSmuME.
Posted on 06-23-11, 12:46 pm
Kuriboss

Posts: 30/138
Since: 05-05-11

Last post: 4335 days
Last view: 2758 days
I'd recommend the latest DeSmuME (0.9.7). Quite accurate. Its software rasterizer is really close to the real thing.

However, it requires a powerful computer-- if yours can't handle it, NO$GBA 2.6 is the second best choice. Not as accurate as DeSmuME, but still pretty good in accuracy, and runs fast on pretty much any computer.
Posted on 06-25-11, 02:48 pm
  • Post deleted
  • ID: 80
Posted on 07-22-11, 05:23 am (revision 1)
Shyguy Shyguy


Posts: 2/82
Since: 07-22-11

Last post: 4434 days
Last view: 4434 days
Hey, I wondered if you need to triangulate your wavefront(.obj) model before using it.

Also how I change textures(if it's possible)
Posted on 07-22-11, 03:33 pm
Kuriboss

Posts: 54/138
Since: 05-05-11

Last post: 4335 days
Last view: 2758 days
I'd recommend you do so. Actually, the importer supports dots, lines, triangles and quads correctly (although idk about non-planar quads). Polygons with more vertices don't generate anything visible and may generate incorrect collision data. So yeah, triangulate your model to be sure it works right.
Posted on 07-22-11, 04:15 pm (revision 2)
Shyguy Shyguy


Posts: 5/82
Since: 07-22-11

Last post: 4434 days
Last view: 4434 days
Posted by Mega-Mario
I'd recommend you do so. Actually, the importer supports dots, lines, triangles and quads correctly (although idk about non-planar quads). Polygons with more vertices don't generate anything visible and may generate incorrect collision data. So yeah, triangulate your model to be sure it works right.


I see, thanks!

NOTE: LAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAG!
Test video:

http://www.youtube.com/watch?v=M3qCKc6650I
Posted on 07-22-11, 04:42 pm
Kuriboss

Posts: 56/138
Since: 05-05-11

Last post: 4335 days
Last view: 2758 days
I think King Bob-Omb does that because it is somehow linked to the Star Marker (STARBASE) object on the mountain... try moving that object and see what happens.

(friendly tip, use the [url] tag around links to make 'em clickable)
Posted on 07-22-11, 06:36 pm
Shyguy Shyguy


Posts: 10/82
Since: 07-22-11

Last post: 4434 days
Last view: 4434 days
Okay... but later.
Posted on 07-23-11, 01:06 pm

 

Posts: 1/65
Since: 07-17-11

Last post: 4432 days
Last view: 4326 days
Ok I think this is a noob question, but how can I make collision in a 3D model? I created for a test a simple cube (only the rectangles) and I fell trough Ho can you make the collision?
Posted on 07-23-11, 04:52 pm (revision 1)
Shyguy Shyguy


Posts: 14/82
Since: 07-22-11

Last post: 4434 days
Last view: 4434 days
Posted by ray
Ok I think this is a noob question, but how can I make collision in a 3D model? I created for a test a simple cube (only the rectangles) and I fell trough Ho can you make the collision?


What program did you use?
Posted on 07-23-11, 05:42 pm
Kuriboss

Posts: 66/138
Since: 05-05-11

Last post: 4335 days
Last view: 2758 days
The collision is generated by the importer itself. Be sure to have 'Generate collision map' checked.
Pages: 1 2 »
Main » SM64DS hacking » SM64DS Hacking Questions