Re: D(T)runk or not
Posted: Fri Apr 15, 2016 10:05 am
Muchas gracias, amigo .-)Cody wrote:... I think 'user-friendly' should be hyphenated.
For information and discussion about Oolite.
https://bb.oolite.space/
Muchas gracias, amigo .-)Cody wrote:... I think 'user-friendly' should be hyphenated.
Yep, something must be done there. The older versions did check the number of ships around the station. I've removed it, because filtering is slow. But I don't see a better way atm.Cody wrote:Aegis chatter - would be nice if some systems didn't have it. Randomise it, perhaps - or base it on hub-count?
Am I right in thinking Library OXP's config script doesn't actually have the ability to save settings yet?Cody wrote:I don't think settings (specifically chatter) are persisting through exits/reloads - should they?
If I enable FX Redux, the docking-tunnel doors don't look right. Otherwise - cool!
Lib_Config doesn't store anything - it is only a user interface. Every OXP which needs a simple way to offer configurations can use it, but storing and loading saved settings is up to these OXPs. It can notify OXPs if a user changes them if necessary - the readme (Lib_Config.txt) shows you some possibilities and options. OXPConfig on the other side has stored settings, but in the end it was a doomed approach, so Lib_Config is much more flexible.Ngalo wrote:Am I right in thinking Library OXP's config script doesn't actually have the ability to save settings yet?
Please fix this if so because I am making a few OXPs which use it.
.startUp
until it is completed.Sounds like a plan.-)Ngalo wrote:- allow strings to be typed in as well as numbers?
I'm not sure what you mean with save/load registered settings functions. If you mean multiple different setups for AddOns (e.g modes for un/shadered setups) then this is really better done in these AddOns - scripts, properties and values may change over time, etc. And if you mean to store setups in missionVariables then you are back to script-loading-order and script-execution-fun. But I'm thinking about a simple back-to-defaults thingummie.Ngalo wrote:- provide 'save registered settings' / 'load registered settings' helper functions for Dark Siders who don't need anything fancy and are too lazy to do it themselves?