[FS22]How to make blinking staticLights?

Your forum for all discussions around Modding.
User avatar
HatsuneKid_
Posts: 2
Joined: Mon Aug 01, 2022 3:11 pm

[FS22]How to make blinking staticLights?

Post by HatsuneKid_ »

I do know how to make staticLight in Blender or giantEditor. The problem is how could I make it blink as a turning light?
Could anyone provide some keywords or screenshots to show me how to do? Do I need to set something in Blender to make a staticLight object blink?
User avatar
Dogface
Posts: 1072
Joined: Mon Nov 28, 2016 3:02 pm
Location: PC ⛽ USA

Re: [FS22]How to make blinking staticLights?

Post by Dogface »

edit

Look at the xmls for game turn lights.
C:\Program Files (x86)\Steam\steamapps\common\Farming Simulator 22\data\shared\assets\lights\lizard\turnLight01_left.xml

Code: Select all

    <turnLightLeft node="0|2" />
Last edited by Dogface on Fri Aug 05, 2022 3:53 pm, edited 1 time in total.
User avatar
HatsuneKid_
Posts: 2
Joined: Mon Aug 01, 2022 3:11 pm

Re: [FS22]How to make blinking staticLights?

Post by HatsuneKid_ »

Dogface wrote: Thu Aug 04, 2022 10:22 pm No, it is not set in Blender.

Look at the xmls for game turn lights.
C:\Program Files (x86)\Steam\steamapps\common\Farming Simulator 22\data\shared\assets\lights\lizard\turnLight01_left.xml

Code: Select all

    <turnLightLeft node="0|2" />
Not work. I tried to change turnlightleft to defaultlight. It's on likes headlight but blinking.
I've also tried to change sidelight that can't blink into turning light. It's on but still can't blink.
That's why I speculate that modifying the code can't make any staticLights object blink or not blink, but need to set something on its model.
TheSuBBie
Posts: 539
Joined: Wed Jun 10, 2020 11:38 am

Re: [FS22]How to make blinking staticLights?

Post by TheSuBBie »

Have you looked at the vehicleShader settings in the i3d of any of the in game vehicles turn lights.
Thierry67
Posts: 10
Joined: Fri Aug 24, 2018 5:50 pm

Re: [FS22]How to make blinking staticLights?

Post by Thierry67 »

in FS22 for make the light blinking for a turnlight, you need to change the UV material to X : 0 Y :-2 in blender
it's a specific UVmaterial
DzInLa
Posts: 48
Joined: Thu May 30, 2013 7:57 am

Re: [FS22]How to make blinking staticLights?

Post by DzInLa »

I agree with both Dogface & Thierry67 , see my custom lights exported from BLENDER. https://youtu.be/Q1dnKkE-f8U
You need proper xml scripting and proper UV placement for lights to blink.
User avatar
Dogface
Posts: 1072
Joined: Mon Nov 28, 2016 3:02 pm
Location: PC ⛽ USA

Re: [FS22]How to make blinking staticLights?

Post by Dogface »

Cool, good to know. :smileynew:
Post Reply