114 fájlt kedvelt
274 hozzászólás
35 videó
17 feltöltés
66 követő
48 268 letöltés
@KRYST4LCLR "a user on GTA5-mods"
Hi KRYST4L. Still talking about my Gameconfig Auto Updater huh? No one is stealing or uploading your gameconfig. If your gonna talk, then talk.
This is great. Thank you
@RoarDihanGaming Can the camera roll be viewed outside the game?
Works great
Could it be possible for you to make the Pig?
Sweet, Its the game Driver in GTA. Ive always wanted this
Thank you for this script. If any one is interested in adding two more values that control the sunrise and sunset separately then change these lines
Private TimeScaleDay As Single = 0.5
Private TimeScaleSunrise As Single = 0.5
Private TimeScaleNight As Single = 0.5
Private TimeScaleSunset As Single = 0.5
Private NightStart As Integer = 22
Private SunriseStart As Integer = 7
Private DayStart As Integer = 8
Private SunsetStart As Integer = 20
If (h >= NightStart Or h < SunriseStart) Then
ActiveTimeScale = TimeScaleNight
ElseIf (h >= SunriseStart And h < DayStart) Then
ActiveTimeScale = TimeScaleSunrise
ElseIf (h >= DayStart And h < SunsetStart) Then
ActiveTimeScale = TimeScaleDay
Else
ActiveTimeScale = TimeScaleSunset
End If
Public Sub LoadSettings()
Dim val1, val2, val3, val4, val5, val6, val7, val8 As String
val1 = Settings.GetValue("SETTINGS", "TimeScaleDay", "0.5")
val2 = Settings.GetValue("SETTINGS", "TimeScaleSunrise", "0.5")
val3 = Settings.GetValue("SETTINGS", "TimeScaleNight", "0.5")
val4 = Settings.GetValue("SETTINGS", "TimeScaleSunset", "0.5")
val5 = Settings.GetValue("SETTINGS", "NightStart", "22")
val6 = Settings.GetValue("SETTINGS", "SunriseStart", "7")
val7 = Settings.GetValue("SETTINGS", "DayStart", "8")
val8 = Settings.GetValue("SETTINGS", "SunsetStart", "20")
' Convert and assign values
TimeScaleDay = CSng(val1)
TimeScaleSunrise = CSng(val2)
TimeScaleNight = CSng(val3)
TimeScaleSunset = CSng(val4)
NightStart = CInt(val5)
SunriseStart = CInt(val6)
DayStart = CInt(val7)
SunsetStart = CInt(val8)
' Validate time scale values
If TimeScaleDay < 0 Then TimeScaleDay = 0
If TimeScaleSunrise < 0 Then TimeScaleSunrise = 0
If TimeScaleNight < 0 Then TimeScaleNight = 0
If TimeScaleSunset < 0 Then TimeScaleSunset = 0
areSettingsLoaded = True
End Sub
@Alex01 the best depends on what you want. Best gameconfig is the one that doesnt crash your game. If vanilla doesnt crash your game, then that one is the best. This one is made for cars, mine is made for ymaps
@JG7834 Thank you. That is my gameconfig. Since people keep asking where it went, I'll reupload it tonight.
@JRod https://flic.kr/ps/3U7Zp6
I have spent the past 6 months staying up all night testing 4 games at once in various configs where the winning config moves to the next round. This has allowed me to finally play this game smoothly with your mods and be compatible with other ymaps. First value to change was phInstGta. This stopped the immediate crashes.
Once again, great job on the forest. I can't play without it