This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
MDK2 Packager Out Of Alpha, and MDK2 Templates Available #321
Pinned
malware-dev
announced in
Announcements
Replies: 1 comment
-
... Aaaaaand I promptly found an error in the templates (it makes an extra folder that shouldn't be there...) If you've already installed the templates, open the console again and type |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The MDK2 packager is finally gone gold! Having not received any issues for some time, I have decided to take the current version out of alpha. True, it doesn't have all the bells and whistles I want quite yet, but it does - if I'm not mistaken - have all the features of MDK1. Other stuff will be added over time, including - I hope - modding support.
MDK2 project templates
The new MDK2 project templates are finally ready! You can now create new, modern MDK2 projects, leaving MDK1 behind.
Soon there will be an installer for this, but you can already install the template manually:
press the Windows
Start
button, typecmd
, press enter (startsCommand Prompt
dotnet new install Mal.Mdk2.ScriptTemplates
, press enter3a. Jetbrains Rider should also have this template available now, you no longer need to use Visual Studio!
3b. VSCode too! I'm not too familiar with how VSCode does things, but I believe you'll have to use the
dotnet new
command directlywith the new templates to create new projects.
-
dotnet new mdk2pbscript
creates a new script project in the current folder.-
dotnet new mdk2pbmixin
creates a new mixin project in the current folder.Beta Was this translation helpful? Give feedback.
All reactions