Mmmmhhhhokay!phkb wrote: ↑Tue Sep 18, 2018 4:58 amThat is true, which it does say on the box!Prester John wrote:Does not work with Oolite 1.84 ...
However, why are you still using 1.84? 1.86 has been out for a while, and has a whole pile of bug fixes and improvements - it's worth the download. No, really, it is! Edit to add: I see you answered this question in the Dark Rainbow thread. However, I didn't think the system demands of 1.86 were that much greater than 1.84. Was it the planet textures that were the problem?
If I get a chance I'll have a look at why I limited the version to 1.86 - probably some events that were only added in that version - and see if there's a way I can make it 1.84 compatible. No promises, though!
(WIP) Home System
Moderators: winston, another_commander
- Prester John
- Competent
- Posts: 56
- Joined: Mon Sep 17, 2018 5:57 am
Re: (WIP) Home System
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: (WIP) Home System
My guess is that, yes, it's an OXP/OXZ causing the problem, but it's probably unrelated to your graphics card. While the wormhole is being displayed, Oolite is busy calling all the installed OXP's and seeing if they have any system setup tasks that need to be performed. The more OXP's installed, the longer the delay you experience, but it will be CPU being used here, not GPU.Prester John wrote: ↑Tue Sep 18, 2018 5:29 amNow, the real problem I have is : with the Wormhole.
I don't know if it is because of other *.OXZ/*.OXP files I have installed, but it's a [pain in my ass] when I *H*yperspace from a system to an other.
The game freezes for about one minute and I have to wait until the Wormhole is forming on the screen. Often, I have to try (and succeed to) shut down Oolite and re-boot my PC.
My guess is : my graphic card is just 'limit', so to speak.
BTW, if you find the default Perlin 3D textures in 1.86 too much for your lowly PC, you can turn them off globally by adding "perlin_3d = no;" to the "universal" section of a planetinfo.plist file. You can create you own, if you like, with just this entry in it, just put the file in the "Config" folder of an OXP subfolder in your AddOns folder.
The structure should look like this:
- AddOns
-- MyPrefs.oxp
--- Config
---- planetinfo.plist
Here's a sample of what a custom planetinfo.plist file should look like to achieve this:
Code: Select all
{
"universal" =
{
perlin_3d = no;
};
}
- Prester John
- Competent
- Posts: 56
- Joined: Mon Sep 17, 2018 5:57 am
Re: (WIP) Home System
OOOOHHH, goodie!phkb wrote: ↑Tue Sep 18, 2018 6:25 amMy guess is that, yes, it's an OXP/OXZ causing the problem, but it's probably unrelated to your graphics card. While the wormhole is being displayed, Oolite is busy calling all the installed OXP's and seeing if they have any system setup tasks that need to be performed. The more OXP's installed, the longer the delay you experience, but it will be CPU being used here, not GPU.Prester John wrote: ↑Tue Sep 18, 2018 5:29 amNow, the real problem I have is : with the Wormhole.
I don't know if it is because of other *.OXZ/*.OXP files I have installed, but it's a [pain in my ass] when I *H*yperspace from a system to an other.
The game freezes for about one minute and I have to wait until the Wormhole is forming on the screen. Often, I have to try (and succeed to) shut down Oolite and re-boot my PC.
My guess is : my graphic card is just 'limit', so to speak.
BTW, if you find the default Perlin 3D textures in 1.86 too much for your lowly PC, you can turn them off globally by adding "perlin_3d = no;" to the "universal" section of a planetinfo.plist file. You can create you own, if you like, with just this entry in it, just put the file in the "Config" folder of an OXP subfolder in your AddOns folder.
The structure should look like this:
- AddOns
-- MyPrefs.oxp
--- Config
---- planetinfo.plist
Here's a sample of what a custom planetinfo.plist file should look like to achieve this:Let me know if you need more help getting your own custom planetinfo.plist file active.Code: Select all
{ "universal" = { perlin_3d = no; }; }
I think you made my day.
Doing it right now!!!
- Prester John
- Competent
- Posts: 56
- Joined: Mon Sep 17, 2018 5:57 am
Re: (WIP) Home System
Finally!
I have fought (all the afternoon) with Oo1.86 to make it work as smoothly as Oo1.84.
I have found out that I did not need the .plist thingie. It was just a matter of 'too much textures' and related *.oxz.
So I un-installed the conflictic ones and made sure that I got a 'clean configuration/installation'.
Oo1.86, on my computer now, is kinda-like a 'custom Oo1.86'. Not really 'full', not really 'basic'... Let's just say 'average'.
Some little lags, still, but nothing to worry about. The 'wormhole problem', well, let's get started to wait a bit between systems, right?
And, NOW, I have HomeSystem installed.
(I need a break, now : my nerves...)
I have fought (all the afternoon) with Oo1.86 to make it work as smoothly as Oo1.84.
I have found out that I did not need the .plist thingie. It was just a matter of 'too much textures' and related *.oxz.
So I un-installed the conflictic ones and made sure that I got a 'clean configuration/installation'.
Oo1.86, on my computer now, is kinda-like a 'custom Oo1.86'. Not really 'full', not really 'basic'... Let's just say 'average'.
Some little lags, still, but nothing to worry about. The 'wormhole problem', well, let's get started to wait a bit between systems, right?
And, NOW, I have HomeSystem installed.
(I need a break, now : my nerves...)
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: (WIP) Home System
Cool!
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
Re: (WIP) Home System
(the first line might be unrelated, but the exception says message so I included the line just before it in the log)got message from Duma: VQA748-XE1 3 11833 : A pleasure to see you, Captain.
Exception: uncaught exception: Invalid settings: message already exists.
Active script: HomeSystem 0.10
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: (WIP) Home System
Thanks, will be fixed in the next release.
Re: (WIP) Home System
I updated, however still got this exception:
got message from GalCop Viper: RWZ090-XE1 2 7425 : Good to see you in-system again, Commander Milo.
Exception: uncaught exception: Invalid settings: message already exists.
Active script: HomeSystem 0.11
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: (WIP) Home System
Aw, dang.
*pulls on overalls and picks up monkey wrench*
This will only take a second.
*loud banging heard coming from underneath chassis*
*pulls on overalls and picks up monkey wrench*
This will only take a second.
*loud banging heard coming from underneath chassis*
Re: (WIP) Home System
I “invested” several times in my home system via the F3 10k credit item, but there was no obvious result (the credits were taken but no feedback was given on how that affected my status in the system). The reputation interface in F4 still lists me as a casual acquaintance. It might be useful to display the total lifetime investment amount there, to at least show that the purchases were tracked and the credits didn’t just go into a black hole. I haven’t looked into the code here so as not to spoil my experience discovering what effects this OXP will have, so this feedback is from a perspective of complete ignorance about what investing in the system actually does.
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: (WIP) Home System
Your dosh goes straight into the coffers of whichever crime family is running that particular system.
Otherwise, things tend to go missing, spaceships get broken - if you get my drift.
I would advise stilts for the quagmires, and camels for the snowy hills
And any survivors, their debts I will certainly pay. There's always a way!
And any survivors, their debts I will certainly pay. There's always a way!
- phkb
- Impressively Grand Sub-Admiral
- Posts: 4830
- Joined: Tue Jan 21, 2014 10:37 pm
- Location: Writing more OXPs, because the world needs more OXPs.
Re: (WIP) Home System
Or it might form another method of improving your standing/progress with a system, and therefore getting more perks unlocked.
Re: (WIP) Home System
So the uncertainty about its effect is a feature, not a bug. Got it.