Tweaking OXPs

Discussion and information relevant to creating special missions, new ships, skins etc.

Moderators: winston, another_commander

How often do you make adjustments to the OXPs that you use?

Never.
3
16%
Sometimes.
14
74%
Often.
1
5%
All the time.
1
5%
 
Total votes: 19

MKG
Dangerous
Dangerous
Posts: 92
Joined: Mon Jan 12, 2009 4:45 pm
Location: Edge of Lake Humber

Post by MKG »

I tweak as often as I can (but my eyesight is weakening). What the Hell - if you have a tweakable OXP, what's wrong with tweaking it?

Mike
User avatar
Cmd. Cheyd
---- E L I T E ----
---- E L I T E ----
Posts: 934
Joined: Tue Dec 16, 2008 2:52 pm
Location: Deep Horizon Industries Manufacturing & Research Site somewhere in G8...

Post by Cmd. Cheyd »

I've tweaked a few...

One of the cargo OXP's can damage / remove your fuel scoops. I was having to fix/replace them so frequently, that I was operating at a regular net loss scooping cargo. So now, instead of destroying the scoops, I have the OXP damage the ship (shield & energy).

The AMS system seemed excessively high for refills, so I altered the cost of drones.

I've incorporated Screet's Auto-Chaff system and LOVE it. But I think I'm going to tweak it again.. I hate the sound it makes on chaff-launch.

I've hacked a save-game or two for various reasons. Test out a ship I wanted to play with, mostly.

Editted a few plists... There is now another model Caduecus (sp?) in my Oolite ooniverse that will appear when 1.73 releases... It swaps turret strength for speed and cargo room. And the turrets become a point-defense system for missiles instead of an anti-ship system.

And then there's SysRedux 2.0 that I'm playing with... Textures mostly, but a few other things as well.
Screet
---- E L I T E ----
---- E L I T E ----
Posts: 1883
Joined: Wed Dec 10, 2008 3:02 am
Location: Bremen, Germany

Post by Screet »

Cmd. Cheyd wrote:
I've incorporated Screet's Auto-Chaff system and LOVE it. But I think I'm going to tweak it again.. I hate the sound it makes on chaff-launch.
If you did stumble over Thargoids modification for the guardian system, try it, as that had the same problem (including guardians being destroyed upon spawning) ;) The chaff itself is not from me, just the modification...and the sound apparantly is from chaff hitting the ship due to the deploying (I use a different method than the pylon launch) being too close to the ship. I've updated my version to use the different launch procedure that the guardians now use, but did not have the time to test it yet. The code change is just one line:

Code: Select all

//	let chaff = player.ship.spawn("rmb-chaff",25);
	system.legacy_addShipsWithinRadius("rmb-chaff", 25, "abs", player.ship.position.subtract(player.ship.orientation.vectorUp().multiply(20)), 10);
Hope that works...if not, I'll need to debug further or am happy to take any better suggestions on how to do that!

Screet
Post Reply