Mal.Mdk2.ScriptTemplates 2.2.4

There is a newer version of this package available.
See the version list below for details.
dotnet new install Mal.Mdk2.ScriptTemplates::2.2.4                
This package contains a .NET Template Package you can call from the shell/command line.

These templates sets up projects for scripting or modding in Space Engineers using the MDK2 toolkits. It will automatically add the required nuget packages.

Please remember that you need the Space Engineers game installed on your computer to use the MDK2 toolkits.


This is part of the MDK2 project.


Disclaimer:

These tools are an independent creation and is not endorsed, sponsored, nor affiliated with Keen Software House. "Space Engineers" is a trademark of Keen Software House. All trademarks and copyrights used are properties of their respective owners. The use of "Space Engineers" in these tools is for reference purposes only and does not imply any association or endorsement.

  • .NETFramework 4.8

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.2.8 45 1/30/2025
2.2.7 37 1/30/2025
2.2.5 33 1/30/2025
2.2.4 32 1/30/2025
2.2.3 29 1/30/2025
2.2.2 37 1/30/2025
2.2.1 39 1/30/2025
2.2.0 41 1/30/2025
2.1.1 224 1/18/2025
2.1.0 340 1/4/2025
2.0.9 1,526 10/16/2024
2.0.8 324 10/5/2024
2.0.7 104 10/5/2024
2.0.6 199 9/29/2024
2.0.5 334 9/14/2024
2.0.4 695 7/22/2024
2.0.3 879 5/25/2024
2.0.2 135 5/24/2024
2.0.1 410 5/14/2024
2.0.0 114 5/14/2024

v.2.2.4
- No comment. Just... no comment. (made the Program in the script template public to make it easier to write tests for + that's how it is in the game anyway)

v.2.2.3
- Forgot the default namespace :facepalm:

v.2.2.2
- Test project was misnamed.

v.2.2.1
- Updated the package versions in the template.

v.2.2.0
- Added a unit test template for programmable block scripts

v.2.1.1
- Fixed dumb error in the mod template causing it to not be able to copy files from any other folder but the Data folder

v.2.1.0
- Added mod template. Renamed the mixin to MDK Mixin because it can be used for both mods and scripts.

v.2.0.22
- Updated the package versions in the template.

v.2.0.21
- Updated the package versions in the template.

v.2.0.20
- Updated the package versions in the template.

v.2.0.19
- Updated the package versions in the template.

v.2.0.18
- Updated the package versions in the template.

v.2.0.17
- Updated the package versions in the template.

v.2.0.16
- Updated the package versions in the template.

v.2.0.15
- Updated the package versions in the template.

v.2.0.14
- Updated the package versions in the template.

v.2.0.13
- Updated the package versions in the template.

v.2.0.12
- Updated the package versions in the template.

v.2.0.11
- Updated the package versions in the template.

v.2.0.10
- Updated the package versions in the template.

v.2.0.9
- Updated the package versions in the template.

v.2.0.8
- Updated the package versions in the template.

v.2.0.7
- Updated the package versions in the template.

v.2.0.6
- Updated the package versions in the template.

v.2.0.5
- Fixed the template not having the correct thumbnail image.
- Updated the package versions in the template.

v.2.0.4
- Added the missing thumbnail image to the template.
- Stopped using auto-updating nuggets as they don't work as user-friendly as I would like.

v.2.0.3
- Remove some comments in the project file that was remaining from my experiments with templating
- Added binarypath in the default local ini file

v.2.0.2
- Fixed comment in script template mentioning an "utility class" which is not something that exists in MDK2.

v.2.0.1
- Fixed templates having extra folder

v.2.0.0
- Initial release