04-07-2017, 08:04 AM
I assumed it would be the same as Quake's, but looking at
http://www.gamers.org/dEngine/quake/QDP/qmapspec.html
and loading the sample map there results in absolutely nothing in Net Radiant.
But then a brush from some simple map I made in NetRadiant earlier looks like:
which is way different- format deviates after 3 ()'s on the row- than
May I get the specifications for the .map format used by NetRadiant?
doesn't seem to be covered by https://gitlab.com/xonotic/xonotic/wikis/home
and my search results are polluted by "relevant, but not quite" results.
http://www.gamers.org/dEngine/quake/QDP/qmapspec.html
and loading the sample map there results in absolutely nothing in Net Radiant.
But then a brush from some simple map I made in NetRadiant earlier looks like:
Code:
// brush 1
{
brushDef
{
( -16 800 208 ) ( -16 288 208 ) ( -32 800 208 ) ( ( 0.015625 0 15.5 ) ( 0 0.015625 12.75 ) ) narmorx/base-concrete05_blue 0 0 0
( -32 1328 96 ) ( -48 1328 96 ) ( -32 1328 80 ) ( ( 0.015625 0 3 ) ( 0 0.015625 0 ) ) narmorx/base-concrete05_blue 0 0 0
( -32 704 96 ) ( -32 704 80 ) ( -32 192 96 ) ( ( 0.015625 0 1 ) ( 0 0.015625 0 ) ) narmorx/base-concrete05_blue 0 0 0
( 16 368 48 ) ( 32 368 48 ) ( 16 880 48 ) ( ( 0.015625 0 14.25 ) ( 0 0.015625 4 ) ) narmorx/base-concrete05_blue 0 0 0
( -48 304 48 ) ( -48 304 64 ) ( -32 304 48 ) ( ( 0.015625 0 13 ) ( 0 0.015625 15.5 ) ) narmorx/base-concrete05_blue 0 0 0
( -48 816 80 ) ( -48 1328 80 ) ( -48 816 96 ) ( ( 0.015625 0 8.75 ) ( 0 0.015625 0 ) ) narmorx/base-concrete05_blue 0 0 0
}
}
which is way different- format deviates after 3 ()'s on the row- than
Code:
{
( 128 0 0 ) ( 128 1 0 ) ( 128 0 1 ) GROUND1_6 0 0 0 1.0 1.0
( 256 0 0 ) ( 256 0 1 ) ( 256 1 0 ) GROUND1_6 0 0 0 1.0 1.0
( 0 128 0 ) ( 0 128 1 ) ( 1 128 0 ) GROUND1_6 0 0 0 1.0 1.0
( 0 384 0 ) ( 1 384 0 ) ( 0 384 1 ) GROUND1_6 0 0 0 1.0 1.0
( 0 0 64 ) ( 1 0 64 ) ( 0 1 64 ) GROUND1_6 0 0 0 1.0 1.0
( 0 0 128 ) ( 0 1 128 ) ( 1 0 128 ) GROUND1_6 0 0 0 1.0 1.0
}
doesn't seem to be covered by https://gitlab.com/xonotic/xonotic/wikis/home
and my search results are polluted by "relevant, but not quite" results.