Page 406 of 459

Re: Screenshots

Posted: Thu Mar 03, 2022 5:43 pm
by cbr
Image

acs anacondastella

Image

new phkb stella anaconda


Yes, You're right, Frank Stella's work could spawn a whole fleet.

Re: Screenshots

Posted: Thu Mar 03, 2022 6:29 pm
by Old Murgh
cbr wrote: Thu Mar 03, 2022 5:43 pm
new phkb stella anaconda


Yes, You're right, Frank Stella's work could spawn a whole fleet.
Mm. Nice.
That could be pleasant viewing and copyright-danger thrilling.

Re: Screenshots

Posted: Fri Mar 04, 2022 10:19 pm
by cbr
Image

Re: Screenshots

Posted: Fri Mar 04, 2022 11:54 pm
by Old Murgh
Those aren't nice suburb cops.
Must find the appropriate pList line to limit their appearance to ghetto systems.

Re: Screenshots

Posted: Sat Mar 05, 2022 12:02 am
by montana05
Old Murgh wrote: Fri Mar 04, 2022 11:54 pm
Those aren't nice suburb cops.
Must find the appropriate pList line to limit their appearance to ghetto systems.
A simple condition script is all you need. :wink:

Re: Screenshots

Posted: Sat Mar 05, 2022 12:09 am
by Old Murgh
montana05 wrote: Sat Mar 05, 2022 12:02 am
A simple condition script is all you need. :wink:
Yes? You recommend a "condition_script" pointing to a (java :shock: )script rather than a simple pList "conditions"?

Re: Screenshots

Posted: Sat Mar 05, 2022 12:35 am
by montana05
Old Murgh wrote: Sat Mar 05, 2022 12:09 am
montana05 wrote: Sat Mar 05, 2022 12:02 am
A simple condition script is all you need. :wink:
Yes? You recommend a "condition_script" pointing to a (java :shock: )script rather than a simple pList "conditions"?
Both are possible, I just prefer the js because it's more flexible.

Re: Screenshots

Posted: Sat Mar 05, 2022 12:21 pm
by Old Murgh
montana05 wrote: Sat Mar 05, 2022 12:35 am
Both are possible, I just prefer the js because it's more flexible.
You wouldn’t happen to remember a close examle of this at the top of your head that I could imitate?

Re: Screenshots

Posted: Sat Mar 05, 2022 12:33 pm
by montana05
Old Murgh wrote: Sat Mar 05, 2022 12:21 pm
montana05 wrote: Sat Mar 05, 2022 12:35 am
Both are possible, I just prefer the js because it's more flexible.
You wouldn’t happen to remember a close examle of this at the top of your head that I could imitate?

Code: Select all

this.allowSpawnShip = function(shipKey) 
{
	var systemGov = system.government;
		
	if(system.isInterstellarSpace || system.sun.isGoingNova || system.sun.hasGoneNova)
	{ 
		return false;
	};

	switch(shipKey) 
	{
		// stable systems will be handled by GalCop police
		case "nephthys_phantom_mark_IF_bhg":
									
			if(systemGov > 2)
			{
				return false;
			};
			break;

		// unstable systems will be handled by BHG, Dictators OXP and Commies OXP got their own police force 
		case "nephthys_phantom_mark_IF_GalCop":
								
			if((systemGov < 3) || (systemGov == 3 && worldScripts["dictators.js"]) || 
			   (systemGov == 4 && worldScripts["communist_population"]))
			{
				return false;
			};
			break;	
			
		default:
			break;
	};
			
	return true;
};
Something like that maybe, currently works for 2 different ships.

Re: Screenshots

Posted: Sat Mar 05, 2022 6:52 pm
by Old Murgh
montana05 wrote: Sat Mar 05, 2022 12:33 pm
Something like that maybe, currently works for 2 different ships.
Thank you. Shall give a go.

Re: Screenshots

Posted: Sun Mar 06, 2022 5:52 pm
by cbr
Image

Re: Screenshots

Posted: Mon Mar 07, 2022 6:05 pm
by Redspear
Cholmondely wrote: Tue Mar 01, 2022 8:20 pm
See Killer Wolf's views on this here. He said explicitly that...
Ah, the old fashioned way :)
I can live with that. Thanks.

Re: Screenshots

Posted: Mon Mar 07, 2022 8:41 pm
by cbr
Image
Image
Image
Image
Image
Image

Hurrah it's boyracer day... 18 years?

:)

Re: Screenshots

Posted: Mon Mar 07, 2022 9:34 pm
by cbr
Image

The same textures as above now with the materials settings. A subtle difference.

Image

The same ship but now with ( only ) the diffuse map darkened, the spec gloss map shows his shine.

Re: Screenshots

Posted: Mon Mar 07, 2022 10:02 pm
by Old Murgh
cbr wrote: Mon Mar 07, 2022 8:41 pm
Hurrah it's boyracer day... 18 years?
Hurrah! Finally boyracer day.
One gets misty-eyed. Jeez, 18 years. I think my first completed meshwork ship.

Looking more than ever like opium-smugglers.