Im working on a car with multiple parts and i made the jbeam by scratch, as of right now i only tried to attach the rear bumper, but how? is it something like this? {"breakGroup":""}, //fender support beams {"beamType":"|SUPPORT","beamLongBound":4}, {"beamSpring":851000,"beamDamp":250}, {"beamLimitSpring":851000,"beamLimitDamp":250}, {"beamDeform":18000,"beamStrength":200000}, Do i need to attach it a bit everywhere? Right now im using the super car, its customized a lot, but i cant get the pieces attached. Iv looked through the wiki, im not sure how it works. Ive got another front bumper and 2 side panels to make as well. But im not there yet. Ive worked a lot lately with jbeam and i made a few private cars so im pretty familiar with everything now.
breakGroups tell a specified set of beams to break simultaneously when one of them in the group breaks. You use them just like normal groups, so assign a set of beams by setting the breakGroup above them with its own unique name, then clear the breakGroup for everything after with {"breakGroup":""},.
If every beam in your jbeam is in the same breakGroup, then every beam your vehicle is made of will break when one beam breaks.
Unless I misunderstand: Zappymouse is saying is that breakGroups are another type of group. It looks to me as if a beam cannot be in two groups simultaneously, so you'd either have a beam in a regular group or a breakGroup. If it's in a breakGroup then it will behave in the way Zappymouse described. Disclaimer: I have a poor understanding of jbeam so far.
The problem was with this. {"breakGroup":""}, //fender support beams {"beamType":"|SUPPORT","beamLongBound":4}, (NOT NEEDED) {"beamSpring":851000,"beamDamp":250}, {"beamLimitSpring":851000,"beamLimitDamp":250}, (NOT NEEDED) {"beamDeform":18000,"beamStrength":200000} I added not needed at the end because when i removed them it worked perfectly. You can have multiple breakgroups in a file
I'm still having some trouble with the syntax involved. That doesn't seem to be an actual breakgroup - it doesn't have a unique name.
Im not the best, but i think i could help you. can you send me your file or something? you can pm me if you would like it that way.
I was asking a question about your breakgroup. I'm currently not working on any jbeam or mesh projects. I'm sticking to the relatively easy stuff for now - maps, scenarios, lua, etc.
Oh, i though you had problems with something of your own, sorry. You dont need a name for breakgroups like this. from what i know this is just so it has detachable parts, when you add a name, it just means you can add a part with that group in your flexbodies and so that part will be "glued" with that group.