Se incarca...
66 files liked
83 comments
5 videos
3 uploads
40 followers
8.125 downloads
  • Wade

    @ReNNie ya that was the first mod that comes up for GTA 5 no map, but I didn't like the no oiv, it's only messes with content of only a few patch files, and messes with a core GTA file. Plus I have multiple versions of the same GTA folder so this has saved me over 200 Gb of additional hard drive space.

    in urma cu 4 zile
  • Wade

    @V3ST3R19 personal map I'm working on

    in urma cu 4 zile
  • Wade

    @Elwero Thanks. Reshade, Fisheye lens, Perfect Perspective, and a Zoom shader.

    in urma cu 7 zile
  • Wade

    @Gtaaals Can't give support for lspdfr, nve, or quant. Use the supplied gameconfig with these mods.

    25 Decembrie 2024
  • Wade

    @bubsrt @carreon24 Thank you for testing, you were correct. I was in a rush and i edited the wrong values. Should be fixed now.

    23 Decembrie 2024
  • 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 Decembrie 2024
  • Wade

    @carreon24 I haven't seen that error before. Wish I could help, maybe try to make another mod folder with only the support files.

    20 Decembrie 2024
  • Wade

    @Wolfx101 It's was a problematic mod as most people didn't understand how peds work but I'll help you on discord

    16 Decembrie 2024
  • Wade

    @melly3e @GHOST3D Thank you, I hope they still work for everyone

    @Wolfx101 I think that was my enhanced population mod. Basically max peds possible, all types in all areas, and no bird spawns for extra peds.

    16 Decembrie 2024
  • Wade

    @ReNNie Hi Rennie. Thanks, you rock!

    16 Decembrie 2024