How do I? .... (on Debug Console)

For test results, bug reports, announcements of new builds etc.

Moderators: another_commander, winston, Getafix

User avatar
Cholmondely
Archivist
Archivist
Posts: 5002
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: How do I? .... (on Debug Console)

Post by Cholmondely »

Just to say: I've put a summary of everything I've so far found at the top of this thread, together with links to Hiran's indispensible databases (useful for names of equipment/ships recognisable by the debug console).
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
User avatar
phkb
Impressively Grand Sub-Admiral
Impressively Grand Sub-Admiral
Posts: 4646
Joined: Tue Jan 21, 2014 10:37 pm
Location: Writing more OXPs, because the world needs more OXPs.

Re: How do I? .... (on Debug Console)

Post by phkb »

A couple of notes:

Code: Select all

P.credits = 1000
This will set your credit balance to 1000, not add to it. To add credits, you need to do this:

Code: Select all

P.credits += 1000
On awarding self another ship, I would recommend only doing this while docked, not when in flight.
User avatar
Cholmondely
Archivist
Archivist
Posts: 5002
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: How do I? .... (on Debug Console)

Post by Cholmondely »

phkb wrote: Mon Jan 24, 2022 1:19 am
A couple of notes:

Code: Select all

P.credits = 1000
This will set your credit balance to 1000, not add to it. To add credits, you need to do this:

Code: Select all

P.credits += 1000
On awarding self another ship, I would recommend only doing this while docked, not when in flight.
Umm.. thank you!
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
User avatar
Cholmondely
Archivist
Archivist
Posts: 5002
Joined: Tue Jul 07, 2020 11:00 am
Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
Contact:

Re: How do I? .... (on Debug Console)

Post by Cholmondely »

Cause a docked dockable (liner, behemoth) etc to buzz off to another system with you inside:

PS.dockedStation.exitSystem(insert number of an adjacent system here).

From https://bb.oolite.space/viewtopic.ph ... 44#p174544 (Commander McLane 2012)
Comments wanted:
Missing OXPs? What do you think is missing?
Lore: The economics of ship building How many built for Aronar?
Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
Post Reply