Textual Error

These are old bug reports that have been closed.
User avatar
Blitz
Militia Commander
Militia Commander
Posts: 342
Joined: Wed Mar 07, 2007 7:29 am

Yeah, it is a programmed response
transcendence.xml wrote:
<Welcome2>
<Initialize>
(scrSetDesc gScreen
(cat "The leader continues: "We would like to reward you for liberating our station. Please accept these "
(itmGetName (item (objGetItems gSource "*U") 0) 2)
"; they were left behind by the warlords.""
)
)
</Initialize>
Petrus
Commonwealth Pilot
Commonwealth Pilot
Posts: 66
Joined: Sat May 06, 2006 10:01 pm

That sentence is just olde englishey. Like "Prithee, sir, accepeth these fine kilos of periweede"
kaypy
Commonwealth Pilot
Commonwealth Pilot
Posts: 58
Joined: Wed Apr 25, 2007 6:42 am

In the CRC taskforce missions, the debriefing for the refugee convoy mission refers to supplies instead (its a dupe of the supply delivery debriefing)
User avatar
Blitz
Militia Commander
Militia Commander
Posts: 342
Joined: Wed Mar 07, 2007 7:29 am

kaypy wrote:In the CRC taskforce missions, the debriefing for the refugee convoy mission refers to supplies instead (its a dupe of the supply delivery debriefing)
Hmmm.... What exactly are you referring to? Is it this part of the code?
commonwealthfleet.xml wrote: (cat ""A refugee convoy is passing through the system. Your mission is to lead a small squadron and escort the convoy safely through the system. Any questions?"")
)
)
)

; Code to initiate mission
(lambda Nil
(block Nil
; Create some ships off-screen and bring them in
(intFleetCreateWingmen gSource 6)

; Set a timer to give the player a chance to get to the stargate
(setq timer (add (multiply 5 (objGetDistance gSource gStart)) (random 0 200)))
(sysAddObjTimerEvent timer gSource "OnTimerConvoyAppears3B")

(objSetObjRefData gSource "StartGate" gStart)
(objSetObjRefData gSource "EndGate" gEnd)

; orders
(shpOrderEscort gPlayerShip gStart)
(objRegisterForEvents gSource gPlayerShip)
)
)

; Code to see if mission has been completed
(lambda Nil
(block Nil
; Disperse wingmen
(setq shipsLeft (intFleetDisperseWingmen gSource 6))

; Set description
(scrSetDesc gScreen ""Outstanding mission! Those supplies are desperately needed here."")

; Increment XP
(objIncData gPlayerShip "fleetXP" 250)
kaypy
Commonwealth Pilot
Commonwealth Pilot
Posts: 58
Joined: Wed Apr 25, 2007 6:42 am

Blitz wrote: Hmmm.... What exactly are you referring to? Is it this part of the code?
commonwealthfleet.xml wrote: (cat ""A refugee convoy is passing through the system. Your mission is to lead a small squadron and escort the convoy safely through the system. Any questions?"")

...

; Set description
(scrSetDesc gScreen ""Outstanding mission! Those supplies are desperately needed here."")
Thats the one, just wasnt sure how careful I should be being about possible spoilers...
User avatar
Blitz
Militia Commander
Militia Commander
Posts: 342
Joined: Wed Mar 07, 2007 7:29 am

kaypy wrote:Thats the one, just wasnt sure how careful I should be being about possible spoilers...
Hmmm.... I don't know. I never even bothered to make an effort to avoid spoilers. It didn't strike me as that important. Maybe I should....
darksider
Commonwealth Pilot
Commonwealth Pilot
Posts: 90
Joined: Mon Nov 06, 2006 6:59 am
Location: CSC Asia

In 0.98b
I have no idea who sold them to those trading posts but
I've got some 'Commonwealth Medal of Distinctions'

I suppose adding secondPlural= "true" will fix the problem.


And the Medal of Honor too!
User avatar
FAD
Militia Captain
Militia Captain
Posts: 732
Joined: Thu Aug 10, 2006 5:33 am
Location: Area 51

In the Point Juno "favor" mission, the Admiral states: I want you to got to the wreck...

Should be:

I want you to go to the wreck...
Icabod458
Miner
Miner
Posts: 44
Joined: Mon Mar 27, 2006 4:57 pm

I had noticed this error but had forgotten to post it. I don't know which versions it is in but in the .98(a, b, c), when the player with the rank of fleet captain and docks with the Terra, on the second screen when Decker is "speaking" the second line begins "Two month ago..." this should be "Two months ago..."
User avatar
FAD
Militia Captain
Militia Captain
Posts: 732
Joined: Thu Aug 10, 2006 5:33 am
Location: Area 51

In the BAM, it reads; See you ticket agent for reservations.

Should be;

See your ticket agent for reservations.
User avatar
Salvagebot 1.0
Commonwealth Pilot
Commonwealth Pilot
Posts: 56
Joined: Sat Oct 06, 2007 6:43 am
Location: Tinker Sanford

Teraton fab "resource added" text: is it "blades" or "bladders"? Right now it says "bladers", and I don't see even the Teratons being into the sport of intestinal rollerblading.

(As Sam Kinison would say, "Oh, great, THANKS FOR THE VISUAL!")
Locked