brs-js 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/debug/Conf Spacestation.brs +0 -0
  2. package/debug/Electrks_Feminine_Challenge.brs +0 -0
  3. package/debug/a5bricks.brs +0 -0
  4. package/debug/a5p2.2.brs +0 -0
  5. package/debug/a5p2.brs +0 -0
  6. package/debug/audio.brs +0 -0
  7. package/debug/brick a5.brs +0 -0
  8. package/debug/brick qa.brs +0 -0
  9. package/debug/brsv10.brs +0 -0
  10. package/debug/brsv10brick.brs +0 -0
  11. package/debug/bruteforce.js +254 -0
  12. package/debug/clone.html +36 -0
  13. package/debug/ctf_tileset.brs +0 -0
  14. package/debug/ctf_tileset_5.brs +0 -0
  15. package/debug/evil.brs +0 -0
  16. package/debug/evilwrite.js +390 -0
  17. package/debug/foo.txt +3080 -0
  18. package/debug/kenko_big.brs +0 -0
  19. package/debug/light.brs +0 -0
  20. package/debug/out.json +105 -0
  21. package/debug/read.js +30 -0
  22. package/debug/readSpeed.js +32 -0
  23. package/debug/readTest.js +45 -0
  24. package/debug/temp.brs +0 -0
  25. package/debug/western.brs +0 -0
  26. package/dist/src/constants.d.ts +6 -0
  27. package/dist/src/constants.d.ts.map +1 -0
  28. package/dist/src/index.d.ts +23 -0
  29. package/dist/src/index.d.ts.map +1 -0
  30. package/dist/src/read.d.ts +3 -0
  31. package/dist/src/read.d.ts.map +1 -0
  32. package/dist/src/read.v1.d.ts +3 -0
  33. package/dist/src/read.v1.d.ts.map +1 -0
  34. package/dist/src/read.v10.d.ts +3 -0
  35. package/dist/src/read.v10.d.ts.map +1 -0
  36. package/dist/src/read.v2.d.ts +3 -0
  37. package/dist/src/read.v2.d.ts.map +1 -0
  38. package/dist/src/read.v3.d.ts +3 -0
  39. package/dist/src/read.v3.d.ts.map +1 -0
  40. package/dist/src/read.v4.d.ts +3 -0
  41. package/dist/src/read.v4.d.ts.map +1 -0
  42. package/dist/src/read.v8.d.ts +3 -0
  43. package/dist/src/read.v8.d.ts.map +1 -0
  44. package/dist/src/read.v9.d.ts +3 -0
  45. package/dist/src/read.v9.d.ts.map +1 -0
  46. package/dist/src/types.d.ts +170 -0
  47. package/dist/src/types.d.ts.map +1 -0
  48. package/dist/src/utils.d.ts +87 -0
  49. package/dist/src/utils.d.ts.map +1 -0
  50. package/dist/src/uuid.d.ts +4 -0
  51. package/dist/src/uuid.d.ts.map +1 -0
  52. package/dist/src/write.d.ts +3 -0
  53. package/dist/src/write.d.ts.map +1 -0
  54. package/examples/ATCFort.brs +0 -0
  55. package/examples/read_example.html +34 -0
  56. package/examples/read_example.js +21 -0
  57. package/examples/write_example.js +25 -0
  58. package/examples/write_planet.html +144 -0
  59. package/examples/write_simplex.html +82 -0
  60. package/examples/write_wedge_sphere.html +173 -0
  61. package/package.json +1 -1
  62. package/src/constants.ts +6 -0
  63. package/src/index.ts +24 -0
  64. package/src/read.ts +57 -0
  65. package/src/read.v1.ts +99 -0
  66. package/src/read.v10.ts +185 -0
  67. package/src/read.v2.ts +102 -0
  68. package/src/read.v3.ts +111 -0
  69. package/src/read.v4.ts +112 -0
  70. package/src/read.v8.ts +172 -0
  71. package/src/read.v9.ts +181 -0
  72. package/src/types.ts +240 -0
  73. package/src/utils.ts +640 -0
  74. package/src/uuid.ts +78 -0
  75. package/src/write.ts +209 -0
  76. package/test/lib.test.js +51 -0
  77. package/test/utils.test.js +209 -0
