FrankTheBoxMonster / LoL-MAPGEO-Converter

GNU Affero General Public License v3.0
30 stars 5 forks source link

Question about the textures #5

Closed KitsumyFox closed 4 years ago

KitsumyFox commented 4 years ago

Im not sure how the textures suppose to work with the program, i did as it was written a drop both the .mapgeo and the .materials.bin into the .exe file but i get these results:

The mesh textures seems to have a different names from the .dds files i saw around, does the program suppose to gatter the textures?

It seems to say that it was no able to find the textures

1 2 3 4

FrankTheBoxMonster commented 4 years ago

The "found 0 baked paint texture names" is a different kind of texture than what SR uses, so that's not an error there.

The converter doesn't find texture files on its own, it just tells an .OBJ viewer what to look for, where the exact rules can vary based on the application. I've only tested with Maya, not Blender, but for Maya the folders need to look like this:

/whatever folder you have things in/
    srx.mapgeo
    srx.materials.bin
    srx.obj
    srx.mtl
    /textures/
        /ASSETS/
            /Maps/
                /KitPieces/
                    /SRX/
                        /textures/
                            Base_BotLane_Ground_D.SRX_EnvArt.dds
                            Base_BotLane_Ground_E.SRX_EnvArt.dds
                            etc.

The "textures" folder just needs to be next to the .OBJ/.MTL files and you just throw the extracted .WAD files into there and Maya figures it out, if Blender can't then I'm not sure how to fix that.

KitsumyFox commented 4 years ago

Having the /textures/ folder next to the .mapgeo as you mentioned did the trick, thanks!

Sin título