To fix the external camera, you need to open the cockpit file in Data/Cockpits. The line "tether = " specifies the position, relative to the HpMount, of the camera when in turret view.
@Accushot:
it`s turret view there but not rear view .. as i have figured out .. but maybe the back view is mirrored relative to hpmount .. hm, no cause my custom camera offset and tether values fit properly but nothing happens to rear view ..
@eisfuerst:
you will have to goto solararch.ini, do some editing there ..
for example:
[Solar
nickname = docking_fixture
ids_name = 261158
ids_info = 66141
type = STATION
DA_archetype = solar\dockable\space_docking_fixture.3db
material_library = solar\Solar_mat_tink.mat
material_library = fx\envmapbasic.mat
envmap_material = envmapbasic
LODranges = 0, 6000
mass = 10000.000000
loadout = docking_fixture
docking_sphere = moor_medium, HpDockMountA, 5.000000
docking_sphere = moor_medium, HpDockMountB, 5.000000
docking_sphere = moor_medium, HpDockMountC, 5.000000
docking_sphere = moor_large, HpDockMountD, 5.000000
solar_radius = 300
hit_pts = 999999961690316250000000000000000000.000000
to make docking fixtures work for human controlled ships, these lines are important:
docking_sphere = moor_medium, HpDockMountA, 5.000000
docking_sphere = moor_medium, HpDockMountB, 5.000000
docking_sphere = moor_medium, HpDockMountC, 5.000000
docking_sphere = moor_large, HpDockMountD, 5.000000
change to:
docking_sphere = jump, HpDockMountA, 400.000000
make it "JUMP" instead of moor, notice that it will take load of time to moor (cause it`s still a mooring point)
so edit the last value .. guessing 400 (still trying values here .. should be distance in between the ship enters a base / dock animation starts? .. btw read also the ingame distance is half of what you enter here, i think i remembered that right)
now you could replace all large and medium moors, but you could also remove some dock mounts so there`s no large mooring at some type of base .. only the smaller cap ships may dock there not BS ..
hope it helped
greetz
Edited by - RimShot on 8/4/2004 12:18:16 PM