![]() |
|
How to dump and make HD texture? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: General Discussion (https://forums.dolphin-emu.org/Forum-general-discussion) +--- Thread: How to dump and make HD texture? (/Thread-how-to-dump-and-make-hd-texture) |
How to dump and make HD texture? - philc - 01-14-2016 Hi there, sorry for bad english i'm from brasil! Well i want to start to make HD texture! What i need to start? I have photoshop and alot of plugins. Sorry for noob asking... Example, i checked the option dump textures, what i do now? RE: How to dump and make HD texture? - masterotaku - 01-15-2016 (01-14-2016, 11:58 AM)philc Wrote: Example, i checked the option dump textures, what i do now? The textures are dumped in the "Documents/Dolphin Emulator/Dump/Textures/GameID/" folder. What you need to know is the name of the textures you want to modify. Once you create new textures and name them the same way as the originals, place them in theĀ "Documents/Dolphin Emulator/Load/Textures/GameID/" folder. You can use subfolders, and the textures can be made in DDS or PNG format (JPG too, but if it's going to be lossy, DDS is preferable). Don't forget to enable "Load Custom Textures" in the graphics settings. RE: How to dump and make HD texture? - Azteca - 01-30-2016 (01-15-2016, 05:09 AM)masterotaku Wrote: The textures are dumped in the "Documents/Dolphin Emulator/Dump/Textures/GameID/" folder. What you need to know is the name of the textures you want to modify. Once you create new textures and name them the same way as the originals, place them in theĀ "Documents/Dolphin Emulator/Load/Textures/GameID/" folder. You can use subfolders, and the textures can be made in DDS or PNG format (JPG too, but if it's going to be lossy, DDS is preferable). Thanks for that response. I was able to dump textures from the first portion of a game for which I'd like to create hi-res textures. I know the general idea (load into Photoshop, increase size x2 or x4 or other integer, redraw or use reference photo to paste) but does anyone know of some good resources? I couldn't find any videos about this on Youtube. Also, I noticed that there were multiple sizes of the same texture. I assume these are used depending on what resolution or quality setting you would set it to in-game, or when objects are in the distance. Would you replace these with just one large texture, or would you make downscaled copies of your new texture to fit the old dimensions? RE: How to dump and make HD texture? - masterotaku - 01-30-2016 (01-30-2016, 04:31 AM)Azteca Wrote: Also, I noticed that there were multiple sizes of the same texture. I assume these are used depending on what resolution or quality setting you would set it to in-game, or when objects are in the distance. Would you replace these with just one large texture, or would you make downscaled copies of your new texture to fit the old dimensions? Downscaled copies. They are mipmaps, and they avoid shimmering in textures at long distances. By the way, you don't need to open the original textures. You can make a new file from scratch and give it the same name as the original texture. About resources, no idea. The only textures I made myself were simple shapes or high resolution fonts. Nothing else. RE: How to dump and make HD texture? - likeike12 - 02-03-2016 google free textures such as http://www.textures.com/ fyi that link is the first result on google. Many come in hd. RE: How to dump and make HD texture? - rlaugh0095 - 02-03-2016 I have a few guides on my channel. This is the most basic one. https://www.youtube.com/watch?v=Vsd5e89OqAs Some tips 1.Start off with easy stuff like environment textures. They tend to be the easiest to find becuase they are usually the biggest. 2.Look carefully for watermarks on the textures. 3.Make sure textures are seamless (I also have a guide for this on my channel) I have a few more tutorial videos. If you want to watch them, go to the "Lets create" playlist on my channel. Here is an example of a texture with a watermark on it. TurboSquid has a really annoying one that can be hard to see at times.
RE: How to dump and make HD texture? - philc - 07-18-2016 (02-03-2016, 10:49 PM)rlaugh0095 Wrote: I have a few guides on my channel. This is the most basic one. Thanks... Nice tutorial
|