Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kariaro/spaceengineershidedlcblocks
Hide DLC blocks from SpaceEngineers
https://github.com/kariaro/spaceengineershidedlcblocks
spaceengineers
Last synced: about 1 month ago
JSON representation
Hide DLC blocks from SpaceEngineers
- Host: GitHub
- URL: https://github.com/kariaro/spaceengineershidedlcblocks
- Owner: Kariaro
- Created: 2023-06-17T20:22:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-18T11:54:32.000Z (over 1 year ago)
- Last Synced: 2024-10-14T06:12:45.527Z (3 months ago)
- Topics: spaceengineers
- Language: Python
- Homepage:
- Size: 3.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hide DLC Blocks
This file will generate a local `SpaceEngineers` mod and hide all the dlc items.
I made this script after comming back to `SpaceEngineers` and having problems navigating the Creative menu with so much clutter in it.
## Download from Steam Workshop
This mod has been uploaded to Steam Workshop and can be downloaded herehttps://steamcommunity.com/sharedfiles/filedetails/?id=2990811919
## Usage
If you are getting errors that `lxml` is not found run the following command
```
python -m pip install lxml
```Usage
1. Open up `cmd.exe` and run `python generate_mod.py`
2. You will be prompted to write the `SpaceEngineers` path on your computer
3. If a mod with this name already exists it will ask you if you want to overwrite it (Y)es or (N)o
4. The local mod should have been successfully generated and can be accessed in your `Mods` tab## Info
```
This file was created to fix the overly cluttered GUI in SpaceEngineers
You will be promped for where on your computer SpaceEngineers is locatedIt will usually be found in '/Steam/steamapps/common/SpaceEngineers'
After that this script will automatically generate a mod in your local mods folder.
If there is a mod already named this you will be prompted if you want to
replace it.
```