.OGMO 파일 확장자
OGMO Editor Project
| 개발사 | Maddy Thorson and Friends |
| 인기도 |
4.0 | 2 투표 |
OGMO 파일이란 무엇인가요?
An OGMO file is a project file created by OGMO Editor, a free 2D video game level editor. It contains JSON-formatted data that describes a project's name, layers, entities, tilesets, and various settings. OGMO files also specify the file path to where each of a project's level files is stored.
추가 정보
Indie video game developers use OGMO Editor to create levels for 2D video games. They can then save these levels as .JSON files and include them in a video game development project.
Each OGMO Editor level creation project is saved as an OGMO file. OGMO files are renamed JSON files, which include a variety of project data and metadata. For example, each OGMO file includes a project's name, the version of OGMO that created the project, the project's settings, layers, entities, and tilesets (specified from OGMO's Edit Project screen), and the project's default, minimum, and maximum level size.
OGMO 파일을 여는 방법
You can open an OGMO file with OGMO Editor (multiplatform). Doing so will open the level editor project your OGMO file defines.
You can also open an OGMO file with Microsoft Visual Studio Code (multiplatform) or any other text or source code editor. Doing so will allow you to view the JSON data your OGMO file contains.

