Darth_Tempust Posted February 14, 2013 Share Posted February 14, 2013 To enable people who wish to make new lightmap-enabled module MDL files, we need the following: "texture1 <texturefile>" "lightmapped <0 or 1>" (if you know of anything else we would need for this, let me know) I've managed to at least get another texture filename printed in the .mdl file by doing a copy of the bitmap code, but it doesn't get read by the game. So we need an actual programmer lol. Anyone out there who can code? Link to comment Share on other sites More sharing options...
Dak Drexl Posted February 14, 2013 Share Posted February 14, 2013 What are you talking about? I'm not understanding what you need. Link to comment Share on other sites More sharing options...
Darth_Tempust Posted February 14, 2013 Author Share Posted February 14, 2013 Lightmap texture files are mentioned in the module MDL files & stored as "texture1 <filename>" in the uncompiled ascii MDL (none of our tools can decompile/compile MDLs to have this option or lightmapped). "texture0 is the same as "bitmap", so its not needed. If we can get these lightmap texture names stored in the module MDL and then successfully read by the game, then we can make our own module MDLs with lightmaps instead of without. After some digging through NWN stuff, "Lightmapped <0 or 1>" is to tell the game that this MDL uses lightmaps, so load the lightmap texture from the second texture mentioned. We need MDLOps updated to decompile/compile these options, then we can worry about adding these to NWMax. Link to comment Share on other sites More sharing options...
Canderis Posted February 14, 2013 Share Posted February 14, 2013 http://www.lucasforums.com/showthread.php?t=202323 Link to comment Share on other sites More sharing options...
Darth_Tempust Posted February 14, 2013 Author Share Posted February 14, 2013 You know, I tried to find that lightmaps for dummies thread... man I really suck at searching even though I do really try. :\ Thanks heaps for the link. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.