로딩중...

Chaos Mod V 2.1.3

다운로드
pongo1231

315,914

Feel free to join the Discord Server for announcements (and a better chance of getting support for questions).

Chaos Mod V is an attempt to mimic the Chaos mods found on SA and VC and expand on them with own ideas.

Basically, every 30 seconds the game will trigger a random effect. This effect can be anything from giving you an RPG to exploding all nearby vehicles or making every nearby ped dance.

There are one-time and timed effects. One timed effects will run only once when the effect is started, while timed effects will run for 90 seconds (by default) after they've been started.

This makes gameplay significantly more surprising, as literally anything could happen every time an effect starts. Right now the mod features around 350 unique effects.

The mod also comes with a simple configuration tool. You can do anything from changing how often an effect should start to toggling individual effects and changing all kind of settings individually for any effect.

Also this mod is open source and licensed with GPLv3. Feel free to do whatever you want with it as long as it doesn't violate the license in any way.

Installation / Updating:

Vanilla
Make sure you have ScriptHookV installed! ScriptHookVDotNet is not required.
Apart from that, just drag and drop the ChaosMod.asi and the chaosmod folder (which are located inside the downloaded zip file) into your GTA directory.

FiveM
NOTE: The mod was made with singleplayer in mind. It is thus recommended you use it in the story mode accessible through FiveM for the best experience, though the mod should also run on servers which have client mod support enabled.
Drop the ChaosMod.asi into the plugins folder inside the FiveM/FiveM Application Data/ folder (create the plugins folder if it doesn't exist already).
The chaosmod folder still goes into your normal GTA directory.

Additional note for Wine / Proton users
Make sure to add dinput8 as a native override, otherwise asiloader won't run. Shader effects require d3dcompiler_47 to work properly. Also install dotnet6 through winetricks / protontricks if you want to run the ChaosModVConfig.exe.

Please do note that some mods (e.g. trainers or visual mods) can conflict with some effects! If you are experiencing any problems try disabling all other mods before reporting them back!

Also make sure you run chaosmod/ChaosModVConfig.exe to look through its options to customize the mod to your liking!

Make sure to check the config utility every once in a while to see if there's an update available!


Changelog:

    v.2.1.3
  • Fixed permanent effects persisting through mod pausing
  • Fixed "Override Timed Effect Type" and "Override Timed Effect Timer Length" options in config utility wrongfully showing up as checked


  • v2.1.2
  • Fixed "No Chaos" not working with distance- / displacement-based effect dispatch
  • Fixed timer-related meta effects not properly applying to displacement-based effect dispatch
  • Fixed custom sounds potentially not unloading properly for WINE / Proton users
  • Submissions downloaded from the workshop will be cached in the "workshopcache" directory now


  • v2.1.1
  • Fixed regression causing the OBS voting overlay to not work
  • Fixed discord voting causing the voting process to lock up under WINE / Proton


  • v2.1
  • Added "Real First Person", "Cocktail Shaker", "Boost Braking", "Hue Shift" and "Use The Force" effects
  • Added sorting options, a search bar, a toggle to sort installed submissions first and a setting to point to a custom workshop server in the Workshop tab of the config utility
  • Added .disablebuiltineffects feature flag
  • FiveM b3095 is now marked as supported by the mod
  • The mod now allows all models to be spawned (allowing workshop effects like "Inception" to work)
  • Fixed "Invalid Twitch Channel" error message popping up on game startup if voting is enabled
  • Meta effects are now excluded from the "Max amount of simultaneously running effects" option
  • Meta effects will not be preemptively stopped by Failsafe anymore


  • v2.0.1
  • Fixed effects on rare occasion getting stuck in the effect list with the effect timer overflowing
  • Fixed movement speed modifier effects not working after a while
  • Fixed "Meta" item in Meta config utility tab not showing the count of enabled items


  • v2.0

    NOTE: If you had chat voting enabled beforehand make sure to turn on one of the supported voting platforms in the config utility after updating!

    New Features:

  • Added 23 new effects
    - 0.5x & 5x & 10x Movement Speed
    - 1 Wanted Star & 3 Wanted Stars
    - AFK
    - Bad Boys
    - Bouncy Radar
    - Fake Fake Teleport
    - Detach Random Wheel
    - Disassemble Current Vehicle
    - ESP
    - Fake U-Turn
    - Friendly Fire
    - Give Everyone A Random Prop
    - Maximap
    - Muffled Audio
    - Not Menendez!
    - Pay Respect
    - Random Gravity
    - Remove Waypoint
    - Set Time To System Time
    - Smoke Trails
    - Solid Props
    - You're Toast
  • Implemented a workshop system for custom effects and sounds
    - This allows you to easily install collections of custom effects and sounds created by community members in the form of "submissions"
    - This feature is accessible through new "Workshop" tab in the config utility
    - You can selectively configure effects and disable files in workshop submissions from loading
    - Make sure to regularly click on the Refresh button to fetch newly uploaded or updated submissions
    - Interested in uploading your own creations? See https://github.com/gta-chaos-mod/ChaosModV/wiki/Uploading-to-the-workshop
  • Added experimental Discord voting - check chaosmod/README/voting/voting.txt for info on how to set it up
  • Added the option to dispatch effects based on distance travelled rather than time
  • Added ability to search for effects in config utility
  • Implemented a debug panel for the mod - check https://github.com/gta-chaos-mod/ChaosModV/wiki/Debug-Panel for more details
  • Added .clearlogfileonreset, .nodumps, .blacklistedcomponents and .blacklistedhooks feature flags - check https://github.com/gta-chaos-mod/ChaosModV/wiki/Feature-Flags for more details


  • Improvements to existing effects:

  • "Lock Camera" is not jittery anymore
  • "Disable Random Direction" also affects mouse steering
  • Added more phrases to "Realistic Hacking"
  • Custom names will now show up as fake effect names
  • Renamed "Local Time" to "Set Time To System Time"
  • "Random Gravity" is short timed by default now
  • "GTA 2" now has a more dynamic camera, making it more alike the actual GTA 2 one
  • "Ramp Jam" and "Vehicles Shoot Rockets" now use help texts to display info rather than using the effect name for the corresponding keys
  • "Super Stunt" doesn't behave weirdly in certain cases anymore
  • Made sprunk machines in "Quick Sprunk Stop" functional
  • "Ignite Player" extinguishes the fire after a few seconds now
  • "Sideways Gravity" and "Random Gravity" now give everything invincibility for the duration of the effect
  • "Fake Death" now uses more "professional" death texts


  • Changes:

  • The script parsing logic has been massively improved by using multiple threads & cached native definitions during evaluation
    - Having a sizeable amount of lua scripts won't block initial loading & reloading of the mod for a significant time anymore
  • Expanded the range of possible keys for effect shortcuts, allowing (almost) any key to be chosen along with being able to use CTRL and shift keys as modifiers in the config utility
  • The config utility is resizable now 🤯
  • Config files are located in the configs/ subdirectory now
    - The config utility will prompt you with a popup which when accepted moves all the corresponding files into that directory
    - Config files in the old spot will still be read by the mod, no action is necessary
  • Initial mod startup time has been improved by running hooks in separate thread
  • Significantly reduced stuttering when some effects are activated the first time - game memory scanning is now asynchronous
  • Marked game build b2944 as supported for FiveM
  • Effects now always immediately show their name on the right (with the exception of "Fake" ones)
  • Further changes to Lua scripts
    - ScriptInfo and ScriptId have been renamed to EffectInfo and EffectId (with backwards compatibility for the old names of course)
    - A whole lot of new functions have been exposed to the Lua runtime, check them here https://github.com/gta-chaos-mod/ChaosModV/wiki/Lua-Scripting#available-functions
    - Error messages have been made a lot clearer


  • Fixes:

  • Dispatching certain effects several times a row will not cause a game crash anymore
  • The TwitchChatVotingProxy process won't use significant amounts of CPU resources anymore & won't cause issues with disconnects from that
  • Improvements to the timer bar & effect timer algorithms
  • Login / channel error messages for the voting system are working again - after 3(!) years
  • Blocked new stub files from game builds b2802 and b2944 from being loaded, preventing crashes caused through those assets
  • Fixed vehicle despawn bypass not working if a save file is reloaded
  • Fixed "Ramp Jam" allowing you to spawn ramps on foot after entering and exiting a vehicle
  • Fixed "Black Hole" causing crashes on certain setups







  • Changelog for older versions
Show Full Description

최초 업로드: 2019년 10월 01일 (화)
마지막 업로드: 2024년 02월 15일 (목)
마지막 다운로드: 3분 전

All Versions

 2.1.3 (current)

다운로드 11,500 , 5.42메가바이트
2024년 02월 15일 (목)

 2.1.2

다운로드 491 , 5.42메가바이트
2024년 02월 12일 (월)

 2.1.1

다운로드 1,090 , 5.42메가바이트
2024년 02월 07일 (수)

 2.1

다운로드 249 , 5.42메가바이트
2024년 02월 07일 (수)

 2.0.1

다운로드 21,403 , 5.47메가바이트
2023년 09월 22일 (금)

 2.0

다운로드 591 , 5.47메가바이트
2023년 09월 20일 (수)

 1.11.6

다운로드 11,174 , 2.29메가바이트
2023년 07월 28일 (금)

 1.11.5

다운로드 30,452 , 2.29메가바이트
2023년 01월 24일 (화)

 1.11.4

다운로드 1,848 , 2.29메가바이트
2023년 01월 15일 (일)

 1.11.3

다운로드 24,786 , 2.22메가바이트
2022년 08월 05일 (금)

 1.11.2

다운로드 13,372 , 2.21메가바이트
2022년 05월 29일 (일)

 1.11.1

다운로드 1,173 , 2.21메가바이트
2022년 05월 25일 (수)

 1.11.0

다운로드 1,068 , 2.21메가바이트
2022년 05월 20일 (금)

 1.10.4

다운로드 1,523 , 2.15메가바이트
2022년 05월 13일 (금)

 1.10.3

다운로드 2,106 , 2.16메가바이트
2022년 05월 05일 (목)

 1.10.2

다운로드 4,741 , 2.14메가바이트
2022년 04월 15일 (금)

 1.10.1

다운로드 1,205 , 2.11메가바이트
2022년 04월 11일 (월)

 1.10.0

다운로드 298 , 2.11메가바이트
2022년 04월 10일 (일)

 1.9.3

다운로드 57,472 , 2.05메가바이트
2021년 08월 04일 (수)

 1.9.2

다운로드 17,330 , 2.04메가바이트
2021년 06월 04일 (금)

 1.9.1.3

다운로드 18,148 , 2.03메가바이트
2021년 04월 02일 (금)

 1.9.1.2

다운로드 2,525 , 2.02메가바이트
2021년 03월 27일 (토)

 1.9.1.1

다운로드 613 , 2.02메가바이트
2021년 03월 26일 (금)

 1.9.1

다운로드 385 , 2.02메가바이트
2021년 03월 26일 (금)

 1.9.0.4

다운로드 12,445 , 2.01메가바이트
2021년 02월 18일 (목)

 1.9.0.3

다운로드 8,475 , 1.89메가바이트
2021년 01월 26일 (화)

 1.9.0.2

다운로드 924 , 1.89메가바이트
2021년 01월 24일 (일)

 1.9.0.1

다운로드 975 , 1.88메가바이트
2021년 01월 23일 (토)

 1.9

다운로드 592 , 1.87메가바이트
2021년 01월 22일 (금)

 1.8.2.3

다운로드 9,525 , 2.27메가바이트
2021년 01월 07일 (목)

 1.8.2.2

다운로드 1,597 , 2.27메가바이트
2021년 01월 05일 (화)

 1.8.2.1

다운로드 2,031 , 2.27메가바이트
2021년 01월 02일 (토)

 1.8.2

다운로드 1,590 , 2.27메가바이트
2020년 12월 31일 (목)

 1.8.1.2

다운로드 951 , 2.26메가바이트
2020년 12월 29일 (화)

 1.8.1

다운로드 154 , 2.26메가바이트
2020년 12월 28일 (월)

 1.8

다운로드 6,277 , 2.25메가바이트
2020년 11월 26일 (목)

 1.7.5.1

다운로드 11,794 , 1.48메가바이트
2020년 08월 26일 (수)

 1.7.5

다운로드 827 , 1.48메가바이트
2020년 08월 21일 (금)

 1.7.4

다운로드 2,044 , 1.47메가바이트
2020년 08월 03일 (월)

 1.7.3

다운로드 1,004 , 1.46메가바이트
2020년 07월 28일 (화)

 1.7.2

다운로드 629 , 1.46메가바이트
2020년 07월 25일 (토)

 1.7.1.1

다운로드 559 , 1.45메가바이트
2020년 07월 21일 (화)

 1.7.0.1

다운로드 685 , 1.44메가바이트
2020년 07월 16일 (목)

 1.6.1

다운로드 1,173 , 1.35메가바이트
2020년 07월 07일 (화)

 1.6.0.1

다운로드 932 , 1.36메가바이트
2020년 06월 29일 (월)

 1.6

다운로드 1,091 , 1.35메가바이트
2020년 06월 22일 (월)

 1.5.1.1

다운로드 1,315 , 1.34메가바이트
2020년 06월 13일 (토)

 1.5.1

다운로드 607 , 1.34메가바이트
2020년 06월 10일 (수)

 1.5

다운로드 3,071 , 1.33메가바이트
2020년 05월 17일 (일)

 1.4.4

다운로드 5,732 , 1.32메가바이트
2020년 03월 07일 (토)

 1.4.3

다운로드 2,199 , 1.3메가바이트
2020년 02월 08일 (토)

 1.4.2

다운로드 1,182 , 1.3메가바이트
2020년 01월 30일 (목)

 1.4.1

다운로드 1,464 , 1.3메가바이트
2020년 01월 15일 (수)

 1.4

다운로드 512 , 1.29메가바이트
2020년 01월 11일 (토)

 1.3.3

다운로드 2,282 , 668킬로바이트
2019년 12월 12일 (목)

 1.3.2

다운로드 1,184 , 678킬로바이트
2019년 11월 25일 (월)

 1.3.1

다운로드 428 , 671킬로바이트
2019년 11월 20일 (수)

 1.3

다운로드 732 , 669킬로바이트
2019년 11월 11일 (월)

 1.2.1

다운로드 469 , 638킬로바이트
2019년 11월 06일 (수)

 1.2

다운로드 396 , 638킬로바이트
2019년 10월 29일 (화)

 1.1

다운로드 589 , 635킬로바이트
2019년 10월 13일 (일)

 1.0

다운로드 409 , 59킬로바이트
2019년 10월 06일 (일)

 0.1

다운로드 445 , 51킬로바이트
2019년 10월 01일 (화)

댓글 774