• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 501 502 503 504 505 ... 1198 Next »

Viewing source code?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Viewing source code?
02-24-2015, 12:50 PM (This post was last modified: 02-24-2015, 12:53 PM by Shonumi.)
#4
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,513
Threads: 55
Joined: Dec 2011
@Aleron Ives - I think you meant to say disassembly. Decompilation generally attempts to translate assembly or machine code into some higher level language, and can be used to reconstruct source code (to varying degrees of success). Disassembly just breaks down the code into assembly opcodes and mnemonics. Disassembly goes hand-in-hand with emulator debuggers, and Dolphin has a disassembler, naturally. It does not decompile the PPC code back into whatever language it was initially written in (C, C++ I guess), although it recompiles a lot into x86 and ARM assembly.

@OP - Your best bet would be learning PPC assembly and how the GC works. If you know what to look at, say whenever a texture or polygon changes in a certain way, you'll know where to look (e.g. checkout what code is updating the relevant registers that are responsible for that behavior). Obviously that's a lot to learn, especially if it's just trying to make a fangame. All the time and investment you spend becoming a console hacker would probably be better spent carefully observing Paper Mario and coming up with your own methods to recreate them. The walking animation for a Paper Mario game is definitely not as simple as it would be in other Mario fangames, but not impossible to do it.
Website Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Viewing source code? - Papermariomaster - 02-24-2015, 08:01 AM
RE: Viewing source code? - Benze - 02-24-2015, 08:46 AM
RE: Viewing source code? - Aleron Ives - 02-24-2015, 11:18 AM
RE: Viewing source code? - Shonumi - 02-24-2015, 12:50 PM
RE: Viewing source code? - Aleron Ives - 02-24-2015, 04:09 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode