mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Merge branch 'tobspr:master' into patch-6
This commit is contained in:
commit
4e6625141b
@ -5,7 +5,7 @@
|
|||||||
This is the source code for shapez.io, an open source base building game inspired by Factorio.
|
This is the source code for shapez.io, an open source base building game inspired by Factorio.
|
||||||
Your goal is to produce shapes by cutting, rotating, merging and painting parts of shapes.
|
Your goal is to produce shapes by cutting, rotating, merging and painting parts of shapes.
|
||||||
|
|
||||||
- [Steam Page](https://steam.shapez.io)
|
- [Steam Page](https://get.shapez.io/ghr)
|
||||||
- [Official Discord](https://discord.com/invite/HN7EVzV) <- _Highly recommended to join!_
|
- [Official Discord](https://discord.com/invite/HN7EVzV) <- _Highly recommended to join!_
|
||||||
- [Trello Board & Roadmap](https://trello.com/b/ISQncpJP/shapezio)
|
- [Trello Board & Roadmap](https://trello.com/b/ISQncpJP/shapezio)
|
||||||
- [itch.io Page](https://tobspr.itch.io/shapezio)
|
- [itch.io Page](https://tobspr.itch.io/shapezio)
|
||||||
|
@ -383,6 +383,7 @@ ipcMain.handle("get-mods", async () => {
|
|||||||
|
|
||||||
steam.init(isDev);
|
steam.init(isDev);
|
||||||
|
|
||||||
if (mods) {
|
// Only allow achievements and puzzle DLC if no mods are loaded
|
||||||
|
if (mods.length === 0) {
|
||||||
steam.listen();
|
steam.listen();
|
||||||
}
|
}
|
||||||
|
@ -7,8 +7,6 @@ Currently there are two options to develop mods for shapez.io:
|
|||||||
1. Writing single file mods, which doesn't require any additional tools and can be loaded directly in the game
|
1. Writing single file mods, which doesn't require any additional tools and can be loaded directly in the game
|
||||||
2. Using the [create-shapezio-mod](https://www.npmjs.com/package/create-shapezio-mod) package. This package is still in development but allows you to pack multiple files and images into a single mod file, so you don't have to base64 encode your images etc.
|
2. Using the [create-shapezio-mod](https://www.npmjs.com/package/create-shapezio-mod) package. This package is still in development but allows you to pack multiple files and images into a single mod file, so you don't have to base64 encode your images etc.
|
||||||
|
|
||||||
Since the `create-shapezio-mod` package is still in development, the current recommended way is to write single file mods, which I'll explain now.
|
|
||||||
|
|
||||||
## Mod Developer Discord
|
## Mod Developer Discord
|
||||||
|
|
||||||
A great place to get help with mod development is the official [shapez.io modloader discord](https://discord.gg/xq5v8uyMue).
|
A great place to get help with mod development is the official [shapez.io modloader discord](https://discord.gg/xq5v8uyMue).
|
||||||
|
Loading…
Reference in New Issue
Block a user