1
Random / Re: What happened to the website?
« on: February 13, 2017, 03:50:24 pm »
Hi, it is for everyone. I do not know if anything would be done to fix it, but it happend by accident iirc.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 1
Random / Re: What happened to the website?« on: February 13, 2017, 03:50:24 pm »
Hi, it is for everyone. I do not know if anything would be done to fix it, but it happend by accident iirc.
2
Noggit / Re: Save problems« on: February 05, 2017, 10:59:02 am »
Simple one. You forgot the slash after project path. Welcome to Noggit
![]() 4
Noggit / Re: 1.12.1 noggit?« on: February 01, 2017, 11:49:43 am »
If Noggit starts supporting MCLQ water, it won't be an issue anymore.
5
Showoff - what you are working on / Re: [SHOWOFF] What Are You Working On« on: January 30, 2017, 04:34:37 pm »
The current development is happening on SDL branch only, so I think you are doing it right.
6
Noggit / Re: 1.12.1 noggit?« on: January 30, 2017, 11:20:42 am »
Not worth using it. Wotlk Noggit can be used instead since ADTs did not change much.
7
Development and Presentation / Re: [PROJECT] MMOSDK (was WoW Factor)« on: January 26, 2017, 09:40:28 pm »
This is actually still alive, I think. Relaxok can be found on modcraft IRC channel.
8
Noggit / Re: Use WMO as M2?« on: January 21, 2017, 09:37:11 am »Quote from: "Scytheria23" Thanks for the suggestions. Indeed, the situation described is what I'm aiming for (using just the exterior geometry of some WMOs to fast-build lots of walls, walkways, etc). I think, on balance, custom M2s are the answer.There is a problem with that too actually. M2s do not have a server navmesh suitable for that purpose on the current cores. So, NPCs, spells and everything is likely to go trough M2s as it works a little bit different than WMO. As for what I know, right now M2s are only used for pathfinding to compute the path of NPC around the object, not on it or in it. However, with some navmesh generator and core modifications, it is possible to achieve what you want. The example video is here: 9
Noggit / Re: Use WMO as M2?« on: January 19, 2017, 12:55:17 pm »
WMO is simply not meant to be an M2 and vice versa. Besides geometry, WMOs contain vertex colors, portals, group types, lights, fogs, different batch types, bsp tree, convex hulls and more. On the other hand, m2s contain more simple geometry, animations, events etc. So, I don't recommend you doing that. If you just want to make a model smaller, you can use Blender to downscale a WMO.
10
Random / Re: [QUESTION] Recomended Free Antiviruses?« on: January 10, 2017, 05:11:25 pm »
In most cases, you get viruses by your own mistake. For the rest of the things, Windows Defender is enough.
11
Modelling and Animation / Re: noggit===> maya and maya ===> noggit , how.?« on: January 02, 2017, 07:46:44 am »
Just look at custom WMO tutorials. It might not be on this website, however, you will definitely find it on google. You'll need to use Blender for conversion, though. There is no WMO plugins for Maya. But modelling in Maya would work if you prefer that.
12
Modelling and Animation / Re: Exporting animated models?« on: January 02, 2017, 07:43:42 am »
There is an importer for 3DS Max. You have to suffer by using Autodesk software at least for conversion in this case.
13
Noggit / Re: Dev question : Texture filters« on: December 29, 2016, 12:26:43 am »
Hmm, I think it is a weird idea to remove them. I often use the Load all tilesets function, so that it loads all the existing texture files. Then I remember I saw some required tileset in some zone and I use that filter. Could I reload Noggit? Yeah, possibly. Though why should I do it if there is a filter?
![]() 14
Resources and Tools / Re: [TOOL] [WotLk] ADTForge« on: December 08, 2016, 11:23:55 am »Quote from: "Scytheria23" @ Skarn Well, if it does not run in parallel what is the problem then? Let's say on a powerful PC it takes 1 minute to generate the map, on a weak one it takes half an hour. If stuff is managed properly and the memory is freed when necessary, the app is not gonna crash because it is weak PC. It will just take longer to get the result. 15
Resources and Tools / Re: [TOOL] [WotLk] ADTForge« on: December 06, 2016, 08:24:50 am »Quote from: "Scytheria23"
You need to do some task through multithreading. It wil increase the capacity of the tool in a really big way. I assume even larger maps will be posassible to get generated. |