Posts: 1,036
Threads: 66
Joined: Jul 2011
Re: Lsynth(need help)
2011-10-03, 8:56
I'm sitting in a train, so I have some minutes to explain how I did it.
First of all I had created a new line in the LSynth.ini (at the end of the "hose-section")
Code:
0 FILE RUBBER_BAND_HOSE.ldr
0 RUBBER_BAND_HOSE SYNTHESIS DEFINITION
0 Name: RUBBER_BAND_HOSE.ldr
0 Author: Max Martin Richter [MMR1988]
0 Unofficial Model
0 SYNTH BEGIN DEFINE RUBBER_BAND_HOSE HOSE STRETCH 2 40 0
1 0 0 0 0 2 0 0 0 1 0 0 0 2 LS11.dat
1 0 0 0 0 2 0 0 0 1 0 0 0 2 LS11.dat
0 SYNTH END
With this code is it possible to make a rubber by using the the "nomal" Constraints e.g. ' LSynth Constraint Part - Type 4 - "String" ' LS04.dat
The rest should be clear. Attention: the last Constraint must be exactly on the position of the first one, otherwise it won't be a band
One last thing: please change the color to: 324 rubber_red. I used only: 4 red.
Max