How do I? .... (on Debug Console)
Moderators: winston, another_commander, Getafix
- Cholmondely
- Archivist
- Posts: 5347
- 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)
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?
•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?
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- 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)
A couple of notes:
This will set your credit balance to 1000, not add to it. To add credits, you need to do this:
On awarding self another ship, I would recommend only doing this while docked, not when in flight.
Code: Select all
P.credits = 1000
Code: Select all
P.credits += 1000
- Cholmondely
- Archivist
- Posts: 5347
- 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)
Umm.. thank you!phkb wrote: ↑Mon Jan 24, 2022 1:19 amA couple of notes: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.Code: Select all
P.credits += 1000
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?
•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?
- Cholmondely
- Archivist
- Posts: 5347
- 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)
Cause a docked dockable (liner, behemoth) etc to buzz off to another system with you inside:
From https://bb.oolite.space/viewtopic.ph ... 44#p174544 (Commander McLane 2012)
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?
•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?