[RELEASE] ~ Isis Interstellar's Sothis Stations
Moderators: winston, another_commander
Re: [RELEASE] ~ Isis Interstellar's Sothis Stations
A very strange problem I've noticed with the Sothis Station is it seems bigger than it appears for purposes of targeting or mass-locks. You'll notice the target box around it crams the station in one side of the box like there's an invisible extension in the other side.
Re: [RELEASE] ~ Isis Interstellar's Sothis Stations
Convert the Sotis .dat to .obj, and you should notice that the model isn't centred on the origin of the x, y & z axes.
Move the model about in your 3d editor so that its centre is - err - centred on the origin, save it, convert it back to .dat, and voila', it's sorted!
Move the model about in your 3d editor so that its centre is - err - centred on the origin, save it, convert it back to .dat, and voila', it's sorted!
Hey, free OXPs: farsun v1.05 & tty v0.5! :0)
- Killer Wolf
- ---- E L I T E ----
- Posts: 2278
- Joined: Tue Jan 02, 2007 12:38 pm
Re: [RELEASE] ~ Isis Interstellar's Sothis Stations
it's not supposed to be centred, it was moved back so you can fly in and admire the docking bay model instead of docking as soon as you're through the dock mouth.
- Wildeblood
- ---- E L I T E ----
- Posts: 2446
- Joined: Sat Jun 11, 2011 6:07 am
- Location: Western Australia
- Contact:
Re:
I've not seen the Sothis station - and its associated buoy - before tonight. That buoy is a work of art. Brilliant, KW.Killer Wolf wrote:does the buoy look ok? pretty different to the regular one, i thought a bit of a change would make things a little more distinctive.
- Killer Wolf
- ---- E L I T E ----
- Posts: 2278
- Joined: Tue Jan 02, 2007 12:38 pm
- Captain Beatnik
- Deadly
- Posts: 154
- Joined: Sun Feb 27, 2011 10:15 pm
- Location: Eastern Bavaria (Average Agricultural Confederacy)
Re: [RELEASE] ~ Isis Interstellar's Sothis Stations
Very nice design, Killer Wolf! Downloading!
I love deadlines. I like the whooshing sound they make as they fly by. (Douglas Adams, 1952 - 2001)
You have to try the impossible to achieve the possible. (Emil Sinclair, 1877 - 1962)
You have to try the impossible to achieve the possible. (Emil Sinclair, 1877 - 1962)
- Cholmondely
- Archivist
- Posts: 5345
- Joined: Tue Jul 07, 2020 11:00 am
- Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
- Contact:
Re: [RELEASE] ~ Isis Interstellar's Sothis Stations
OXZ now available for download
Includes Dizzy's market tweaks, Ship Library presence, Market Inquirer presence, and the "Wasp Buoy" has been renamed to "Sothis Buoy".
Thanks to Montana05 & Phkb for advice & help.
I hope to post this to the Expansions Manager once Switeck & Montana give the "thumbs up"!
Includes Dizzy's market tweaks, Ship Library presence, Market Inquirer presence, and the "Wasp Buoy" has been renamed to "Sothis Buoy".
Thanks to Montana05 & Phkb for advice & help.
I hope to post this to the Expansions Manager once Switeck & Montana give the "thumbs up"!
Comments wanted:
•Missing OXPs? What do you think is missing?
•Lore: The economics of ship building How many built for Aronar?
•Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
•Missing OXPs? What do you think is missing?
•Lore: The economics of ship building How many built for Aronar?
•Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
- montana05
- ---- E L I T E ----
- Posts: 1166
- Joined: Mon May 30, 2016 3:54 am
- Location: lurking in The Devils Triangle (G1)
Re: [RELEASE] ~ Isis Interstellar's Sothis Stations
Just had a quick look and, no offense meant, some suggestions for improvement:Cholmondely wrote: ↑Fri Mar 25, 2022 1:21 pmOXZ now available for download
Includes Dizzy's market tweaks, Ship Library presence, Market Inquirer presence, and the "Wasp Buoy" has been renamed to "Sothis Buoy".
Thanks to Montana05 & Phkb for advice & help.
I hope to post this to the Expansions Manager once Switeck & Montana give the "thumbs up"!
* a unique prefix is missing, this could lead to unwanted interference with other OXP's and slows down error tracing
* the market is using spara's script, while this is working a definition in the shipdata.plist would be more flexible
* rather than using
this.shipWillExitWitchspace
for population this.systemWillPopulate
would make saving on the station possible* the populate script should actually be in Scripts folder and defined as a world script
If you like, I can make a small overhaul and send the link to you.
Btw, it might be a good idea to synchronize Sothis with spara's Sothis TC so that not both stations could appear in the same system.
Scars remind us where we've been. They don't have to dictate where we're going.
Re: [RELEASE] ~ Isis Interstellar's Sothis Stations
From my own sothis shipdata.plist ...with the changes to prices added:
Narcotics don't matter, unless you also include the next line that I added in my own Sothis OXP:
"market_monitored" = no;
...This is fitting with the line:
allegiance = "chaotic";
By "Import cheap mining products", I mean import TO the Sothis station. And the way to do that is to not have so many that you can't sell much there.
If you really want the price variations relative to the main station, I added those in my example script.
However, I think it's probably unnecessary for Sothis to have as much quantity available as the main station. It's a smaller station and since it's "off the beaten path", less traveled as well. This smaller size means it also doesn't need to allow anyone to sell more than 63 of commodity to it, unlike the main stations which can handle 127. (I do make that number greater for Superhub stations, since they are bigger than almost anything.)
That's good advice from montana05 about populator scripts. (I need to edit my own modified ones for Station Exclusions to match those rules...)
I would not recommend both this Sothis and spara's Sothis TC be installed at the same time. Are they using different models, shadow maps, etc?
EDIT: I almost forgot...the line:
script = "sothisscript.js";
...probably doesn't need to be in there twice.
Code: Select all
"market_capacity" = 63; // maximum capacity for any good
market_definition = (
// empty array matches system prices
// leaving the key out entirely is a blank market
{
// Narcotics sometimes available?
"type" = "class";
"name" = "oolite-medical";
"quantity_randomiser" = 2.0;
"capacity" = 31;
},
{
// import cheap mining products
"type" = "class";
"name" = "oolite-mining";
"quantity_multiplier" = 0.4;
"quantity_randomiser" = 0.1;
},
{
"type" = "default";
"price_multiplier" = 1.05;
"price_randomiser" = 0.1;
"quantity_multiplier" = 0.8; // Less traveled, less available
"quantity_randomiser" = 0.7;
"capacity" = 31;
}
);
"market_monitored" = no;
...This is fitting with the line:
allegiance = "chaotic";
By "Import cheap mining products", I mean import TO the Sothis station. And the way to do that is to not have so many that you can't sell much there.
If you really want the price variations relative to the main station, I added those in my example script.
However, I think it's probably unnecessary for Sothis to have as much quantity available as the main station. It's a smaller station and since it's "off the beaten path", less traveled as well. This smaller size means it also doesn't need to allow anyone to sell more than 63 of commodity to it, unlike the main stations which can handle 127. (I do make that number greater for Superhub stations, since they are bigger than almost anything.)
That's good advice from montana05 about populator scripts. (I need to edit my own modified ones for Station Exclusions to match those rules...)
I would not recommend both this Sothis and spara's Sothis TC be installed at the same time. Are they using different models, shadow maps, etc?
EDIT: I almost forgot...the line:
script = "sothisscript.js";
...probably doesn't need to be in there twice.
- Cholmondely
- Archivist
- Posts: 5345
- Joined: Tue Jul 07, 2020 11:00 am
- Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
- Contact:
Re: [RELEASE] ~ Isis Interstellar's Sothis Stations
Spara's SothisTC is an override. It transmogrifies all Sothis into Sothis TC.
Thanks for the suggestions, gentlemen.
Will commence updating of what I can understand!
Thanks for the suggestions, gentlemen.
Will commence updating of what I can understand!
Comments wanted:
•Missing OXPs? What do you think is missing?
•Lore: The economics of ship building How many built for Aronar?
•Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
•Missing OXPs? What do you think is missing?
•Lore: The economics of ship building How many built for Aronar?
•Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
- Cholmondely
- Archivist
- Posts: 5345
- Joined: Tue Jul 07, 2020 11:00 am
- Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
- Contact:
Re: [RELEASE] ~ Isis Interstellar's Sothis Stations
Switeck, do you have any views about adding in some of the newer commodities?Switeck wrote: ↑Sat Mar 26, 2022 9:18 amFrom my own sothis shipdata.plist ...with the changes to prices added:
Narcotics don't matter, unless you also include the next line that I added in my own Sothis OXP:Code: Select all
"market_capacity" = 63; // maximum capacity for any good market_definition = ( // empty array matches system prices // leaving the key out entirely is a blank market { // Narcotics sometimes available? "type" = "class"; "name" = "oolite-medical"; "quantity_randomiser" = 2.0; "capacity" = 31; }, { // import cheap mining products "type" = "class"; "name" = "oolite-mining"; "quantity_multiplier" = 0.4; "quantity_randomiser" = 0.1; }, { "type" = "default"; "price_multiplier" = 1.05; "price_randomiser" = 0.1; "quantity_multiplier" = 0.8; // Less traveled, less available "quantity_randomiser" = 0.7; "capacity" = 31; } );
"market_monitored" = no;
...This is fitting with the line:
allegiance = "chaotic";
By "Import cheap mining products", I mean import TO the Sothis station. And the way to do that is to not have so many that you can't sell much there.
If you really want the price variations relative to the main station, I added those in my example script.
However, I think it's probably unnecessary for Sothis to have as much quantity available as the main station. It's a smaller station and since it's "off the beaten path", less traveled as well. This smaller size means it also doesn't need to allow anyone to sell more than 63 of commodity to it, unlike the main stations which can handle 127. (I do make that number greater for Superhub stations, since they are bigger than almost anything.)
That's good advice from montana05 about populator scripts. (I need to edit my own modified ones for Station Exclusions to match those rules...)
I would not recommend both this Sothis and spara's Sothis TC be installed at the same time. Are they using different models, shadow maps, etc?
EDIT: I almost forgot...the line:
script = "sothisscript.js";
...probably doesn't need to be in there twice.
Oxygen (from SW Economy)
Fresh water (from SW Economy)
Medicine (from SW Economy)
Witchfire Whisky (from Darkside Moonshine Distillery) - the only regionally-priced commodity.
Coronal Plasma (from Solar Harvest OXP)
Quirium Plasma (processed Coronal Plasma, from Solar Harvest OXP)
Quirium Fuel (from Fuel Tweaks)
Quirium Crystal (from Montanas Resource Pack 01)
Comments wanted:
•Missing OXPs? What do you think is missing?
•Lore: The economics of ship building How many built for Aronar?
•Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
•Missing OXPs? What do you think is missing?
•Lore: The economics of ship building How many built for Aronar?
•Lore: The Space Traders Flight Training Manual: Cowell & MgRath Do you agree with Redspear?
Re: [RELEASE] ~ Isis Interstellar's Sothis Stations
No, I don't. I generally don't use those OXPs/OXZs.Cholmondely wrote: ↑Sun Mar 27, 2022 1:33 pmSwiteck, do you have any views about adding in some of the newer commodities?
Oxygen (from SW Economy)
Fresh water (from SW Economy)
Medicine (from SW Economy)
Witchfire Whisky (from Darkside Moonshine Distillery) - the only regionally-priced commodity.
Coronal Plasma (from Solar Harvest OXP)
Quirium Plasma (processed Coronal Plasma, from Solar Harvest OXP)
Quirium Fuel (from Fuel Tweaks)
Quirium Crystal (from Montanas Resource Pack 01)
Pricing them different than the main station sets up the delicate issue of in-system trading for profit. Too much of a price difference and it's just low-risk "free" money. It also depends on which station has those supplies. If Sothis is more expensive than the main station, then if it has any of the expensive commodity...you can't resell that at the main station for profit. Sothis isn't as far from the main station or planet as rock hermits or the witchpoint exit buoy is to justify larger price differences.
This is why it's so convenient to just copy the main station's prices and only vary the amount-for-sale and possibly how much you can sell to the station. It's more boring that way, unless you're using a freighter with 100+ TC capacity and need that extra cargo to fill out your hold...but game-balance wise it's pretty benign.
- montana05
- ---- E L I T E ----
- Posts: 1166
- Joined: Mon May 30, 2016 3:54 am
- Location: lurking in The Devils Triangle (G1)
Re: [RELEASE] ~ Isis Interstellar's Sothis Stations
If a player has Sothis, Nuit and GN installed at some system it could become crowded. I think I need to change the coordinates for Sothis and Nuit so that they are farther from the main station.
Scars remind us where we've been. They don't have to dictate where we're going.