Skip to content

v3.1.0 - Refactors and fixes

Compare
Choose a tag to compare
@Lordmau5 Lordmau5 released this 06 Jan 09:22
· 124 commits to 3.0 since this release

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:
    image

New Effects:

  • Deforestation: Temporarily hides all trees and their collisions
  • Vehicular Bullets: Let's you shoot vehicles from your guns
  • Get 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 of One Hit K.O. (Player)
  • Very Flippable Vehicles: The opposite of Unflippable 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) and One 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 again
  • Screen 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 corrupted
  • The Flash should work on higher game speeds now

Full Changelog: v3.0.1...v3.1.0