Double Day Length Mod (Configurable) [.NET] 2.1

.Net Gameplay Open Source


Description


Double Day Length Mod (Configurable) [.NET]

This is a simple script mod that extends the in-game day to twice its normal length, making it 1 hour and 36 minutes instead of 48 minutes.

Version 2.1 Update

The algorithm has been improved to account for varying computer performance.

Version 2 Update

Customization options have been added:

  • Set your own time scale (explained below).
  • Set different time scales for day and night.
  • Set the start and end times for the nighttime time scale.

Time Scale Explanation

  • GTA V's default in-game day lasts 48 minutes, with each in-game minute equivalent to 2 real-time seconds. This is the default time scale, represented by the value 1.
  • To lengthen the day, use a time scale value smaller than 1. For example, a value of 0.5 doubles the game day length (1 hour 36 minutes). A value of 0.25 quadruples the length (3 hours 12 minutes).
  • To speed up the day, use a time scale value greater than 1. For example, a value of 2 halves the game day length (24 minutes). A value of 10 makes the day ten times faster (4 minutes 48 seconds).
  • For real-time passage in-game, use a time scale value of 0.033. Note: This doesn't synchronize the in-game clock with your computer; it simply makes one in-game minute equal to one real-time minute.

IMPORTANT!

Depending on your computer's regional settings, use a comma "," instead of a period "." when entering decimal time scales. If the in-game time is excessively fast, change the decimal characters in the ini file.

Requirements

  • Script Hook V and ASI loader (with all prerequisites).
  • Script Hook V Dot Net 2.1 (with all prerequisites).

To Install

  • Place the .vb and .ini files in your GTA V directory's "scripts" folder. Create the folder if it doesn't exist.
  • Customize the settings in the .ini file.

First Upload: November 13, 2024 Last Updated: November 13, 2024


0 Comments