YOUR AD HERE!!! 300 ads (sets A, B, C, D, E, F & G)
Moderators: winston, another_commander
- Cholmondely
- Archivist
- Posts: 5365
- Joined: Tue Jul 07, 2020 11:00 am
- Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
- Contact:
Re: YOUR AD HERE!!! 300 ads (sets A, B, C, D, E, F & G)
Just adding to the collection (will add more here as I dig them 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?
Re: YOUR AD HERE!!! 300 ads (sets A, B, C, D, E, F & G)
You know these are only reactions in imageformat and not actual oxp?!
- Cholmondely
- Archivist
- Posts: 5365
- Joined: Tue Jul 07, 2020 11:00 am
- Location: The Delightful Domains of His Most Britannic Majesty (industrial? agricultural? mainly anything?)
- Contact:
Re: YOUR AD HERE!!! 300 ads (sets A, B, C, D, E, F & G)
Of course.
But if we have all the images together in one place, than those who created them will have their memories jigged and it will be easier to collectively put something together. Maybe you have everything so ordered that you can find it instantaneously (it would be super!), but I know that for me to find things, this sort of approach helps!
I hope to work my way through most of the screenshots thread over time, collating whatever goodies I can find.
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?
- Cody
- Sharp Shooter Spam Assassin
- Posts: 16081
- Joined: Sat Jul 04, 2009 9:31 pm
- Location: The Lizard's Claw
- Contact:
Re: YOUR AD HERE!!! 300 ads (sets A, B, C, D, E, F & G)
Alas, so many images are no longer there. Even fairly recent pics are beginning to disappear.Cholmondely wrote: ↑Thu May 27, 2021 8:14 pmI hope to work my way through most of the screenshots thread over time, collating whatever goodies I can find.
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: YOUR AD HERE!!! 300 ads (sets A, B, C, D, E, F & G)
Does anybody know the algorithm for selecting ads from the total pool of available ads?
Re: YOUR AD HERE!!! 300 ads (sets A, B, C, D, E, F & G)
When a billboard is spawned, one of the installed sets is chosen at random and then ads from that set are being rotated in a fixed order starting with a random ad. If one of the ads in the chosen set is a "broken billboard" ad and that one is chosen as the first ad, then no rotation will happen.
Re: YOUR AD HERE!!! 300 ads (sets A, B, C, D, E, F & G)
While playing with the neons of set G, my remix neon did not animate properly.
could there be a typo 5 instead of 4 inside this oxz for the included neon?
could there be a typo 5 instead of 4 inside this oxz for the included neon?
Code: Select all
"yah_set_G_griff_station_roof_billboard.png"
);
uniforms = {
FrameCount = {
type = float;
value = "5.0";
};
Re: YOUR AD HERE!!! 300 ads (sets A, B, C, D, E, F & G)
While the constores don't allow manual refueling by disabling the F3 interface, in the background they still sell fuel. This becomes an issue with OXPs such as AutoRefuel, which automatically refuels the ship whenever possible.
The solution is to replace for every set (A, B, C, D, E, F, G) the following line in the
with
The solution is to replace for every set (A, B, C, D, E, F, G) the following line in the
shipdata.plist
:
Code: Select all
script_info = {"bgs_tunnel_texture" = "yah_sety_bgs.png";}; // where y is the name of the set so for set A: yah_seta_bgs.png
Code: Select all
script_info = {
"bgs_tunnel_texture" = "yah_sety_bgs.png";
"oolite-barred-equipment" = ("EQ_FUEL");
};