IMS Creators

세상을 설계하고, 밸런스를 조정하며, 작업을 계획하세요 — 함께. IMS Creators는 GDD, 게임 데이터, 칸반 보드, 그리고 팀원들을 하나의 라이브 클라우드 워크스페이스로 통합하며, 어떤 브라우저에서든 사용할 수 있습니다.

문서

IMS Creators Desktop

GitHub License GitHub Release

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

image

Use the block editor to maintain a wiki on the game, use cross-references, Markdown and more.

Design dialogues and scripts

image

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

image

Design locations, place objects and plan gameplay using visual diagrams and descriptions.

Manage game data

image

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

image

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

License

MIT license