Hey there!
The following text may seems a bit raging, but please don’t get me wrong, in the first place I’m thankful for this game and the effort brought by Studio Wildcard and the people in this forum. This is what I am feeling about modding in ARK and I may be wrong in some points, but it could be that I’m not alone.
Let’s rage a bit:
Snap Points are a mess! Especially if you want to do something a little bit more complex…
For example: In my current project I try to add some new structures to the game. One of those structures is a new sloped roof.
This sloped roof shall have additional snap points so it can be snaped to the bottom and the top of walls, so that you can build the roof right away from the wall, without placing a sloped wall aside. And it shall snap to its own kind of roof at the top and the bottom, so you can build higher roofs without sloped wall support.
- point of my criticism: It is as good as impossible, or just achievable with a huge amount of time to get behind the snap mechanics. It took hours to get a selfmade roof model working like a vanilla roof.
Why I didn’t just copy all snap point relevant parameters from the existing roof?
Because I want to add the new snap points from above.
Where is the problem now?
The problem ist that the vanilla roof has some special-I-don’t-where-the-hell-those-parameters-came-from Location attributes.
Let’s have a look at WoodRoof_SM:
In the Transform->MyStaticMesh->Location is X:25 Y:-10 Z:-100
and Rotation X:0 Y:1 Z:-90
So this 3D object is off-set by those parameters. As far as I can see, do the snap point Loc and Rot settings just off-set the pivot of an object.
Summaryzed there is the “permanent” MyStaticMesh off-set and then the “variable” off-set(if there is more than one snap point) defined by a snap point.
These pictures may help:
2. permanent X:25 Y:-10 Z:-100 Rot:-90
3. variable X:172.5 (could also be X: -125)
I know that the snap point offset doesn’t move the pivot, but this picture shows where the “anchor” is. No matter what the point is for, in pic 3 you see where this object snaps “from” or “to”.
By the way, for me it’s unable to see why the roof is off-set by those values, but ok, it seems to work in the game…
If you want to set up some additional snap points for this structure, you not only have to include those permanent transformations, but also the permanent and variable transformations from the object/structure(e.g. sloped wall) you want to snap “to” or “from”.
So at the end you got 2 objects with at least 4 transformation in 3 dimension + rotations… to calculate the right values for the snap points is just mind-boggling. Not only because of this amount of transformations, but also because some transformations are in local and some in global space(seems to me so).
To make this a little bit more easy, I’ve set all the permanent offsets of my selfmade roof to 0, except of the rotation by -90 degree. So this is -1 transformation todo I thought. Wrong!
It is such a hard task to configure new snap points, so that they will fit with everything else. Change settings, start testmap, see result, change settings, start testmap, see result, … for hours. (workflow hints?)
And then if you finally get a structure to snap where you want it to, it snaps to 1 million other points as well like crazy, because you don’t EXCACTLY know how the Snap Point Match Groups, Snap Flags etc. are set-up in the engine (I know the reference by Woden87. Thank you for this by the way ) But this isn’t enough to get things work.
To come to an end with this(I also could go on for a while): most of the time I’m just trying random suggestions from my brain, because the things are not obvious enough to understand how this system works. That’s depressing. I want to produce mods without bugs like in-the-air-floating-roofs, so that players could use it as some kind of exploit, or it would simply destroy any kind of immersion.
There are no tutorials on this topic(or they are very well hidden) and finding all the things out is just wasting a ton of time, because all the knowledge is there, it’s just not shared.
Studio Wildcard, please show us how specific things work in ARK!
I am really enthusiastic with my project and I also want to participate in the international modding contest, but I can’t spend this amount of time in blackholes like snap points. I am a 3D modeler(hobbyist since six years) and I want to produce some beautyful structures for the game, but without professional support it will not happen(it’s just a time and motivation thing).
The Contest is a motivation, the creativity and patience is there, but the undescribed technical side is just demotivating. And here is something I don’t realy get: (this is propably point 2. of my criticism…?)
Why do you(Studio Wildcard) put out a modding contest, without having a whole bunch of (official)-tutorials(nothing against unofficial, but those who make it know the best workflow and all the details) to support new and old modders with the necessary knowledge, to let them spread out in many different directions? (As far as I can see, are the best looking mods on the “total conversion” and “map” side of the contest.)
Thank you for your time! Best regards.