Awarding self another ship
player.replaceShip("lightspeeder-player")
Note for oxp ships: you need the ship .oxp to be loaded (FdL Lightspeeder) and it needs a "player" version to exist inside that .oxp!
Awarding self more dosh:
P.credits = 1000;
Awarding self equipment:
PS.awardEquipment("EQ_FUEL_INJECTION")
PS.awardEquipment("EQ_ADVANCED_COMPASS")
Awarding self a full tank of fuel:
PS.fuel = 7
Reduce energy right down (ie to simulate being attacked):
player.ship.energy=1
Immediate docking at main station
S.mainStation.dockPlayer()
Make the main station explode
system.mainStation.explode() (see link - interesting if you are docked at the time!)
Jumping to another system while docked inside a dockable ship:
Commander McLane wrote: ↑Mon Jun 18, 2012 1:15 pm
- Start Oolite.
- Travel a little away from the planet.
- Spawn a carrier, like a Behemoth, close to your ship.
- Dock with it.
- Type in the debug console:
Code: Select all
PS.dockedStation.exitSystem(insert number of an adjacent system here).
- Launch.
- ???
- Profit.
Display spinning model of ship
:test [ship_data_key]
Older: Display ship
Complex instructions here: Wiki page / Original Thread (2009)
*For a list of the technical definitions of equipment, ships etc, see Hiran's databases: Index of artefacts & https://app.box.com/s/e2yqje0xyj2a0brixd4t7a4ncb0zwqun
*Wiki debug console page
*Communication with other players - this is what Hiran has been using for his Oolite Communicator (MultiPlayer Proof Of Concept: Oolite Communicator & Brainstorming for a MultiUser OXP)
Note that some of this can be done by oxp without using the debug console: Long Range Scanner will allow you (1) to jump to whatever ship/station you like inside the current system & (2) allow you to leap around your current galaxy, jumping as many jumps as you like without using up any fuel.
_______________________________________________________________________________________________________________________________
_______________________________________________________________________________________________________________________________
Original first post:
Trying to get screen shots of Redspear's FdL Lightspeeder, and see what the various screens say about its capabilities.
*How in console to I change the system I am in? Move myself to Ceesxe for example?
*How in console do I award myself a FdL Lightspeeder?
Is there anywhere that I could have looked and found this information?