Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Rain


Ermenia
 Share

Recommended Posts

okay my guess is your iether not english or dont speak english very well

but i know what your on about.

theres a bug in teh system. since 2.7 if you set the weather to thunder or rain then hit none the sounds still go on and on and on. and if your indoors when the weathers turned off then you still get it when you go out sometimes. i've never bothered to try and fix. i dont use the weather much
Link to comment
Share on other sites

@Ermenia:

> Sorry for my Englisch im dutch and very bad in Englisch
>
> the rain does word but you hear the sound when you are inside
> is there anything to amke this right that you only hear the rain.mp3 outside?
>
> Greetings,

Je zal de broncode aan moeten passen met Visual Basic 6, het zal waarschijnlijk moeilijk worden als je hier nog nooit mee gewerkt hebt.
Link to comment
Share on other sites

Dutch is the most dificult language

but now to the point:

I have a soucre code
but where can i find the rain then?

where must i edit that

DUTCH:

ik heb de soucre code
maar waar kan ik dat regen gebeuren vinden
waar moet ik dat veranderen?
//
Greetings,
Link to comment
Share on other sites

i have done it

thanks for all you advice

for the others with this problem

If Val(parse(1)) = WEATHER_RAINING And GameWeather <> WEATHER_RAINING then

replace that with this:

If Val(parse(1)) = WEATHER_RAINING And GameWeather <> WEATHER_RAINING And Map(GetPlayerMap(MyIndex)).Indoors = 0 Then

and

PUT AFTER THIS:

' Draw night (for normal players).
                If GameTime = TIME_NIGHT Then
                    If Map(GetPlayerMap(MyIndex)).Indoors = 0 Then
                        If Not InEditor Then
                            Call Night
                        End If
                    End If
                End If

THIS:

                ' stop regen bij indoors
                If Map(GetPlayerMap(MyIndex)).Indoors = 1 Then
                    Call frmMirage.BGSPlayer.StopMedia
                End If

Gr,
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...