Salatiel | 2021-05-24 00:01
Browser/NodeJS tool to create ogz maps using JSON (OGZ-Editor) - Update 12/08/2023
20
points ]
 (2 votes)
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!

As of 12/08/2023, mapversion 33, corner editing and cube positioning are supported, check out. :)
20
points
 (2 votes)
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
1 guest & no users online
vampirefrog
Created 2024-04-11 22:25
1 week 5 days ago
vampirefrog
29
points ]
 (4 votes)
Created 2010-05-30 10:00
13 years 47 weeks ago
Gangler
36
points ]
 (4 votes)
Created 2020-10-22 00:50
3 years 26 weeks ago
Zoocata
10
points ]
 (1 vote)
Created 2024-02-11 21:20
10 weeks 2 days ago
vampirefrog
10
points ]
 (1 vote)
Created 2023-07-23 20:02
39 weeks 2 days ago
36
points ]
 (4 votes)
Created 2020-12-10 12:49
3 years 19 weeks ago
Created 2023-12-12 23:34
19 weeks 19 hours ago
Zoocata
Created 2023-11-27 23:00
21 weeks 1 day ago
20
points ]
 (2 votes)
Created 2023-10-01 15:21
29 weeks 3 days ago
20
points ]
 (2 votes)
Created 2021-05-24 00:01
2 years 48 weeks ago
9
points ]
 (1 vote)
Created 2023-06-13 17:54
45 weeks 1 day ago
Zoocata
27
points ]
 (3 votes)
Created 2023-05-05 20:58
50 weeks 4 days ago
Zoocata
18
points ]
 (2 votes)
Created 2023-03-02 01:40
1 year 7 weeks ago
Getridou
Created 2023-01-29 23:27
1 year 12 weeks ago
Created 2023-01-19 19:36
1 year 13 weeks ago
Getridou
Created 2023-01-10 17:10
1 year 15 weeks ago
Getridou
Created 2023-01-01 14:30
1 year 16 weeks ago
Getridou
10
points ]
 (1 vote)
Created 2023-01-01 10:58
1 year 16 weeks ago
Getridou
Created 2023-01-01 10:49
1 year 16 weeks ago
afroninja
17
points ]
 (2 votes)
Created 2023-01-01 06:32
1 year 16 weeks ago
Who's new
  • ColdIV
  • Aidan
  • Hunk
  • letic86
  • BATMAN