Reminder: Internet Explorer 6 or below are NOT supported.





There are currently 33 users playing Freelancer on
37 servers. | April. 20, 2021 |
The Starport Forum Index
>
The Shipyard
>
Conventional Modding
>
Modeling and Texturing
>
Milkshape, Smoothing Groups and CMP Exporter
Browsing this Thread:
1 Anonymous Users
Milkshape, Smoothing Groups and CMP Exporter |
||||
---|---|---|---|---|
Starport Admin
![]() ![]() Joined:
2008/2/26 20:36 From Germany
Group:
Webmasters Registered Users
Posts:
1790
![]() |
Did any of you experienced FL modelers ever have the problem of smoothing groups in Milkshape not working at all in Freelancer?
Like, if the model looks right in Milkshape, you'd assume the same smoothing will be ingame - but thats not the case. Smoothing groups (any sort of welding/unwelding done in Milkshape, actually) is completely ignored, or so it seems. It looks like the cmp exporter is doing its own business when it comes to smoothing alltogether. I can gain a little control over smoothing by making an actual mesh group out of every smoothing group I manually created. But overall it seems like any sort of smoothing should _not_ be done in Milkshape when it comes to Freelancer models. (maybe smoothing/unsmoothing in Autodesk 3DStudio Max and then import into Milkshape and export into .cmp works? anybody?) Does anybody do smoothing in Milkshape with proper results ingame?
Posted on: 2010/10/6 15:15
|
|||
aka chaosgrid http://www.freelancerserver.de https://www.moddb.com/mods/fwtow |
||||
|
Re: Milkshape, Smoothing Groups and CMP Exporter |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2010/3/14 18:10 From Germany
Group:
Registered Users Senior Members
Posts:
1526
![]() |
the mesh groups are relevant only. it seems, that whenever two faces have one edge on the same coordinates, these faces are being welded ingame unless they are different mesh groups in milkshape. however i experienced unwelding a geometry entirely, converting it to cmp and seing the welding on some face pairs while not on others.
Posted on: 2010/10/6 15:31
|
|||
|
Re: Milkshape, Smoothing Groups and CMP Exporter |
||||
---|---|---|---|---|
Starport Admin
![]() ![]() Joined:
2008/2/26 20:36 From Germany
Group:
Webmasters Registered Users
Posts:
1790
![]() |
Quote:
Indeed, which led me to believe that maybe Milkshape smoothing is not compatible with the CMP exporter (or something like that), because the cmp exporter does definately not smooth everything which is in one mesh group. Im also pretty sure that this has nothing to do with the FL engine itself, but is rather an exporter problem. Is the source for the cmp exporter public?
Posted on: 2010/10/6 15:42
|
|||
aka chaosgrid http://www.freelancerserver.de https://www.moddb.com/mods/fwtow |
||||
|
Re: Milkshape, Smoothing Groups and CMP Exporter |
||||
---|---|---|---|---|
Quite a regular
![]() ![]() Joined:
2008/5/26 17:10 Group:
Registered Users Senior Members
Posts:
156
![]() |
Just thought I'd throw my rusty 2 cents into this one, I hope I can help you, w0dk4.
I remember reading a thread once, a long time ago - there were even pictures attached to prove its relevancy. It was about getting smoothing in FL right. Well, based on long-term memory, here it goes: Smoothing groups are not exported by the CMP exporter in any way, in fact, the FL engine does smoothing on its own. The way smoothing is implemented in FL is not based on smoothing groups of any kind, but, surprisingly enough, texture coordinates. To put things short, if a texture is continued/repeated over an edge, that edge is going to be smoothed. If there is a texture boundary, like a border with a different texture (this seems to explain your partial control over smoothing), or just a "break" in the continuity of the UV map - that is, the UV map continues on the same texture, only at different coordinates, FL considers that edge to be, well, an "edge" and so it won't be smoothed. I know that this implies that, contrary to what you just said, it has to do with the engine and not the exporter, I am almost confident that I have fixed a smoothing problem using this method a long-long time ago. See if this helps you out.
Posted on: 2010/10/6 16:44
|
|||
|
Re: Milkshape, Smoothing Groups and CMP Exporter |
||||
---|---|---|---|---|
Starport Admin
![]() ![]() Joined:
2008/2/26 20:36 From Germany
Group:
Webmasters Registered Users
Posts:
1790
![]() |
Funnily enough you had the same problem in the past but didnt post a solution
![]() http://the-starport.net/modules/newbb ... .php?topic_id=449&forum=9 Anyways, I'll do some testing and try to get to the root of all of this ![]()
Posted on: 2010/10/6 17:35
|
|||
aka chaosgrid http://www.freelancerserver.de https://www.moddb.com/mods/fwtow |
||||
|
Re: Milkshape, Smoothing Groups and CMP Exporter |
||||
---|---|---|---|---|
Starport Admin
![]() ![]() Joined:
2008/2/26 20:36 From Germany
Group:
Webmasters Registered Users
Posts:
1790
![]() |
Ok, this is definately an exporter problem and not being done by the engine.
To reproduce, just do a simple test. Create a box in milkshape. It will automatically have the proper smoothing groups and will have its edges unsmoothed. Now, export that to a .cmp file. Open up the .cmp file and look at the VMeshData. It will have normals that are interpolated (-> smoothed). To verify that the exporter screwed up, re-import into Milkshape and render it with smoothing enabled. You will see that two corners of the box are smoothed. Same happens when you export a sphere for example. The smoothing you do in any modeling program wont matter, the exporter will apply its own smoothing, based on mesh groups it seems. That would be "okay" if the exporter would smooth reliably based on mesh groups, but what's really bad about all this is that the exporter doesnt even smooth correctly. Try the sphere example, there will be hard-edges on it. How on earth did nobody ever notice this? Am I doing something wrong? (btw. it doesnt matter if you use cmp exporter 0.2 or 0.3, both have the same issue)
Posted on: 2010/10/6 18:20
|
|||
aka chaosgrid http://www.freelancerserver.de https://www.moddb.com/mods/fwtow |
||||
|
Re: Milkshape, Smoothing Groups and CMP Exporter |
||||
---|---|---|---|---|
Home away from home
![]() ![]() Joined:
2008/6/2 10:17 Group:
Registered Users $$$ Supporters $$$ Senior Members
Posts:
1847
![]() |
I always thought it was because MilkShape does not weld all close vertices.
This can be easily seen by doing the weld operation on a sample mesh and then zooming in very very closely - several joints will not be welded still. I couldn't find any solution, e.g. how close 2 vertices have to be for automatic welding. Somewhere I read it was the snap distance, but this was far greater when I had the problems. So the only way I could get some models to look right was to reweld each and every joint manually with Ctrl-N and then Ctrl-W.
Posted on: 2010/10/7 1:12
|
|||
"C" for "Caterpillar"... "Cool"... "Cheesey"! ![]() |
||||
|
Re: Milkshape, Smoothing Groups and CMP Exporter |
||||
---|---|---|---|---|
Quite a regular
![]() ![]() Joined:
2008/5/26 17:10 Group:
Registered Users Senior Members
Posts:
156
![]() |
The problem over there, if my memory serves me correctly, was a simple duplicate poly that was invisible in Milkshape, but caused the above mentioned thing.
The model was also a bit troubled, because of all the manually created faces. Never ever got a SUR file to work properly on that one, though I remember Lancer's Sur builder produced very good results. Too bad it always forgot about a wing. Back to topic: in this case, that thread about smoothing was completely wrong. I do remember seeing one, can't find it, though. If that's the case, sorry for messing things up. Really, I wonder what's up with this one, though. If the normals exist but are bad in the produced CMP file, it's definately the exporter, that's for sure.
Posted on: 2010/10/7 16:32
|
|||
|
Re: Milkshape, Smoothing Groups and CMP Exporter |
||||
---|---|---|---|---|
Starport Admin
![]() ![]() Joined:
2008/2/26 20:36 From Germany
Group:
Webmasters Registered Users
Posts:
1790
![]() |
Just for the record: The (newest) cmp importer (v2.7) is shit. It will completely mess up your vertices resulting in a completely un-smoothed model. DONT USE IT.
Use the older cmp importer (dont think it has a version). /end rage
Posted on: 2011/6/3 23:41
|
|||
aka chaosgrid http://www.freelancerserver.de https://www.moddb.com/mods/fwtow |
||||
|
Re: Milkshape, Smoothing Groups and CMP Exporter |
||||
---|---|---|---|---|
Starport Admin
![]() ![]() Joined:
2008/6/24 16:40 From http://www.freeworlds-tow.net/dev
Group:
Registered Users Starport Admin $$$ Supporters $$$
Posts:
1123
![]() |
+1 for above post...lol
Posted on: 2011/6/4 1:15
|
|||
![]() |
||||
|