[Release] In-System Taxi
Moderators: winston, another_commander
Re: [Release] In-System Taxi 1.2
Nicely spotted Solonar. I'll fix it up and post a new version.
Re: [Release] In-System Taxi 1.2
New version (1.2.1).
* Texts proofred by Keeper. Big thanks.
* Fuel satellites blacklisted. Thanks to Solonar.
* Texts proofred by Keeper. Big thanks.
* Fuel satellites blacklisted. Thanks to Solonar.
Re: [Release] In-System Taxi 1.2.2
Someone mentioned in-system activities and I remembered my year old oxp and a small update I have done to it.
Version 1.2.2
* If Taxi Galactica oxp is not installed, then In-System Taxi Comms device can be bought from any main station. Otherwise the device can only be bought from Taxi Stations.
Version 1.2.2
* If Taxi Galactica oxp is not installed, then In-System Taxi Comms device can be bought from any main station. Otherwise the device can only be bought from Taxi Stations.
- RockDoctor
- ---- E L I T E ----
- Posts: 813
- Joined: Sat May 01, 2010 9:05 pm
- Location: Scotland
Re: [Release] In-System Taxi 1.2.2 - removing the meter!
I'm trying to track down some other problems with a different OXZ and decided to remove the Taxi radio, then remove the OXZ (once my ship had been offered the radio for installation again - as a sign that I'd successfully removed it.
I get an option on my F3 equipment screen to "Remove In-System Taxi Comms" (Cost 10Cr + 11:40). But taking that option comes up with the "laser installation" screen giving me the choice of (fore, aft, port, starboard) to "install" the "Remove etc". I even installed one "Remove etc" in port and starboard ... and STILL I have the taxi meter in the cabin !!
So, am I doing something wrong, or is this another unexpected interaction?
I get an option on my F3 equipment screen to "Remove In-System Taxi Comms" (Cost 10Cr + 11:40). But taking that option comes up with the "laser installation" screen giving me the choice of (fore, aft, port, starboard) to "install" the "Remove etc". I even installed one "Remove etc" in port and starboard ... and STILL I have the taxi meter in the cabin !!
So, am I doing something wrong, or is this another unexpected interaction?
--
Shooting aliens for fun and ... well, more fun.
"Speaking as an outsider, what do you think of the human race?" (John Cooper Clark - "I married a Space Alien")
Shooting aliens for fun and ... well, more fun.
"Speaking as an outsider, what do you think of the human race?" (John Cooper Clark - "I married a Space Alien")
- Norby
- ---- E L I T E ----
- Posts: 2577
- Joined: Mon May 20, 2013 9:53 pm
- Location: Budapest, Hungary (Mainly Agricultural Democracy, TL10)
- Contact:
Re: [Release] In-System Taxi 1.2.2
This is a bug, a fast solution if you remove the oxz and the game will remove the equipment.
Spara: I suggest to remove the "_WEAPON" part from the key of equipment, then add this into taxi_worldscript.js:Moreover currently Remove is available from TL2 only, I can imagine it in TL1 also.
Spara: I suggest to remove the "_WEAPON" part from the key of equipment, then add this into taxi_worldscript.js:
Code: Select all
this.playerBoughtEquipment = function(equipmentKey) {
if( equipmentKey == "EQ_IN_SYSTEM_TAXI_LICENCE_REMOVAL" ) {
player.ship.removeEquipment( "EQ_IN_SYSTEM_TAXI_LICENCE" );
player.ship.removeEquipment( equipmentKey );
}
}
- RockDoctor
- ---- E L I T E ----
- Posts: 813
- Joined: Sat May 01, 2010 9:05 pm
- Location: Scotland
Re: [Release] In-System Taxi 1.2.2
To quote ... Octavian, IIRC ... : "With a spot I damn him!" OPZ uninstalled. The taxi-cab service is a good encouragement to move around the various planets of a system, but economically it's not a get-rich-quick scheme. (Just like cabby-ing IRL.)Norby wrote:This is a bug, .
--
Shooting aliens for fun and ... well, more fun.
"Speaking as an outsider, what do you think of the human race?" (John Cooper Clark - "I married a Space Alien")
Shooting aliens for fun and ... well, more fun.
"Speaking as an outsider, what do you think of the human race?" (John Cooper Clark - "I married a Space Alien")
Re: [Release] In-System Taxi
Thanks RockDoctor & Norby. The removal part was clearly left unfinished. I have no memory why it's left at that stage, probably something else got my attention and I forgot to finish it . Anyway, now it works as intended. A new version (1.2.3) is available from the manager.
- RockDoctor
- ---- E L I T E ----
- Posts: 813
- Joined: Sat May 01, 2010 9:05 pm
- Location: Scotland
Re: [Release] In-System Taxi
Installing and testing. ... Well installation and removal seems to work. Didn't recieve any fare offers in a little round trip of about 4 systems, and several stations per system. I'll try it on the main ship tonight.spara wrote:Thanks RockDoctor & Norby. The removal part was clearly left unfinished. ... A new version (1.2.3) is available from the manager.
--
Shooting aliens for fun and ... well, more fun.
"Speaking as an outsider, what do you think of the human race?" (John Cooper Clark - "I married a Space Alien")
Shooting aliens for fun and ... well, more fun.
"Speaking as an outsider, what do you think of the human race?" (John Cooper Clark - "I married a Space Alien")
- Keeper
- ---- E L I T E ----
- Posts: 273
- Joined: Fri Feb 01, 2013 7:44 am
- Location: Indian Hills, Nevada, USA
Re: [Release] In-System Taxi
I suppose, nowadays, this could all be re-named "Oober"!