Menunggu...
114 files liked
274 komen
35 video
0 uploads
65 followers
  • Wade

    @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.

    1 hari yang lalu
  • Wade

    This is great. Thank you

    20 Ogos, 2025
  • Wade

    @RoarDihanGaming Can the camera roll be viewed outside the game?

    11 Julai, 2025
  • Wade

    Works great

    04 Mei, 2025
  • Wade

    Could it be possible for you to make the Pig?

    03 Mei, 2025
  • Wade

    Sweet, Its the game Driver in GTA. Ive always wanted this

    02 April, 2025
  • Wade

    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

    Expand to read the full comment
    21 Disember, 2024
  • Wade

    @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

    28 Januari, 2021
  • Wade

    @JG7834 Thank you. That is my gameconfig. Since people keep asking where it went, I'll reupload it tonight.

    26 Januari, 2021
  • Wade

    @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

    23 Disember, 2020