About this mod
Better control over your broom! Faster acceleration! Faster hovering speed, shift boost speed, right-click boost speed! More responsive hovering turns, shift boost turns, right click boost turns! Can edit every value yourself, customize your experience and toggle it on and off.
- Requirements
- Permissions and credits
- Changelogs
- Donations
Can be toggled on/off with ALT+Z.
Changes made (latest version of the mod includes all of these changes in one file but it can be customized by changing its settings):
FasterAndBetterBrooms-Acceleration
Edits the time to reach max speed. Reach your broom's max speeds (Hover/Boost/Passive) instantly!
FasterAndBetterBrooms-BoostForward
Edits right-click boost's speed. Doubled values.
FasterAndBetterBrooms-BoostTurns
Edits right-click boost's turn responsiveness. Doubled values felt perfect.
FasterAndBetterBrooms-HoverForward
Edits hovering speed (when you just move without hitting shift or right-click). Doubled values.
FasterAndBetterBrooms-HoverTurns
Edits hovering turn responsiveness. Doubled values felt perfect.
FasterAndBetterBrooms-PassiveForward
Edits shift boost's speed. Doubled values.
FasterAndBetterBrooms-PassiveTurns
Edits shift boost's turn responsiveness. Doubled values felt perfect.
FasterAndBetterBrooms-AIO
All of the above in one file! Only need one AIO variant.
FasterAndBetterBrooms-HoverVertical
Edits hovering vertical speed (going up/down with CTRL/Spacebar). Doubled values.
FasterAndBetterBrooms-PassiveVertical
Edits shift boost's vertical speed (going up/down with CTRL/Spacebar). Doubled values.
FasterAndBetterBrooms-BoostVertical
Edits right click boost's vertical speed (going up/down with CTRL/Spacebar). Doubled values.
FasterAndBetterBrooms-AIOVertical
Same as AIO file but with vertical speed changes included. Only need one AIO variant.
Settings:
To customize the mod open its main.lua file with Notepad where you can find:


Every change is enabled by default. You can disable whatever you want by setting it to false. You can also edit whatever value you want. For example, if you want x3 Boost speeds:
--Boost speed values
BoostForwardImpulseValue = 1500000 --default 500000
BoostForwardStartImpulseValue = 600000 --default 200000
BoostForwardMaxSpeedValue = 6000 --default 2000
Changing keybinds
To change keybinds open the mod's main.lua file with Notepad where you can find:

So for example, to change the "Main Hotkey" to F we do:
--Main Hotkey
Key = Key.F --Change "Z" to whatever key you want. Valid keys on the mod's page.
And if you want to disable the modifier key ALT set ModifierKeyIsEnabled to false.
Installation:
- Download UE4SS-RE/RE-UE4SS xinput version. Direct download link: UE4SS_Xinput_v2.5.1
- Drop its files in Phoenix\Binaries\Win64.
- Download whatever file you want from this mod and drop it in Phoenix\Binaries\Win64\Mods.
Using RE-UE4SS to edit values yourself in real time:
Open UE4SS-settings.ini with Notepad or whatever text editor you're using and change "EnableHotReloadSystem = 0" to "EnableHotReloadSystem = 1"
You can open this mod's main.lua file with a text editor to edit it. I've included comments and the default values in them. For example, if you want x3 Boost speeds:
--Boost speed values
BoostForwardImpulseValue = 1500000 --default 500000
BoostForwardStartImpulseValue = 600000 --default 200000
BoostForwardMaxSpeedValue = 6000 --default 2000
Where you can change the "1500000" in "BoostForwardImpulseValue = 1500000" to whatever value you want.
The comments are the text/values next to the double "-" symbol.
After editing the file save it and you can reload the mods in real time while in-game by clicking the "Restart all mods" button in the RE-UE4SS console:

After clicking "Restart All Mods" you need to reload your save file or use the fast travel map for the mods to re initialize.
Editing the speed requires to edit Impulse, StartImpulse and MaxSpeed together or you might not see that much of a difference.
Credits:
Credits to sixpistol and their mod FasterHighwing as their code helped immensely.
Check out my other mods:
Invisible during Disillusionment
Better Parkour
Dedicated key to trigger slow motion - Can be toggled on and off while in-game
Swift ability triggers slow motion when in combat - Can be toggled on and off in-game
Faster and better brooms - Customizable and can be toggled on and off
Cinematic Ultra (Hidden Graphics Settings better than Ultra) - Not a Reshade
Performance boost for potato PC
Disable Vignette - TAA - Motion Blur - DOF - Film Grain - Chromatic Aberration
Disable broom flight wind effects
Disable mount flight wind effects
Disable Graphorn riding wind effects
Disable detection visual effects - No Radial Blur and contrast change
Disable directional damage indicators
Disable Low and Critical Health Effects - Modular and All in one versions - No Saturation - No Distortion - No Red pulses - No Chromatic Aberration
Better and Immersive Timeskip - Hotkeys and UI
Valid keys:
LEFT_MOUSE_BUTTON
RIGHT_MOUSE_BUTTON
CANCEL
MIDDLE_MOUSE_BUTTON
XBUTTON_ONE
XBUTTON_TWO
BACKSPACE
TAB
CLEAR
RETURN
PAUSE
CAPS_LOCK
IME_KANA
IME_HANGUEL
IME_HANGUL
IME_ON
IME_JUNJA
IME_FINAL
IME_HANJA
IME_KANJI
IME_OFF
ESCAPE
IME_CONVERT
IME_NONCONVERT
IME_ACCEPT
IME_MODECHANGE
SPACE
PAGE_UP
PAGE_DOWN
END
HOME
LEFT_ARROW
UP_ARROW
RIGHT_ARROW
DOWN_ARROW
SELECT
PRINT
EXECUTE
PRINT_SCREEN
INS
DEL
HELP
ZERO
ONE
TWO
THREE
FOUR
FIVE
SIX
SEVEN
EIGHT
NINE
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
LEFT_WIN
RIGHT_WIN
APPS
SLEEP
NUM_ZERO
NUM_ONE
NUM_TWO
NUM_THREE
NUM_FOUR
NUM_FIVE
NUM_SIX
NUM_SEVEN
NUM_EIGHT
NUM_NINE
MULTIPLY
ADD
SEPARATOR
SUBTRACT
DECIMAL
DIVIDE
F1
F2
F3
F4
F5
F6
F7
F8
F9
F10
F11
F12
F13
F14
F15
F16
F17
F18
F19
F20
F21
F22
F23
F24
NUM_LOCK
SCROLL_LOCK
BROWSER_BACK
BROWSER_FORWARD
BROWSER_REFRESH
BROWSER_STOP
BROWSER_SEARCH
BROWSER_FAVORITES
BROWSER_HOME
VOLUME_MUTE
VOLUME_DOWN
VOLUME_UP
MEDIA_NEXT_TRACK
MEDIA_PREV_TRACK
MEDIA_STOP
MEDIA_PLAY_PAUSE
LAUNCH_MAIL
LAUNCH_MEDIA_SELECT
LAUNCH_APP1
LAUNCH_APP2
OEM_ONE
OEM_PLUS
OEM_COMMA
OEM_MINUS
OEM_PERIOD
OEM_TWO
OEM_THREE
OEM_FOUR
OEM_FIVE
OEM_SIX
OEM_SEVEN
OEM_EIGHT
OEM_102
IME_PROCESS
PACKET
ATTN
CRSEL
EXSEL
EREOF
PLAY
ZOOM
PA1
OEM_CLEAR
Valid modifier keys:
SHIFT
CONTROL
ALT