v3.1.0 - Refactors and fixes
Breaking Changes:
- The mod uses a websocket client connection instead of making it's own server now.
This means the GUI now hosts the server. This makes Crowd Control support far easier and better. - Timed effects are now drawn on the left side of the screen and one-time effects on the right side.
- The config file can now be changed while the game is running and it will reload changes ingame.
If an error occurs it will give the user a popup with potentially even the line the error occured on. - The GUI now has Custom Effects split into separate categories. Sub-categories don't easily work with the current system so this was the next best thing:
New Effects:
Deforestation
: Temporarily hides all trees and their collisionsVehicular Bullets
: Let's you shoot vehicles from your gunsGet To The Marker
: Gives you 5 minutes to reach a randomly placed marker on the map. If you don't reach it in time you'll receive 10 minutes ofOne Hit K.O. (Player)
Very Flippable Vehicles
: The opposite ofUnflippable Vehicles
- now you'll flip over easier!
Adjusted Effects:
Flower Power
finally lives up to it's name and is mostly feature complete. Try aiming and then shooting with it!Arcade Racer Camera
now properly follows the vehicle's rotation (Thanks Zolika!)Add Random Blips
only adds between 1 and 3 blips now. This is to prevent the minimap from filling up too quickly and causing issues in the long run.- Split
One Hit K.O.
into 2 effects:One Hit K.O. (Player)
andOne Hit K.O. (Everyone)
Delayed Controls
is now FPS agnostic - meaning it should work on any framerate properly.- Various controls related effects should now also work during the Lowrider minigame and parachuting
- Trailers won't get modified by vehicle size/rotation effects anymore. Additionally, the Tanker won't get modified during the mission
Tanker Commander
either.
This is because the game checks based on the render matrix of the trailer and truck. Thanks, R*. Unflippable Vehicles
now won't apply for bikes, making them drivable againScreen Flip
was removed.Spawn Tree
will make the trees not persist in the save file anymore as too many objects will cause it to get corruptedThe Flash
should work on higher game speeds now
Full Changelog: v3.0.1...v3.1.0