Nothing on the website about how to change the wipers.
Somone must know what scripts to change to get that effect.
nemeza
Anzahl der Beiträge : 204 Anmeldedatum : 27.04.09 Ort : Budapest
Thema: Re: Windscreen wipers? Do 16 Jun - 16:49
cmcn121 schrieb:
Nothing on the website about how to change the wipers.
Somone must know what scripts to change to get that effect.
I think wiper speed should be in the const file. If you define a separate speed for the two wipers and change the script, you will get the function you want
cmcn121
Anzahl der Beiträge : 255 Anmeldedatum : 06.09.10
Thema: Re: Windscreen wipers? Fr 17 Jun - 0:40
nemeza schrieb:
cmcn121 schrieb:
Nothing on the website about how to change the wipers.
Somone must know what scripts to change to get that effect.
I think wiper speed should be in the const file. If you define a separate speed for the two wipers and change the script, you will get the function you want
Theres nothing in the "const" file about wiper speed. Looks like i wont be able to create the effect
CristianSkytter
Anzahl der Beiträge : 533 Anmeldedatum : 02.03.11
Thema: Re: Windscreen wipers? Fr 17 Jun - 7:42
cmcn121 schrieb:
nemeza schrieb:
cmcn121 schrieb:
Nothing on the website about how to change the wipers.
Somone must know what scripts to change to get that effect.
I think wiper speed should be in the const file. If you define a separate speed for the two wipers and change the script, you will get the function you want
Theres nothing in the "const" file about wiper speed. Looks like i wont be able to create the effect
Have you checked in '*cfg' file of any bus?
I've had a quick look on this and found something about this. I'm not sure but I think it doesn't require to be scripted becasue it works as it does. The thing is to change speed of wipers moving.
In free time, I can put my fingers on it and figure it out.
Regards.
cmcn121
Anzahl der Beiträge : 255 Anmeldedatum : 06.09.10
Thema: Re: Windscreen wipers? Fr 17 Jun - 13:01
CristianSkytter schrieb:
cmcn121 schrieb:
nemeza schrieb:
cmcn121 schrieb:
Nothing on the website about how to change the wipers.
Somone must know what scripts to change to get that effect.
I think wiper speed should be in the const file. If you define a separate speed for the two wipers and change the script, you will get the function you want
Theres nothing in the "const" file about wiper speed. Looks like i wont be able to create the effect
Have you checked in '*cfg' file of any bus?
I've had a quick look on this and found something about this. I'm not sure but I think it doesn't require to be scripted becasue it works as it does. The thing is to change speed of wipers moving.
In free time, I can put my fingers on it and figure it out.
Regards.
Theres nothing in any of the files I can see that says anything about wiper speed. I'll just leave it, it's too complicated to work out.
EirikhO
Anzahl der Beiträge : 61 Anmeldedatum : 07.04.11 Alter : 30 Ort : Norway
Thema: Re: Windscreen wipers? Fr 17 Jun - 13:29
The wiper speed is done with the wiper_speed item, found by searching "(S.L.wiper_speed)" in wiper.osc. There are different speeds (you have both the fast and normal wiper speeds). 3.5 is fast and 2.5 is slow (in SD200 that is, could be different values in SD202 buses). Have not found anything about different speeds on each wiper this far, will take a closer look.
CristianSkytter
Anzahl der Beiträge : 533 Anmeldedatum : 02.03.11
Thema: Re: Windscreen wipers? Fr 17 Jun - 14:30
I guess it's similar to door mechanism. You can easily change the speed of closing/opening doors (every single wing) with no script editing.
But I'm not sure, just wondering.
Regards.
cmcn121
Anzahl der Beiträge : 255 Anmeldedatum : 06.09.10
Thema: Re: Windscreen wipers? Fr 17 Jun - 15:19
CristianSkytter schrieb:
I guess it's similar to door mechanism. You can easily change the speed of closing/opening doors (every single wing) with no script editing.
But I'm not sure, just wondering.
Regards.
Theres no point, nobody knows how to do it, the person who uploaded the youtube vidoe is ignorant and wont reply to the comments.
cmcn121
Anzahl der Beiträge : 255 Anmeldedatum : 06.09.10
Thema: Re: Windscreen wipers? So 19 Jun - 15:03
Somthing else I was wondering,
Is there some way to get the wipers on AI buses to activate when it rains? I'm sure I saw somthing in one of the script files but I can remember where.
It looks a bit unrealistic when it's pouring with rain and buses are driving around with no wipers on.
Rüdiger Hülsmann Admin
Anzahl der Beiträge : 1204 Anmeldedatum : 25.04.09 Alter : 40 Ort : Potsdam-West, Berlin-Mariendorf
Thema: Re: Windscreen wipers? Mi 22 Jun - 14:46
The AI models are prepared for AI wiper usage. The scripts exist, too. And it seems that we accidentally "destroyed" that feature last minute to release. But it's easy to fix:
Open the script file "MAN_####_main_AI.osc and add "(M.L.wiper_frame)" above the {end} tag.
cmcn121
Anzahl der Beiträge : 255 Anmeldedatum : 06.09.10
Thema: Re: Windscreen wipers? Do 23 Jun - 0:48
Rüdiger Hülsmann schrieb:
The AI models are prepared for AI wiper usage. The scripts exist, too. And it seems that we accidentally "destroyed" that feature last minute to release. But it's easy to fix:
Open the script file "MAN_####_main_AI.osc and add "(M.L.wiper_frame)" above the {end} tag.
Thanks again Rudiger!
Just wondering, do you have any ideas on how to get the wiper effect in the video at the top of the page?
Thanks!
Rüdiger Hülsmann Admin
Anzahl der Beiträge : 1204 Anmeldedatum : 25.04.09 Alter : 40 Ort : Potsdam-West, Berlin-Mariendorf
Thema: Re: Windscreen wipers? Do 23 Jun - 6:22
To create this effect, the easiest way to do this would be to copy the wiper algorithm in the wiper script file and change the variable names and the speed. Then one of the wipers in the model.cfg needs to be assigned the different wiper position variable. But unless the scripting SDK is released, we can't give in-depth-support, but you may take a look at these files to understand what they do and maybe set it up for yourself (other solution: maybe the original creator of the wiper mod wants to release/share the files?)
cmcn121
Anzahl der Beiträge : 255 Anmeldedatum : 06.09.10
Thema: Re: Windscreen wipers? Fr 24 Jun - 15:51
Rüdiger Hülsmann schrieb:
To create this effect, the easiest way to do this would be to copy the wiper algorithm in the wiper script file and change the variable names and the speed. Then one of the wipers in the model.cfg needs to be assigned the different wiper position variable. But unless the scripting SDK is released, we can't give in-depth-support, but you may take a look at these files to understand what they do and maybe set it up for yourself (other solution: maybe the original creator of the wiper mod wants to release/share the files?)
Thanks Rudiger,
I *think* I know what you mean, though I'll wait and see if the author releases the files or the Scripting SDK is released before trying anything.