DarthDementous Posted July 7, 2015 Share Posted July 7, 2015 Hey guys, I've got something imported from an .mdl into Blender and was wondering how I'd get it into GTKRadiant as a .md3 Obviously I need to export it as one but seeing as how the textures applied correctly when I imported the .mdl I'm unsure as to how I'd get it to be textured once it is in GTKRadiant. Thanks, Dementous EDIT: I got the mesh in completely fine but I have no idea how to make sure that it's textured like how I was viewing it in Blender. Help regarding this is needed, thanks. Link to comment
mrwonko Posted July 7, 2015 Share Posted July 7, 2015 Look into your exporter's documentation, it should explain how to assign textures. Link to comment
DarthDementous Posted July 7, 2015 Author Share Posted July 7, 2015 @@mrwonko Yup, funly enough it was your exporter and watching one of your tutorial vids helped me learn how to assign the textures properly. My god was it tedious but at least that's behind me until I go onto the next one T_T. I don't suppose there's any easy way to automatically physics clip an .md3 model? @@Pande Link to comment
DarthDementous Posted July 7, 2015 Author Share Posted July 7, 2015 @@mrwonko It appears that just by setting the spawnflags of the misc_model to '2' automatically gives it collision - very convenient for me! Link to comment
Ramikad Posted July 7, 2015 Share Posted July 7, 2015 I don't suppose there's any easy way to automatically physics clip an .md3 model? @@Pande There's spawnflags 2 (at least, it's there in Radiant 1.5) corresponding to the "Solid" option in misc_model. misc_model_static doesn't seem to have that though. Link to comment
Tempust85 Posted July 7, 2015 Share Posted July 7, 2015 @@mrwonko It appears that just by setting the spawnflags of the misc_model to '2' automatically gives it collision - very convenient for me!You will need VERY simple collision. Using the displayed model as collision isn't wise in any game. Link to comment
mrwonko Posted July 7, 2015 Share Posted July 7, 2015 You will need VERY simple collision. Using the displayed model as collision isn't wise in any game.This. Hence "effectively". You don't want to use spawnflags 2, with the possible exception of terrain models. Langerd likes this Link to comment
Pande Posted August 5, 2015 Share Posted August 5, 2015 One thing you could do is grab mrwonko's patch exporter for blender from here: http://jkhub.org/files/file/1413-blender-264-jedi-academy-plugin-suite/ And export patches that match your model, and throw that into radiant. You can then delete or simplify it as much as needed. That so far has been the best use I found for it. I had him make it for me in order to build terrain but it was a pipe dream as the radiant limits stood in my way, and if not those then random errors ingame where you'd fall through some patches. Link to comment
mrwonko Posted August 5, 2015 Share Posted August 5, 2015 And export patches that match your model, and throw that into radiant. You can then delete or simplify it as much as needed.You probably shouldn't, patches require more calculations for collision detection than brushes, so stick to brushes when possible. I once had massive slowdowns in a patch-heavy room... Link to comment
Langerd Posted August 5, 2015 Share Posted August 5, 2015 This. Hence "effectively". You don't want to use spawnflags 2, with the possible exception of terrain models.Yep it is true because still making terrain in easygen is like making a lot of the brushes. Making the terrain model solid is in my opinion faster and more detail. Of course there are some limits Link to comment
eezstreet Posted August 7, 2015 Share Posted August 7, 2015 The program is Radiant. GTK is just the UI library. You wouldn't call Q3Radiant "Q3" or JK2Radiant "JK2" [/ränt] Link to comment
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