-
Notifications
You must be signed in to change notification settings - Fork 125
Deploying Your Script to Space Engineers
When you want to test your script, you will need to deploy it to Space Engineers. This process will combine all your utility and extension classes together and create one complete script ready for Space Engineers to use.
There are a couple of ways to deploy your script, depending on your requirements. Usually you'll want to deploy just one single script project. In fact, most of you will probably have just a single script project in your solution. To deploy a single project, you right-click the project in question in the Solution Explorer, then select Deploy MDK Script.
If you have a solution with many projects, you may want to deploy all of them at once. You can do that by right-clicking on the topmost solution node instead of the individual project node.
Do you have questions, comments, suggestions for improvements? Is there something I can do better? Did I make a mistake? Please add an issue here, and prefix your issue title with Wiki. Thank you, your help will be very appreciated!