AshuraDX Posted November 3, 2017 Author Posted November 3, 2017 So while patches are good for openGL 1, they suck ass for openGL 2.If you make that assumption based on that you get no control over their smoothing - then brushes suck even more. Which brings us back to the discussion wether we should build the DF2 mod maps entirely as models. But that is a topic that should be discussed elsewhere. Wasa and Tempust85 like this
AshuraDX Posted November 8, 2017 Author Posted November 8, 2017 Soooo I just added a "Custom Class" Entity to my plugin - which means that you can now setup about any entity if you know the proper classname and key:value pairs. This also means that I am allmost ready to record a "Getting started" video series for the Beta Version of the plugin. What should I do for the video series? I was thinking about doing a walkthrough of Rich Diesals tutorials in 3ds max. That way I can show some basic modeling aswell as setting up different Entities.Does that sound like a good plan? Wasa and z3filus like this
Archangel35757 Posted November 8, 2017 Posted November 8, 2017 Sounds good... start with his basics and progress to what power 3dsMax can bring-- Digital Elevation Model (.DEM) terrain from Satellite data, etc. Also, since you have come this far-- you might as well take the JKO and/or JKA texture pack and create a 3ds Max Jedi Knight Material Library (you should be able to have it point to the extracted \base folder's extracted PK3 textures)... to further simplify applying the game's textures to assets.
AshuraDX Posted November 9, 2017 Author Posted November 9, 2017 @@ArchAngelLoading and parsing shaders to generate the library seems more appropiate.
IrocJeff Posted November 10, 2017 Posted November 10, 2017 So, will what you are working on eventually replace the need for Radiant?
AshuraDX Posted November 10, 2017 Author Posted November 10, 2017 So, will what you are working on eventually replace the need for Radiant?Yes. It very well may do that.I'm only missing bits before it can fully replace Radiant. The problem is that one of these still missing things are brush texture coordinates - which are a rather complicated topic when looked at from texture coordinates in 3ds max.
AshuraDX Posted December 26, 2017 Author Posted December 26, 2017 I finally did it.After taking a 2 Week break from the issue I finally managed to finish the part of my exporter that handles brush texture coordinates today. Psyk0Sith, Langerd, Archangel35757 and 7 others like this
AshuraDX Posted December 30, 2017 Author Posted December 30, 2017 Wellp. Here we go: For the first time everything in this .map file was created within 3ds max and exported.Radiant was only used to run q3map2 and check up if everything exported as expected - which it did. Expect a basic instructions video and a first "alpha" release soon These are the 2 UIs I created for my plugin. SomaZ, RAILBACK, Alvar007 and 9 others like this
AshuraDX Posted January 1, 2018 Author Posted January 1, 2018 I chose to delay the isntructions video for these additions/improvements to my plugin:I added the option to configure and launch Q3map2 to compile your exported .map This allowed me to get Leak Tracing in 3ds max, the way this works as of now is a little hacky - but I'm sure I will find a way to improve this. I also rewrote a large portion of my brush export function to make it faster and allow for more advanced logging later down the road. Psyk0Sith, Archangel35757 and Boothand like this
z3filus Posted January 2, 2018 Posted January 2, 2018 This is really impressive! Waiting for the alpha release
AshuraDX Posted January 6, 2018 Author Posted January 6, 2018 Okay so, just to give you guys an update:I will delay the instruction videos a bit further. As of now I can hardly explain the specifics of worknig with my script without covering to much basic 3ds max usage.And I really want to finish my custom texture browser first. I also have a huge update to entities incoming. Wasa and Archangel35757 like this
Archangel35757 Posted January 6, 2018 Posted January 6, 2018 just refer your users to existing online basic 3ds Max user interface interaction training videos, etc. from Autodesk as prerequisite training. https://www.youtube.com/channel/UClS3gPxzFYgTUz6JOIruyqA?app=desktop OR https://knowledge.autodesk.com/support/3ds-max/getting-started?sort=score
AshuraDX Posted January 27, 2018 Author Posted January 27, 2018 I have been silent for a while, but I have been busy behind the scenes:Texture Browser -Loads textures and shaders from your specified base and modpaths-You can filter textures by directory and/or by name-There is the option to store textures as favourites for quick and easy access. TriSoup Exporter The first step to implementing my visions for terrain Creation! -creates a brush with variable thickness from every triangle on your model.-can generate alpha fade brushes for terrain texture blending from the models vertex alpha The Brush Validator-a tool that you can use to check wether your modeling work can be exported as a single brush, or wether it has to be cut up to retain the shape.(Not entirely perfected yet) minilogoguy18, SomaZ, Archangel35757 and 8 others like this
RAILBACK Posted January 27, 2018 Posted January 27, 2018 Impressive. That is a $ht ton of work dude. I don't think I have 3DS anymore but I so want to try your plugin! I can certainly appreciate all the work you have done here. Do you have a name for your plugin or is it just Q3ME?
AshuraDX Posted January 27, 2018 Author Posted January 27, 2018 @@RAILBACK as of now it's just Q3ME - but I'm open to suggestions.
IrocJeff Posted January 30, 2018 Posted January 30, 2018 From the image of the road it looks like I'd be able to make some really great looking trenches with this tool. Now all we need are tree models and grass shaders. Wasa likes this
AshuraDX Posted April 8, 2018 Author Posted April 8, 2018 An Update for you all, I sadly still havn't gotten the Brush Primitives format to export properly.But I decided to mess around with my tool a little to make this: I am consdiering to release a version of the Tool without support for different brush formats and finally get started on that tutorial series. RAILBACK, {JoF} Atlas, z3filus and 6 others like this
RAILBACK Posted April 9, 2018 Posted April 9, 2018 Dammit! I'm just learning Blender! I have 3Ds. But if you could do everything in ONE program.... z3filus likes this
AshuraDX Posted April 9, 2018 Author Posted April 9, 2018 Dammit! I'm just learning Blender! I have 3Ds. But if you could do everything in ONE program.... With 3ds max you can mod almost everything there is in jka.It may be the best supported modeling software we have right now, we have: native .ase exportPlugins to import/export .md3 models plugins to import/export .glm models plugins to import/export .xsi files (used with carcass to compile to .glm and .gla)A .rof exporter And soon my .map exporter aswell as a .bsp importer that someone I know is working on. Currently we don't have:.efx or .shader export capability and no working .map importer, allthough I have started to work on that aswell.And scripting should stay outside of 3ds max anyway. Did I miss anything important? ZanderNao and Wasa like this
RAILBACK Posted April 9, 2018 Posted April 9, 2018 native .ase exportPlugins to import/export .md3 models plugins to import/export .glm models plugins to import/export. Yea Blender has that too but what I really want is an IMPORT! So I can model meshes I already have from Radiant. Anyhow, I'll just make some from scratch I guess. The reason why ( other issue post?) is because for some reason ingame, this is the first time I see ASE models ingame that wont show alphashadow. It's showing the full face plane instead of just branches. So that's why I'm sticking with MD3 models for now.
AshuraDX Posted April 10, 2018 Author Posted April 10, 2018 Yea Blender has that too but what I really want is an IMPORT! So I can model meshes I already have from Radiant. Anyhow, I'll just make some from scratch I guess. The reason why ( other issue post?) is because for some reason ingame, this is the first time I see ASE models ingame that wont show alphashadow. It's showing the full face plane instead of just branches. So that's why I'm sticking with MD3 models for now.Importing .ASE files from q3map2 is not recommended. They are an utter mess and require a lot of cleanup to be comfortably editable in 3d software.
Archangel35757 Posted April 10, 2018 Posted April 10, 2018 And I should add that the MD3 and XSI exporters (.xsi is used by Carcass to compile GLM/GLA) support accurate custom normals. Most other exporters for other software don't... iirc. @@AshuraDX I need to compile a 2016 version of the .ROF exporter for you to try out. AND I wonder how hard it would be to create a Maxscript exporter to write PFLOW to an .EFX file?
AshuraDX Posted April 10, 2018 Author Posted April 10, 2018 And I should add that the MD3 and XSI exporters (.xsi is used by Carcass to compile GLM/GLA) support accurate custom normals. Most other exporters for other software don't... iirc. @@AshuraDX I need to compile a 2016 version of the .ROF exporter for you to try out. AND I wonder how hard it would be to create a Maxscript exporter to write PFLOW to an .EFX file?Have you ever worked with .efx files? Pflow is vastly superior and offers far more freedom than what a .efx file can represent. So I find it unlikely that this will be easy if even possible at all. .efx files contain sprites and basic geometric shapes and allows you to define basic linear transformations for these simple primitives. I will gladly try out that .rof exporter though.
RAILBACK Posted April 10, 2018 Posted April 10, 2018 That's what I thought @@AshuraDX. I know radiant likes all the vertices lined up to its grid. So I will stick to exporting as ASE files are so much smaller than MD3.
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