add game&rawdata

This commit is contained in:
Vasily Petrov 2026-06-17 23:06:51 +03:00
parent 0133cd976c
commit 49b34b5546
45731 changed files with 709831 additions and 0 deletions

BIN
rawdata/objects/editor/artefakt_ah.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/artefakt_cta_blue.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/artefakt_cta_green.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/axis.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/camera.object (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,55 @@
MESH pCone1 {
VERTEX_COUNT 17
FACE_COUNT 30
const Fvector vertices[VERTEX_COUNT] = {
{ 1.414214, -1.000000, 1.414212},
{ 2.000000, -1.000000, -0.000000},
{ 1.847760, -1.000000, 0.765365},
{ 1.847759, -1.000000, -0.765367},
{ 1.414214, -1.000000, -1.414214},
{ 0.765367, -1.000000, -1.847760},
{-0.000000, -1.000000, -2.000000},
{-0.765367, -1.000000, -1.847759},
{-1.414214, -1.000000, -1.414214},
{-1.847759, -1.000000, -0.765367},
{-2.000000, -1.000000, 0.000000},
{-1.847758, -1.000000, 0.765367},
{-1.414213, -1.000000, 1.414214},
{-0.765366, -1.000000, 1.847759},
{ 0.000001, -1.000000, 2.000000},
{ 0.765368, -1.000000, 1.847758},
{ 0.000000, 1.000000, -0.000000},
}
const u16 faces[FACE_COUNT*3] = {
0, 1, 2,
0, 3, 1,
0, 4, 3,
0, 5, 4,
0, 6, 5,
0, 7, 6,
0, 8, 7,
0, 9, 8,
0, 10, 9,
0, 11, 10,
0, 12, 11,
0, 13, 12,
0, 14, 13,
0, 15, 14,
16, 0, 2,
16, 15, 0,
16, 14, 15,
16, 13, 14,
16, 12, 13,
16, 11, 12,
16, 10, 11,
16, 9, 10,
16, 8, 9,
16, 7, 8,
16, 6, 7,
16, 5, 6,
16, 4, 5,
16, 3, 4,
16, 1, 3,
16, 2, 1,
}
}

View file

@ -0,0 +1,28 @@
MESH pCube1 {
VERTEX_COUNT 8
FACE_COUNT 12
const Fvector vertices[VERTEX_COUNT] = {
{-1.000000, 1.000000, -1.000000},
{ 1.000000, -1.000000, -1.000000},
{-1.000000, -1.000000, -1.000000},
{ 1.000000, 1.000000, -1.000000},
{-1.000000, 1.000000, 1.000000},
{ 1.000000, 1.000000, 1.000000},
{-1.000000, -1.000000, 1.000000},
{ 1.000000, -1.000000, 1.000000},
}
const u16 faces[FACE_COUNT*3] = {
0, 1, 2,
3, 1, 0,
4, 3, 0,
5, 3, 4,
6, 5, 4,
7, 5, 6,
2, 7, 6,
1, 7, 2,
3, 7, 1,
5, 7, 3,
4, 2, 6,
0, 2, 4,
}
}

View file

@ -0,0 +1,106 @@
MESH pCylinder1 {
VERTEX_COUNT 34
FACE_COUNT 64
const Fvector vertices[VERTEX_COUNT] = {
{ 1.847760, 1.000000, 0.765366},
{ 1.414214, -1.000000, 1.414213},
{ 1.847760, -1.000000, 0.765366},
{ 1.414214, 1.000000, 1.414213},
{ 0.765368, -1.000000, 1.847759},
{ 0.765368, 1.000000, 1.847759},
{ 0.000001, -1.000000, 2.000000},
{ 0.000001, 1.000000, 2.000000},
{-0.765366, -1.000000, 1.847759},
{-0.765366, 1.000000, 1.847759},
{-1.414213, -1.000000, 1.414214},
{-1.414213, 1.000000, 1.414214},
{-1.847759, -1.000000, 0.765368},
{-1.847759, 1.000000, 0.765368},
{-2.000000, -1.000000, 0.000001},
{-2.000000, 1.000000, 0.000001},
{-1.847759, -1.000000, -0.765366},
{-1.847759, 1.000000, -0.765366},
{-1.414214, -1.000000, -1.414213},
{-1.414214, 1.000000, -1.414213},
{-0.765367, -1.000000, -1.847759},
{-0.765367, 1.000000, -1.847759},
{-0.000000, -1.000000, -2.000000},
{-0.000000, 1.000000, -2.000000},
{ 0.765367, -1.000000, -1.847759},
{ 0.765367, 1.000000, -1.847759},
{ 1.414213, -1.000000, -1.414214},
{ 1.414213, 1.000000, -1.414214},
{ 1.847759, -1.000000, -0.765367},
{ 1.847759, 1.000000, -0.765367},
{ 2.000000, -1.000000, 0.000000},
{ 2.000000, 1.000000, 0.000000},
{ 0.000000, -1.000000, 0.000000},
{ 0.000000, 1.000000, 0.000000},
}
const u16 faces[FACE_COUNT*3] = {
0, 1, 2,
3, 1, 0,
3, 4, 1,
5, 4, 3,
5, 6, 4,
7, 6, 5,
7, 8, 6,
9, 8, 7,
9, 10, 8,
11, 10, 9,
11, 12, 10,
13, 12, 11,
13, 14, 12,
15, 14, 13,
15, 16, 14,
17, 16, 15,
17, 18, 16,
19, 18, 17,
19, 20, 18,
21, 20, 19,
21, 22, 20,
23, 22, 21,
23, 24, 22,
25, 24, 23,
25, 26, 24,
27, 26, 25,
27, 28, 26,
29, 28, 27,
29, 30, 28,
31, 30, 29,
31, 2, 30,
0, 2, 31,
32, 2, 1,
32, 1, 4,
32, 4, 6,
32, 6, 8,
32, 8, 10,
32, 10, 12,
32, 12, 14,
32, 14, 16,
32, 16, 18,
32, 18, 20,
32, 20, 22,
32, 22, 24,
32, 24, 26,
32, 26, 28,
32, 28, 30,
32, 30, 2,
33, 3, 0,
33, 5, 3,
33, 7, 5,
33, 9, 7,
33, 11, 9,
33, 13, 11,
33, 15, 13,
33, 17, 15,
33, 19, 17,
33, 21, 19,
33, 23, 21,
33, 25, 23,
33, 27, 25,
33, 29, 27,
33, 31, 29,
33, 0, 31,
}
}

BIN
rawdata/objects/editor/item_spawn.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/light_point.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/pcone.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/pcube.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/pcylinder.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/ptorus.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/shadertest_box.object (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
rawdata/objects/editor/shadertest_plane.object (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
rawdata/objects/editor/shadertest_sphere.object (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
rawdata/objects/editor/shadertest_teapot.object (Stored with Git LFS) Normal file

Binary file not shown.

Binary file not shown.

BIN
rawdata/objects/editor/spectator.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/telo_ah_cta_blue.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/telo_ah_cta_green.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/telo_dm.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/telo_tdm_blue.object (Stored with Git LFS) Normal file

Binary file not shown.

BIN
rawdata/objects/editor/telo_tdm_green.object (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,729 @@
MESH pTorus1 {
VERTEX_COUNT 241
FACE_COUNT 480
const Fvector vertices[VERTEX_COUNT] = {
{ 0.053825, 0.382683, 0.053825},
{ 0.070326, 0.382683, 0.029130},
{ 0.000000, 0.000000, -0.000000},
{ 0.029130, 0.382683, 0.070326},
{ 0.000000, 0.382683, 0.076120},
{-0.029130, 0.382683, 0.070326},
{-0.053825, 0.382683, 0.053825},
{-0.070326, 0.382683, 0.029130},
{-0.076120, 0.382683, 0.000000},
{-0.070326, 0.382683, -0.029130},
{-0.053825, 0.382683, -0.053825},
{-0.029130, 0.382683, -0.070326},
{-0.000000, 0.382683, -0.076120},
{ 0.029130, 0.382683, -0.070326},
{ 0.053825, 0.382683, -0.053825},
{ 0.070326, 0.382683, -0.029130},
{ 0.076120, 0.382683, -0.000000},
{ 0.207107, 0.707107, 0.207107},
{ 0.270598, 0.707107, 0.112085},
{ 0.112086, 0.707107, 0.270598},
{ 0.000000, 0.707107, 0.292893},
{-0.112085, 0.707107, 0.270598},
{-0.207107, 0.707107, 0.207107},
{-0.270598, 0.707107, 0.112086},
{-0.292893, 0.707107, 0.000000},
{-0.270598, 0.707107, -0.112085},
{-0.207107, 0.707107, -0.207107},
{-0.112085, 0.707107, -0.270598},
{-0.000000, 0.707107, -0.292893},
{ 0.112085, 0.707107, -0.270598},
{ 0.207107, 0.707107, -0.207107},
{ 0.270598, 0.707107, -0.112085},
{ 0.292893, 0.707107, -0.000000},
{ 0.436509, 0.923880, 0.436509},
{ 0.570326, 0.923880, 0.236237},
{ 0.236237, 0.923880, 0.570326},
{ 0.000000, 0.923880, 0.617317},
{-0.236237, 0.923880, 0.570326},
{-0.436509, 0.923880, 0.436509},
{-0.570326, 0.923880, 0.236237},
{-0.617317, 0.923880, 0.000000},
{-0.570326, 0.923880, -0.236237},
{-0.436509, 0.923880, -0.436509},
{-0.236237, 0.923880, -0.570326},
{-0.000000, 0.923880, -0.617317},
{ 0.236237, 0.923880, -0.570326},
{ 0.436509, 0.923880, -0.436509},
{ 0.570326, 0.923880, -0.236237},
{ 0.617317, 0.923880, -0.000000},
{ 0.707107, 1.000000, 0.707106},
{ 0.923880, 1.000000, 0.382683},
{ 0.382684, 1.000000, 0.923879},
{ 0.000001, 1.000000, 1.000000},
{-0.382683, 1.000000, 0.923880},
{-0.707106, 1.000000, 0.707107},
{-0.923879, 1.000000, 0.382684},
{-1.000000, 1.000000, 0.000000},
{-0.923880, 1.000000, -0.382683},
{-0.707107, 1.000000, -0.707107},
{-0.382684, 1.000000, -0.923880},
{-0.000000, 1.000000, -1.000000},
{ 0.382683, 1.000000, -0.923880},
{ 0.707107, 1.000000, -0.707107},
{ 0.923880, 1.000000, -0.382684},
{ 1.000000, 1.000000, -0.000000},
{ 0.977706, 0.923879, 0.977704},
{ 1.277433, 0.923879, 0.529129},
{ 0.529131, 0.923879, 1.277433},
{ 0.000001, 0.923879, 1.382684},
{-0.529130, 0.923879, 1.277433},
{-0.977704, 0.923879, 0.977705},
{-1.277433, 0.923879, 0.529131},
{-1.382684, 0.923879, 0.000000},
{-1.277433, 0.923879, -0.529130},
{-0.977705, 0.923879, -0.977705},
{-0.529130, 0.923879, -1.277433},
{-0.000000, 0.923879, -1.382684},
{ 0.529130, 0.923879, -1.277433},
{ 0.977705, 0.923879, -0.977705},
{ 1.277433, 0.923879, -0.529130},
{ 1.382684, 0.923879, -0.000000},
{ 1.207108, 0.707107, 1.207106},
{ 1.577162, 0.707107, 0.653281},
{ 0.653282, 0.707107, 1.577161},
{ 0.000001, 0.707107, 1.707107},
{-0.653281, 0.707107, 1.577161},
{-1.207106, 0.707107, 1.207107},
{-1.577161, 0.707107, 0.653282},
{-1.707107, 0.707107, 0.000001},
{-1.577161, 0.707107, -0.653281},
{-1.207107, 0.707107, -1.207107},
{-0.653282, 0.707107, -1.577161},
{-0.000000, 0.707107, -1.707107},
{ 0.653281, 0.707107, -1.577161},
{ 1.207107, 0.707107, -1.207107},
{ 1.577161, 0.707107, -0.653282},
{ 1.707107, 0.707107, -0.000000},
{ 1.360389, 0.382683, 1.360388},
{ 1.777434, 0.382683, 0.736236},
{ 0.736238, 0.382683, 1.777432},
{ 0.000001, 0.382683, 1.923880},
{-0.736236, 0.382683, 1.777433},
{-1.360388, 0.382683, 1.360389},
{-1.777433, 0.382683, 0.736237},
{-1.923880, 0.382683, 0.000001},
{-1.777433, 0.382683, -0.736236},
{-1.360389, 0.382683, -1.360388},
{-0.736237, 0.382683, -1.777433},
{-0.000000, 0.382683, -1.923880},
{ 0.736237, 0.382683, -1.777433},
{ 1.360388, 0.382683, -1.360388},
{ 1.777433, 0.382683, -0.736237},
{ 1.923880, 0.382683, -0.000000},
{ 1.414214, -0.000000, 1.414213},
{ 1.847760, -0.000000, 0.765366},
{ 0.765368, -0.000000, 1.847758},
{ 0.000001, -0.000000, 2.000000},
{-0.765366, -0.000000, 1.847759},
{-1.414213, -0.000000, 1.414214},
{-1.847759, -0.000000, 0.765368},
{-2.000000, -0.000000, 0.000001},
{-1.847759, -0.000000, -0.765366},
{-1.414214, -0.000000, -1.414213},
{-0.765367, -0.000000, -1.847759},
{-0.000000, -0.000000, -2.000000},
{ 0.765367, -0.000000, -1.847759},
{ 1.414213, -0.000000, -1.414214},
{ 1.847759, -0.000000, -0.765367},
{ 2.000000, -0.000000, -0.000000},
{ 1.360389, -0.382684, 1.360387},
{ 1.777433, -0.382684, 0.736236},
{ 0.736238, -0.382684, 1.777432},
{ 0.000001, -0.382684, 1.923879},
{-0.736236, -0.382684, 1.777433},
{-1.360388, -0.382684, 1.360389},
{-1.777432, -0.382684, 0.736237},
{-1.923879, -0.382684, 0.000001},
{-1.777433, -0.382684, -0.736236},
{-1.360388, -0.382684, -1.360388},
{-0.736237, -0.382684, -1.777432},
{-0.000000, -0.382684, -1.923879},
{ 0.736236, -0.382684, -1.777433},
{ 1.360388, -0.382684, -1.360388},
{ 1.777433, -0.382684, -0.736237},
{ 1.923879, -0.382684, -0.000000},
{ 1.207107, -0.707107, 1.207106},
{ 1.577161, -0.707107, 0.653280},
{ 0.653282, -0.707107, 1.577160},
{ 0.000001, -0.707107, 1.707106},
{-0.653281, -0.707107, 1.577161},
{-1.207106, -0.707107, 1.207107},
{-1.577160, -0.707107, 0.653282},
{-1.707106, -0.707107, 0.000001},
{-1.577161, -0.707107, -0.653281},
{-1.207107, -0.707107, -1.207106},
{-0.653282, -0.707107, -1.577161},
{-0.000000, -0.707107, -1.707106},
{ 0.653281, -0.707107, -1.577161},
{ 1.207106, -0.707107, -1.207107},
{ 1.577161, -0.707107, -0.653281},
{ 1.707106, -0.707107, -0.000000},
{ 0.977705, -0.923880, 0.977704},
{ 1.277433, -0.923880, 0.529129},
{ 0.529130, -0.923880, 1.277432},
{ 0.000001, -0.923880, 1.382683},
{-0.529129, -0.923880, 1.277433},
{-0.977704, -0.923880, 0.977705},
{-1.277432, -0.923880, 0.529130},
{-1.382683, -0.923880, 0.000000},
{-1.277433, -0.923880, -0.529129},
{-0.977705, -0.923880, -0.977704},
{-0.529130, -0.923880, -1.277432},
{-0.000000, -0.923880, -1.382683},
{ 0.529130, -0.923880, -1.277432},
{ 0.977704, -0.923880, -0.977705},
{ 1.277432, -0.923880, -0.529130},
{ 1.382683, -0.923880, -0.000000},
{ 0.707107, -1.000000, 0.707106},
{ 0.923879, -1.000000, 0.382683},
{ 0.382684, -1.000000, 0.923879},
{ 0.000001, -1.000000, 0.999999},
{-0.382683, -1.000000, 0.923879},
{-0.707106, -1.000000, 0.707107},
{-0.923879, -1.000000, 0.382684},
{-1.000000, -1.000000, 0.000000},
{-0.923879, -1.000000, -0.382683},
{-0.707107, -1.000000, -0.707106},
{-0.382683, -1.000000, -0.923879},
{-0.000000, -1.000000, -1.000000},
{ 0.382683, -1.000000, -0.923879},
{ 0.707106, -1.000000, -0.707106},
{ 0.923879, -1.000000, -0.382683},
{ 1.000000, -1.000000, -0.000000},
{ 0.436509, -0.923879, 0.436508},
{ 0.570326, -0.923879, 0.236236},
{ 0.236237, -0.923879, 0.570326},
{ 0.000000, -0.923879, 0.617316},
{-0.236236, -0.923879, 0.570326},
{-0.436508, -0.923879, 0.436509},
{-0.570326, -0.923879, 0.236237},
{-0.617316, -0.923879, 0.000000},
{-0.570326, -0.923879, -0.236236},
{-0.436509, -0.923879, -0.436508},
{-0.236237, -0.923879, -0.570326},
{-0.000000, -0.923879, -0.617316},
{ 0.236237, -0.923879, -0.570326},
{ 0.436508, -0.923879, -0.436508},
{ 0.570326, -0.923879, -0.236237},
{ 0.617316, -0.923879, -0.000000},
{ 0.207107, -0.707106, 0.207106},
{ 0.270598, -0.707106, 0.112085},
{ 0.112085, -0.707106, 0.270598},
{ 0.000000, -0.707106, 0.292893},
{-0.112085, -0.707106, 0.270598},
{-0.207106, -0.707106, 0.207107},
{-0.270598, -0.707106, 0.112085},
{-0.292893, -0.707106, 0.000000},
{-0.270598, -0.707106, -0.112085},
{-0.207107, -0.707106, -0.207106},
{-0.112085, -0.707106, -0.270598},
{-0.000000, -0.707106, -0.292893},
{ 0.112085, -0.707106, -0.270598},
{ 0.207107, -0.707106, -0.207107},
{ 0.270598, -0.707106, -0.112085},
{ 0.292893, -0.707106, -0.000000},
{ 0.053825, -0.382683, 0.053825},
{ 0.070326, -0.382683, 0.029130},
{ 0.029130, -0.382683, 0.070326},
{ 0.000000, -0.382683, 0.076120},
{-0.029130, -0.382683, 0.070326},
{-0.053825, -0.382683, 0.053825},
{-0.070326, -0.382683, 0.029130},
{-0.076120, -0.382683, 0.000000},
{-0.070326, -0.382683, -0.029130},
{-0.053825, -0.382683, -0.053825},
{-0.029130, -0.382683, -0.070326},
{-0.000000, -0.382683, -0.076120},
{ 0.029130, -0.382683, -0.070326},
{ 0.053825, -0.382683, -0.053825},
{ 0.070326, -0.382683, -0.029130},
{ 0.076120, -0.382683, -0.000000},
}
const u16 faces[FACE_COUNT*3] = {
0, 1, 2,
3, 0, 2,
4, 3, 2,
5, 4, 2,
6, 5, 2,
7, 6, 2,
8, 7, 2,
9, 8, 2,
10, 9, 2,
11, 10, 2,
12, 11, 2,
13, 12, 2,
14, 13, 2,
15, 14, 2,
16, 15, 2,
1, 16, 2,
17, 1, 0,
18, 1, 17,
19, 0, 3,
17, 0, 19,
20, 3, 4,
19, 3, 20,
21, 4, 5,
20, 4, 21,
22, 5, 6,
21, 5, 22,
23, 6, 7,
22, 6, 23,
24, 7, 8,
23, 7, 24,
25, 8, 9,
24, 8, 25,
26, 9, 10,
25, 9, 26,
27, 10, 11,
26, 10, 27,
28, 11, 12,
27, 11, 28,
29, 12, 13,
28, 12, 29,
30, 13, 14,
29, 13, 30,
31, 14, 15,
30, 14, 31,
32, 15, 16,
31, 15, 32,
18, 16, 1,
32, 16, 18,
33, 18, 17,
34, 18, 33,
35, 17, 19,
33, 17, 35,
36, 19, 20,
35, 19, 36,
37, 20, 21,
36, 20, 37,
38, 21, 22,
37, 21, 38,
39, 22, 23,
38, 22, 39,
40, 23, 24,
39, 23, 40,
41, 24, 25,
40, 24, 41,
42, 25, 26,
41, 25, 42,
43, 26, 27,
42, 26, 43,
44, 27, 28,
43, 27, 44,
45, 28, 29,
44, 28, 45,
46, 29, 30,
45, 29, 46,
47, 30, 31,
46, 30, 47,
48, 31, 32,
47, 31, 48,
34, 32, 18,
48, 32, 34,
49, 34, 33,
50, 34, 49,
51, 33, 35,
49, 33, 51,
52, 35, 36,
51, 35, 52,
53, 36, 37,
52, 36, 53,
54, 37, 38,
53, 37, 54,
55, 38, 39,
54, 38, 55,
56, 39, 40,
55, 39, 56,
57, 40, 41,
56, 40, 57,
58, 41, 42,
57, 41, 58,
59, 42, 43,
58, 42, 59,
60, 43, 44,
59, 43, 60,
61, 44, 45,
60, 44, 61,
62, 45, 46,
61, 45, 62,
63, 46, 47,
62, 46, 63,
64, 47, 48,
63, 47, 64,
50, 48, 34,
64, 48, 50,
65, 50, 49,
66, 50, 65,
67, 49, 51,
65, 49, 67,
68, 51, 52,
67, 51, 68,
69, 52, 53,
68, 52, 69,
70, 53, 54,
69, 53, 70,
71, 54, 55,
70, 54, 71,
72, 55, 56,
71, 55, 72,
73, 56, 57,
72, 56, 73,
74, 57, 58,
73, 57, 74,
75, 58, 59,
74, 58, 75,
76, 59, 60,
75, 59, 76,
77, 60, 61,
76, 60, 77,
78, 61, 62,
77, 61, 78,
79, 62, 63,
78, 62, 79,
80, 63, 64,
79, 63, 80,
66, 64, 50,
80, 64, 66,
81, 66, 65,
82, 66, 81,
83, 65, 67,
81, 65, 83,
84, 67, 68,
83, 67, 84,
85, 68, 69,
84, 68, 85,
86, 69, 70,
85, 69, 86,
87, 70, 71,
86, 70, 87,
88, 71, 72,
87, 71, 88,
89, 72, 73,
88, 72, 89,
90, 73, 74,
89, 73, 90,
91, 74, 75,
90, 74, 91,
92, 75, 76,
91, 75, 92,
93, 76, 77,
92, 76, 93,
94, 77, 78,
93, 77, 94,
95, 78, 79,
94, 78, 95,
96, 79, 80,
95, 79, 96,
82, 80, 66,
96, 80, 82,
97, 82, 81,
98, 82, 97,
99, 81, 83,
97, 81, 99,
100, 83, 84,
99, 83, 100,
101, 84, 85,
100, 84, 101,
102, 85, 86,
101, 85, 102,
103, 86, 87,
102, 86, 103,
104, 87, 88,
103, 87, 104,
105, 88, 89,
104, 88, 105,
106, 89, 90,
105, 89, 106,
107, 90, 91,
106, 90, 107,
108, 91, 92,
107, 91, 108,
109, 92, 93,
108, 92, 109,
110, 93, 94,
109, 93, 110,
111, 94, 95,
110, 94, 111,
112, 95, 96,
111, 95, 112,
98, 96, 82,
112, 96, 98,
113, 98, 97,
114, 98, 113,
115, 97, 99,
113, 97, 115,
116, 99, 100,
115, 99, 116,
117, 100, 101,
116, 100, 117,
118, 101, 102,
117, 101, 118,
119, 102, 103,
118, 102, 119,
120, 103, 104,
119, 103, 120,
121, 104, 105,
120, 104, 121,
122, 105, 106,
121, 105, 122,
123, 106, 107,
122, 106, 123,
124, 107, 108,
123, 107, 124,
125, 108, 109,
124, 108, 125,
126, 109, 110,
125, 109, 126,
127, 110, 111,
126, 110, 127,
128, 111, 112,
127, 111, 128,
114, 112, 98,
128, 112, 114,
129, 114, 113,
130, 114, 129,
131, 113, 115,
129, 113, 131,
132, 115, 116,
131, 115, 132,
133, 116, 117,
132, 116, 133,
134, 117, 118,
133, 117, 134,
135, 118, 119,
134, 118, 135,
136, 119, 120,
135, 119, 136,
137, 120, 121,
136, 120, 137,
138, 121, 122,
137, 121, 138,
139, 122, 123,
138, 122, 139,
140, 123, 124,
139, 123, 140,
141, 124, 125,
140, 124, 141,
142, 125, 126,
141, 125, 142,
143, 126, 127,
142, 126, 143,
144, 127, 128,
143, 127, 144,
130, 128, 114,
144, 128, 130,
145, 130, 129,
146, 130, 145,
147, 129, 131,
145, 129, 147,
148, 131, 132,
147, 131, 148,
149, 132, 133,
148, 132, 149,
150, 133, 134,
149, 133, 150,
151, 134, 135,
150, 134, 151,
152, 135, 136,
151, 135, 152,
153, 136, 137,
152, 136, 153,
154, 137, 138,
153, 137, 154,
155, 138, 139,
154, 138, 155,
156, 139, 140,
155, 139, 156,
157, 140, 141,
156, 140, 157,
158, 141, 142,
157, 141, 158,
159, 142, 143,
158, 142, 159,
160, 143, 144,
159, 143, 160,
146, 144, 130,
160, 144, 146,
161, 146, 145,
162, 146, 161,
163, 145, 147,
161, 145, 163,
164, 147, 148,
163, 147, 164,
165, 148, 149,
164, 148, 165,
166, 149, 150,
165, 149, 166,
167, 150, 151,
166, 150, 167,
168, 151, 152,
167, 151, 168,
169, 152, 153,
168, 152, 169,
170, 153, 154,
169, 153, 170,
171, 154, 155,
170, 154, 171,
172, 155, 156,
171, 155, 172,
173, 156, 157,
172, 156, 173,
174, 157, 158,
173, 157, 174,
175, 158, 159,
174, 158, 175,
176, 159, 160,
175, 159, 176,
162, 160, 146,
176, 160, 162,
177, 162, 161,
178, 162, 177,
179, 161, 163,
177, 161, 179,
180, 163, 164,
179, 163, 180,
181, 164, 165,
180, 164, 181,
182, 165, 166,
181, 165, 182,
183, 166, 167,
182, 166, 183,
184, 167, 168,
183, 167, 184,
185, 168, 169,
184, 168, 185,
186, 169, 170,
185, 169, 186,
187, 170, 171,
186, 170, 187,
188, 171, 172,
187, 171, 188,
189, 172, 173,
188, 172, 189,
190, 173, 174,
189, 173, 190,
191, 174, 175,
190, 174, 191,
192, 175, 176,
191, 175, 192,
178, 176, 162,
192, 176, 178,
193, 178, 177,
194, 178, 193,
195, 177, 179,
193, 177, 195,
196, 179, 180,
195, 179, 196,
197, 180, 181,
196, 180, 197,
198, 181, 182,
197, 181, 198,
199, 182, 183,
198, 182, 199,
200, 183, 184,
199, 183, 200,
201, 184, 185,
200, 184, 201,
202, 185, 186,
201, 185, 202,
203, 186, 187,
202, 186, 203,
204, 187, 188,
203, 187, 204,
205, 188, 189,
204, 188, 205,
206, 189, 190,
205, 189, 206,
207, 190, 191,
206, 190, 207,
208, 191, 192,
207, 191, 208,
194, 192, 178,
208, 192, 194,
209, 194, 193,
210, 194, 209,
211, 193, 195,
209, 193, 211,
212, 195, 196,
211, 195, 212,
213, 196, 197,
212, 196, 213,
214, 197, 198,
213, 197, 214,
215, 198, 199,
214, 198, 215,
216, 199, 200,
215, 199, 216,
217, 200, 201,
216, 200, 217,
218, 201, 202,
217, 201, 218,
219, 202, 203,
218, 202, 219,
220, 203, 204,
219, 203, 220,
221, 204, 205,
220, 204, 221,
222, 205, 206,
221, 205, 222,
223, 206, 207,
222, 206, 223,
224, 207, 208,
223, 207, 224,
210, 208, 194,
224, 208, 210,
225, 210, 209,
226, 210, 225,
227, 209, 211,
225, 209, 227,
228, 211, 212,
227, 211, 228,
229, 212, 213,
228, 212, 229,
230, 213, 214,
229, 213, 230,
231, 214, 215,
230, 214, 231,
232, 215, 216,
231, 215, 232,
233, 216, 217,
232, 216, 233,
234, 217, 218,
233, 217, 234,
235, 218, 219,
234, 218, 235,
236, 219, 220,
235, 219, 236,
237, 220, 221,
236, 220, 237,
238, 221, 222,
237, 221, 238,
239, 222, 223,
238, 222, 239,
240, 223, 224,
239, 223, 240,
226, 224, 210,
240, 224, 226,
2, 226, 225,
2, 225, 227,
2, 227, 228,
2, 228, 229,
2, 229, 230,
2, 230, 231,
2, 231, 232,
2, 232, 233,
2, 233, 234,
2, 234, 235,
2, 235, 236,
2, 236, 237,
2, 237, 238,
2, 238, 239,
2, 239, 240,
2, 240, 226,
}
}