All Projects → malware-dev → Mdk Se

malware-dev / Mdk Se

Licence: mit
Malware's Development Kit for SE

Labels

Projects that are alternatives of or similar to Mdk Se

Opensc2k
OpenSC2K - An Open Source remake of Sim City 2000 by Maxis
Stars: ✭ 4,753 (+696.15%)
Mutual labels:  game
Anything about game
A wonderful list of Game Development resources.
Stars: ✭ 541 (-9.38%)
Mutual labels:  game
Jengine
JEngine是针对Unity开发者设计的开箱即用的框架,封装了强大的功能,小白也能快速上手,轻松制作可以热更新的游戏 | JEngine is a streamlined and easy-to-use framework designed for Unity Programmers which contains powerful features, beginners can start up quickly and making hot update-able games easily
Stars: ✭ 564 (-5.53%)
Mutual labels:  game
Vgmstream
vgmstream - A library for playback of various streamed audio formats used in video games.
Stars: ✭ 524 (-12.23%)
Mutual labels:  game
Memory Game
Simple and beautiful memory game for kids
Stars: ✭ 530 (-11.22%)
Mutual labels:  game
Entitas Csharp
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Stars: ✭ 5,393 (+803.35%)
Mutual labels:  game
Snake
A silly snake game on the browser URL
Stars: ✭ 512 (-14.24%)
Mutual labels:  game
Gameplane
基于Android的仿微信打飞机游戏
Stars: ✭ 592 (-0.84%)
Mutual labels:  game
Flexboxfroggy
A game for learning CSS flexbox 🐸
Stars: ✭ 5,334 (+793.47%)
Mutual labels:  game
Quadplay
The quadplay✜ fantasy console
Stars: ✭ 563 (-5.7%)
Mutual labels:  game
Aimtux
A large Linux csgo cheat/hack
Stars: ✭ 525 (-12.06%)
Mutual labels:  game
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (-11.56%)
Mutual labels:  game
Cataclysm Dda
Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
Stars: ✭ 5,894 (+887.27%)
Mutual labels:  game
Space Nerds In Space
Multi-player spaceship bridge simulator. Captain your starship through adventures with your friends. See https://smcameron.github.io/space-nerds-in-space
Stars: ✭ 516 (-13.57%)
Mutual labels:  game
Gopher360
Gopher360 is a free zero-config app that instantly turns your Xbox 360, Xbox One, or even DualShock controller into a mouse and keyboard. Just download, run, and relax.
Stars: ✭ 566 (-5.19%)
Mutual labels:  game
Airtest
UI Automation Framework for Games and Apps
Stars: ✭ 5,733 (+860.3%)
Mutual labels:  game
Barotrauma
A 2D online multiplayer game taking place in a submarine travelling through the icy depths of Jupiter's moon Europa.
Stars: ✭ 547 (-8.38%)
Mutual labels:  game
Unvanquished
An FPS/RTS hybrid game powered by the Daemon engine (a combination of ioq3 and XreaL)
Stars: ✭ 595 (-0.34%)
Mutual labels:  game
Open Builder
Open "Minecraft-like" game with multiplayer support and Lua scripting support for the both client and server
Stars: ✭ 569 (-4.69%)
Mutual labels:  game
Civis
JavaScript 4X game
Stars: ✭ 560 (-6.2%)
Mutual labels:  game

MDK-SE

(Malware's Development Kit for SE)


A toolkit to help with ingame script (programmable block) development for Keen Software House's space sandbox Space Engineers. It helps you create a ready-to-code project for writing ingame scripts, and provides an analyzer which warns you if you're trying to use something that is not allowed in Space Engineers.

...but it hasn't been updated for ages?

Because there hasn't been any need to. It's for all intents and purposes "done". If and when something breaks it, either a Visual Studio update or an SE update, I will do my best to fix it. Or, obviously, if I come up with a feature I want... but for now, there's nothing to do. "But there's bugs", I hear you say. Yeah, there's some minor issues. But they're small enough that I can't manage to find the time to fix them. I have limited time for this and not much help...

Can I use this in VSCode?

No. Visual Studio Code and Visual Studio has nothing in common outside of the name.

Visual Studio is Throwing Errors!

If you see an error in Visual Studio like:

Unable to create project (MDK.Services.IngameScriptWizard does not exist)

Make sure you're up to date with the latest version of Visual Studio.

General features

  • Helps you create a fully connected script project in Visual Studio, with all references in place
  • Requires that you have the game installed, but does not require you to have it running
  • Class templates for normal utility classes and extension classes
  • Tells you if you're using code that's not allowed in Space Engineers (whitelist checker)
  • Deploys multiple classes into a single PB script, which then is placed in the local Workshop space for easy access in-game - no copy/paste needed
  • Supports optional code minifying: Fit more code within the limits of the programmable block
  • Allows real reusable code libraries through the use of Visual Studio's Shared Project
  • Out-of-game script blueprint manager allows you to rename and delete script blueprints without starting the game

Quick links


Space Engineers is trademarked to Keen Software House. This toolkit is fan-made, and its developer has no relation to Keen Software House.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].