Sure think the ship is a Mod of the sample file ive tryed the Sw Demo Mod as well this has the same thing say its active but no ships 99% of the data in the Def file for the setting are false as i havnt done these yet, just wanted to see the model in game first.
Code: Select all
SHIP
name: "Ragnarok"
display_name: "Ragnarok"
class: Battleship
abrv: "Ragna"
model: "bs2.mag"
mass: 240
integrity: 5e4
vlimit: 400
agility: 1.5
roll_rate: 30
scale: 0.9
acs: 50e3
trans_x: 5000
trans_y: 5000
trans_z: 5000
drag: 0
roll_drag: 0.5
pitch_drag: 0.5
yaw_drag: 0.5
chase: (0, -1200, 250)
bridge: (0, 0, 32)
power: {
type: Fusion,
design: "Fusion Reactor",
max_output: 2.5e3,
loc: (0, 0, -92),
size: 64,
hull_factor: 0.2
}
drive: {
type: Plasma,
design: "Plasma Drive",
thrust: 200,
scale: 1.4,
port: ( 107, 21, -265),
port: ( 107, -21, -265),
port: (-107, 21, -265),
port: (-107, -21, -265),
loc: (0, 0, -140),
size: 32,
hull_factor: 0.3
}
thruster: {
design: Thruster,
loc: (0, 0, -100),
size: 32,
hull_factor: 0.3
}
hyperdrive: {
design: Hyperdrive,
speed: 5e9,
dropout: 2e8,
capacity: 1800,
sink_rate: 10,
loc: (0, 0, -190),
size: 16,
hull_factor: 0.3
}
weapon: {
type: "Omega Laser",
design: "Beam Weapon",
name: "Port Cannon",
abrv: "OC-1",
group: "Primaries",
azimuth: -1,
muzzle: (-88, 8, 20),
loc: (-80, 0, 20),
size: 32,
hull_factor: 0.2
}
weapon: {
type: "Omega Laser",
design: "Beam Weapon",
name: "Starboard Cannon",
abrv: "OC-2",
group: "Primaries",
azimuth: 1,
muzzle: ( 88, 8, 20),
loc: ( 80, 0, 20),
size: 32,
hull_factor: 0.2
}
weapon: {
type: "Turbo Laser",
design: "Bolt Weapon",
name: "Port Laser",
abrv: "Prt Las",
group: "Secondaries",
muzzle: (-88, 0, 0),
muzzle: (-88, 0, -10),
muzzle: (-88, -8, 0),
muzzle: (-88, -8, -10),
azimuth: -1,
loc: (-74, 0, -10),
size: 16,
hull_factor: 0.2
}
weapon: {
type: "Turbo Laser",
design: "Bolt Weapon",
name: "Stbd Laser",
abrv: "Sbd Las",
group: "Secondaries",
muzzle: ( 88, 0, 0),
muzzle: ( 88, 0, -10),
muzzle: ( 88, -8, 0),
muzzle: ( 88, -8, -10),
azimuth: 1,
loc: ( 74, 0, -10),
size: 16,
hull_factor: 0.2
}
sensor: {
design: Sensor,
pcs: 25,
active_efficiency: 1e6,
passive_efficiency: 10e3,
loc: (0, 0, 150),
size: 32,
hull_factor: 0.1
}
shield: {
type: 1,
design: "Grav Shield",
pcs: 100
}
power: {
type: Auxilliary,
design: "Auxilliary Reactor",
max_output: 500,
loc: (0, -32, -64),
size: 64,
hull_factor: 0.2
}
power: {
type: Battery,
design: Battery,
max_output: 10
}
computer: {
name: "Avionics Package",
abrv: "HUD",
type: 1,
design: Computer,
loc: (20, -32, 80),
size: 16,
hull_factor: 0.5
}
computer: {
name: "Flight Computer",
abrv: "Flight",
type: 2,
design: Computer,
loc: (-20, -32, 80),
size: 16,
hull_factor: 0.2
}
nav: {
loc: (0, 32, 60),
design: Computer,
size: 16,
hull_factor: 0.1
}
navlight: {
scale: 0.8,
period: 2.5,
light: { loc: (-135, 0, -128), type: 2, positive: true },
light: { loc: ( 135, 0, -128), type: 3, positive: false }
}