IMS Creators
共同设计世界、调整平衡、规划工作——IMS Creators将你的游戏设计文档、游戏数据、看板和人汇聚到一个实时云端工作区,可在任何浏览器中使用。
文档
IMS Creators Desktop
Local application to develop and store your game ideas: edit documents, add cross-references, create dialogues, prototype levels, easily export data to game engines to speed up the path from concept to release.
🌍Web version | 🎥Watch video | Download builds: 🔗site 🔗itch.io 🔗github
Main features
Write wiki docs
Use the block editor to maintain a wiki on the game, use cross-references, Markdown and more.
Design dialogues and scripts
Use the built-in dialogue editor to easily create branching dialogues, write storylines, and integrate them into the game's overall structure.
Create levels and maps
Design locations, place objects and plan gameplay using visual diagrams and descriptions.
Manage game data
Describe mechanics, characters, items, and other game elements using a user-friendly block editor. Build a database of game objects and integrate it with your engine.
Synchronize with your game engine
The created objects can be uploaded directly to the game engine in custom JSON or CSV formats and their changes can be tracked via Git.
Run from source
Download repo and it's submodule:
git clone --recurse-submodules https://github.com/ImStocker/ims-creators.git
Install dependencies in 3 folders:
cd ims-app-base
npm i
cd ../creators
npm i
cd ../desktop
npm i
Copy default env:
cp .env.example .env
Run application
npm run dev