Users browsing this thread: 1 Guest(s)
MaxBMD update
#5
Installed 3ds Max 2015 to try the script with it. It works, however, there are some more issues appeared.

1. To get rid of the error when you run the script, find this code in MaxBMD.mc. It is around line 2600.
Code:
-- 0, 1 - index into color1 (e.g. map_delfino3.bmd)
-- 6, 7 - index into color2 (e.g. mo.bdl)
-- 2, 3, 4, 5 - index into chanControls
chanControls = #(), -- u16[8];

color1 = #(), --u16[2];
chanControls = #(), -- u16[4];
color2 = #(), --u16[2]; //not in MAT2 block

Remove the second line with chanControls in it.

2. This version of 3ds Max has a different positioning of textures with Mirror option enabled. To fix these textures look for these lines in the script:
Code:
_currMaterial.diffusemap.coords.u_offset = 0.5
_currMaterial.diffusemap.coords.V_offset = 0.5

In total there are 4 of them. Set their values to 0.0

3. When you import any model, it will have broken normals. To fix them, remove or comment out this code around line 4010.
Code:
for i = 1 to vertices.count  do
(
    if (normals[i] != undefined) then
        setNormal modelMesh i normals[i]
)

4. Default Shaded preview mode causes draw order issues with materials that use Opacity map. Switch to Realistic mode or something else.

Maybe there are even more issues, but that's all what I could find for now.
Reply


Messages In This Thread
MaxBMD update - by Avatarus - 07-21-2015, 02:07 AM
RE: MaxBMD update - by TGE - 07-21-2015, 07:15 AM
RE: MaxBMD update - by Demonslayerx8 - 07-21-2015, 07:37 AM
RE: MaxBMD update - by Avatarus - 07-21-2015, 10:13 AM
RE: MaxBMD update - by Avatarus - 07-23-2015, 01:03 AM
RE: MaxBMD update - by NWPlayer123 - 07-23-2015, 04:25 AM
RE: MaxBMD update - by TGE - 07-23-2015, 08:40 AM
RE: MaxBMD update - by Demonslayerx8 - 07-23-2015, 10:26 AM
RE: MaxBMD update - by TGE - 07-23-2015, 09:59 PM
RE: MaxBMD update - by Demonslayerx8 - 07-23-2015, 10:47 PM
RE: MaxBMD update - by Avatarus - 07-23-2015, 11:50 PM
RE: MaxBMD update - by Demonslayerx8 - 07-24-2015, 12:38 AM
RE: MaxBMD update - by Avatarus - 07-24-2015, 12:56 AM
RE: MaxBMD update - by Demonslayerx8 - 07-24-2015, 01:33 AM
RE: MaxBMD update - by TGE - 07-24-2015, 07:24 AM
RE: MaxBMD update - by Demonslayerx8 - 07-24-2015, 06:39 PM
RE: MaxBMD update - by TGE - 07-26-2015, 08:04 AM
RE: MaxBMD update - by Demonslayerx8 - 07-26-2015, 08:55 AM
RE: MaxBMD update - by TGE - 07-27-2015, 10:29 AM
RE: MaxBMD update - by Avatarus - 07-27-2015, 12:26 PM
RE: MaxBMD update - by Demonslayerx8 - 07-29-2015, 11:19 PM
RE: MaxBMD update - by Avatarus - 07-30-2015, 12:53 AM
RE: MaxBMD update - by Demonslayerx8 - 07-30-2015, 01:03 AM
RE: MaxBMD update - by richarldb - 05-03-2016, 03:13 AM
RE: MaxBMD update - by Avatarus - 05-17-2016, 11:14 AM
RE: MaxBMD update - by richarldb - 05-23-2016, 07:09 AM
RE: MaxBMD update - by Bri11 - 08-28-2017, 09:11 PM
RE: MaxBMD update - by Bri11 - 08-30-2017, 10:18 AM
RE: MaxBMD update - by Demonslayerx8 - 09-01-2017, 11:26 PM

Forum Jump: