Skip to content

Releases: trk20/FtDSharp

v0.4.2-alpha

Choose a tag to compare

@trk20 trk20 released this 08 Aug 20:14
45724ba

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

Choose a tag to compare

@trk20 trk20 released this 08 Aug 18:33
426a4ba

Fixed compatibility with FtD switch over to MoonSharp (FtDSharp had references)

v0.4.0-alpha

Choose a tag to compare

@trk20 trk20 released this 31 May 19:39
fa4ca32

API changes

  • No longer requires IFtDSharp interface
  • No longer requires extra using statements
  • 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

Choose a tag to compare

@trk20 trk20 released this 18 Apr 19:23
26dcd2e

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 deltaTime param from Update()
  • Added real and game time properties to Game static class

Misc

  • Actually remembered to bump version this time

Installation

  1. Download FtDSharp.zip
  2. Extract the zip into your From The Depths/Mods/ folder (so that plugin.json is at Mods/FtDSharp/plugin.json)
  3. Launch the game - the mod loads automatically

v0.2.3-alpha

Choose a tag to compare

@trk20 trk20 released this 19 Feb 02:40
3bc7a07
  • Fix missile controllers requiring being aimed before firing

Installation

  1. Download FtDSharp.zip
  2. Extract the zip into your From The Depths/Mods/ folder (so that plugin.json is at Mods/FtDSharp/plugin.json)
  3. Launch the game - the mod loads automatically

v0.2.2-alpha

Choose a tag to compare

@trk20 trk20 released this 19 Feb 01:59
55c518d
  • Fixed exception on game load caused by rogue method

Installation

  1. Download FtDSharp.zip
  2. Extract the zip into your From The Depths/Mods/ folder (so that plugin.json is at Mods/FtDSharp/plugin.json)
  3. Launch the game - the mod loads automatically

v0.2.1-alpha

Choose a tag to compare

@trk20 trk20 released this 17 Feb 05:10
de6e5d2
  • Added inbuilt project for script writing
  • Fixed missile controller interface name
  • Improved README

Installation

  1. Download FtDSharp.zip
  2. Extract the zip file into your From The Depths/Mods/ folder (so that plugin.json files is at Mods/FtDSharp/plugin.json)
  3. Launch the game - the mod loads automatically

NOTE: HAS EXCEPTION FIXED IN LATER RELEASES

v0.2.0-alpha

v0.2.0-alpha Pre-release
Pre-release

Choose a tag to compare

@trk20 trk20 released this 16 Feb 06:49
1a450a5

First release for FtDSharp

What was added:

  • yes

Installation

  1. Download FtDSharp-v0.2.0-alpha.zip
  2. Extract the zip into your From The Depths/Mods/ folder (so that plugin.json is at Mods/FtDSharp/plugin.json)
  3. Launch the game — the mod loads and does its thing!

See README for more details