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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › General Discussion v
« Previous 1 ... 102 103 104 105 106 ... 369 Next »

Custom sounds and 3d models
View New Posts | View Today's Posts

Thread Rating:
  • 2 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Custom sounds and 3d models
01-31-2016, 12:30 AM (This post was last modified: 01-31-2016, 12:32 AM by djneo.)
#1
djneo Offline
Above and Beyond
*******
Posts: 1,307
Threads: 30
Joined: Jan 2016
Hey guys,

is there any possibility to tweak or improve 3d models/ add polygons in Wii games using "Load" function in Dolphin?

Also it would be so awesome if we could load custom sounds just the way we do with textures.

Or is it already possible or are there plans to add this function in the future?

Thank you!
specs:

Windows 10
Intel i7-9900K @ 4.9Ghz
32 GB RAM
Nvidia 1080ti
Website Find
Reply
02-06-2016, 08:06 AM (This post was last modified: 02-06-2016, 08:20 AM by swyter.)
#2
swyter Offline
Jack of all trades
**
Posts: 16
Threads: 1
Joined: Feb 2016
Textures sent to the GPU are universal, in the sense that the game gives every single of them to the GPU in an specified format and then the graphics processor returns a reference number for that instance, allowing easy tracking and replacement by custom alternatives. They are kind of self-contained and identifiable by their unique size, format and content (that's the weird hash of letters and numbers you see as image names in texture packs).

The problem with polygons is that the engine throws to the screen the entire visible/culled scene, a soup of vertices and polygon indices without meaning, and things that require flexible animation require skinning (often premade in software). You can't isolate a single character in that mess of triangles. There's no concept of individual models which can be easily swapped by the emulator. To animate you'd need to have skeletal information, which is only in the original proprietary format stored in the disc, which depends on the company, game and engine version.

Normally models will have to be extracted from big container formats using custom tools only valid for that game, and then you'd have to reverse engineer the 3D format(s) and make something like a Blender exp/importer and a repacker, with the added legal and logistic complications of distributing your mod, be in ISO format, or as a patch against the original DVD files.

I don't know how sound is handled in this platform, but in other consoles the game engine just does its own decompression of their own proprietary audio format and gives samples (a slice with the few next seconds) to the console by copying data to a circular buffer every now and then.

There's no concept of individual songs, most of the audio kind of comes to the emulator premixed and sliced as a continuum.

--

Take it with a grain of salt. I don't know about the GameCube internals, but I know about how other systems and 3D APIs work.
Website Find
Reply
02-10-2016, 09:06 PM
#3
djneo Offline
Above and Beyond
*******
Posts: 1,307
Threads: 30
Joined: Jan 2016
Wow, good read thanks!

Hopefully in near future some of it will be possible. Would be awesome to improve the ingame sounds
specs:

Windows 10
Intel i7-9900K @ 4.9Ghz
32 GB RAM
Nvidia 1080ti
Website Find
Reply
« Next Oldest | Next Newest »


  • 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