Xycaleth Posted October 27, 2016 Posted October 27, 2016 I'm wondering why you need large address aware enabled? If you're taking up that much memory to require the option then you're doing something seriously wrong
Archangel35757 Posted October 27, 2016 Author Posted October 27, 2016 I'm wondering why you need large address aware enabled? If you're taking up that much memory to require the option then you're doing something seriously wrong 3dsMax.exe is a large address aware program... so shouldn't the DLL's that interface with it also be large address aware?
Archangel35757 Posted November 1, 2016 Author Posted November 1, 2016 Ok... so the version 2.2 pack is now released. Please provide feedback if you encounter any issues. Psyk0Sith likes this
Archangel35757 Posted March 16, 2017 Author Posted March 16, 2017 So I wanted to export out a test case from 3ds Max 2011 for comparisons with XSI Mod Tool output. When I did the "Export Selected" in 2011 x64, it appears to not respect the selected object and exports everything. I did the same thing in Max8 and "Export Selected" works correctly. Would @@Psyk0Sith, @@DT85 (and any others with Max 2010/2011+) do a similar MD3 export-selected test (1 object selected only) and post the statistics?
Psyk0Sith Posted March 17, 2017 Posted March 17, 2017 E:/base/models/weapons2/saber_box/box.MD3: Frames: 1 Tags: 0 Meshes: 1 Mesh< Box01 >: 12 Triangles, 8 Vertexes ( +16 verts for SmoothGroups, +0 verts for UV map ) Geometry Total: 12 Triangles, 24 Vertexes It only exported the selected object as expected. Archangel35757 likes this
Archangel35757 Posted May 10, 2017 Author Posted May 10, 2017 I compiled the MD3 v2.2 exporter for 3ds Max 2018. @@Rooxon is beta testing it for me. It should be submitted for release this Friday. Rooxon likes this
Rooxon Posted May 11, 2017 Posted May 11, 2017 i already did test everything we've talked about. works like the previous versions without problems. i'm moving onto the .xsi exporter today or tomorrow, got that turntable ready.
Tempust85 Posted May 11, 2017 Posted May 11, 2017 Can you please add support for custom texture paths, using material names (like you can with xsi exporter)? Being confined to the models folder will be problematic if using textures from other locations such as maps or ui. Archangel35757 likes this
Archangel35757 Posted May 11, 2017 Author Posted May 11, 2017 Can you please add support for custom texture paths, using material names (like you can with xsi exporter)? Being confined to the models folder will be problematic if using textures from other locations such as maps or ui.Yes, I will do that... it might take me a couple weeks to find the free time.
Archangel35757 Posted May 14, 2017 Author Posted May 14, 2017 I think I'm going to have to add another checkbox option for using Material Slot Names.
Archangel35757 Posted May 24, 2017 Author Posted May 24, 2017 @@DT85 (and other 3dsMax users)- How do you want this to work? I was thinking of eliminating the "smart path" checkbox, and replacing it with two radio buttons: * Use Material Names...* Use Smart Paths... So it's an either/or situation. Thoughts?
Rooxon Posted May 24, 2017 Posted May 24, 2017 @@Archangel35757 would it be possible to leave it like it is by default? To use the filepath of the applied bitmap from the material assigned to a part of the model (i.e. i add a texture to the model from my pre-set working base folder, which is d:\base\models\weapons2\XXXX\tex.png - this then converts the path to just models/weapons2/XXXX/tex.png (converting backward slashes to forward slashes) without the need to write this as the material name).Having an additional checkbox for using Material Names would then work without conflicting with this, but also export without any paths assigned if one does not add any bitmap texture to the model. I never work with textures other than my own ones and i don't remember that i've ever used anything else as "models" for the initial folder, but in case someone would... I think a checkbox for "Use Material Name as Path for textures" would then be great. In that case it's on the artist to change the name properly to get it to work and it should also overrule the way i'm using, the smartpath way with a bitmap given via the diffuse channel in the material of choice. DT85 has also a good point. "Use material name as path" would solve his problem, he may be running into this sort of trouble as of late for DF2. But it's not as quick as the bitmap way. So maybe you could do this:Under the checkbox for "use smartpaths" you could add two additional round checkboxes (only one can be selected), where the top one uses "models" as starting path and the other "Custom:" and one can type in whatever they want. IF someone decides to use a completely new folder like "MyMod" which then contains everything he uses, it would make things a whole lot easier for him, speed up his export process when working with a lot of models. But these are just my thoughts, you're the master. Whatever you think is best.EDIT: Another thing i'd like to see in this plugin, if possible, is to save a default export preset of settings for each artist for the duration of the 3D Studio Max session. After a restart, the settings would be again the default ones. Would speed up processess when one works with several models at once using custom export options.
Archangel35757 Posted May 25, 2017 Author Posted May 25, 2017 @@Rooxon - Thanks for the input... ...after more thought, I don't like the "either/or" radio buttons-- as it forces you to choose one or the other and in the case of "Use Material Name" it would force the artist to rename all materials. Here's what I've decided to do: Keep it as-is and add another checkbox for: "Use material name (when 'Smart Paths' returns NULL)" So the artist can still rely on Smart Paths checkbox... but for known textures that have filepaths not containing "models" the artist can check the "Use Material Name..." option and they only have to rename those unique materials. I will look into what is necessary to preserve dialog settings within a 3ds Max session. @@DT85, @@AshuraDX -- any other thoughts? P.S. - I hope to have all plugins updated and resubmitted by tomorrow evening.
AshuraDX Posted May 25, 2017 Posted May 25, 2017 I really don't care about smart paths actually, I have allways just named my materials properly. And I'd like to keep that workflow as is. Archangel35757 likes this
Archangel35757 Posted May 25, 2017 Author Posted May 25, 2017 I really don't care about smart paths actually, I have allways just named my materials properly. And I'd like to keep that workflow as is. Yes, you will be able to keep this workflow-- whether you check the 'smart paths' option or not. You will just need to check 'use material names...' now.
Archangel35757 Posted May 25, 2017 Author Posted May 25, 2017 Update: I've recompiled the v2.3 updates for Max6-8 and tested it out (briefly). I've also recompiled the Max2018 version and sent it to @@Rooxon to test out. I'm in the process of updating the code and recompiling all of the other versions.
Archangel35757 Posted May 29, 2017 Author Posted May 29, 2017 Update: Finally, figured out what was going on with Max2018 and @@Rooxon. So now I need to make the update changes for Max9-2016 and upload the new plugin pack to JKHub. Rooxon likes this
Archangel35757 Posted May 30, 2017 Author Posted May 30, 2017 The new MD3 v2.3 plugin pack (for 3ds Max 6 to 2018) has been submitted for approval. Please report any bugs or issues should you encounter any. Thanks.
DeltaDesignRus Posted November 22, 2019 Posted November 22, 2019 On 5/30/2017 at 7:49 AM, Archangel35757 said: The new MD3 v2.3 plugin pack (for 3ds Max 6 to 2018) has been submitted for approval. Please report any bugs or issues should you encounter any. Thanks. Should I expect updates for 3ds max 2020?
Archangel35757 Posted November 23, 2019 Author Posted November 23, 2019 yes, I will try to compile a 2020 version soon. Psyk0Sith likes this
Archangel35757 Posted March 28, 2020 Author Posted March 28, 2020 On 11/22/2019 at 1:53 AM, DeltaDesignRus said: Should I expect updates for 3ds max 2020? Just compiled it for 3ds Max 2020. You want to beta test it? Send me a message on our Discord channel.
Qba Posted March 29, 2020 Posted March 29, 2020 Archangel35757; Could I request a max 2019 compile as well? Will be happy to beta test it as well. For a moment, I was afraid this was a necro thread, and your exporter is probably the only one still updated for new 3ds max versions.
Archangel35757 Posted March 29, 2020 Author Posted March 29, 2020 20 hours ago, Qba said: Archangel35757; Could I request a max 2019 compile as well? Will be happy to beta test it as well. For a moment, I was afraid this was a necro thread, and your exporter is probably the only one still updated for new 3ds max versions. Contact me on the JK Discord channel and I'll send you the Max 2019 MD3 exporter-- I thought I had released it but perhaps I was waiting on feedback from @Rooxon EDIT: Check the files section now.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now