Page 136 of 136

Re: YOUR AD HERE!!! 300 ads (sets A, B, C, D, E, F & G)

Posted: Thu May 27, 2021 11:49 am
by Cholmondely
Just adding to the collection (will add more here as I dig them up)
cbr wrote: Sat Dec 14, 2019 11:00 am
different name, same quality and price...

Image

Image

Image

Re: YOUR AD HERE!!! 300 ads (sets A, B, C, D, E, F & G)

Posted: Thu May 27, 2021 7:34 pm
by cbr
You know these are only reactions in imageformat and not actual oxp?! :roll:

Re: YOUR AD HERE!!! 300 ads (sets A, B, C, D, E, F & G)

Posted: Thu May 27, 2021 8:14 pm
by Cholmondely
cbr wrote: Thu May 27, 2021 7:34 pm
You know these are only reactions in imageformat and not actual oxp?! :roll:
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.

Re: YOUR AD HERE!!! 300 ads (sets A, B, C, D, E, F & G)

Posted: Thu May 27, 2021 9:44 pm
by Cody
Cholmondely wrote: Thu May 27, 2021 8:14 pm
I hope to work my way through most of the screenshots thread over time, collating whatever goodies I can find.
Alas, so many images are no longer there. Even fairly recent pics are beginning to disappear.

Re: YOUR AD HERE!!! 300 ads (sets A, B, C, D, E, F & G)

Posted: Wed Jun 02, 2021 7:32 am
by cbr
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)

Posted: Thu Jun 03, 2021 4:43 pm
by spara
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)

Posted: Sat Jun 05, 2021 5:06 pm
by cbr
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?

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)

Posted: Tue Dec 07, 2021 3:34 pm
by tsoj
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 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
with

Code: Select all

script_info = {
    "bgs_tunnel_texture" = "yah_sety_bgs.png";
    "oolite-barred-equipment" = ("EQ_FUEL");
};