Skip to content

jpcsupplies/Space-Engineers-Admin-script-mod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Midspace's Admin helper commands

A Steam Workshop script mod for Space Engineeers.

Space Engineers is a sandbox game about engineering, construction and maintenance of space works. Players build space ships and space stations of various sizes and utilization (civil and military), pilot ships and perform asteroid mining.

More details about the "Space Engineeers" game is available here: www.spaceengineersgame.com

This mod is published and publicly available on the Steam Community here.

Visit the Keen Software House modding forums for more detail on modding Space Engineers: http://forums.keenswh.com/?forum=325599

How to use Admin helper mod...

All chat commands and examples on how to use them are described in our wiki documentation.

Working with the code.

If you have download this elsewhere, the offical github repository for this mod is available here: http://github.com/midspace/Space-Engineers-Admin-script-mod

A copy of the game is required to work with or develop the script mod.

Working on the github repository. The best way to work on this mod and test in Space Engineers is to create a Symbolic link from your Git repository directory to the Space Engineers mods folder. Run a command prompt as Administrator, and then run the following line.

mklink /J "C:\Users\%USERNAME%\AppData\Roaming\SpaceEngineers\Mods\midspace admin helper" "C:\Users\%USERNAME%\Documents\GitHub\Space-Engineers-Admin-script-mod\midspace admin helper"

The Symbolic link directory can be simply deleted through Windows Explorer like a normal directory.

The Space Engineers references can be established with the following Symbolic link.

mklink /J "C:\Program Files\Reference Assemblies\SpaceEngineers" "C:\Program Files (x86)\Steam\SteamApps\common\SpaceEngineers\Bin64"

About

Modding script for Space Engineers with dozens of Admin commands for creating game scenarios or supporting servers.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%