Page 2 of 2

Posted: Wed Dec 05, 2007 12:35 pm
by Commander McLane
Ahruman wrote:
Commander McLane wrote:
By the way: Do all the new planetinfo.plist-keys for clouds etc. (which I supposed to be in the progress-thread, but they aren't, so I don't find them now) work? (Was not mentioned in the release notes, or was it?)
They should do.
Just wanted to say that I found the thread here. I'm going to add these keys to the Planetinfo.plist doc in the wiki, but not today.

Actually, yes, the problem is OXP dependant

Posted: Thu Dec 06, 2007 1:09 am
by ArkanoiD
but i have more than hundred OXPs, how can i find which one causes it? :-(

Posted: Thu Dec 06, 2007 1:41 am
by JensAyton
A start would be to disable all OXPs, to verify that it is actually an OXP issue.

Then, try half of your OXPs. If the problem arises again, one of those is the problem, otherwise it’s the other half. Having determined which half is responsible, try half of that bunch, then the other. This way you’re down to one of “more than 25” candidates. Eliminate half and you’re down to “more than 12”, and so forth.

Posted: Thu Dec 06, 2007 9:35 am
by Commander McLane
Ahruman wrote:
A start would be to disable all OXPs, to verify that it is actually an OXP issue.

Then, try half of your OXPs. If the problem arises again, one of those is the problem, otherwise it’s the other half. Having determined which half is responsible, try half of that bunch, then the other. This way you’re down to one of “more than 25” candidates. Eliminate half and you’re down to “more than 12”, and so forth.
The worst thing that can happen to you is that the root of your problem is not in one single OXP, but in the combination of two specific OXPs. So if you first take out the half containing the first responsible OXP and then the half containing the second responsible OXP you would be bug-free in both cases, and still not know which two OXPs cause the problem.

But that's a very unlikely scenario.

Posted: Thu Dec 06, 2007 3:14 pm
by ArkanoiD
Ahruman wrote:
A start would be to disable all OXPs, to verify that it is actually an OXP issue.
Found that, it is "Sung's detailed textures". Tried removed "suspicious" textures by one, but could not find yet. Any ideas why this could be possible?

Posted: Thu Dec 06, 2007 4:09 pm
by another_commander
ArkanoiD wrote:
Found that, it is "Sung's detailed textures". Tried removed "suspicious" textures by one, but could not find yet. Any ideas why this could be possible?
The sky drawing code was changed about 6 months ago to use additive blending. Look at the below thread for a further explanation, first post by Ahruman:
https://bb.oolite.space/viewtopic.php?t=3522
The offending texture files should be galaxy256.png and star64.png. Try removing only those from the OXP. Doing that would make the game use its own files of the same name, which are in the correct format.

Posted: Thu Dec 06, 2007 4:16 pm
by ArkanoiD
another_commander wrote:
ArkanoiD wrote:
Found that, it is "Sung's detailed textures". Tried removed "suspicious" textures by one, but could not find yet. Any ideas why this could be possible?
The sky drawing code was changed about 6 months ago to use additive blending. Look at the below thread for a further explanation, first post by Ahruman:
https://bb.oolite.space/viewtopic.php?t=3522
The offending texture files should be galaxy256.png and star64.png. Try removing only those from the OXP. Doing that would make the game use its own files of the same name, which are in the correct format.
There is no star64.png in this OXP and removing galaxy256.png did not help :-(

Posted: Thu Dec 06, 2007 4:33 pm
by another_commander
I checked the OXP. There is a star64.png file in my copy. Deleting galaxy256.png and star64.png from the OXP does solve the problem. You will just need to hold Shift when restarting Oolite, so that the game cache gets rebuilt with the new configuration.

Posted: Thu Dec 06, 2007 5:01 pm
by ArkanoiD
another_commander wrote:
I checked the OXP. There is a star64.png file in my copy. Deleting galaxy256.png and star64.png from the OXP does solve the problem. You will just need to hold Shift when restarting Oolite, so that the game cache gets rebuilt with the new configuration.
Thanks, it helped!