OHM JBT B1200

Awesome job TL8,this is a must have for all orbiter players,BTW love the new mesh,it just keeps getting better,and better.Thanks:thumbup:
 
How do you add an attachment point to an SC3 vehicle?it seems the configs are in the vessels folder,what do I need to do to get this to work?
 
How do you add an attachment point to an SC3 vehicle?it seems the configs are in the vessels folder,what do I need to do to get this to work?
I believe you can add it via the .ini file or you can create a .cfg file with the class and module as spacecraft3 and add the cfg style attachment point there.
 
Hey TL8,are you going to release the yellow texture again in the future?.but I do like it white also,so it would be nice to 2 versions.Thanks for the answer.
 
Hey TL8,are you going to release the yellow texture again in the future?.but I do like it white also,so it would be nice to 2 versions.Thanks for the answer.
You are going to have to ask Loru :P
 
OK,I have tried several different config set ups with SC3 vehicle,and none of them work,can I please have an example?
 
Hey TL8,are you going to release the yellow texture again in the future?.but I do like it white also,so it would be nice to 2 versions.Thanks for the answer.


put it in Textures\JBT1200\
https://dl.dropboxusercontent.com/u/125481907/main-texture.dds

---------- Post added at 10:54 AM ---------- Previous post was at 09:27 AM ----------

In SC3 ini file you have to define proper attachment point.

I tugged sc3 vessel without problems
Code:
[CHILD_ATTACH_0]
NAME="T"
POS=(0,-0.75,4.0) 
DIR=(0,0,1) 
ROT=(0,1,0) 
LOOSE=0
ID="T"
 
Ok. Here I made a child attachment. But I can not attach. The towbar is attached to the rear.
I tried A and D and no attach. B/V switch the direction of the towbar. Which key select the attachemnt at the other end of it?
tugattach.jpg
 
Are you in complex flight mode?
A should attach the vessel to the rear.
 
Also for me as you can see it works for child atachment not parent. On your attachment manager it's parent.
 
I have tried in complex and not complex. How can you tell if you are in complex or not complex though?
I switch to control Mode 0 and could attach. It just need to figure where the attachment needs to be.
tugattach2.jpg

added the attachment info in the cfg.
Code:
[CHILD_ATTACH_1]	;to Mycore
NAME="tug"
POS=(0.00,0.125,-4.750)		
DIR=(0,0,1)
ROT=(0,-1,0)
LOOSE=0
ID="T"		
; 0 1 0  0 0 1
 
Last edited:
Thanks loru,and gattispilot for both the texture,and help.:thumbup:

---------- Post added at 09:00 AM ---------- Previous post was at 07:28 AM ----------

OK,I have the SC3 vehicle attached now,but 2 problems 1. the SC3 vehicle jumps in the air when being detattched,and 2.the towbar looks like it's on an angle,and not flat on the ground.

---------- Post added at 09:41 AM ---------- Previous post was at 09:00 AM ----------

OK,I found a bug the white info line in the bottom left corner ,never goes away even when you switch vehicles.
 
jasontug.jpg

The Jason attaches. but when releases it bounces. The line of info is seen also
 
Vessels bounce when the touchdown points are below the surface, adjust the attachment point up a cm or 2.

---------- Post added at 01:28 PM ---------- Previous post was at 12:57 PM ----------

The towbar will automatically adjust its angle so that the touchdown points of the child vessel are on the ground. This is taken off the attachment point position and the touch down point position
 
yes. But do I need to adjust the child point of the attached vessel so the towbar wheel are above the surface. I did and still bounce.
 
yes. But do I need to adjust the child point of the attached vessel so the towbar wheel are above the surface. I did and still bounce.
The child point on the vessel should be the centre of the nosewheel hub.
The towbar wheels are ignored when towing.

This dll should fix some of the issues you are having.
 
Thanks. This is what it looks like when the JAson is attached.
jasontug2.jpg

No line of info but still bounces
 
Try this attachment point in the JasonLEO:

Code:
[CHILD_ATTACH_2]
NAME="Towbar"
POS=(0,-2.5,5.2) 
DIR=(0,0.052336,0.99863) 
ROT=(0,0.99863,-0.052336) 
LOOSE=0
ID="T"
 
Back
Top