Salatiel | 2021-05-24 00:01
Browser/NodeJS tool to create ogz maps using JSON (OGZ-Editor)
10
points ]
 (1 vote)
This tool allows you to edit mapvars, entities and basic geometry using JavaScript objects, with an option to export to .ogz.
OGZ-Editor is an interface for JSOCTA, a bunch of javascript classes for reading, formatting and converting javascript
objects to the sauer raw map format.

Examples


Map Variables
"mapvars": {
  "maptitle": "a beautiful map",
  "atmo": 1,
  "cloudlayer": "skyboxes/clouds01",
  "cloudfade": 0.9,
  "cloudscrollx": 0.01,
  "sunlight": [255, 100, 255],
  "sunlightyaw":  300,
  "sunlightpitch": 32
}

Entities
"entities": [
  {
    "position": [480, 496, 512],
    "attributes": ["mapmodel", 0, 10, 0, 0, 0]
  },
  {
    "position": [472, 496, 512],
    "attributes": ["particles", 0, 0, 100, [100, 255, 255], 0]
  },
  {
    "position": [488, 496, 512],
    "attributes": ["particles", 0, 0, 100, [100, 255, 255], 0]
  },
  {
    "position": [480, 496, 528],
    "attributes": ["light", 245, 35, 35, 150, 0]
  }
]

Geometry (octree)
"geometry": [
  {"solid": {"textures": [1]}},
  [
    "solid",
    "empty",
    [
      "solid",
      "solid",
      [
        "solid",
        "empty",
        [
          "solid"
        ]
      ]
    ]
  ]
]

Not that beautiful, but you get the idea :D
the editor can be accessed here: salatielsauer.github.io/OGZ-Editor/, to use in nodejs you will need to download the scripts/jsocta.js file and include it in your project with require ("./jsocta.js"). if you don't want to generate the data manually with the editor or install nodejs, you can access all classes and methods through your browser's developer tools console, just press F12 while on the OGZ-Editor page.

There is a more detailed guide in the github readme.

mapversion 33, lightmaps, blendmaps, materials and corner/edge editing are not supported, I still don't know what their structure looks like, any help is welcome!

10
points
 (1 vote)
AttachmentSize
ogzeditor_result0.png144.55 KB
ogzeditor_result1.png170.11 KB
ogzeditor_result2.png112.91 KB
ogzeditor_result3.png24.23 KB
User login
Users on Quadropolis
2 guests & no users online
Zoocata
Created 2023-05-05 20:58
2 weeks 23 hours ago
Zoocata
18
points ]
 (2 votes)
Created 2023-03-02 01:40
11 weeks 2 days ago
Getridou
Created 2023-01-29 23:27
15 weeks 5 days ago
Created 2023-01-19 19:36
17 weeks 2 days ago
Getridou
Created 2023-01-10 17:10
18 weeks 4 days ago
Getridou
Created 2023-01-01 14:30
19 weeks 6 days ago
Getridou
Created 2023-01-01 10:58
19 weeks 6 days ago
Getridou
Created 2023-01-01 10:49
19 weeks 6 days ago
afroninja
17
points ]
 (2 votes)
Created 2023-01-01 06:32
19 weeks 6 days ago
36
points ]
 (7 votes)
Created 2010-04-01 07:57
13 years 7 weeks ago
57
points ]
 (6 votes)
Created 2020-12-04 12:05
2 years 23 weeks ago
7
points ]
 (1 vote)
Created 2022-04-21 09:26
1 year 4 weeks ago
8
points ]
 (1 vote)
Created 2022-01-23 15:48
1 year 16 weeks ago
Created 2021-11-05 01:27
1 year 28 weeks ago
36
points ]
 (4 votes)
Created 2020-12-10 12:49
2 years 23 weeks ago
32
points ]
 (4 votes)
Created 2012-08-30 04:30
10 years 37 weeks ago
10
points ]
 (1 vote)
Created 2019-10-16 01:26
3 years 31 weeks ago
9
points ]
 (1 vote)
Created 2021-06-17 22:42
1 year 48 weeks ago
30
points ]
 (3 votes)
Created 2020-11-30 04:00
2 years 24 weeks ago
10
points ]
 (1 vote)
Created 2021-05-24 00:01
1 year 51 weeks ago
Who's new
  • ColdIV
  • Aidan
  • Hunk
  • letic86
  • BATMAN