-
Posts
47 -
Joined
-
Last visited
Content Type
Profiles
Forums
Servers
Downloads
Gallery
Everything posted by Supora
-
-
because it's not a part of doodadset it's a part of wmo group
-
that's what I've got: WoW Client path: D:\Games\Blizzard Enterteinment\World of Warcraft WotLK\ WMV Log Path: D:\Modding\WoWModding\WowModelViever\userSettings\log.txt BLP Converter Path: D:\Modding\WoWModding\Tools\BLPConverter\BLPConverter8.exe
-
At the wmo tab choose the doodadset you want and the it will be loaded. All the paths to wow folder and to modelviewer log could be changed at the user preferences>addons
-
-
make sure that you've got all the needed textures
-
I think you are talking about doodadsets. When you spawn wmo in noggit you can select that wmo and then press 0-9 to select wmo doodaset. If you want to spawn custom doodads in wmo doodadset you can try to use cromons wmo editor(but I can't run it on win8.1 btw).
-
From the album: Does it looks like a stuff built in noggit?
All of the geometry was made long ago and only now I've started to fill it with textures -
From the album: Does it looks like a stuff built in noggit?
-
From the album: Does it looks like a stuff built in noggit?
Here you can see that alphamaps of one adt of expansion01 map lays on two adts of azeroth map. That's the reason why you can't just take adt's from expansion map and place them in azeroth map. I fuckin' hate those offsets. -
I don't think that all those people really needs tutorials on how to model stuff. I think you could make tuts about wmo import export script interface and how-to use it.
-
What are exact "new technologies" that you are able to use now? Just better rendering and ambient occlusion. That's it! Could you change scale of the texture? No! Could you start using _h textures for defining transisions between textures? No! The only things that you got from newer expacs are: new water, new rendering.
-
You see those collision material white because you are in texture mode. If you don't want those faces just go to edit mode and in material tab select that collision material then press select all and delete them. If you want to make wmo's from yours obj you need to set up all of the needed checkboxes and add material properties. I may make some screens of what you need to set and where to find all that stuff if you want. This script is quiet simple if you know what and where you need to setup. But for really smooth shading you will need to make some hacky things. But again they are simple and I can tell you everything later.
-
nope. MOGI is in root wmo part. In oot you need to set only root id as luzifix already mentioned. And after you done so you need to set group id in mogp chunk of group part
-
you can set all the ids in blender(if you can load that wmo in blender ofcource). But if you edit yours wmo just with 010 editor then you also needed to set wmo group id in group files of wmo. Those ids are stored in MOGP chunk at 0x38 offset
-
I think it's all about wmoareatable.dbc
-
that's because you need to setup material parameters in wmo material tab.
-
you can search for those lines in wmo_group.py: bpy.context.scene.objects.active = obj bpy.ops.object.mode_set(mode='EDIT') bpy.ops.mesh.select_all(action='SELECT') bpy.ops.mesh.quads_convert_to_tris() bpy.ops.mesh.select_all(action='DESELECT') bpy.ops.object.mode_set(mode='OBJECT') and then delete them. But after this you need to be sure that all of your faces are triangles before exporting.
-
that's because you didn't change the code of the script, I think
-
by the way if you need to just replace the texture of roof then import your wmo, go to material tab, select roof material here and in wow material tab change the path to your texture and then export your wmo
-
texface to materials
-
for transfering normals you need to select all of the group parts and then select global mesh and press ctrl+shift+T as I remember correctly and then select something like "Custom Normals"
-
First: maybe we have something wrong in the code of exporter, I'll check it. Second: thats because of blender itself, but we can hack this thing. In the original script I just deleted that part of code that make triangulation because it does this in edit mode, but every time when we go to edit mode all of the normals get recalculated. So if we delete this part of code you need to triangulate your faces by your self, then duplicate all of the wmo group files, join those duplicated meshes to one and remove doubles here. Then you need to transfer normals from this global mesh to all of your groups and only after this export your model. Third: do not kwow about this.
-
As Skarn said you just need to go to edit mode, select all faces, press shift+Q and select here materials from pictures
-
In newer versions of blender it's already in, you just need to launch it in user preferences.