FIRST CAR MOD I am trying to make a really simple first mod (using the Introduction_to_Vehicle_Creation guide), It is not going to be easy but, I'M REALLY GOING FOR IT! Off course I am going to need help cus I'm a complete noob to vehicle creation . I will post all the problems I have down below! Thanks, GamerJoey369
My First Problem: https://gyazo.com/0105406e5cb8b9068cd919f38310967f I see that in the second image you can see the skeleton or "n/b structure" (correct me if I'm wrong). I have no idea how to do this in blender and I don't know if I have to do it manually or if there might be an easier way?
It's just a model. You just have to sketch your basic N/B structure in Blender. The continue with the guide.
thanks for you reaction nadeox! but, it doesn't really explain it well enough for me to understand how to do this... how do you as professional modders do this (making the n/b structure)? I really want to help the community and make mods.
The N/B model is nothing more than a bunch of nodes and beams that connects them to each other. The tutorial explains that you can do your 'basic' N/B structure in Blender, since you can think a node as a vertex, and a beam as an edge/line. The pre-requirements to do that is that you know how Blender and 3D modelling works in general. Assured you know those, you basically create your N/B, which is nothing more than a bunch of vertices (or nodes, BeamNG-wise), edges that connects them (or beams for us), and then 'triangle faces' (or 'tris' for us). Video - Click to Play - Direct Link Then with the script explained in the guide, you can directly export that basic structure as a .Jbeam, that then you can use to continue to work on using notepad (or any text editor) and adding more stuff.
alright. again, thanks for helping me out here. this is what I got so far: (in blender) (in-game) I don't think I did it right, did I?
It's a start I'd say I don't see why you did this: The 'skeleton' should be simple, you don't need to bevel the edges like that.
Why you have more than one vertices in every corner? It's unnecessary, and it will just make things more complex for you. The skeleton must be simple, no fine details on it. You just have to get the basic shape.
well, 2 days ago when I started using blender for the first time making this mod, I remember pressing "CTRL+F" while in "edit mode" with "vertex select" and then selecting "poke faces" from the menu that poped up; I thought that I now successfully had build the n/b structure where I had problems with making it. so my question is: do you guys make the n/b structure in blender manually, using a modifier (ex. "triangulate modifier"), or just like I did?
We build skeletons manually, using only a text editor. That's more complicated, but gives you greater control. Blender can be useful to get a basic shape, but you are not going to use to make a full vehicle skeleton As I said, the skeleton must be simple. You just have to get the shape there. You don't need 5 verticles in a corner, it will just make it much harder for you to work with your skeleton. And, the thing is not only about triangulating. As you see for example on that cube, a 'cross' is necessary, to ensure the skeleton is stable. If I didn't add that second diagonal beam, the structure wouldn't have been as solid, as this could move like this for example: Basically you will need beams both to create your basic shape, and then all the support 'beams' to make your object stay in that shape (or the node will move and deform). You could test it yourself in-game to see what's the difference, it's probably better to understand.
Thanks, creating a skeleton with only a text editor will be a hardcore challenger for me but, I won't give up. I will edit the blender model later and add a more complex n/b structure. I will post here again when I'm done
Alright I've made a bit progress today, didn't had time to do it yesterday. anyway, I think I'm done with the n/b structure. however I'm at this section now: https://gyazo.com/702b9861ddc22de2bea15fc7d008bfc2 and I can't get the texture/model to work... my problem: https://gyazo.com/835bd1b9fcaac035637b17e8184ea103
wow i thought this was going to be a thread of someone wanting others to make the mod for them. But so far i see good effort, if you keep trying you will get it working. GL
I will keep trying! I just need help atm because I'm stuck on that one problem. it looks like the mesh is only on the n/b structure for 70%.