Releases: trk20/FtDSharp
Releases · trk20/FtDSharp
Release list
v0.4.2-alpha
Changes
- [Balance] Weapon control now requires a valid LWC for that weapon
- Options added for respecting AI firing mode and LWC failsafe
v0.4.1-alpha
Fixed compatibility with FtD switch over to MoonSharp (FtDSharp had references)
v0.4.0-alpha
API changes
- No longer requires
IFtDSharpinterface - No longer requires extra
usingstatements - Added clear entry point attributes -
[OnStart],[OnStop],[OnPhysicsTick]
Other changes
- Refactored various pieces for maintainability and testability
- Added unit tests
- Various fixes and performance improvements
v0.3.0-alpha
Improvements to core runtime
- Fixed several compilation/caching and related issues
- Fixed handling of slowdown and pausing
- Switched from custom banned reference detection to standard
BannedApiAnalyzers
API changes
- Removed
float deltaTimeparam fromUpdate() - Added real and game time properties to
Gamestatic class
Misc
- Actually remembered to bump version this time
Installation
- Download
FtDSharp.zip - Extract the zip into your
From The Depths/Mods/folder (so thatplugin.jsonis atMods/FtDSharp/plugin.json) - Launch the game - the mod loads automatically
v0.2.3-alpha
- Fix missile controllers requiring being aimed before firing
Installation
- Download
FtDSharp.zip - Extract the zip into your
From The Depths/Mods/folder (so thatplugin.jsonis atMods/FtDSharp/plugin.json) - Launch the game - the mod loads automatically
v0.2.2-alpha
- Fixed exception on game load caused by rogue method
Installation
- Download
FtDSharp.zip - Extract the zip into your
From The Depths/Mods/folder (so thatplugin.jsonis atMods/FtDSharp/plugin.json) - Launch the game - the mod loads automatically
v0.2.1-alpha
- Added inbuilt project for script writing
- Fixed missile controller interface name
- Improved README
Installation
- Download FtDSharp.zip
- Extract the zip file into your
From The Depths/Mods/folder (so thatplugin.jsonfiles is atMods/FtDSharp/plugin.json) - Launch the game - the mod loads automatically
NOTE: HAS EXCEPTION FIXED IN LATER RELEASES
v0.2.0-alpha
First release for FtDSharp
What was added:
- yes
Installation
- Download FtDSharp-v0.2.0-alpha.zip
- Extract the zip into your
From The Depths/Mods/folder (so thatplugin.jsonis atMods/FtDSharp/plugin.json) - Launch the game — the mod loads and does its thing!
See README for more details