CMP to SUR Conversion Tests
-
Gibbon wrote:
Ahh yes, world of difference, thx for that Bullwinkle, now to try and blow up the converterExcellent. I look forward to your report.
I get a little bit excited about this projectā¦ I think that Lancer made a very cool tool with the SUR Builder.
-
Gibbon wrote:
ā¦still get the same error saying a dll is missing.If this is still an issue, as I also had this, you could go to www.dll-files.com and search for the missing. Worked for me. What was funny to me was that I had V.2, fixed it w/ that website, then downloaded v.3 and had to download another one Just extract them to the System 32 folder.
-
Hmm, great tool, havenāt found many problems yet. If you are looking for other features, maybe if you can make it possible to create shield surs with the attached CMP, it would be easy to use a template CMP since it is all but empty and rename it original CMP name_shield.CMP and SUR. Iām just running out of things that this could do its that great!
Thanks to you all for making this
Ozed -
Hi BW.
Yes, it ran in my 1GB RAM after I deleted my page file, and finding d3dx9_42.dll from dll-files.com.
I still have to delete my page file every 3-4 runs. Annoying. Thanks for reducing it over time.
1. On the cmp splitter - I was not complaining about it, please leave it as it is for now, I like it for a quick fix because for some ships it will be fine. Itās only when there are odd shapes on the ship that it will not be perfect.
2. On the .sur bubble - load up a vanilla model in HardCMP and look at the largest sur bubble, surroundng the ship - that is the one Iām talking about. (In fact there are 2 of them, identical - see below).
Yes as you say, as far as I can tell it is just a sphere squashed around the ship shape. I canāt see how far away from the ship surface the nearest sphere surface is, but I would think 1 unit (equates to 1 real metre) in all directions is fine? The easiest way would be to make the sphere height = ship height + 2 metres, sphere width = ship width + 2 metres, and sphere length = ship length+2 metres. But it must be totally convex, and it must be named HpMount. It would be great if this can be an option, as many modders donāt want them (and some like me do).
3. "Vert " means Vertex (plural=vertices), which is a modelling point in space - every face of a model is the surface made by connecting three adjacent vertices with āedgesā and a āskinā that forms a surface, and becomes a 2D triangle. The function we are decribing is āup to what distance apart should I combine proximate vertices?ā. And (m) means metres, to tell the user what distance unit he is setting. The current Duplicate Radius is not descriptive of this function. Remember this utility will be used by new modders for many years to come after we who are here now have all lost interest. So think up something else that fits in the same space.
4. I donāt know how much LS has briefed you on the intricacies of the sur file. If we are going to try to make identical surs to the vanilla ones, there are some additional sur parts needed, and some difficulties.
Additional sur parts needed:
4A. Damageable Equipment
All damageable equipment needs a sur on its Hardpoint. These are simple shapes positioned on the hardpoint, fortunately only2 shapes are used -
- a 3D pentagonal box (height about 1/2 length) for equipment and
- a long tapered 3D Rectangular box (a 4x1 stretched cube with its front face about 1/3rd smaller than the rear face) for weapons.
I attach these sur shapes in .ms3d format in the zip below. The Hardpoint shape is a marker to show how the shape is aligned on the actual hardpoint the sur shape is meant for.
Here are the hardpoints that need sur parts, and the shape:
HpCM01-HpCM99 - pentagon
HpMine01-HpMine99 - pentagon
HpShield01-HpShield99 - pentagon
HpThruster01-HpThruster99 - pentagon
HpTorpedo01-HpTorpedo99 - rectangle
HpTurret01-HpTurret99 - rectangle
HpWeapon01-HpWeapon99 - rectangleAttributes
a. The name of the sur part must be exactly the same as the Hardpoint name.
b. The pentagonās bottom surface is centred on the hardpoint centre, and its axes are identical to the hardpointās axes.
c. The rectanguloid is mounted with the middle point of its bottom rear (larger) edge centred on the hardpoint centre. The shapeās axes are parallel to the hardpoint axes.4B. Type 5 sur parts
These are not yet fully understood, they are composite sur shapes used for wings with weapon hardpoints. Import the dagger (DATA\SHIPS\BORDER_WORLD\BW_FIGHTER\bw_fighter.sur) to follow this description:Ignore the Mnn prefixes in the sur part names, these are inserted by the sur importer to separate model or sur groups.
1. You will see the shield bubble sur is named f00fb9de - this is the hashcode for āHpMountā, the author of the importer didnāt spot it to add it to his list for auto-decoding. You will also see the duplicate shield bubble is named 000014c0. This sur partās name is different for different ships. This is a Type 5 sur part, thought to be for hit detection. This name 000014c0 is thought to be an offset to the same mesh as the shield bubble - LS/adoxa, has this been proven to be so? Then we need to understand the location offsets so that it is placed in the correct place. For this shield bubble it should be 0, 0, 0. But not so for the others belowā¦
2. In the Groups list, find M12_bw_port_wing01_lod1 - this is the proper wing sur. Select it and you will see it is in the same place as the shipās wing.
2a. Find M19_bw_port_wing01_lod1 - this is a duplicate of the wing sur, but the importer does not understand its offset values and accidentally puts it at the origin (x, y, z = 0, 0, 0) instead of at the wing surās location.
2b. Find M13_HpWeapon03 - this is the rectangular weapon hardpoint sur.
2c. Find M20_HpWeapon03 - this is a duplicate of the weapon sur, and inerestingly is located on the duplicate wing sur but in the correct place.
2d. Now find M21_00000270 - this is the interesting one, the Type 5 sur - it is a composite sur covering the duplicate wing sur and the duplicate weapon sur together. Again its offsets are not understood by the importer and it is placed at the origin, overlapping the misplaced duplicate wing sur.
3. You will find the same set of sur parts for the starboard wing and weapon: M14_bw_star_wing01_lod1, M22_bw_star_wing01_lod1, M15_HpWeapon04, M23_HpWeapon04, and the Type 5 composite sur M24_00000290.
This method is applied to all wings that have weapon hardpoints on them. For instance, the Sabre (bw_heavy_fighter) has four wings, two upper and two lower, and each has the dulpicate wing, weapon and composite wing+weapon surs.
A surprise here - the Sabreās bottom wing duplicate surs are named the same as the top wing surs - could this be because they are the same shape in this case and are they pointing to the same meshes? - adoxa/LS?
4. There is one more anomaly - all engines also have a duplicate sur, placed at the origin. Find M11_bw_eng01_lod1 and its duplicate M18_bw_eng01_lod1.
ā-------
These duplicates of the wing surs, weapon surs and the Type 5 surs are the parts that we need to add to a ship sur, to emulate the original surs correctly. The naming (or are they offsets) need to be worked out and this is where the problems will be.
I attach the text dump of the bw_fighter.sur (using Colin Sanby & Adoxaās SUR dumper), I hope adoxa will be able to help you to understand it better to construct the headers correctly.
Did you have a go at making the surs for the KTinga? There are problems of asymetry every way I tried, so I sent you the cmp in the zip file to see for yourself. It is caused by the modelās wings and cockpit having a very large number of polys.
Many thanks BW, much appreciated.
-
StarTrader wrote:
Here are the hardpoints that need sur parts, and the shape:
HpCM01-HpCM99 - pentagon
HpMine01-HpMine99 - pentagon
HpShield01-HpShield99 - pentagon
HpThruster01-HpThruster99 - pentagon
HpTorpedo01-HpTorpedo99 - rectangle
HpTurret01-HpTurret99 - rectangle
HpWeapon01-HpWeapon99 - rectangleWhat about the other hardpoints? Like the ones used for battleship turrets? Or custom ones? Better make a list where the user can select the hardpoints he wants to be gun/equipment/turret hardpoints.
-
Actually, weapons seem to detect hit damage anyway without these sur parts so they are not critical to have a working model as far as I can see.
The vanilla battleships already have surs, so even though they have strange names like HpTurret_K1_01 they are catered for.
New ship models - there can only be 32 weapons fired simultaneously, so whatās wrong with HpWeapon01-99 and HpTurret01-99? These are more than enough.
The big battleship guns use a different sur shape, and modders will go on making even bigger guns that will need more different sized sur parts and so on and so on. As far as I am concerned itās not needed.
And I hope everyone will agree that we want a working sur builder utility as soon as possible, not a wish-list story that never ends to cover all imaginations?
-
Thanks for the enhanced detail, StarTrader. I have a lot to digest here before I respond to most of your note. A few things did stand out:
I would be interested in hearing how useful the CMP Remapper is in its current state. My impression is that it does not work very often, but you can test better than I can.
The symmetry of the generated SUR should be roughly similar to the symmetry of the model, although the results can appear to be exaggerated. For example, I made a multi-part SUR for a Titan and the SUR came out with an extra shape that looked almost like an additional fin. I assume that was due to some inconsistency in the model, such as asymmetrically-overlapping faces, or something along those lines.
Making a single-part SUR solved the problem.
I thought that the goal of the SUR builder is to make SURs that are substantially different than vanilla SURs?
I am not sure that I understand the desire for hardpoint SURs. I can understand a SUR for a weapon, but why for a hardpoint?
If I understand the intention of SURs correctly then, in most cases, they should not be precisely like the shape of the model. It seems to me that the most realistic game-action comes from single-part SURs, except for some specific cases, such as building a base with fly-through parts. For any but the largest cap ships, a bubble shape is more ācorrectā than a form-fitting shape, isnāt it?
As you say, any hits or collisions will hit the shield rather than the hull, and electromagnetic shields are going to be roughly bubble-shaped.
Have I got that right?
-
I would think the goal of the Sur builder is to make surs that work and are as form fitting as possible.
Letās use a couple of examples. The sur exporter in milkshape, one of them, canāt remember which, makes totally form fitting surs, absolutely perfect, problem is they donāt work. The method offered by the sur builder uses the shrink wrap method which is an excellent way to make a sur but not perfect.
Problems arise when you have a wierd shape model, an example would be an āLā shaped base. Because of the nature of the shape, the sur will always be a triangle so worse than useless if youāre making a single sur. This is where the multipart side of things come in. The model has to be broken down into groups, seperate surs made and grouped together and hope it works. Hopefully we are at that stage or very close to it with the current version.
The goal should always be to make a sur as form fitting as possible, as easily as possible. Iām no expert at surs, i just need a utility where i load in the model, press a button or two, and bobās your uncle. Definately getting there
-
Yes precisely as Gibbon says.
Bullwinkle wrote:
I would be interested in hearing how useful the CMP Remapper is in its current state. My impression is that it does not work very often, but you can test better than I can.Itās been OK for the couple of tests that I did, so we can get more results from others - but I would like it left in anyway.
Bullwinkle wrote:
I thought that the goal of the SUR builder is to make SURs that are substantially different than vanilla SURs?No, it was to get working surs, and until now we thought we had to emulate the vanilla surs. But this is the first utility that gives consistently good surs, so we can live with it as long as we get proper hit and collision detection. With multiple groups we are already on a win path.
Bullwinkle wrote:
I am not sure that I understand the desire for hardpoint SURs. I can understand a SUR for a weapon, but why for a hardpoint?Hit detection for equipment as well as weapons. Well these are only two fixed-sized shapes and if its not too hard just need to be mounted as I explained on the hardpoints listed.
I have not lost Countermeasures mine launchers or shields etc in combat with custom surs, which vanilla models do have, and this may well fix that. On the other hand, Iām not that bothered personally, since the weapons do seem to suffer hit damage - but then I usually get totally destroyed so may not have noticed.
Can anyone else confirm hit damage is received on weapons and equipment in custom ships with custom surs?
Bullwinkle wrote:
If I understand the intention of SURs correctly then, in most cases, they should not be precisely like the shape of the model. It seems to me that the most realistic game-action comes from single-part SURs, except for some specific cases, such as building a base with fly-through parts. For any but the largest cap ships, a bubble shape is more ācorrectā than a form-fitting shape, isnāt it?Not at all. Some small ships that have no booms with space between are fine for single-part surs, but as many of them do have arms, booms, fins, multiple wings, a close-fitting sur is the only way or they will be sitting ducksā¦
Now - many mods have scaled ships from fighters at about 5-6 metres, to battleships over 1000 metres, and then up from there as in mine, cruisers 1000-2000 metres, heavy cruisers and starships up to 3000 metres. Gunboats upwards will need close-fitting surs because of their shapes with space between.
Bullwinkle wrote:
As you say, any hits or collisions will hit the shield rather than the hull, and electromagnetic shields are going to be roughly bubble-shaped.Have I got that right?
No -
Let me clarify a confusion. The shield-bubble on the ship sur is a different one from the shield-bubble of the shield, which is specified in the shield_link = line in shiparch.iniThe shieldās bubble is the electromagnetic shield you refer to. (In vanilla FL, gunships, cruisers, destroyers and battleships do not have shields, they were put in by wimpish modders! lol)ā¦
The shield will take hits as long as it is up, but when it is fully discharged, it stays down for a timer, and the hull will start to take damage. So the sur (forget the sur shield-bubble for now) has to follow the ship surface. If the sur is large the ship will take hits on empty space around it. If there is a shield bubble on a 3mx2m oval ship the bubble will be approximately 5mx4m - huge difference.
The shipās shield bubbles (the HpMount and its twin) are used (only?) for collision detection. On a small ship it doesnāt matter if the other ship is touching the hull or the bubble, itās only about 1 metre away anyway - but on larger ships there should not be a bubble or collision will be far from the ship surface. It feels nice to scrape along the hull of a large ship in a small fighter! lol
Youāre very nearly there.
I am happy to compromise as long as the main requirements are satisfied, I can already make the shape surs that I want by careful grouping of my models, and others will need to learn the finer skills of doing that too.
The nicety is to have also accurate weapon and equipment hit detection - if we can get confirmation from others that both equipment and weapons are detecting hits and being destroyed on ships with custom surs, then we wonāt need to make identical surs to the vanilla ones, and you can just debug and beautify the builder as it is now.
-
@StarTrader: Werenāt you going to attach something?
I forgot about the sur importer, Iāll see if I can get it working. Not sure if Iāll be able to build the exporter (VC Express doesnāt have MFC, but I might be able to get away with compiling the VC6 version; Iām also a little reluctant to get the 500 meg DX SDK, anyone able to compile the exporter and send me the necessary DX files?) I was also thinking about stripping the exporter code, reading the data directly from the model, bypassing the need for Milkshape. All just hypothetical atmā¦
-
Ah! Sorry,
I didnāt check and it had not attachedā¦
Here it is, thanks for prompting me.
A working importer would be great!
<thinks>Plus de-engineering it may well give the answer to making a working exporter tooā¦</thinks>
-
I did get the importer compiled, but youāll have to wait a bit, now (itās 3:20am here, I gotta get to bed). The type 5 looks to simply be a bounding box type surface, so Iāll ignore it for the importer. Iāll also ignore the duplicated components, since presumably theyāre for when they get blown off. So in the case of bw_fighter.sur, itāll just be M01 to M16.
-
Find attached an updated Milkshape SUR Importer. It adds a new option āAllā - if off (the default), it only imports the first object, which is expected to be Root; if on, it will import everything, same as before. The type 5 triangles (which I kept, after all) are named after the main object, plus ā_Boundsā. For example, with bw_fighter.sur, what was M21_00000270 will now be M21_bw_port_wing01_lod1_Bounds. Improves the log (but SurDump is still a much better choice for textual viewing of surs) and uses two digits for the M prefix (so M1 becomes M01). Have a play with it and if thereās no more suggestions, Iāll put it on my site (with the source). Oh, I donāt know if it matters, but Iāve used Milkshape 1.8.4.
-
StarTrader wrote:
The vanilla battleships already have surs, so even though they have strange names like HpTurret_K1_01 they are catered for.New ship models - there can only be 32 weapons fired simultaneously, so whatās wrong with HpWeapon01-99 and HpTurret01-99? These are more than enough.
The vanilla battleships use such hp names to show which turret model should be mounted on itā¦that could also be useful on custom models.
Bullwinkle wrote:
I thought that the goal of the SUR builder is to make SURs that are substantially different than vanilla SURs?I thought they should be as close to vanilla as possibleā¦
Bullwinkle wrote:
I am not sure that I understand the desire for hardpoint SURs. I can understand a SUR for a weapon, but why for a hardpoint?As far as I understood the hardpoint surs and the wing etc duplicates are used for collateral damage, so when the wing gets damaged, also the equipment on it gets damaged.
Bullwinkle wrote:
If I understand the intention of SURs correctly then, in most cases, they should not be precisely like the shape of the model. It seems to me that the most realistic game-action comes from single-part SURs, except for some specific cases, such as building a base with fly-through parts. For any but the largest cap ships, a bubble shape is more ācorrectā than a form-fitting shape, isnāt it?The .sur should be hull fitting. The collision for the shield is done by the shield_link = .sur i think.
You also need multy-part .surs when you want damageable/destroyable parts such as fins, wings, ā¦StarTrader wrote:
I have not lost Countermeasures mine launchers or shields etc in combat with custom surs, which vanilla models do have, and this may well fix that. On the other hand, Iām not that bothered personally, since the weapons do seem to suffer hit damage - but then I usually get totally destroyed so may not have noticed.On custom .surs equipment will only take damage if hit directly (since itās model has a own .sur), but it wonāt if only the part it is mounted on gets damaged . (Thatās what I have experienced)
-
A new version of msSURImporter is on my site. It reads object names from the associated cmp, so custom models should display the right names. It also creates a half-transparent texture, making the ship visible through the surface.