Page 1 of 1

Hyperspace BUG

Posted: Sat Dec 04, 2004 9:53 pm
by Diabolico
[:D] I have found a new bug.
I added farcasters, 2 per system, in order to make possible to jump from Borova to Paragon and back.
When the ship goes through the farcaster, this is what happens :
Hyper BUG pic 1
So I am stuck on Hyperspace! LOL

Other, here is the mission script :

MISSION

name: "test02"
type: "Misc"
system: "Paragon"
region: "Paragon"

objective: "Unspecified"

sitrep: "Unknown"

start: "33:00:00"

degrees: true

element: {
name: "recon",
design: "Raider",
mission: "Misc",

intel: "Secret",
count: 1,
command_ai:1,
iff: 1,
player: 1,
playable: false,
region: "Paragon",
loc: (0, 0, 0),
}

element: {
name: "Paragon - Borova",
design: "Farcaster",
mission: "Misc",

intel: "Located",
count: 1,
command_ai:1,
iff: 0,
playable: false,
region: "Paragon",
loc: (-11000, -11000, 0),

objective: { cmd: Vector, tgt: "Paragon - Borova" },
}

element: {
name: "Borova - Paragon",
design: "Farcaster",
mission: "Misc",

intel: "Located",
count: 1,
command_ai:1,
iff: 0,
playable: false,
region: "Paragon",
loc: (15000, -11000, 0),

objective: { cmd: Vector, tgt: "Borova - Paragon" },
}

element: {
name: "Borova - Paragon",
design: "Farcaster",
mission: "Misc",

intel: "Located",
count: 1,
command_ai:1,
iff: 0,
playable: false,
region: "Borova",
loc: (8000, 17000, 0),

objective: { cmd: Vector, tgt: "Borova - Paragon" },
}

element: {
name: "Paragon - Borova",
design: "Farcaster",
mission: "Misc",

intel: "Located",
count: 1,
command_ai:1,
iff: 0,
playable: false,
region: "Borova",
loc: (-7000, -20000, 0),

objective: { cmd: Vector, tgt: "Paragon - Borova" },
}

// EOF

[:D] Milo, please check this out as it would be great to have missions where you not just jump between planest on the same system but between different systems and/or galaxies.

Thanks ina dvance,

=S=

Image

RE: Hyperspace BUG

Posted: Sun Dec 12, 2004 3:12 pm
by Sky_walker
It is well-known problem, on old SS forum someone had this problem.
Generaly, it's very rare, so don't concern it much.

RE: Hyperspace BUG

Posted: Sun Dec 12, 2004 6:07 pm
by Diabolico
I can now farcast within different sectors of a same system, but not between different systems.[:'(]