
It's not up there yet but soon I hope.
The more testers the merrier as far as I'm concerned, so I appreciate any and every interest

Stay tuned

Moderators: winston, another_commander
The simplest plain-english introduction to git that I've seen yet:Redspear wrote:Not a clue how to use github yet, but how hard can it be?... right?
Hmm.. I could go either way on that one..Redspear wrote:Speaking of oxp, intead of overrides, I could overwrite the original config files in the source.
No oxp would be required then, if that makes things any tidier?
Well, some of the ship rescaling stuff has to go in the core anyway (i.e. scanner adjustments) so unless/until multiple versions are available then I suppose that makes sense.Diziet Sma wrote:I understand that some may like to make use of all the other features without the ship rescaling.. but on the other hand, rescaling things is what the project is all about..
So, overall, I say, go for it.. make it part of the core.
So how usable is that code, without having the plist tweaks?Redspear wrote:Meanwhile, more code added to the 1.81 summary on the previous page.
Still needs torus drive adjustments (testing now) or travelling will be quite slow, even with the new 'trunk torus'.Diziet Sma wrote:So how usable is that code, without having the plist tweaks?
A quick note as I don't have time to look over this in more detail right now ... because of the way that heat insulation works, a ship with heat insulation 12 will never heat up even if it's just above the star's surface (unless it's a nova system, where you need 100 times the heat insulation). The first change may be unnecessary; the second change it's the first number - the 1000 - that needs updating, not the 12.Redspear wrote:oolite-populator.js - lines 1474 & 1480 wrote:t[0].heatInsulation = 20; // original value 6
gs.heatInsulation = 20; // original value 6oolite-priorityai.js - line 2029 wrote:(this.ship.heatInsulation > 1000/this.ship.maxSpeed || this.ship.heatInsulation >= 40)); // original value 12
Thanks cim, non-player sun-skimming and thargoid scanner ranges are the two elements that I can't say I've really playtested (oh, haven't tried a q-mine come to think of it...) Actually, I don't think I've ever seen a non-player in the act of sunskimming before... too much testing and not enough playing perhapscim wrote:A quick note as I don't have time to look over this in more detail right now ...
Redspear wrote:The code on the previous page is now ready for 1.81 (at least for testing).
Does Happy-Dance..Redspear wrote:Meanwhile, I've made the necessary oxp.
PlayerEntity.m
Should be line 2670, not 2658.PlayerEntity.m - [color=#FF0000]line 2658[/color] wrote:float deceleration = (speed_delta * delta_t * HYPERSPEED_FACTOR * 2); // original has no * 2
Should be line 2903, not 2891.PlayerEntity.m - [color=#FF0000]line 2891[/color] wrote:double factor = ([stellar isSun]) ? 1.4 : 1.0; // original values 2.0 : 4.0
I finally got around to implementing the fix, and yes, it works.. many thanks!Redspear wrote:(BTW, did you ever fix that 'square blobs' problem?)