OHM JBT B1200

Interceptor

Well-known member
Joined
Mar 28, 2008
Messages
2,718
Reaction score
76
Points
63
Location
Michigan,Florida
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:
 

Interceptor

Well-known member
Joined
Mar 28, 2008
Messages
2,718
Reaction score
76
Points
63
Location
Michigan,Florida
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?
 

tl8

Addon Developer
Addon Developer
Tutorial Publisher
Joined
Oct 16, 2007
Messages
3,645
Reaction score
25
Points
88
Location
Gold Coast QLD
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.
 

Interceptor

Well-known member
Joined
Mar 28, 2008
Messages
2,718
Reaction score
76
Points
63
Location
Michigan,Florida
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.
 

tl8

Addon Developer
Addon Developer
Tutorial Publisher
Joined
Oct 16, 2007
Messages
3,645
Reaction score
25
Points
88
Location
Gold Coast QLD
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
 

Interceptor

Well-known member
Joined
Mar 28, 2008
Messages
2,718
Reaction score
76
Points
63
Location
Michigan,Florida
OK,I have tried several different config set ups with SC3 vehicle,and none of them work,can I please have an example?
 

Loru

Retired Staff Member
Retired Staff
Addon Developer
Donator
Joined
Sep 30, 2008
Messages
3,731
Reaction score
6
Points
36
Location
Warsaw
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"
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,745
Reaction score
2,726
Points
203
Location
Dallas, TX
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
 

tl8

Addon Developer
Addon Developer
Tutorial Publisher
Joined
Oct 16, 2007
Messages
3,645
Reaction score
25
Points
88
Location
Gold Coast QLD
Are you in complex flight mode?
A should attach the vessel to the rear.
 

Loru

Retired Staff Member
Retired Staff
Addon Developer
Donator
Joined
Sep 30, 2008
Messages
3,731
Reaction score
6
Points
36
Location
Warsaw
Also for me as you can see it works for child atachment not parent. On your attachment manager it's parent.
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,745
Reaction score
2,726
Points
203
Location
Dallas, TX
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:

Interceptor

Well-known member
Joined
Mar 28, 2008
Messages
2,718
Reaction score
76
Points
63
Location
Michigan,Florida
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.
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,745
Reaction score
2,726
Points
203
Location
Dallas, TX
jasontug.jpg

The Jason attaches. but when releases it bounces. The line of info is seen also
 

tl8

Addon Developer
Addon Developer
Tutorial Publisher
Joined
Oct 16, 2007
Messages
3,645
Reaction score
25
Points
88
Location
Gold Coast QLD
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
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,745
Reaction score
2,726
Points
203
Location
Dallas, TX
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.
 

tl8

Addon Developer
Addon Developer
Tutorial Publisher
Joined
Oct 16, 2007
Messages
3,645
Reaction score
25
Points
88
Location
Gold Coast QLD
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.
 

gattispilot

Addon Developer
Addon Developer
Joined
Oct 17, 2007
Messages
8,745
Reaction score
2,726
Points
203
Location
Dallas, TX
Thanks. This is what it looks like when the JAson is attached.
jasontug2.jpg

No line of info but still bounces
 

tl8

Addon Developer
Addon Developer
Tutorial Publisher
Joined
Oct 16, 2007
Messages
3,645
Reaction score
25
Points
88
Location
Gold Coast QLD
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"
 
Top