Screenshots
Moderators: winston, another_commander
Re: Screenshots
acs anacondastella
new phkb stella anaconda
Yes, You're right, Frank Stella's work could spawn a whole fleet.
Re: Screenshots
Mm. Nice.
That could be pleasant viewing and copyright-danger thrilling.
I was young, I was naïve. Jonny Cuba made me do it!
Re: Screenshots
Those aren't nice suburb cops.
Must find the appropriate pList line to limit their appearance to ghetto systems.
Must find the appropriate pList line to limit their appearance to ghetto systems.
I was young, I was naïve. Jonny Cuba made me do it!
- montana05
- ---- E L I T E ----
- Posts: 1166
- Joined: Mon May 30, 2016 3:54 am
- Location: lurking in The Devils Triangle (G1)
Re: Screenshots
A simple condition script is all you need.
Scars remind us where we've been. They don't have to dictate where we're going.
Re: Screenshots
Yes? You recommend a "condition_script" pointing to a (java )script rather than a simple pList "conditions"?
I was young, I was naïve. Jonny Cuba made me do it!
- montana05
- ---- E L I T E ----
- Posts: 1166
- Joined: Mon May 30, 2016 3:54 am
- Location: lurking in The Devils Triangle (G1)
Re: Screenshots
Both are possible, I just prefer the js because it's more flexible.
Scars remind us where we've been. They don't have to dictate where we're going.
Re: Screenshots
You wouldn’t happen to remember a close examle of this at the top of your head that I could imitate?
I was young, I was naïve. Jonny Cuba made me do it!
- montana05
- ---- E L I T E ----
- Posts: 1166
- Joined: Mon May 30, 2016 3:54 am
- Location: lurking in The Devils Triangle (G1)
Re: Screenshots
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;
};
Scars remind us where we've been. They don't have to dictate where we're going.
- Redspear
- ---- E L I T E ----
- Posts: 2687
- Joined: Thu Jun 20, 2013 10:22 pm
- Location: On the moon Thought, orbiting the planet Ignorance.
Re: Screenshots
Ah, the old fashioned wayCholmondely wrote: ↑Tue Mar 01, 2022 8:20 pmSee Killer Wolf's views on this here. He said explicitly that...
I can live with that. Thanks.
Re: Screenshots
Hurrah it's boyracer day... 18 years?
Re: Screenshots
The same textures as above now with the materials settings. A subtle difference.
The same ship but now with ( only ) the diffuse map darkened, the spec gloss map shows his shine.
Re: Screenshots
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.
I was young, I was naïve. Jonny Cuba made me do it!