Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
* Add descriptions for variables to ForceFeedbackEvent in documentation
* Improve ForceFeedbackEvent constructor and DataProcessor
* Add new effects: "Eat and drink" and "Self scanning"
Version 1.0.2
Fix No Water and No Food
Remove Replay from ForceFeedbackEvent
Version 1.0.1
* First release
Bugs:
* Don't work No Food
* Don't work No Water
Subnautica Telemetry Library About it It is a small game modification, which creates and provides telemetry data for force feedback. Telemetry types:
Water pressure;
No oxygen;
Eat and drink;
No food;
No water;
Damage;
Self scanning.
It is main mod for telemetry. Mods with force feedback implementation for device are secondary.
How to add support for my device You need to create a new mod and add SubnauticaTelemetry.dll to dependencies. After this you also need to create SubnauticaTelemetry.ForceFeedback.IForceFeedbackProcessor implementation and add FF processor object to main mod. You can check example here.
I want to test it without any devices/see some logs You can install MockSubnauticaTelemetry, it is a simple force feedback implementation, which writes telemetry data to log.