Cities: Skylines

Cities: Skylines

340 평점
Stadium Floodlight Pack
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
Assets: Prop
파일 크기
게시일
3.455 MB
2017년 6월 4일 오전 1시 18분
업데이트 노트 1개 (보기)

다운로드 위해 구독하기
Stadium Floodlight Pack

AmiPolizeiFunk님의 1 모음집
Ami's Essential Berlin Assets
아이템 289개
설명
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: 32x32 (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: http://community.simtropolis.com/forums/topic/72425-how-to-add-lights-to-a-prop/

Grow up! Make C:S Assets!
댓글 5
ferr 2023년 6월 16일 오후 9시 07분 
Are they funcitional with PO?
hillfanthomlike10 2021년 3월 24일 오전 9시 48분 
thank you
AmiPolizeiFunk  [작성자] 2017년 6월 7일 오후 3시 04분 
I agree. Green would be nice ... ask CO!
Maelstrom 2017년 6월 7일 오후 2시 50분 
we need more colours like all the spectrum. i need a full color spectrum for my city as interchanges have colour themes and i want to make one that has rainbow ramp lighting :/
A really gay Demoman :3 2017년 6월 4일 오전 1시 54분 
it looks okey i like it dad :):steamhappy: