Stadium Floodlight Pack

Cities: Skylines Mods |

Stadium Floodlight Pack


This pack includes 7 individual floodlights in a variety of colors that are pointing 30 degrees down. Each light includes a wall mounting fixture, and each light was created with a scripted single light effect (thx Boformer).

1. Flood Light White
2. Flood Light Orange
3. Flood Light Red
4. Flood Light Blue
5. Flood Light Short White
6. Flood Light Short Orange
7. Flood Light Short Red

Those are all of the flood light effect colors. Dunno why there is no “short Blue” in the game, but you can complain to CO about that! I will use some of these lights in my upcoming Friedrich-Ludwig-Jahn-Sportpark sunken stadium asset, which should be done very soon™!

TRIS: 44 (LOD: 12)
maps: 32×32 (diffuse, specular, illumination)

And to show you how simple it is to add a light effect to a prop, here is the code:
————–

// — FIRST LIGHT EFFECT —

// Used light effect
var lightEffect1 = EffectCollection.FindEffect(“Flood Light Short White”) as LightEffect;

// Final position in prop
// note, blender format: x, y, z
// C:S format: -x,z,-y
Vector3 pos1 = new Vector3(0f,0.6f,-0.75f);

// Final direction in prop
Vector3 dir1 = new Vector3(0f,-2.00f,-4f);
// pointing 30deg down

var propEffect1 = new PropInfo.Effect {m_effect = lightEffect1, m_position = pos1, m_direction = dir1 };

// Apply effects to prop
(GameObject.Find(“Tool Controller”).GetComponent<ToolController>().m_editPrefabInfo as PropInfo).m_effects = new PropInfo.Effect[] {propEffect1};
(GameObject.Find(“Tool Controller”).GetComponent<ToolController>().m_editPrefabInfo as PropInfo).m_hasEffects = true;

————–
more examples:

Grow up! Make C:S Assets!
[www.paypal.com]

Credits
AmiPolizeiFunk
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...

This content was uploaded by website visitors. If you notice any mistake, please let us know.


If you haven’t heard about the Cities: Skylines Mods, it’s definitely the time to be introduced. These additional files provide a gamer with extra features which are not originally included to the game. Cities: Skylines Mods free files are costless and can accessed by everyone who is interested. The Cities: Skylines Mods download can be completed easily without putting much effort. All you need to do is save the file to your PC and follow the instructions. There should be any problem with that, so no worries. Huge mass of players is using Cities: Skylines Mods around the world, so you shouldn’t stay behind – just click on Cities: Skylines Mods download button and go for the amazing upgrade! The Cities: Skyline game will change massively and it’s all for the best. Who could refuse adding useful functionality to the game? Definitely not you! So complete Cities: Skylines Mods download and take a look at the new version of the game made exactly by you. Sounds fascinating, isn’t it? But it’s better seeing yourself and fulfilling your craziest ideas. We bet there is bunch of them! Express your creativity and make it as useful as never before. It’s definitely a chance to take!



Useful Information:
- Cities: Skylines 2 Mods
- About Cities: Skyline Game
- How to Install Cities: Skylines Mods

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *