
Stryker64
Published
-vulkan
Ps5 controller rumble not working when running game natively. Had to switch to GE, disable steam input, and enable native input in Hollow Knight's ingame settings menu
Ubuntu users: install steam from flathub NOT from the default app store. The game will not start if you run otherwise. Game runs perfectly after doing the above. Fluffy Mod Manager 5000 also works. Follow the instructions on the pinned comment in the posts tab. Minor audio glitches every ~20 mins or so.
No controller rumble. Might need additional tinkering to fix
Larger framedrops compared to windows when there are a large number of particle effects on screen
Fix Ps4/Ps5 Controller
- Open the command line
- Enter the following command: sudo touch /etc/udev/rules.d/70-dualsensectl.rules
- Open the "70-dualsensectl.rules" file you just created
- Paste the following in the file:
PS5 DualSense controller over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0ce6", MODE="0660", TAG+="uaccess"
PS5 DualSense controller over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="054C:0CE6", MODE="0660", TAG+="uaccess"
PS5 DualSense Edge controller over USB hidraw
KERNEL=="hidraw*", ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0df2", MODE="0660", TAG+="uaccess"
PS5 DualSense Edge controller over bluetooth hidraw
KERNEL=="hidraw*", KERNELS=="054C:0DF2", MODE="0660", TAG+="uaccess" 5. Disable controller support for the game by right clicking on the game in your steam library > Properties > Controller > Disable Steam Input