Binary file
Binary file
package/debug/out.json ADDED
@@ -0,0 +1,105 @@
1
+ {
2
+ "version": 8,
3
+ "map": "Plate",
4
+ "author": {
5
+ "id": "60eab7e7-9aa9-4647-83e4-6ce4ec66ae7d",
6
+ "name": "cake"
7
+ },
8
+ "description": "",
9
+ "host": {
10
+ "name": "cake",
11
+ "id": "60eab7e7-9aa9-4647-83e4-6ce4ec66ae7d"
12
+ },
13
+ "save_time": [16,151,87,60,218,49,216,8],
14
+ "brick_count": 8,
15
+ "mods": [],
16
+ "brick_assets": [
17
+ "PB_DefaultBrick"
18
+ ],
19
+ "colors": [],
20
+ "materials": [
21
+ "BMC_Ghost",
22
+ "BMC_Ghost_Fail",
23
+ "BMC_Plastic",
24
+ "BMC_Glow",
25
+ "BMC_Metallic",
26
+ "BMC_Hologram"
27
+ ],
28
+ "brick_owners": [
29
+ {
30
+ "id": "60eab7e7-9aa9-4647-83e4-6ce4ec66ae7d",
31
+ "name": "cake",
32
+ "bricks": 8
33
+ }
34
+ ],
35
+ "bricks": [
36
+ {
37
+ "asset_name_index": 0,
38
+ "size": [5, 5, 6],
39
+ "position": [-145, 315, 6],
40
+ "direction": 4,
41
+ "rotation": 0,
42
+ "collision": true,
43
+ "visibility": true,
44
+ "material_index": 2,
45
+ "color": 0,
46
+ "owner_index": 1,
47
+ "components": {
48
+ "BCD_PointLight": {
49
+ "bMatchBrickShape": true,
50
+ "Brightness": 20,
51
+ "Radius": 150,
52
+ "Color": [255, 255, 255, 255],
53
+ "bUseBrickColor": true,
54
+ "bCastShadows": false
55
+ },
56
+ "BCD_SpotLight": {
57
+ "Rotation": [
58
+ 270,
59
+ 0,
60
+ 0
61
+ ],
62
+ "InnerConeAngle": 30,
63
+ "OuterConeAngle": 60,
64
+ "Brightness": 20,
65
+ "Radius": 150,
66
+ "Color": [255, 255, 255, 255],
67
+ "bUseBrickColor": true,
68
+ "bCastShadows": false
69
+ }
70
+ }
71
+ }
72
+ ],
73
+ "components": {
74
+ "BCD_PointLight": {
75
+ "version": 1,
76
+ "brick_indices": [
77
+ 0,
78
+ ],
79
+ "properties": {
80
+ "bMatchBrickShape": "Boolean",
81
+ "Brightness": "Float",
82
+ "Radius": "Float",
83
+ "Color": "Color",
84
+ "bUseBrickColor": "Boolean",
85
+ "bCastShadows": "Boolean"
86
+ }
87
+ },
88
+ "BCD_SpotLight": {
89
+ "version": 1,
90
+ "brick_indices": [
91
+ 0,
92
+ ],
93
+ "properties": {
94
+ "Rotation": "Rotator",
95
+ "InnerConeAngle": "Float",
96
+ "OuterConeAngle": "Float",
97
+ "Brightness": "Float",
98
+ "Radius": "Float",
99
+ "Color": "Color",
100
+ "bUseBrickColor": "Boolean",
101
+ "bCastShadows": "Boolean"
102
+ }
103
+ }
104
+ }
105
+ }
package/debug/read.js ADDED
@@ -0,0 +1,30 @@
1
+ const fs = require('fs');
2
+
3
+ const { read } = require('../dist/dist.node.js');
4
+
5
+ // arg parsing
6
+ const file = process.argv.find(f => f.endsWith('brs'));
7
+ if (!file) {
8
+ console.error('missing save argument');
9
+ process.exit(1);
10
+ }
11
+ if (!fs.existsSync(file)) {
12
+ console.error('file does not exist');
13
+ process.exit(1);
14
+ }
15
+
16
+ // run fn x times
17
+ function bench(fn, times) {
18
+ const start = Date.now();
19
+ for (let i = 0; i < times; i++) {
20
+ fn();
21
+ }
22
+ return Date.now() - start;
23
+ }
24
+
25
+ const data = fs.readFileSync(file);
26
+ console.time('read');
27
+ const og = read(data.slice());
28
+ console.timeEnd('read');
29
+
30
+ process.exit();
@@ -0,0 +1,32 @@
1
+ const fs = require('fs');
2
+
3
+ const { read } = require('../dist/dist.node.js');
4
+
5
+ // arg parsing
6
+ const file = process.argv.find(f => f.endsWith('brs'));
7
+ if (!file) {
8
+ console.error('missing save argument');
9
+ process.exit(1);
10
+ }
11
+ if (!fs.existsSync(file)) {
12
+ console.error('file does not exist');
13
+ process.exit(1);
14
+ }
15
+
16
+ // run fn x times
17
+ function bench(fn, times) {
18
+ const start = Date.now();
19
+ for (let i = 0; i < times; i++) {
20
+ fn();
21
+ }
22
+ return Date.now() - start;
23
+ }
24
+
25
+ const data = fs.readFileSync(file);
26
+ console.time('read');
27
+ const og = read(data.slice());
28
+ console.timeEnd('read');
29
+
30
+ process.exit();
31
+ const TIMES = 10;
32
+ console.log(bench(() => read(data.slice()), TIMES));
@@ -0,0 +1,45 @@
1
+ const fs = require('fs');
2
+
3
+ const { read, write } = require('../dist/dist.node.js');
4
+
5
+ // arg parsing
6
+ const file = process.argv.find(f => f.endsWith('brs'));
7
+ if (!file) {
8
+ console.error('missing save argument');
9
+ process.exit(1);
10
+ }
11
+ if (!fs.existsSync(file)) {
12
+ console.error('file does not exist');
13
+ process.exit(1);
14
+ }
15
+
16
+ // run fn x times
17
+ function bench(fn, times) {
18
+ const start = Date.now();
19
+ for (let i = 0; i < times; i++) {
20
+ fn();
21
+ }
22
+ return Date.now() - start;
23
+ }
24
+
25
+ const data = fs.readFileSync(file);
26
+ const json = true;
27
+ if (!json) console.log('Original len:', data.length);
28
+ if (!json) console.time('read');
29
+ const og = read(data.slice());
30
+ if (json) console.log('first', JSON.stringify(og, 0, 2));
31
+ if (!json) console.timeEnd('read');
32
+ console.time('write');
33
+ const newBinary = write(og);
34
+ console.timeEnd('write');
35
+ // process.exit();
36
+ console.log('Write len:', newBinary.length);
37
+ // console.log(og.map, og.host, og.brick_count, og.author);
38
+ console.time('re-read');
39
+ const repeated = read(newBinary.slice());
40
+ if (json) console.log('new', JSON.stringify(repeated, 0, 2));
41
+ console.timeEnd('re-read');
42
+ if (json) process.exit();
43
+
44
+ const TIMES = 1000;
45
+ console.log(bench(() => read(data.slice()), TIMES), bench(() => write(og), TIMES), + TIMES);
package/debug/temp.brs ADDED
Binary file
Binary file
@@ -0,0 +1,6 @@
1
+ import { Uuid } from './types';
2
+ export declare const MAGIC: Uint8Array;
3
+ export declare const LATEST_VERSION = 10;
4
+ export declare const MAX_INT: number;
5
+ export declare const DEFAULT_UUID: Uuid;
6
+ //# sourceMappingURL=constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/constants.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,eAAO,MAAM,KAAK,YAA+B,CAAC;AAClD,eAAO,MAAM,cAAc,KAAK,CAAC;AACjC,eAAO,MAAM,OAAO,QAAa,CAAC;AAClC,eAAO,MAAM,YAAY,EAAE,IAA6C,CAAC"}
@@ -0,0 +1,23 @@
1
+ import read from './read';
2
+ import write from './write';
3
+ import * as utils from './utils';
4
+ import * as constants from './constants';
5
+ declare const brs: {
6
+ read: typeof read;
7
+ write: typeof write;
8
+ utils: typeof utils;
9
+ constants: typeof constants;
10
+ };
11
+ export { read, write, utils, constants };
12
+ export default brs;
13
+ declare global {
14
+ interface Window {
15
+ BRS: {
16
+ read: typeof read;
17
+ write: typeof write;
18
+ utils: typeof utils;
19
+ constants: typeof constants;
20
+ };
21
+ }
22
+ }
23
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,QAAQ,CAAC;AAC1B,OAAO,KAAK,MAAM,SAAS,CAAC;AAC5B,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,OAAO,KAAK,SAAS,MAAM,aAAa,CAAC;AAGzC,QAAA,MAAM,GAAG;;;;;CAAoC,CAAC;AAC9C,OAAO,EAAE,IAAI,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC;AACzC,eAAe,GAAG,CAAC;AAEnB,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,GAAG,EAAE;YACH,IAAI,EAAE,OAAO,IAAI,CAAC;YAClB,KAAK,EAAE,OAAO,KAAK,CAAC;YACpB,KAAK,EAAE,OAAO,KAAK,CAAC;YACpB,SAAS,EAAE,OAAO,SAAS,CAAC;SAC7B,CAAC;KACH;CACF"}
@@ -0,0 +1,3 @@
1
+ import { ReadOptions, ReadSaveObject } from './types';
2
+ export default function readBrs(rawBytes: Uint8Array, options?: ReadOptions): ReadSaveObject;
3
+ //# sourceMappingURL=read.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read.d.ts","sourceRoot":"","sources":["../../src/read.ts"],"names":[],"mappings":"AAQA,OAAO,EAAY,WAAW,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAIhE,MAAM,CAAC,OAAO,UAAU,OAAO,CAC7B,QAAQ,EAAE,UAAU,EACpB,OAAO,GAAE,WAAgB,GACxB,cAAc,CAyChB"}
@@ -0,0 +1,3 @@
1
+ import { BRSBytes, ReadOptions, BrsV1 } from './types';
2
+ export default function readBrsV1(brsData: BRSBytes, options?: ReadOptions): BrsV1;
3
+ //# sourceMappingURL=read.v1.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read.v1.d.ts","sourceRoot":"","sources":["../../src/read.v1.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,WAAW,EACX,KAAK,EAIN,MAAM,SAAS,CAAC;AAIjB,MAAM,CAAC,OAAO,UAAU,SAAS,CAC/B,OAAO,EAAE,QAAQ,EACjB,OAAO,GAAE,WAAgB,GACxB,KAAK,CAoFP"}
@@ -0,0 +1,3 @@
1
+ import { BRSBytes, BrsV10, ReadOptions } from './types';
2
+ export default function readBrsV10(brsData: BRSBytes, options?: ReadOptions): BrsV10;
3
+ //# sourceMappingURL=read.v10.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read.v10.d.ts","sourceRoot":"","sources":["../../src/read.v10.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,QAAQ,EACR,MAAM,EAEN,WAAW,EAIZ,MAAM,SAAS,CAAC;AAIjB,MAAM,CAAC,OAAO,UAAU,UAAU,CAChC,OAAO,EAAE,QAAQ,EACjB,OAAO,GAAE,WAAgB,GACxB,MAAM,CAuKR"}
@@ -0,0 +1,3 @@
1
+ import { BRSBytes, ReadOptions, BrsV2 } from './types';
2
+ export default function readBrsV2(brsData: BRSBytes, options?: ReadOptions): BrsV2;
3
+ //# sourceMappingURL=read.v2.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read.v2.d.ts","sourceRoot":"","sources":["../../src/read.v2.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,WAAW,EACX,KAAK,EAIN,MAAM,SAAS,CAAC;AAIjB,MAAM,CAAC,OAAO,UAAU,SAAS,CAC/B,OAAO,EAAE,QAAQ,EACjB,OAAO,GAAE,WAAgB,GACxB,KAAK,CAuFP"}
@@ -0,0 +1,3 @@
1
+ import { BRSBytes, ReadOptions, BrsV3 } from './types';
2
+ export default function readBrsV3(brsData: BRSBytes, options?: ReadOptions): BrsV3;
3
+ //# sourceMappingURL=read.v3.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read.v3.d.ts","sourceRoot":"","sources":["../../src/read.v3.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,WAAW,EACX,KAAK,EAKN,MAAM,SAAS,CAAC;AAIjB,MAAM,CAAC,OAAO,UAAU,SAAS,CAC/B,OAAO,EAAE,QAAQ,EACjB,OAAO,GAAE,WAAgB,GACxB,KAAK,CA+FP"}
@@ -0,0 +1,3 @@
1
+ import { BRSBytes, ReadOptions, BrsV4 } from './types';
2
+ export default function readBrsV4(brsData: BRSBytes, options?: ReadOptions): BrsV4;
3
+ //# sourceMappingURL=read.v4.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read.v4.d.ts","sourceRoot":"","sources":["../../src/read.v4.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,WAAW,EACX,KAAK,EAIN,MAAM,SAAS,CAAC;AAIjB,MAAM,CAAC,OAAO,UAAU,SAAS,CAC/B,OAAO,EAAE,QAAQ,EACjB,OAAO,GAAE,WAAgB,GACxB,KAAK,CAiGP"}
@@ -0,0 +1,3 @@
1
+ import { BRSBytes, ReadOptions, BrsV8 } from './types';
2
+ export default function readBrsV8(brsData: BRSBytes, options?: ReadOptions): BrsV8;
3
+ //# sourceMappingURL=read.v8.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read.v8.d.ts","sourceRoot":"","sources":["../../src/read.v8.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,WAAW,EACX,KAAK,EAMN,MAAM,SAAS,CAAC;AAIjB,MAAM,CAAC,OAAO,UAAU,SAAS,CAC/B,OAAO,EAAE,QAAQ,EACjB,OAAO,GAAE,WAAgB,GACxB,KAAK,CA2JP"}
@@ -0,0 +1,3 @@
1
+ import { BRSBytes, ReadOptions, BrsV9 } from './types';
2
+ export default function readBrsV9(brsData: BRSBytes, options?: ReadOptions): BrsV9;
3
+ //# sourceMappingURL=read.v9.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"read.v9.d.ts","sourceRoot":"","sources":["../../src/read.v9.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,WAAW,EACX,KAAK,EAON,MAAM,SAAS,CAAC;AAIjB,MAAM,CAAC,OAAO,UAAU,SAAS,CAC/B,OAAO,EAAE,QAAQ,EACjB,OAAO,GAAE,WAAgB,GACxB,KAAK,CAmKP"}
@@ -0,0 +1,170 @@
1
+ export interface BRSBytes extends Uint8Array {
2
+ brsOffset: number;
3
+ }
4
+ declare type Modify<T, R> = Omit<T, keyof R> & R;
5
+ export declare type Bytes = Uint8Array | BRSBytes;
6
+ export declare type Uuid = string;
7
+ export declare type UnrealClass = string;
8
+ export declare type UnrealObject = string;
9
+ export declare type UnrealBoolean = boolean;
10
+ export declare type UnrealFloat = number;
11
+ export declare type UnrealColor = [number, number, number, number];
12
+ export declare type UnrealByte = number;
13
+ export declare type UnrealRotator = [number, number, number];
14
+ export declare type UnrealType = UnrealClass | UnrealObject | UnrealBoolean | UnrealFloat | UnrealColor | UnrealByte | UnrealRotator;
15
+ export interface User {
16
+ id: Uuid;
17
+ name: string;
18
+ }
19
+ export interface Owner extends User {
20
+ bricks: number;
21
+ }
22
+ export declare enum Direction {
23
+ XPositive = 0,
24
+ XNegative = 1,
25
+ YPositive = 2,
26
+ YNegative = 3,
27
+ ZPositive = 4,
28
+ ZNegative = 5
29
+ }
30
+ export declare enum Rotation {
31
+ Deg0 = 0,
32
+ Deg90 = 1,
33
+ Deg180 = 2,
34
+ Deg270 = 3
35
+ }
36
+ export declare type ColorRgb = [number, number, number];
37
+ export interface Collision {
38
+ player: boolean;
39
+ weapon: boolean;
40
+ interaction: boolean;
41
+ tool: boolean;
42
+ }
43
+ export interface AppliedComponent {
44
+ [property: string]: UnrealType;
45
+ }
46
+ export interface DefinedComponents {
47
+ [component_name: string]: {
48
+ version: number;
49
+ brick_indices: number[];
50
+ properties: {
51
+ [property: string]: string;
52
+ };
53
+ };
54
+ }
55
+ export interface Components {
56
+ [component_name: string]: AppliedComponent;
57
+ }
58
+ export declare type Vector = [number, number, number];
59
+ export interface BrickV1 {
60
+ asset_name_index: number;
61
+ size: Vector;
62
+ position: Vector;
63
+ direction: Direction;
64
+ rotation: Rotation;
65
+ collision: boolean;
66
+ visibility: boolean;
67
+ color: UnrealColor | number;
68
+ }
69
+ export interface BrickV2 extends BrickV1 {
70
+ material_index: number;
71
+ }
72
+ export interface BrickV3 extends BrickV2 {
73
+ owner_index: number;
74
+ }
75
+ export interface BrickV8 extends BrickV3 {
76
+ components: Components;
77
+ }
78
+ export declare type BrickV9 = Modify<BrickV8, {
79
+ physical_index: number;
80
+ material_intensity: number;
81
+ color: ColorRgb | number;
82
+ }>;
83
+ export declare type BrickV10 = Modify<BrickV9, {
84
+ collision: Collision;
85
+ }>;
86
+ export interface BrsV1 {
87
+ version: 1;
88
+ map: string;
89
+ author: User;
90
+ description: string;
91
+ brick_count: number;
92
+ mods: string[];
93
+ brick_assets: string[];
94
+ colors: UnrealColor[];
95
+ bricks: BrickV1[];
96
+ }
97
+ export declare type BrsV2 = Modify<BrsV1, {
98
+ version: 2;
99
+ materials: string[];
100
+ bricks: BrickV2[];
101
+ }>;
102
+ export declare type BrsV3 = Modify<BrsV2, {
103
+ version: 3;
104
+ brick_owners: User[];
105
+ bricks: BrickV3[];
106
+ }>;
107
+ export declare type BrsV4 = Modify<BrsV3, {
108
+ version: 4;
109
+ save_time: Uint8Array;
110
+ }>;
111
+ export declare type BrsV8 = Modify<BrsV4, {
112
+ version: 8;
113
+ host: User;
114
+ brick_owners: Owner[];
115
+ preview?: Bytes;
116
+ game_version: number;
117
+ bricks: BrickV8[];
118
+ components: DefinedComponents;
119
+ }>;
120
+ export declare type BrsV9 = Modify<BrsV8, {
121
+ version: 9;
122
+ physical_materials: string[];
123
+ bricks: BrickV9[];
124
+ }>;
125
+ export declare type BrsV10 = Modify<BrsV9, {
126
+ version: 10;
127
+ bricks: BrickV10[];
128
+ }>;
129
+ export declare type ReadSaveObject = BrsV1 | BrsV2 | BrsV3 | BrsV4 | BrsV8 | BrsV9 | BrsV10;
130
+ export interface Brick {
131
+ asset_name_index?: number;
132
+ size: Vector;
133
+ position: Vector;
134
+ direction?: Direction;
135
+ rotation?: Rotation;
136
+ collision?: boolean | Partial<Collision>;
137
+ visibility?: boolean;
138
+ material_index?: number;
139
+ physical_index?: number;
140
+ material_intensity?: number;
141
+ color?: ColorRgb | number;
142
+ owner_index?: number;
143
+ components?: Components;
144
+ }
145
+ export interface WriteSaveObject {
146
+ game_version?: number;
147
+ map?: string;
148
+ description?: string;
149
+ author?: Partial<User>;
150
+ host?: Partial<User>;
151
+ mods?: string[];
152
+ brick_assets?: string[];
153
+ colors?: UnrealColor[];
154
+ materials?: string[];
155
+ brick_owners?: Partial<Owner>[];
156
+ physical_materials?: string[];
157
+ preview?: Bytes;
158
+ bricks: Brick[];
159
+ save_time?: ArrayLike<number>;
160
+ components?: DefinedComponents;
161
+ }
162
+ export interface ReadOptions {
163
+ bricks?: boolean;
164
+ preview?: boolean;
165
+ }
166
+ export interface WriteOptions {
167
+ compress?: boolean;
168
+ }
169
+ export {};
170
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,87 @@
1
+ import { BRSBytes, Bytes, UnrealFloat, UnrealType, Uuid } from './types';
2
+ export declare const bgra: ([b, g, r, a]: number[]) => [
3
+ number,
4
+ number,
5
+ number,
6
+ number
7
+ ];
8
+ export declare function isEqual<T>(arrA: Array<T>, arrB: Array<T>): boolean;
9
+ export declare function subarray(data: Bytes, len: number, isCopy?: boolean): Uint8Array;
10
+ export declare function chunk(arr: Bytes, size: number): BRSBytes[];
11
+ declare function read_u16(data: Bytes, littleEndian?: boolean): number;
12
+ declare function write_u16(num: number, littleEndian?: boolean): Uint8Array;
13
+ declare function read_i32(data: Bytes, littleEndian?: boolean): number;
14
+ declare function write_i32(num: number, littleEndian?: boolean): Uint8Array;
15
+ declare function read_compressed(data: Bytes): Bytes;
16
+ declare function write_uncompressed(...args: Uint8Array[]): Uint8Array;
17
+ declare function write_compressed(...args: Uint8Array[]): Uint8Array;
18
+ declare function read_string(data: Bytes): string;
19
+ declare function write_string(str: string): Uint8Array;
20
+ declare function read_uuid(data: Bytes): string;
21
+ declare function write_uuid(uuid: Uuid): Uint8Array;
22
+ declare function read_array<T>(data: Bytes, fn: (_: Bytes) => T): T[];
23
+ declare function read_each(data: Bytes, fn: (_: Bytes) => void): void;
24
+ declare function write_array<T>(arr: T[], fn: (_: T) => Uint8Array): Uint8Array;
25
+ declare class BitReader {
26
+ buffer: Uint8Array;
27
+ pos: number;
28
+ constructor(data: Uint8Array);
29
+ empty(): boolean;
30
+ bit(): boolean;
31
+ align(): void;
32
+ int(max: number): number;
33
+ uint_packed(): number;
34
+ int_packed(): number;
35
+ bits(num: number): number[];
36
+ bytes(num: number): Uint8Array;
37
+ bytesArr(num: number): number[];
38
+ array<T>(fn: (_: BitReader) => T): T[];
39
+ each(fn: (data: BitReader) => void): void;
40
+ string(): string;
41
+ float(): number;
42
+ unreal(type: string): UnrealType;
43
+ }
44
+ declare class BitWriter {
45
+ buffer: number[];
46
+ cur: number;
47
+ bitNum: number;
48
+ bit(val: boolean): void;
49
+ bits(src: number[] | Uint8Array, len: number): void;
50
+ bytes(src: number[] | Uint8Array): void;
51
+ align(): void;
52
+ int(value: number, max: number): void;
53
+ uint_packed(value: number): void;
54
+ int_packed(value: number): void;
55
+ finish(): Uint8Array;
56
+ finishSection(): Uint8Array;
57
+ string(str: string): void;
58
+ float(num: UnrealFloat): void;
59
+ self(fn: (this: BitWriter) => void): this;
60
+ array<T>(arr: T[], fn: (this: BitWriter, item: T, index: number) => void): this;
61
+ each<T>(arr: T[], fn: (this: BitWriter, item: T, index: number) => void): this;
62
+ unreal(type: string, value: UnrealType): void;
63
+ }
64
+ export declare function concat(...arrays: Uint8Array[]): Uint8Array;
65
+ export declare const read: {
66
+ bytes: typeof subarray;
67
+ u16: typeof read_u16;
68
+ i32: typeof read_i32;
69
+ compressed: typeof read_compressed;
70
+ string: typeof read_string;
71
+ uuid: typeof read_uuid;
72
+ array: typeof read_array;
73
+ each: typeof read_each;
74
+ bits: (data: Bytes) => BitReader;
75
+ };
76
+ export declare const write: {
77
+ u16: typeof write_u16;
78
+ i32: typeof write_i32;
79
+ compressed: typeof write_compressed;
80
+ uncompressed: typeof write_uncompressed;
81
+ string: typeof write_string;
82
+ uuid: typeof write_uuid;
83
+ array: typeof write_array;
84
+ bits: () => BitWriter;
85
+ };
86
+ export {};
87
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/utils.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,QAAQ,EACR,KAAK,EAEL,WAAW,EACX,UAAU,EACV,IAAI,EACL,MAAM,SAAS,CAAC;AAkBjB,eAAO,MAAM,IAAI,iBAAkB,MAAM,EAAE,KAAG;IAC5C,MAAM;IACN,MAAM;IACN,MAAM;IACN,MAAM;CACS,CAAC;AAGlB,wBAAgB,OAAO,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,CAAC,CAAC,CAAC,GAAG,OAAO,CAElE;AAOD,wBAAgB,QAAQ,CAAC,IAAI,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,UAAQ,GAAG,UAAU,CAmB7E;AAGD,wBAAgB,KAAK,CAAC,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,GAAG,QAAQ,EAAE,CAY1D;AAGD,iBAAS,QAAQ,CAAC,IAAI,EAAE,KAAK,EAAE,YAAY,UAAO,GAAG,MAAM,CAI1D;AAGD,iBAAS,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,YAAY,UAAO,GAAG,UAAU,CAG/D;AAGD,iBAAS,QAAQ,CAAC,IAAI,EAAE,KAAK,EAAE,YAAY,UAAO,GAAG,MAAM,CAK1D;AAGD,iBAAS,SAAS,CAAC,GAAG,EAAE,MAAM,EAAE,YAAY,UAAO,GAAG,UAAU,CAS/D;AAGD,iBAAS,eAAe,CAAC,IAAI,EAAE,KAAK,GAAG,KAAK,CAuB3C;AAGD,iBAAS,kBAAkB,CAAC,GAAG,IAAI,EAAE,UAAU,EAAE,GAAG,UAAU,CAM7D;AAGD,iBAAS,gBAAgB,CAAC,GAAG,IAAI,EAAE,UAAU,EAAE,GAAG,UAAU,CA0B3D;AAGD,iBAAS,WAAW,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM,CAuBxC;AAGD,iBAAS,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAqB7C;AAGD,iBAAS,SAAS,CAAC,IAAI,EAAE,KAAK,GAAG,MAAM,CAKtC;AAGD,iBAAS,UAAU,CAAC,IAAI,EAAE,IAAI,cAM7B;AAGD,iBAAS,UAAU,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,KAAK,KAAK,CAAC,GAAG,CAAC,EAAE,CAO5D;AAGD,iBAAS,SAAS,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,KAAK,KAAK,IAAI,QAKrD;AAGD,iBAAS,WAAW,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,KAAK,UAAU,cAEzD;AAGD,cAAM,SAAS;IACb,MAAM,EAAE,UAAU,CAAC;IACnB,GAAG,EAAE,MAAM,CAAK;gBAEJ,IAAI,EAAE,UAAU;IAI5B,KAAK,IAAI,OAAO;IAKhB,GAAG,IAAI,OAAO;IAOd,KAAK;IAKL,GAAG,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAexB,WAAW,IAAI,MAAM;IAmBrB,UAAU,IAAI,MAAM;IAMpB,IAAI,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE;IAW3B,KAAK,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU;IAK9B,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE;IAK/B,KAAK,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,SAAS,KAAK,CAAC,GAAG,CAAC,EAAE;IAUtC,IAAI,CAAC,EAAE,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI;IAQlC,MAAM,IAAI,MAAM;IAOhB,KAAK,IAAI,MAAM;IAaf,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,UAAU;CAkBjC;AAED,cAAM,SAAS;IACb,MAAM,EAAE,MAAM,EAAE,CAAM;IACtB,GAAG,EAAE,MAAM,CAAK;IAChB,MAAM,EAAE,MAAM,CAAK;IAGnB,GAAG,CAAC,GAAG,EAAE,OAAO;IAShB,IAAI,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,MAAM;IAO5C,KAAK,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,UAAU;IAKhC,KAAK;IASL,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM;IA2B9B,WAAW,CAAC,KAAK,EAAE,MAAM;IAUzB,UAAU,CAAC,KAAK,EAAE,MAAM;IAKxB,MAAM,IAAI,UAAU;IAMpB,aAAa;IAMb,MAAM,CAAC,GAAG,EAAE,MAAM;IAIlB,KAAK,CAAC,GAAG,EAAE,WAAW;IAWtB,IAAI,CAAC,EAAE,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI;IAMlC,KAAK,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI;IAOxE,IAAI,CAAC,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI;IAMvE,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU;CAgEvC;AAGD,wBAAgB,MAAM,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,GAAG,UAAU,CAa1D;AAED,eAAO,MAAM,IAAI;;;;;;;;;iBASF,KAAK;CACnB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;CASjB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { Uuid } from './types';
2
+ export declare function uuidStringify(arr: number[]): Uuid;
3
+ export declare function uuidParse(uuid: Uuid): Uint8Array;
4
+ //# sourceMappingURL=uuid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"uuid.d.ts","sourceRoot":"","sources":["../../src/uuid.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAkB/B,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,EAAE,GAAG,IAAI,CAuBjD;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,IAAI,GAAG,UAAU,CAgChD"}
@@ -0,0 +1,3 @@
1
+ import { WriteOptions, WriteSaveObject } from './types';
2
+ export default function writeBrs(save: WriteSaveObject, options?: WriteOptions): Uint8Array;
3
+ //# sourceMappingURL=write.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"write.d.ts","sourceRoot":"","sources":["../../src/write.ts"],"names":[],"mappings":"AACA,OAAO,EAAgB,YAAY,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAKtE,MAAM,CAAC,OAAO,UAAU,QAAQ,CAC9B,IAAI,EAAE,eAAe,EACrB,OAAO,GAAE,YAAiB,cAwM3B"}
Binary file