diff --git a/README.md b/README.md index 897dc836..ada8dcf8 100644 --- a/README.md +++ b/README.md @@ -1,44 +1,23 @@ -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +# Phantasmal Quest Editor -## Available Scripts +Phantasmal Quest Editor is an editor for Phantasy Star Online quests. This project is in a very early stage of development. -In the project directory, you can run: +## For Developers -### `npm start` +React is used for the frontend, MobX is used for state management and THREE.js for 3D graphics. -Runs the app in the development mode.
-Open [http://localhost:3000](http://localhost:3000) to view it in the browser. +### Getting Started -The page will reload if you make edits.
-You will also see any lint errors in the console. +1. Install Yarn ([https://yarnpkg.com/](https://yarnpkg.com/)) +2. cd to the project directory +3. Launch server on [http://localhost:3000/](http://localhost:3000/) with `yarn start` +4. src/index.tsx is the application's entry point -### `npm test` +### Tests -Launches the test runner in the interactive watch mode.
-See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. +Run tests with `yarn test`. -### `npm run build` +### Production Build -Builds the app for production to the `build` folder.
-It correctly bundles React in production mode and optimizes the build for the best performance. - -The build is minified and the filenames include the hashes.
-Your app is ready to be deployed! - -See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. - -### `npm run eject` - -**Note: this is a one-way operation. Once you `eject`, you can’t go back!** - -If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. - -Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. - -You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. - -## Learn More - -You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). - -To learn React, check out the [React documentation](https://reactjs.org/). +1. Change the homepage field in package.json if you don't want to deploy to / +3. Build with `yarn build` diff --git a/package.json b/package.json index 50992f1f..5d5e8a0e 100644 --- a/package.json +++ b/package.json @@ -3,13 +3,22 @@ "version": "0.1.0", "private": true, "dependencies": { + "@blueprintjs/core": "^3.15.1", "@types/jest": "24.0.13", + "@types/lodash": "^4.14.132", "@types/node": "12.0.2", "@types/react": "16.8.18", "@types/react-dom": "16.8.4", + "@types/text-encoding": "^0.0.35", + "lodash": "^4.17.11", + "mobx": "^5.9.4", + "mobx-react": "^5.4.4", "react": "^16.8.6", "react-dom": "^16.8.6", "react-scripts": "3.0.1", + "text-encoding": "^0.7.0", + "three": "^0.104.0", + "three-orbit-controls": "^82.1.0", "typescript": "3.4.5" }, "scripts": { diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index a11777cc..00000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/index.html b/public/index.html index dd1ccfd4..1dcf0c39 100644 --- a/public/index.html +++ b/public/index.html @@ -1,38 +1,12 @@ - - - - - - - - - - React App - - - -
- - - + \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json deleted file mode 100644 index 1f2f141f..00000000 --- a/public/manifest.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "short_name": "React App", - "name": "Create React App Sample", - "icons": [ - { - "src": "favicon.ico", - "sizes": "64x64 32x32 24x24 16x16", - "type": "image/x-icon" - } - ], - "start_url": ".", - "display": "standalone", - "theme_color": "#000000", - "background_color": "#ffffff" -} diff --git a/public/maps/map_ancient01_00c.rel b/public/maps/map_ancient01_00c.rel new file mode 100644 index 00000000..0cd7a570 Binary files /dev/null and b/public/maps/map_ancient01_00c.rel differ diff --git a/public/maps/map_ancient01_00n.rel b/public/maps/map_ancient01_00n.rel new file mode 100644 index 00000000..73073e72 Binary files /dev/null and b/public/maps/map_ancient01_00n.rel differ diff --git a/public/maps/map_ancient01_01c.rel b/public/maps/map_ancient01_01c.rel new file mode 100644 index 00000000..3c5e6b39 Binary files /dev/null and b/public/maps/map_ancient01_01c.rel differ diff --git a/public/maps/map_ancient01_01n.rel b/public/maps/map_ancient01_01n.rel new file mode 100644 index 00000000..d66db7a0 Binary files /dev/null and b/public/maps/map_ancient01_01n.rel differ diff --git a/public/maps/map_ancient01_02c.rel b/public/maps/map_ancient01_02c.rel new file mode 100644 index 00000000..5aa3a138 Binary files /dev/null and b/public/maps/map_ancient01_02c.rel differ diff --git a/public/maps/map_ancient01_02n.rel b/public/maps/map_ancient01_02n.rel new file mode 100644 index 00000000..3aa40570 Binary files /dev/null and b/public/maps/map_ancient01_02n.rel differ diff --git a/public/maps/map_ancient01_03c.rel b/public/maps/map_ancient01_03c.rel new file mode 100644 index 00000000..d8b9977c Binary files /dev/null and b/public/maps/map_ancient01_03c.rel differ diff --git a/public/maps/map_ancient01_03n.rel b/public/maps/map_ancient01_03n.rel new file mode 100644 index 00000000..d2f39f48 Binary files /dev/null and b/public/maps/map_ancient01_03n.rel differ diff --git a/public/maps/map_ancient01_04c.rel b/public/maps/map_ancient01_04c.rel new file mode 100644 index 00000000..da959756 Binary files /dev/null and b/public/maps/map_ancient01_04c.rel differ diff --git a/public/maps/map_ancient01_04n.rel b/public/maps/map_ancient01_04n.rel new file mode 100644 index 00000000..e21614fb Binary files /dev/null and b/public/maps/map_ancient01_04n.rel differ diff --git a/public/maps/map_ancient02_00c.rel b/public/maps/map_ancient02_00c.rel new file mode 100644 index 00000000..b08a0b8e Binary files /dev/null and b/public/maps/map_ancient02_00c.rel differ diff --git a/public/maps/map_ancient02_00n.rel b/public/maps/map_ancient02_00n.rel new file mode 100644 index 00000000..596df857 Binary files /dev/null and b/public/maps/map_ancient02_00n.rel differ diff --git a/public/maps/map_ancient02_01c.rel b/public/maps/map_ancient02_01c.rel new file mode 100644 index 00000000..c7a7e800 Binary files /dev/null and b/public/maps/map_ancient02_01c.rel differ diff --git a/public/maps/map_ancient02_01n.rel b/public/maps/map_ancient02_01n.rel new file mode 100644 index 00000000..6e00d12d Binary files /dev/null and b/public/maps/map_ancient02_01n.rel differ diff --git a/public/maps/map_ancient02_02c.rel b/public/maps/map_ancient02_02c.rel new file mode 100644 index 00000000..cee3914b Binary files /dev/null and b/public/maps/map_ancient02_02c.rel differ diff --git a/public/maps/map_ancient02_02n.rel b/public/maps/map_ancient02_02n.rel new file mode 100644 index 00000000..f23d3540 Binary files /dev/null and b/public/maps/map_ancient02_02n.rel differ diff --git a/public/maps/map_ancient02_03c.rel b/public/maps/map_ancient02_03c.rel new file mode 100644 index 00000000..7dc0da9b Binary files /dev/null and b/public/maps/map_ancient02_03c.rel differ diff --git a/public/maps/map_ancient02_03n.rel b/public/maps/map_ancient02_03n.rel new file mode 100644 index 00000000..0fe932a7 Binary files /dev/null and b/public/maps/map_ancient02_03n.rel differ diff --git a/public/maps/map_ancient02_04c.rel b/public/maps/map_ancient02_04c.rel new file mode 100644 index 00000000..9d2b5a99 Binary files /dev/null and b/public/maps/map_ancient02_04c.rel differ diff --git a/public/maps/map_ancient02_04n.rel b/public/maps/map_ancient02_04n.rel new file mode 100644 index 00000000..15763d9a Binary files /dev/null and b/public/maps/map_ancient02_04n.rel differ diff --git a/public/maps/map_ancient03_00c.rel b/public/maps/map_ancient03_00c.rel new file mode 100644 index 00000000..cac815d7 Binary files /dev/null and b/public/maps/map_ancient03_00c.rel differ diff --git a/public/maps/map_ancient03_00n.rel b/public/maps/map_ancient03_00n.rel new file mode 100644 index 00000000..4bbe69ce Binary files /dev/null and b/public/maps/map_ancient03_00n.rel differ diff --git a/public/maps/map_ancient03_01c.rel b/public/maps/map_ancient03_01c.rel new file mode 100644 index 00000000..f19749be Binary files /dev/null and b/public/maps/map_ancient03_01c.rel differ diff --git a/public/maps/map_ancient03_01n.rel b/public/maps/map_ancient03_01n.rel new file mode 100644 index 00000000..f810b386 Binary files /dev/null and b/public/maps/map_ancient03_01n.rel differ diff --git a/public/maps/map_ancient03_02c.rel b/public/maps/map_ancient03_02c.rel new file mode 100644 index 00000000..707d6aa8 Binary files /dev/null and b/public/maps/map_ancient03_02c.rel differ diff --git a/public/maps/map_ancient03_02n.rel b/public/maps/map_ancient03_02n.rel new file mode 100644 index 00000000..3077a5e3 Binary files /dev/null and b/public/maps/map_ancient03_02n.rel differ diff --git a/public/maps/map_ancient03_03c.rel b/public/maps/map_ancient03_03c.rel new file mode 100644 index 00000000..3369b1d2 Binary files /dev/null and b/public/maps/map_ancient03_03c.rel differ diff --git a/public/maps/map_ancient03_03n.rel b/public/maps/map_ancient03_03n.rel new file mode 100644 index 00000000..e4f6ae31 Binary files /dev/null and b/public/maps/map_ancient03_03n.rel differ diff --git a/public/maps/map_ancient03_04c.rel b/public/maps/map_ancient03_04c.rel new file mode 100644 index 00000000..7e09ee1d Binary files /dev/null and b/public/maps/map_ancient03_04c.rel differ diff --git a/public/maps/map_ancient03_04n.rel b/public/maps/map_ancient03_04n.rel new file mode 100644 index 00000000..8a45b8c4 Binary files /dev/null and b/public/maps/map_ancient03_04n.rel differ diff --git a/public/maps/map_boss01c.rel b/public/maps/map_boss01c.rel new file mode 100644 index 00000000..8a720b6a Binary files /dev/null and b/public/maps/map_boss01c.rel differ diff --git a/public/maps/map_boss01n.rel b/public/maps/map_boss01n.rel new file mode 100644 index 00000000..70126c41 Binary files /dev/null and b/public/maps/map_boss01n.rel differ diff --git a/public/maps/map_boss02c.rel b/public/maps/map_boss02c.rel new file mode 100644 index 00000000..e4f710b5 Binary files /dev/null and b/public/maps/map_boss02c.rel differ diff --git a/public/maps/map_boss02n.rel b/public/maps/map_boss02n.rel new file mode 100644 index 00000000..87cbd803 Binary files /dev/null and b/public/maps/map_boss02n.rel differ diff --git a/public/maps/map_boss03c.rel b/public/maps/map_boss03c.rel new file mode 100644 index 00000000..93767b99 Binary files /dev/null and b/public/maps/map_boss03c.rel differ diff --git a/public/maps/map_boss03n.rel b/public/maps/map_boss03n.rel new file mode 100644 index 00000000..d65d0c89 Binary files /dev/null and b/public/maps/map_boss03n.rel differ diff --git a/public/maps/map_boss05c.rel b/public/maps/map_boss05c.rel new file mode 100644 index 00000000..a3f9f338 Binary files /dev/null and b/public/maps/map_boss05c.rel differ diff --git a/public/maps/map_boss05n.rel b/public/maps/map_boss05n.rel new file mode 100644 index 00000000..39f50db6 Binary files /dev/null and b/public/maps/map_boss05n.rel differ diff --git a/public/maps/map_boss06c.rel b/public/maps/map_boss06c.rel new file mode 100644 index 00000000..c5219bfa Binary files /dev/null and b/public/maps/map_boss06c.rel differ diff --git a/public/maps/map_boss06n.rel b/public/maps/map_boss06n.rel new file mode 100644 index 00000000..83b136a0 Binary files /dev/null and b/public/maps/map_boss06n.rel differ diff --git a/public/maps/map_boss07c.rel b/public/maps/map_boss07c.rel new file mode 100644 index 00000000..09fe6aef Binary files /dev/null and b/public/maps/map_boss07c.rel differ diff --git a/public/maps/map_boss07n.rel b/public/maps/map_boss07n.rel new file mode 100644 index 00000000..6a440637 Binary files /dev/null and b/public/maps/map_boss07n.rel differ diff --git a/public/maps/map_boss08c.rel b/public/maps/map_boss08c.rel new file mode 100644 index 00000000..90df6f18 Binary files /dev/null and b/public/maps/map_boss08c.rel differ diff --git a/public/maps/map_boss08n.rel b/public/maps/map_boss08n.rel new file mode 100644 index 00000000..19b08ab4 Binary files /dev/null and b/public/maps/map_boss08n.rel differ diff --git a/public/maps/map_boss09_00c.rel b/public/maps/map_boss09_00c.rel new file mode 100644 index 00000000..aaef43c7 Binary files /dev/null and b/public/maps/map_boss09_00c.rel differ diff --git a/public/maps/map_boss09_00n.rel b/public/maps/map_boss09_00n.rel new file mode 100644 index 00000000..450aa26c Binary files /dev/null and b/public/maps/map_boss09_00n.rel differ diff --git a/public/maps/map_cave01_00c.rel b/public/maps/map_cave01_00c.rel new file mode 100644 index 00000000..ba98ce70 Binary files /dev/null and b/public/maps/map_cave01_00c.rel differ diff --git a/public/maps/map_cave01_00n.rel b/public/maps/map_cave01_00n.rel new file mode 100644 index 00000000..f8e9dbf7 Binary files /dev/null and b/public/maps/map_cave01_00n.rel differ diff --git a/public/maps/map_cave01_01c.rel b/public/maps/map_cave01_01c.rel new file mode 100644 index 00000000..3b69658a Binary files /dev/null and b/public/maps/map_cave01_01c.rel differ diff --git a/public/maps/map_cave01_01n.rel b/public/maps/map_cave01_01n.rel new file mode 100644 index 00000000..43de8732 Binary files /dev/null and b/public/maps/map_cave01_01n.rel differ diff --git a/public/maps/map_cave01_02c.rel b/public/maps/map_cave01_02c.rel new file mode 100644 index 00000000..5bd94a97 Binary files /dev/null and b/public/maps/map_cave01_02c.rel differ diff --git a/public/maps/map_cave01_02n.rel b/public/maps/map_cave01_02n.rel new file mode 100644 index 00000000..59d3e433 Binary files /dev/null and b/public/maps/map_cave01_02n.rel differ diff --git a/public/maps/map_cave01_03c.rel b/public/maps/map_cave01_03c.rel new file mode 100644 index 00000000..5ce1c43a Binary files /dev/null and b/public/maps/map_cave01_03c.rel differ diff --git a/public/maps/map_cave01_03n.rel b/public/maps/map_cave01_03n.rel new file mode 100644 index 00000000..c06b2a47 Binary files /dev/null and b/public/maps/map_cave01_03n.rel differ diff --git a/public/maps/map_cave01_04c.rel b/public/maps/map_cave01_04c.rel new file mode 100644 index 00000000..8a9f3141 Binary files /dev/null and b/public/maps/map_cave01_04c.rel differ diff --git a/public/maps/map_cave01_04n.rel b/public/maps/map_cave01_04n.rel new file mode 100644 index 00000000..bc9ab194 Binary files /dev/null and b/public/maps/map_cave01_04n.rel differ diff --git a/public/maps/map_cave01_05c.rel b/public/maps/map_cave01_05c.rel new file mode 100644 index 00000000..201effc1 Binary files /dev/null and b/public/maps/map_cave01_05c.rel differ diff --git a/public/maps/map_cave01_05n.rel b/public/maps/map_cave01_05n.rel new file mode 100644 index 00000000..e093f45a Binary files /dev/null and b/public/maps/map_cave01_05n.rel differ diff --git a/public/maps/map_cave02_00c.rel b/public/maps/map_cave02_00c.rel new file mode 100644 index 00000000..5ec998e9 Binary files /dev/null and b/public/maps/map_cave02_00c.rel differ diff --git a/public/maps/map_cave02_00n.rel b/public/maps/map_cave02_00n.rel new file mode 100644 index 00000000..91884cdc Binary files /dev/null and b/public/maps/map_cave02_00n.rel differ diff --git a/public/maps/map_cave02_01c.rel b/public/maps/map_cave02_01c.rel new file mode 100644 index 00000000..d740b33e Binary files /dev/null and b/public/maps/map_cave02_01c.rel differ diff --git a/public/maps/map_cave02_01n.rel b/public/maps/map_cave02_01n.rel new file mode 100644 index 00000000..09f73052 Binary files /dev/null and b/public/maps/map_cave02_01n.rel differ diff --git a/public/maps/map_cave02_02c.rel b/public/maps/map_cave02_02c.rel new file mode 100644 index 00000000..19ed7e00 Binary files /dev/null and b/public/maps/map_cave02_02c.rel differ diff --git a/public/maps/map_cave02_02n.rel b/public/maps/map_cave02_02n.rel new file mode 100644 index 00000000..cd6bfe76 Binary files /dev/null and b/public/maps/map_cave02_02n.rel differ diff --git a/public/maps/map_cave02_03c.rel b/public/maps/map_cave02_03c.rel new file mode 100644 index 00000000..9af45135 Binary files /dev/null and b/public/maps/map_cave02_03c.rel differ diff --git a/public/maps/map_cave02_03n.rel b/public/maps/map_cave02_03n.rel new file mode 100644 index 00000000..981bd4c7 Binary files /dev/null and b/public/maps/map_cave02_03n.rel differ diff --git a/public/maps/map_cave02_04c.rel b/public/maps/map_cave02_04c.rel new file mode 100644 index 00000000..054b2880 Binary files /dev/null and b/public/maps/map_cave02_04c.rel differ diff --git a/public/maps/map_cave02_04n.rel b/public/maps/map_cave02_04n.rel new file mode 100644 index 00000000..7a1fad6c Binary files /dev/null and b/public/maps/map_cave02_04n.rel differ diff --git a/public/maps/map_cave03_00c.rel b/public/maps/map_cave03_00c.rel new file mode 100644 index 00000000..abbf90b4 Binary files /dev/null and b/public/maps/map_cave03_00c.rel differ diff --git a/public/maps/map_cave03_00n.rel b/public/maps/map_cave03_00n.rel new file mode 100644 index 00000000..31044666 Binary files /dev/null and b/public/maps/map_cave03_00n.rel differ diff --git a/public/maps/map_cave03_01c.rel b/public/maps/map_cave03_01c.rel new file mode 100644 index 00000000..efe5ebeb Binary files /dev/null and b/public/maps/map_cave03_01c.rel differ diff --git a/public/maps/map_cave03_01n.rel b/public/maps/map_cave03_01n.rel new file mode 100644 index 00000000..60a3dd18 Binary files /dev/null and b/public/maps/map_cave03_01n.rel differ diff --git a/public/maps/map_cave03_02c.rel b/public/maps/map_cave03_02c.rel new file mode 100644 index 00000000..d8f3a052 Binary files /dev/null and b/public/maps/map_cave03_02c.rel differ diff --git a/public/maps/map_cave03_02n.rel b/public/maps/map_cave03_02n.rel new file mode 100644 index 00000000..581dccf8 Binary files /dev/null and b/public/maps/map_cave03_02n.rel differ diff --git a/public/maps/map_cave03_03c.rel b/public/maps/map_cave03_03c.rel new file mode 100644 index 00000000..fc90f4bf Binary files /dev/null and b/public/maps/map_cave03_03c.rel differ diff --git a/public/maps/map_cave03_03n.rel b/public/maps/map_cave03_03n.rel new file mode 100644 index 00000000..7f456a07 Binary files /dev/null and b/public/maps/map_cave03_03n.rel differ diff --git a/public/maps/map_cave03_04c.rel b/public/maps/map_cave03_04c.rel new file mode 100644 index 00000000..faca34d8 Binary files /dev/null and b/public/maps/map_cave03_04c.rel differ diff --git a/public/maps/map_cave03_04n.rel b/public/maps/map_cave03_04n.rel new file mode 100644 index 00000000..6e8390d8 Binary files /dev/null and b/public/maps/map_cave03_04n.rel differ diff --git a/public/maps/map_cave03_05c.rel b/public/maps/map_cave03_05c.rel new file mode 100644 index 00000000..ed92df4d Binary files /dev/null and b/public/maps/map_cave03_05c.rel differ diff --git a/public/maps/map_cave03_05n.rel b/public/maps/map_cave03_05n.rel new file mode 100644 index 00000000..1e7c8952 Binary files /dev/null and b/public/maps/map_cave03_05n.rel differ diff --git a/public/maps/map_city00_00c.rel b/public/maps/map_city00_00c.rel new file mode 100644 index 00000000..ade4f084 Binary files /dev/null and b/public/maps/map_city00_00c.rel differ diff --git a/public/maps/map_city00_00n.rel b/public/maps/map_city00_00n.rel new file mode 100644 index 00000000..cc253762 Binary files /dev/null and b/public/maps/map_city00_00n.rel differ diff --git a/public/maps/map_city02_00c.rel b/public/maps/map_city02_00c.rel new file mode 100644 index 00000000..ade4f084 Binary files /dev/null and b/public/maps/map_city02_00c.rel differ diff --git a/public/maps/map_city02_00n.rel b/public/maps/map_city02_00n.rel new file mode 100644 index 00000000..cc253762 Binary files /dev/null and b/public/maps/map_city02_00n.rel differ diff --git a/public/maps/map_crater01_00c.rel b/public/maps/map_crater01_00c.rel new file mode 100644 index 00000000..b601f42c Binary files /dev/null and b/public/maps/map_crater01_00c.rel differ diff --git a/public/maps/map_crater01_00n.rel b/public/maps/map_crater01_00n.rel new file mode 100644 index 00000000..5621e4b6 Binary files /dev/null and b/public/maps/map_crater01_00n.rel differ diff --git a/public/maps/map_darkfalz00c.rel b/public/maps/map_darkfalz00c.rel new file mode 100644 index 00000000..16124ff5 Binary files /dev/null and b/public/maps/map_darkfalz00c.rel differ diff --git a/public/maps/map_darkfalz00n.rel b/public/maps/map_darkfalz00n.rel new file mode 100644 index 00000000..d3d1e801 Binary files /dev/null and b/public/maps/map_darkfalz00n.rel differ diff --git a/public/maps/map_desert01_00c.rel b/public/maps/map_desert01_00c.rel new file mode 100644 index 00000000..659f85ce Binary files /dev/null and b/public/maps/map_desert01_00c.rel differ diff --git a/public/maps/map_desert01_00n.rel b/public/maps/map_desert01_00n.rel new file mode 100644 index 00000000..38db52d3 Binary files /dev/null and b/public/maps/map_desert01_00n.rel differ diff --git a/public/maps/map_desert01_01c.rel b/public/maps/map_desert01_01c.rel new file mode 100644 index 00000000..9db6a958 Binary files /dev/null and b/public/maps/map_desert01_01c.rel differ diff --git a/public/maps/map_desert01_01n.rel b/public/maps/map_desert01_01n.rel new file mode 100644 index 00000000..fdd17d7d Binary files /dev/null and b/public/maps/map_desert01_01n.rel differ diff --git a/public/maps/map_desert01_02c.rel b/public/maps/map_desert01_02c.rel new file mode 100644 index 00000000..34f4449e Binary files /dev/null and b/public/maps/map_desert01_02c.rel differ diff --git a/public/maps/map_desert01_02n.rel b/public/maps/map_desert01_02n.rel new file mode 100644 index 00000000..d9d17aa7 Binary files /dev/null and b/public/maps/map_desert01_02n.rel differ diff --git a/public/maps/map_desert02_00c.rel b/public/maps/map_desert02_00c.rel new file mode 100644 index 00000000..cef456f5 Binary files /dev/null and b/public/maps/map_desert02_00c.rel differ diff --git a/public/maps/map_desert02_00n.rel b/public/maps/map_desert02_00n.rel new file mode 100644 index 00000000..0c00166d Binary files /dev/null and b/public/maps/map_desert02_00n.rel differ diff --git a/public/maps/map_desert02_01c.rel b/public/maps/map_desert02_01c.rel new file mode 100644 index 00000000..a7f9b0cc Binary files /dev/null and b/public/maps/map_desert02_01c.rel differ diff --git a/public/maps/map_desert02_01n.rel b/public/maps/map_desert02_01n.rel new file mode 100644 index 00000000..7be9fc5f Binary files /dev/null and b/public/maps/map_desert02_01n.rel differ diff --git a/public/maps/map_desert02_02c.rel b/public/maps/map_desert02_02c.rel new file mode 100644 index 00000000..a7f9b0cc Binary files /dev/null and b/public/maps/map_desert02_02c.rel differ diff --git a/public/maps/map_desert02_02n.rel b/public/maps/map_desert02_02n.rel new file mode 100644 index 00000000..7be9fc5f Binary files /dev/null and b/public/maps/map_desert02_02n.rel differ diff --git a/public/maps/map_desert03_00c.rel b/public/maps/map_desert03_00c.rel new file mode 100644 index 00000000..1e9a7364 Binary files /dev/null and b/public/maps/map_desert03_00c.rel differ diff --git a/public/maps/map_desert03_00n.rel b/public/maps/map_desert03_00n.rel new file mode 100644 index 00000000..ab028981 Binary files /dev/null and b/public/maps/map_desert03_00n.rel differ diff --git a/public/maps/map_desert03_01c.rel b/public/maps/map_desert03_01c.rel new file mode 100644 index 00000000..a319db7d Binary files /dev/null and b/public/maps/map_desert03_01c.rel differ diff --git a/public/maps/map_desert03_01n.rel b/public/maps/map_desert03_01n.rel new file mode 100644 index 00000000..bdca5aa7 Binary files /dev/null and b/public/maps/map_desert03_01n.rel differ diff --git a/public/maps/map_desert03_02c.rel b/public/maps/map_desert03_02c.rel new file mode 100644 index 00000000..dd20031c Binary files /dev/null and b/public/maps/map_desert03_02c.rel differ diff --git a/public/maps/map_desert03_02n.rel b/public/maps/map_desert03_02n.rel new file mode 100644 index 00000000..eaf5b3d4 Binary files /dev/null and b/public/maps/map_desert03_02n.rel differ diff --git a/public/maps/map_forest01c.rel b/public/maps/map_forest01c.rel new file mode 100644 index 00000000..92d9d34d Binary files /dev/null and b/public/maps/map_forest01c.rel differ diff --git a/public/maps/map_forest01n.rel b/public/maps/map_forest01n.rel new file mode 100644 index 00000000..b914a0c9 Binary files /dev/null and b/public/maps/map_forest01n.rel differ diff --git a/public/maps/map_forest02c.rel b/public/maps/map_forest02c.rel new file mode 100644 index 00000000..ad99e032 Binary files /dev/null and b/public/maps/map_forest02c.rel differ diff --git a/public/maps/map_forest02n.rel b/public/maps/map_forest02n.rel new file mode 100644 index 00000000..d494ab7c Binary files /dev/null and b/public/maps/map_forest02n.rel differ diff --git a/public/maps/map_jungle01_00c.rel b/public/maps/map_jungle01_00c.rel new file mode 100644 index 00000000..5cdfd38b Binary files /dev/null and b/public/maps/map_jungle01_00c.rel differ diff --git a/public/maps/map_jungle01_00n.rel b/public/maps/map_jungle01_00n.rel new file mode 100644 index 00000000..6b60e15a Binary files /dev/null and b/public/maps/map_jungle01_00n.rel differ diff --git a/public/maps/map_jungle02_00c.rel b/public/maps/map_jungle02_00c.rel new file mode 100644 index 00000000..18f661ff Binary files /dev/null and b/public/maps/map_jungle02_00c.rel differ diff --git a/public/maps/map_jungle02_00n.rel b/public/maps/map_jungle02_00n.rel new file mode 100644 index 00000000..30b0e03a Binary files /dev/null and b/public/maps/map_jungle02_00n.rel differ diff --git a/public/maps/map_jungle03_00c.rel b/public/maps/map_jungle03_00c.rel new file mode 100644 index 00000000..dcd8e97d Binary files /dev/null and b/public/maps/map_jungle03_00c.rel differ diff --git a/public/maps/map_jungle03_00n.rel b/public/maps/map_jungle03_00n.rel new file mode 100644 index 00000000..92860857 Binary files /dev/null and b/public/maps/map_jungle03_00n.rel differ diff --git a/public/maps/map_jungle04_00c.rel b/public/maps/map_jungle04_00c.rel new file mode 100644 index 00000000..a255217d Binary files /dev/null and b/public/maps/map_jungle04_00c.rel differ diff --git a/public/maps/map_jungle04_00n.rel b/public/maps/map_jungle04_00n.rel new file mode 100644 index 00000000..f38e9e5c Binary files /dev/null and b/public/maps/map_jungle04_00n.rel differ diff --git a/public/maps/map_jungle04_01c.rel b/public/maps/map_jungle04_01c.rel new file mode 100644 index 00000000..e7e78a7d Binary files /dev/null and b/public/maps/map_jungle04_01c.rel differ diff --git a/public/maps/map_jungle04_01n.rel b/public/maps/map_jungle04_01n.rel new file mode 100644 index 00000000..75df894c Binary files /dev/null and b/public/maps/map_jungle04_01n.rel differ diff --git a/public/maps/map_jungle04_02c.rel b/public/maps/map_jungle04_02c.rel new file mode 100644 index 00000000..36f4d264 Binary files /dev/null and b/public/maps/map_jungle04_02c.rel differ diff --git a/public/maps/map_jungle04_02n.rel b/public/maps/map_jungle04_02n.rel new file mode 100644 index 00000000..d00a820e Binary files /dev/null and b/public/maps/map_jungle04_02n.rel differ diff --git a/public/maps/map_jungle05_00c.rel b/public/maps/map_jungle05_00c.rel new file mode 100644 index 00000000..98afdba5 Binary files /dev/null and b/public/maps/map_jungle05_00c.rel differ diff --git a/public/maps/map_jungle05_00n.rel b/public/maps/map_jungle05_00n.rel new file mode 100644 index 00000000..8fef30f0 Binary files /dev/null and b/public/maps/map_jungle05_00n.rel differ diff --git a/public/maps/map_jungle06_00c.rel b/public/maps/map_jungle06_00c.rel new file mode 100644 index 00000000..98afdba5 Binary files /dev/null and b/public/maps/map_jungle06_00c.rel differ diff --git a/public/maps/map_jungle06_00n.rel b/public/maps/map_jungle06_00n.rel new file mode 100644 index 00000000..8fef30f0 Binary files /dev/null and b/public/maps/map_jungle06_00n.rel differ diff --git a/public/maps/map_jungle07_00c.rel b/public/maps/map_jungle07_00c.rel new file mode 100644 index 00000000..d7a57fd4 Binary files /dev/null and b/public/maps/map_jungle07_00c.rel differ diff --git a/public/maps/map_jungle07_00n.rel b/public/maps/map_jungle07_00n.rel new file mode 100644 index 00000000..e9dcaa69 Binary files /dev/null and b/public/maps/map_jungle07_00n.rel differ diff --git a/public/maps/map_jungle07_01c.rel b/public/maps/map_jungle07_01c.rel new file mode 100644 index 00000000..d7a57fd4 Binary files /dev/null and b/public/maps/map_jungle07_01c.rel differ diff --git a/public/maps/map_jungle07_01n.rel b/public/maps/map_jungle07_01n.rel new file mode 100644 index 00000000..e9dcaa69 Binary files /dev/null and b/public/maps/map_jungle07_01n.rel differ diff --git a/public/maps/map_jungle07_02c.rel b/public/maps/map_jungle07_02c.rel new file mode 100644 index 00000000..d7a57fd4 Binary files /dev/null and b/public/maps/map_jungle07_02c.rel differ diff --git a/public/maps/map_jungle07_02n.rel b/public/maps/map_jungle07_02n.rel new file mode 100644 index 00000000..e9dcaa69 Binary files /dev/null and b/public/maps/map_jungle07_02n.rel differ diff --git a/public/maps/map_jungle07_03c.rel b/public/maps/map_jungle07_03c.rel new file mode 100644 index 00000000..d7a57fd4 Binary files /dev/null and b/public/maps/map_jungle07_03c.rel differ diff --git a/public/maps/map_jungle07_03n.rel b/public/maps/map_jungle07_03n.rel new file mode 100644 index 00000000..e9dcaa69 Binary files /dev/null and b/public/maps/map_jungle07_03n.rel differ diff --git a/public/maps/map_jungle07_04c.rel b/public/maps/map_jungle07_04c.rel new file mode 100644 index 00000000..d7a57fd4 Binary files /dev/null and b/public/maps/map_jungle07_04c.rel differ diff --git a/public/maps/map_jungle07_04n.rel b/public/maps/map_jungle07_04n.rel new file mode 100644 index 00000000..e9dcaa69 Binary files /dev/null and b/public/maps/map_jungle07_04n.rel differ diff --git a/public/maps/map_labo00_00c.rel b/public/maps/map_labo00_00c.rel new file mode 100644 index 00000000..43da484a Binary files /dev/null and b/public/maps/map_labo00_00c.rel differ diff --git a/public/maps/map_labo00_00n.rel b/public/maps/map_labo00_00n.rel new file mode 100644 index 00000000..a5102467 Binary files /dev/null and b/public/maps/map_labo00_00n.rel differ diff --git a/public/maps/map_lobby_00c.rel b/public/maps/map_lobby_00c.rel new file mode 100644 index 00000000..f6795423 Binary files /dev/null and b/public/maps/map_lobby_00c.rel differ diff --git a/public/maps/map_lobby_00n.rel b/public/maps/map_lobby_00n.rel new file mode 100644 index 00000000..461d44b0 Binary files /dev/null and b/public/maps/map_lobby_00n.rel differ diff --git a/public/maps/map_lobby_01c.rel b/public/maps/map_lobby_01c.rel new file mode 100644 index 00000000..f6795423 Binary files /dev/null and b/public/maps/map_lobby_01c.rel differ diff --git a/public/maps/map_lobby_01n.rel b/public/maps/map_lobby_01n.rel new file mode 100644 index 00000000..461d44b0 Binary files /dev/null and b/public/maps/map_lobby_01n.rel differ diff --git a/public/maps/map_lobby_02c.rel b/public/maps/map_lobby_02c.rel new file mode 100644 index 00000000..f6795423 Binary files /dev/null and b/public/maps/map_lobby_02c.rel differ diff --git a/public/maps/map_lobby_02n.rel b/public/maps/map_lobby_02n.rel new file mode 100644 index 00000000..e6202408 Binary files /dev/null and b/public/maps/map_lobby_02n.rel differ diff --git a/public/maps/map_lobby_03c.rel b/public/maps/map_lobby_03c.rel new file mode 100644 index 00000000..f6795423 Binary files /dev/null and b/public/maps/map_lobby_03c.rel differ diff --git a/public/maps/map_lobby_03n.rel b/public/maps/map_lobby_03n.rel new file mode 100644 index 00000000..7df3f222 Binary files /dev/null and b/public/maps/map_lobby_03n.rel differ diff --git a/public/maps/map_lobby_04c.rel b/public/maps/map_lobby_04c.rel new file mode 100644 index 00000000..f6795423 Binary files /dev/null and b/public/maps/map_lobby_04c.rel differ diff --git a/public/maps/map_lobby_04n.rel b/public/maps/map_lobby_04n.rel new file mode 100644 index 00000000..d757da87 Binary files /dev/null and b/public/maps/map_lobby_04n.rel differ diff --git a/public/maps/map_lobby_05c.rel b/public/maps/map_lobby_05c.rel new file mode 100644 index 00000000..f6795423 Binary files /dev/null and b/public/maps/map_lobby_05c.rel differ diff --git a/public/maps/map_lobby_05n.rel b/public/maps/map_lobby_05n.rel new file mode 100644 index 00000000..18555991 Binary files /dev/null and b/public/maps/map_lobby_05n.rel differ diff --git a/public/maps/map_lobby_06c.rel b/public/maps/map_lobby_06c.rel new file mode 100644 index 00000000..f6795423 Binary files /dev/null and b/public/maps/map_lobby_06c.rel differ diff --git a/public/maps/map_lobby_06n.rel b/public/maps/map_lobby_06n.rel new file mode 100644 index 00000000..142e54ae Binary files /dev/null and b/public/maps/map_lobby_06n.rel differ diff --git a/public/maps/map_lobby_07c.rel b/public/maps/map_lobby_07c.rel new file mode 100644 index 00000000..f6795423 Binary files /dev/null and b/public/maps/map_lobby_07c.rel differ diff --git a/public/maps/map_lobby_07n.rel b/public/maps/map_lobby_07n.rel new file mode 100644 index 00000000..8916aea6 Binary files /dev/null and b/public/maps/map_lobby_07n.rel differ diff --git a/public/maps/map_lobby_08c.rel b/public/maps/map_lobby_08c.rel new file mode 100644 index 00000000..f6795423 Binary files /dev/null and b/public/maps/map_lobby_08c.rel differ diff --git a/public/maps/map_lobby_08n.rel b/public/maps/map_lobby_08n.rel new file mode 100644 index 00000000..d4516bc5 Binary files /dev/null and b/public/maps/map_lobby_08n.rel differ diff --git a/public/maps/map_lobby_09c.rel b/public/maps/map_lobby_09c.rel new file mode 100644 index 00000000..f6795423 Binary files /dev/null and b/public/maps/map_lobby_09c.rel differ diff --git a/public/maps/map_lobby_09n.rel b/public/maps/map_lobby_09n.rel new file mode 100644 index 00000000..5bba2657 Binary files /dev/null and b/public/maps/map_lobby_09n.rel differ diff --git a/public/maps/map_lobby_10c.rel b/public/maps/map_lobby_10c.rel new file mode 100644 index 00000000..f6795423 Binary files /dev/null and b/public/maps/map_lobby_10c.rel differ diff --git a/public/maps/map_lobby_10n.rel b/public/maps/map_lobby_10n.rel new file mode 100644 index 00000000..b717299f Binary files /dev/null and b/public/maps/map_lobby_10n.rel differ diff --git a/public/maps/map_lobby_green_be00c.rel b/public/maps/map_lobby_green_be00c.rel new file mode 100644 index 00000000..fae56e82 Binary files /dev/null and b/public/maps/map_lobby_green_be00c.rel differ diff --git a/public/maps/map_lobby_green_be00n.rel b/public/maps/map_lobby_green_be00n.rel new file mode 100644 index 00000000..43db4b1e Binary files /dev/null and b/public/maps/map_lobby_green_be00n.rel differ diff --git a/public/maps/map_lobby_red_be00c.rel b/public/maps/map_lobby_red_be00c.rel new file mode 100644 index 00000000..fae56e82 Binary files /dev/null and b/public/maps/map_lobby_red_be00c.rel differ diff --git a/public/maps/map_lobby_red_be00n.rel b/public/maps/map_lobby_red_be00n.rel new file mode 100644 index 00000000..305b0053 Binary files /dev/null and b/public/maps/map_lobby_red_be00n.rel differ diff --git a/public/maps/map_lobby_yellow_be00c.rel b/public/maps/map_lobby_yellow_be00c.rel new file mode 100644 index 00000000..fae56e82 Binary files /dev/null and b/public/maps/map_lobby_yellow_be00c.rel differ diff --git a/public/maps/map_lobby_yellow_be00n.rel b/public/maps/map_lobby_yellow_be00n.rel new file mode 100644 index 00000000..85df936a Binary files /dev/null and b/public/maps/map_lobby_yellow_be00n.rel differ diff --git a/public/maps/map_machine01_00c.rel b/public/maps/map_machine01_00c.rel new file mode 100644 index 00000000..a02bce19 Binary files /dev/null and b/public/maps/map_machine01_00c.rel differ diff --git a/public/maps/map_machine01_00n.rel b/public/maps/map_machine01_00n.rel new file mode 100644 index 00000000..0914df2e Binary files /dev/null and b/public/maps/map_machine01_00n.rel differ diff --git a/public/maps/map_machine01_01c.rel b/public/maps/map_machine01_01c.rel new file mode 100644 index 00000000..99897d84 Binary files /dev/null and b/public/maps/map_machine01_01c.rel differ diff --git a/public/maps/map_machine01_01n.rel b/public/maps/map_machine01_01n.rel new file mode 100644 index 00000000..a9ac1fc5 Binary files /dev/null and b/public/maps/map_machine01_01n.rel differ diff --git a/public/maps/map_machine01_02c.rel b/public/maps/map_machine01_02c.rel new file mode 100644 index 00000000..b257b60b Binary files /dev/null and b/public/maps/map_machine01_02c.rel differ diff --git a/public/maps/map_machine01_02n.rel b/public/maps/map_machine01_02n.rel new file mode 100644 index 00000000..d3ee2c8b Binary files /dev/null and b/public/maps/map_machine01_02n.rel differ diff --git a/public/maps/map_machine01_03c.rel b/public/maps/map_machine01_03c.rel new file mode 100644 index 00000000..7894c202 Binary files /dev/null and b/public/maps/map_machine01_03c.rel differ diff --git a/public/maps/map_machine01_03n.rel b/public/maps/map_machine01_03n.rel new file mode 100644 index 00000000..752adb72 Binary files /dev/null and b/public/maps/map_machine01_03n.rel differ diff --git a/public/maps/map_machine01_04c.rel b/public/maps/map_machine01_04c.rel new file mode 100644 index 00000000..b4a12dd1 Binary files /dev/null and b/public/maps/map_machine01_04c.rel differ diff --git a/public/maps/map_machine01_04n.rel b/public/maps/map_machine01_04n.rel new file mode 100644 index 00000000..86f18318 Binary files /dev/null and b/public/maps/map_machine01_04n.rel differ diff --git a/public/maps/map_machine01_05c.rel b/public/maps/map_machine01_05c.rel new file mode 100644 index 00000000..95d6e371 Binary files /dev/null and b/public/maps/map_machine01_05c.rel differ diff --git a/public/maps/map_machine01_05n.rel b/public/maps/map_machine01_05n.rel new file mode 100644 index 00000000..fd574c30 Binary files /dev/null and b/public/maps/map_machine01_05n.rel differ diff --git a/public/maps/map_machine02_00c.rel b/public/maps/map_machine02_00c.rel new file mode 100644 index 00000000..6bfbd262 Binary files /dev/null and b/public/maps/map_machine02_00c.rel differ diff --git a/public/maps/map_machine02_00n.rel b/public/maps/map_machine02_00n.rel new file mode 100644 index 00000000..6effa4aa Binary files /dev/null and b/public/maps/map_machine02_00n.rel differ diff --git a/public/maps/map_machine02_01c.rel b/public/maps/map_machine02_01c.rel new file mode 100644 index 00000000..ec36549c Binary files /dev/null and b/public/maps/map_machine02_01c.rel differ diff --git a/public/maps/map_machine02_01n.rel b/public/maps/map_machine02_01n.rel new file mode 100644 index 00000000..1d9833cf Binary files /dev/null and b/public/maps/map_machine02_01n.rel differ diff --git a/public/maps/map_machine02_02c.rel b/public/maps/map_machine02_02c.rel new file mode 100644 index 00000000..aa591ef4 Binary files /dev/null and b/public/maps/map_machine02_02c.rel differ diff --git a/public/maps/map_machine02_02n.rel b/public/maps/map_machine02_02n.rel new file mode 100644 index 00000000..3d690d32 Binary files /dev/null and b/public/maps/map_machine02_02n.rel differ diff --git a/public/maps/map_machine02_03c.rel b/public/maps/map_machine02_03c.rel new file mode 100644 index 00000000..fe038472 Binary files /dev/null and b/public/maps/map_machine02_03c.rel differ diff --git a/public/maps/map_machine02_03n.rel b/public/maps/map_machine02_03n.rel new file mode 100644 index 00000000..f4b90220 Binary files /dev/null and b/public/maps/map_machine02_03n.rel differ diff --git a/public/maps/map_machine02_04c.rel b/public/maps/map_machine02_04c.rel new file mode 100644 index 00000000..c0be85b9 Binary files /dev/null and b/public/maps/map_machine02_04c.rel differ diff --git a/public/maps/map_machine02_04n.rel b/public/maps/map_machine02_04n.rel new file mode 100644 index 00000000..589c4403 Binary files /dev/null and b/public/maps/map_machine02_04n.rel differ diff --git a/public/maps/map_machine02_05c.rel b/public/maps/map_machine02_05c.rel new file mode 100644 index 00000000..1f301903 Binary files /dev/null and b/public/maps/map_machine02_05c.rel differ diff --git a/public/maps/map_machine02_05n.rel b/public/maps/map_machine02_05n.rel new file mode 100644 index 00000000..3ed26b39 Binary files /dev/null and b/public/maps/map_machine02_05n.rel differ diff --git a/public/maps/map_ruins01_00c.rel b/public/maps/map_ruins01_00c.rel new file mode 100644 index 00000000..1b0f122c Binary files /dev/null and b/public/maps/map_ruins01_00c.rel differ diff --git a/public/maps/map_ruins01_00n.rel b/public/maps/map_ruins01_00n.rel new file mode 100644 index 00000000..15ffd827 Binary files /dev/null and b/public/maps/map_ruins01_00n.rel differ diff --git a/public/maps/map_ruins01_01c.rel b/public/maps/map_ruins01_01c.rel new file mode 100644 index 00000000..25e82d5f Binary files /dev/null and b/public/maps/map_ruins01_01c.rel differ diff --git a/public/maps/map_ruins01_01n.rel b/public/maps/map_ruins01_01n.rel new file mode 100644 index 00000000..47a45b94 Binary files /dev/null and b/public/maps/map_ruins01_01n.rel differ diff --git a/public/maps/map_ruins01_02c.rel b/public/maps/map_ruins01_02c.rel new file mode 100644 index 00000000..d51e5963 Binary files /dev/null and b/public/maps/map_ruins01_02c.rel differ diff --git a/public/maps/map_ruins01_02n.rel b/public/maps/map_ruins01_02n.rel new file mode 100644 index 00000000..673929cd Binary files /dev/null and b/public/maps/map_ruins01_02n.rel differ diff --git a/public/maps/map_ruins02_00c.rel b/public/maps/map_ruins02_00c.rel new file mode 100644 index 00000000..8e345260 Binary files /dev/null and b/public/maps/map_ruins02_00c.rel differ diff --git a/public/maps/map_ruins02_00n.rel b/public/maps/map_ruins02_00n.rel new file mode 100644 index 00000000..20c434e6 Binary files /dev/null and b/public/maps/map_ruins02_00n.rel differ diff --git a/public/maps/map_ruins02_01c.rel b/public/maps/map_ruins02_01c.rel new file mode 100644 index 00000000..ba8741d2 Binary files /dev/null and b/public/maps/map_ruins02_01c.rel differ diff --git a/public/maps/map_ruins02_01n.rel b/public/maps/map_ruins02_01n.rel new file mode 100644 index 00000000..2b77417e Binary files /dev/null and b/public/maps/map_ruins02_01n.rel differ diff --git a/public/maps/map_ruins02_02c.rel b/public/maps/map_ruins02_02c.rel new file mode 100644 index 00000000..ebc6e487 Binary files /dev/null and b/public/maps/map_ruins02_02c.rel differ diff --git a/public/maps/map_ruins02_02n.rel b/public/maps/map_ruins02_02n.rel new file mode 100644 index 00000000..63f3e523 Binary files /dev/null and b/public/maps/map_ruins02_02n.rel differ diff --git a/public/maps/map_seabed01_00c.rel b/public/maps/map_seabed01_00c.rel new file mode 100644 index 00000000..5033dc1c Binary files /dev/null and b/public/maps/map_seabed01_00c.rel differ diff --git a/public/maps/map_seabed01_00n.rel b/public/maps/map_seabed01_00n.rel new file mode 100644 index 00000000..ebf4d742 Binary files /dev/null and b/public/maps/map_seabed01_00n.rel differ diff --git a/public/maps/map_seabed01_01c.rel b/public/maps/map_seabed01_01c.rel new file mode 100644 index 00000000..97a55813 Binary files /dev/null and b/public/maps/map_seabed01_01c.rel differ diff --git a/public/maps/map_seabed01_01n.rel b/public/maps/map_seabed01_01n.rel new file mode 100644 index 00000000..eb3031eb Binary files /dev/null and b/public/maps/map_seabed01_01n.rel differ diff --git a/public/maps/map_seabed01_02c.rel b/public/maps/map_seabed01_02c.rel new file mode 100644 index 00000000..261f4dbd Binary files /dev/null and b/public/maps/map_seabed01_02c.rel differ diff --git a/public/maps/map_seabed01_02n.rel b/public/maps/map_seabed01_02n.rel new file mode 100644 index 00000000..a8ac0bb7 Binary files /dev/null and b/public/maps/map_seabed01_02n.rel differ diff --git a/public/maps/map_seabed02_00c.rel b/public/maps/map_seabed02_00c.rel new file mode 100644 index 00000000..c9f00c9d Binary files /dev/null and b/public/maps/map_seabed02_00c.rel differ diff --git a/public/maps/map_seabed02_00n.rel b/public/maps/map_seabed02_00n.rel new file mode 100644 index 00000000..5ca2f008 Binary files /dev/null and b/public/maps/map_seabed02_00n.rel differ diff --git a/public/maps/map_seabed02_01c.rel b/public/maps/map_seabed02_01c.rel new file mode 100644 index 00000000..72fdc133 Binary files /dev/null and b/public/maps/map_seabed02_01c.rel differ diff --git a/public/maps/map_seabed02_01n.rel b/public/maps/map_seabed02_01n.rel new file mode 100644 index 00000000..bfcb179a Binary files /dev/null and b/public/maps/map_seabed02_01n.rel differ diff --git a/public/maps/map_seabed02_02c.rel b/public/maps/map_seabed02_02c.rel new file mode 100644 index 00000000..fa49edb0 Binary files /dev/null and b/public/maps/map_seabed02_02c.rel differ diff --git a/public/maps/map_seabed02_02n.rel b/public/maps/map_seabed02_02n.rel new file mode 100644 index 00000000..fd2e8e7e Binary files /dev/null and b/public/maps/map_seabed02_02n.rel differ diff --git a/public/maps/map_soccer11c.rel b/public/maps/map_soccer11c.rel new file mode 100644 index 00000000..7f8c033b Binary files /dev/null and b/public/maps/map_soccer11c.rel differ diff --git a/public/maps/map_soccer11n.rel b/public/maps/map_soccer11n.rel new file mode 100644 index 00000000..94e454ff Binary files /dev/null and b/public/maps/map_soccer11n.rel differ diff --git a/public/maps/map_soccer12c.rel b/public/maps/map_soccer12c.rel new file mode 100644 index 00000000..7f8c033b Binary files /dev/null and b/public/maps/map_soccer12c.rel differ diff --git a/public/maps/map_soccer12n.rel b/public/maps/map_soccer12n.rel new file mode 100644 index 00000000..94e454ff Binary files /dev/null and b/public/maps/map_soccer12n.rel differ diff --git a/public/maps/map_space01_00c.rel b/public/maps/map_space01_00c.rel new file mode 100644 index 00000000..08ee91df Binary files /dev/null and b/public/maps/map_space01_00c.rel differ diff --git a/public/maps/map_space01_00n.rel b/public/maps/map_space01_00n.rel new file mode 100644 index 00000000..d3f891c3 Binary files /dev/null and b/public/maps/map_space01_00n.rel differ diff --git a/public/maps/map_space01_01c.rel b/public/maps/map_space01_01c.rel new file mode 100644 index 00000000..823238ae Binary files /dev/null and b/public/maps/map_space01_01c.rel differ diff --git a/public/maps/map_space01_01n.rel b/public/maps/map_space01_01n.rel new file mode 100644 index 00000000..24b54d19 Binary files /dev/null and b/public/maps/map_space01_01n.rel differ diff --git a/public/maps/map_space01_02c.rel b/public/maps/map_space01_02c.rel new file mode 100644 index 00000000..7d409062 Binary files /dev/null and b/public/maps/map_space01_02c.rel differ diff --git a/public/maps/map_space01_02n.rel b/public/maps/map_space01_02n.rel new file mode 100644 index 00000000..31901884 Binary files /dev/null and b/public/maps/map_space01_02n.rel differ diff --git a/public/maps/map_space02_00c.rel b/public/maps/map_space02_00c.rel new file mode 100644 index 00000000..39ffa16f Binary files /dev/null and b/public/maps/map_space02_00c.rel differ diff --git a/public/maps/map_space02_00n.rel b/public/maps/map_space02_00n.rel new file mode 100644 index 00000000..79fbf983 Binary files /dev/null and b/public/maps/map_space02_00n.rel differ diff --git a/public/maps/map_space02_01c.rel b/public/maps/map_space02_01c.rel new file mode 100644 index 00000000..6f324cfe Binary files /dev/null and b/public/maps/map_space02_01c.rel differ diff --git a/public/maps/map_space02_01n.rel b/public/maps/map_space02_01n.rel new file mode 100644 index 00000000..3d18a1bb Binary files /dev/null and b/public/maps/map_space02_01n.rel differ diff --git a/public/maps/map_space02_02c.rel b/public/maps/map_space02_02c.rel new file mode 100644 index 00000000..9f96b6bb Binary files /dev/null and b/public/maps/map_space02_02c.rel differ diff --git a/public/maps/map_space02_02n.rel b/public/maps/map_space02_02n.rel new file mode 100644 index 00000000..7cc1073d Binary files /dev/null and b/public/maps/map_space02_02n.rel differ diff --git a/public/maps/map_test01_00c.rel b/public/maps/map_test01_00c.rel new file mode 100644 index 00000000..5ec998e9 Binary files /dev/null and b/public/maps/map_test01_00c.rel differ diff --git a/public/maps/map_test01_00n.rel b/public/maps/map_test01_00n.rel new file mode 100644 index 00000000..91884cdc Binary files /dev/null and b/public/maps/map_test01_00n.rel differ diff --git a/public/maps/map_vs01_00c.rel b/public/maps/map_vs01_00c.rel new file mode 100644 index 00000000..d5722aaa Binary files /dev/null and b/public/maps/map_vs01_00c.rel differ diff --git a/public/maps/map_vs01_00n.rel b/public/maps/map_vs01_00n.rel new file mode 100644 index 00000000..d9cde9fd Binary files /dev/null and b/public/maps/map_vs01_00n.rel differ diff --git a/public/maps/map_vs01_01c.rel b/public/maps/map_vs01_01c.rel new file mode 100644 index 00000000..ec5afc65 Binary files /dev/null and b/public/maps/map_vs01_01c.rel differ diff --git a/public/maps/map_vs01_01n.rel b/public/maps/map_vs01_01n.rel new file mode 100644 index 00000000..b7388827 Binary files /dev/null and b/public/maps/map_vs01_01n.rel differ diff --git a/public/maps/map_vs01_02c.rel b/public/maps/map_vs01_02c.rel new file mode 100644 index 00000000..cfa777e4 Binary files /dev/null and b/public/maps/map_vs01_02c.rel differ diff --git a/public/maps/map_vs01_02n.rel b/public/maps/map_vs01_02n.rel new file mode 100644 index 00000000..a207a919 Binary files /dev/null and b/public/maps/map_vs01_02n.rel differ diff --git a/public/maps/map_vs02_00c.rel b/public/maps/map_vs02_00c.rel new file mode 100644 index 00000000..cd8ffb78 Binary files /dev/null and b/public/maps/map_vs02_00c.rel differ diff --git a/public/maps/map_vs02_00n.rel b/public/maps/map_vs02_00n.rel new file mode 100644 index 00000000..33ecfd20 Binary files /dev/null and b/public/maps/map_vs02_00n.rel differ diff --git a/public/maps/map_vs02_01c.rel b/public/maps/map_vs02_01c.rel new file mode 100644 index 00000000..7e2dc5d1 Binary files /dev/null and b/public/maps/map_vs02_01c.rel differ diff --git a/public/maps/map_vs02_01n.rel b/public/maps/map_vs02_01n.rel new file mode 100644 index 00000000..4ef2e2c5 Binary files /dev/null and b/public/maps/map_vs02_01n.rel differ diff --git a/public/maps/map_vs02_02c.rel b/public/maps/map_vs02_02c.rel new file mode 100644 index 00000000..a328376f Binary files /dev/null and b/public/maps/map_vs02_02c.rel differ diff --git a/public/maps/map_vs02_02n.rel b/public/maps/map_vs02_02n.rel new file mode 100644 index 00000000..309c0a20 Binary files /dev/null and b/public/maps/map_vs02_02n.rel differ diff --git a/public/maps/map_wilds01_00c.rel b/public/maps/map_wilds01_00c.rel new file mode 100644 index 00000000..4047035f Binary files /dev/null and b/public/maps/map_wilds01_00c.rel differ diff --git a/public/maps/map_wilds01_00n.rel b/public/maps/map_wilds01_00n.rel new file mode 100644 index 00000000..82ce961d Binary files /dev/null and b/public/maps/map_wilds01_00n.rel differ diff --git a/public/maps/map_wilds01_01c.rel b/public/maps/map_wilds01_01c.rel new file mode 100644 index 00000000..ae68ec16 Binary files /dev/null and b/public/maps/map_wilds01_01c.rel differ diff --git a/public/maps/map_wilds01_01n.rel b/public/maps/map_wilds01_01n.rel new file mode 100644 index 00000000..00de9571 Binary files /dev/null and b/public/maps/map_wilds01_01n.rel differ diff --git a/public/maps/map_wilds01_02c.rel b/public/maps/map_wilds01_02c.rel new file mode 100644 index 00000000..79a0a72c Binary files /dev/null and b/public/maps/map_wilds01_02c.rel differ diff --git a/public/maps/map_wilds01_02n.rel b/public/maps/map_wilds01_02n.rel new file mode 100644 index 00000000..a38e20f4 Binary files /dev/null and b/public/maps/map_wilds01_02n.rel differ diff --git a/public/maps/map_wilds01_03c.rel b/public/maps/map_wilds01_03c.rel new file mode 100644 index 00000000..72726646 Binary files /dev/null and b/public/maps/map_wilds01_03c.rel differ diff --git a/public/maps/map_wilds01_03n.rel b/public/maps/map_wilds01_03n.rel new file mode 100644 index 00000000..2c2f30f9 Binary files /dev/null and b/public/maps/map_wilds01_03n.rel differ diff --git a/public/npcs/AlRappy.nj b/public/npcs/AlRappy.nj new file mode 100644 index 00000000..e8d4b587 Binary files /dev/null and b/public/npcs/AlRappy.nj differ diff --git a/public/npcs/AlRappy.xvm b/public/npcs/AlRappy.xvm new file mode 100644 index 00000000..bb021ed7 Binary files /dev/null and b/public/npcs/AlRappy.xvm differ diff --git a/public/npcs/Astark.nj b/public/npcs/Astark.nj new file mode 100644 index 00000000..84ecd79b Binary files /dev/null and b/public/npcs/Astark.nj differ diff --git a/public/npcs/Astark.xvm b/public/npcs/Astark.xvm new file mode 100644 index 00000000..6f2c149f Binary files /dev/null and b/public/npcs/Astark.xvm differ diff --git a/public/npcs/BaBoota.nj b/public/npcs/BaBoota.nj new file mode 100644 index 00000000..5c4c315a Binary files /dev/null and b/public/npcs/BaBoota.nj differ diff --git a/public/npcs/BaBoota.xvm b/public/npcs/BaBoota.xvm new file mode 100644 index 00000000..619c14b3 Binary files /dev/null and b/public/npcs/BaBoota.xvm differ diff --git a/public/npcs/BarbaRay.nj b/public/npcs/BarbaRay.nj new file mode 100644 index 00000000..4fbf6a5f Binary files /dev/null and b/public/npcs/BarbaRay.nj differ diff --git a/public/npcs/BarbaRay.xvm b/public/npcs/BarbaRay.xvm new file mode 100644 index 00000000..3ff5c556 Binary files /dev/null and b/public/npcs/BarbaRay.xvm differ diff --git a/public/npcs/BarbarousWolf.nj b/public/npcs/BarbarousWolf.nj new file mode 100644 index 00000000..cdbd3328 Binary files /dev/null and b/public/npcs/BarbarousWolf.nj differ diff --git a/public/npcs/BarbarousWolf.xvm b/public/npcs/BarbarousWolf.xvm new file mode 100644 index 00000000..f48dae43 Binary files /dev/null and b/public/npcs/BarbarousWolf.xvm differ diff --git a/public/npcs/BlueSoldier.nj b/public/npcs/BlueSoldier.nj new file mode 100644 index 00000000..781827b6 Binary files /dev/null and b/public/npcs/BlueSoldier.nj differ diff --git a/public/npcs/BlueSoldier.xvm b/public/npcs/BlueSoldier.xvm new file mode 100644 index 00000000..bfeb383b Binary files /dev/null and b/public/npcs/BlueSoldier.xvm differ diff --git a/public/npcs/Booma.nj b/public/npcs/Booma.nj new file mode 100644 index 00000000..4cadef53 Binary files /dev/null and b/public/npcs/Booma.nj differ diff --git a/public/npcs/Booma.xvm b/public/npcs/Booma.xvm new file mode 100644 index 00000000..e61fa8f7 Binary files /dev/null and b/public/npcs/Booma.xvm differ diff --git a/public/npcs/Boota.nj b/public/npcs/Boota.nj new file mode 100644 index 00000000..ca2e3315 Binary files /dev/null and b/public/npcs/Boota.nj differ diff --git a/public/npcs/Boota.xvm b/public/npcs/Boota.xvm new file mode 100644 index 00000000..205732b4 Binary files /dev/null and b/public/npcs/Boota.xvm differ diff --git a/public/npcs/Bulclaw.nj b/public/npcs/Bulclaw.nj new file mode 100644 index 00000000..089afd3d Binary files /dev/null and b/public/npcs/Bulclaw.nj differ diff --git a/public/npcs/Bulclaw.xvm b/public/npcs/Bulclaw.xvm new file mode 100644 index 00000000..6aa465b1 Binary files /dev/null and b/public/npcs/Bulclaw.xvm differ diff --git a/public/npcs/Bulk.nj b/public/npcs/Bulk.nj new file mode 100644 index 00000000..cdaa1e47 Binary files /dev/null and b/public/npcs/Bulk.nj differ diff --git a/public/npcs/Bulk.xvm b/public/npcs/Bulk.xvm new file mode 100644 index 00000000..c53b9ce8 Binary files /dev/null and b/public/npcs/Bulk.xvm differ diff --git a/public/npcs/Canadine.nj b/public/npcs/Canadine.nj new file mode 100644 index 00000000..573e0985 Binary files /dev/null and b/public/npcs/Canadine.nj differ diff --git a/public/npcs/Canadine.xvm b/public/npcs/Canadine.xvm new file mode 100644 index 00000000..763f3a83 Binary files /dev/null and b/public/npcs/Canadine.xvm differ diff --git a/public/npcs/Canane.nj b/public/npcs/Canane.nj new file mode 100644 index 00000000..291892e2 Binary files /dev/null and b/public/npcs/Canane.nj differ diff --git a/public/npcs/Canane.xvm b/public/npcs/Canane.xvm new file mode 100644 index 00000000..763f3a83 Binary files /dev/null and b/public/npcs/Canane.xvm differ diff --git a/public/npcs/ChaosBringer.nj b/public/npcs/ChaosBringer.nj new file mode 100644 index 00000000..bd195d83 Binary files /dev/null and b/public/npcs/ChaosBringer.nj differ diff --git a/public/npcs/ChaosBringer.xvm b/public/npcs/ChaosBringer.xvm new file mode 100644 index 00000000..9b3d1aa8 Binary files /dev/null and b/public/npcs/ChaosBringer.xvm differ diff --git a/public/npcs/ChaosSorcerer.nj b/public/npcs/ChaosSorcerer.nj new file mode 100644 index 00000000..7cffce82 Binary files /dev/null and b/public/npcs/ChaosSorcerer.nj differ diff --git a/public/npcs/ChaosSorcerer.xvm b/public/npcs/ChaosSorcerer.xvm new file mode 100644 index 00000000..00bbd4b9 Binary files /dev/null and b/public/npcs/ChaosSorcerer.xvm differ diff --git a/public/npcs/Claw.nj b/public/npcs/Claw.nj new file mode 100644 index 00000000..88b4755b Binary files /dev/null and b/public/npcs/Claw.nj differ diff --git a/public/npcs/Claw.xvm b/public/npcs/Claw.xvm new file mode 100644 index 00000000..55ee2624 Binary files /dev/null and b/public/npcs/Claw.xvm differ diff --git a/public/npcs/DarkBelra.nj b/public/npcs/DarkBelra.nj new file mode 100644 index 00000000..bf2ca2db Binary files /dev/null and b/public/npcs/DarkBelra.nj differ diff --git a/public/npcs/DarkBelra.xvm b/public/npcs/DarkBelra.xvm new file mode 100644 index 00000000..c9052ea1 Binary files /dev/null and b/public/npcs/DarkBelra.xvm differ diff --git a/public/npcs/DarkFalz.nj b/public/npcs/DarkFalz.nj new file mode 100644 index 00000000..f4d2d0ab Binary files /dev/null and b/public/npcs/DarkFalz.nj differ diff --git a/public/npcs/DarkFalz.xvm b/public/npcs/DarkFalz.xvm new file mode 100644 index 00000000..d235c9da Binary files /dev/null and b/public/npcs/DarkFalz.xvm differ diff --git a/public/npcs/DarkGunner.nj b/public/npcs/DarkGunner.nj new file mode 100644 index 00000000..2e4b66c6 Binary files /dev/null and b/public/npcs/DarkGunner.nj differ diff --git a/public/npcs/DarkGunner.xvm b/public/npcs/DarkGunner.xvm new file mode 100644 index 00000000..ff9dbcab Binary files /dev/null and b/public/npcs/DarkGunner.xvm differ diff --git a/public/npcs/DeRolLe.nj b/public/npcs/DeRolLe.nj new file mode 100644 index 00000000..db44dbed Binary files /dev/null and b/public/npcs/DeRolLe.nj differ diff --git a/public/npcs/DeRolLe.xvm b/public/npcs/DeRolLe.xvm new file mode 100644 index 00000000..55cc261c Binary files /dev/null and b/public/npcs/DeRolLe.xvm differ diff --git a/public/npcs/DelLily.nj b/public/npcs/DelLily.nj new file mode 100644 index 00000000..70209fa9 Binary files /dev/null and b/public/npcs/DelLily.nj differ diff --git a/public/npcs/DelLily.xvm b/public/npcs/DelLily.xvm new file mode 100644 index 00000000..7f3ad03c Binary files /dev/null and b/public/npcs/DelLily.xvm differ diff --git a/public/npcs/DelRappy.nj b/public/npcs/DelRappy.nj new file mode 100644 index 00000000..a16683ff Binary files /dev/null and b/public/npcs/DelRappy.nj differ diff --git a/public/npcs/DelRappy.xvm b/public/npcs/DelRappy.xvm new file mode 100644 index 00000000..0d34c2d0 Binary files /dev/null and b/public/npcs/DelRappy.xvm differ diff --git a/public/npcs/Delbiter.nj b/public/npcs/Delbiter.nj new file mode 100644 index 00000000..e3c7936a Binary files /dev/null and b/public/npcs/Delbiter.nj differ diff --git a/public/npcs/Delbiter.xvm b/public/npcs/Delbiter.xvm new file mode 100644 index 00000000..bd5f16af Binary files /dev/null and b/public/npcs/Delbiter.xvm differ diff --git a/public/npcs/Deldepth.nj b/public/npcs/Deldepth.nj new file mode 100644 index 00000000..33d905d7 Binary files /dev/null and b/public/npcs/Deldepth.nj differ diff --git a/public/npcs/Deldepth.xvm b/public/npcs/Deldepth.xvm new file mode 100644 index 00000000..b4ee3d6d Binary files /dev/null and b/public/npcs/Deldepth.xvm differ diff --git a/public/npcs/Delsaber.nj b/public/npcs/Delsaber.nj new file mode 100644 index 00000000..3b3b699f Binary files /dev/null and b/public/npcs/Delsaber.nj differ diff --git a/public/npcs/Delsaber.xvm b/public/npcs/Delsaber.xvm new file mode 100644 index 00000000..2c83bafd Binary files /dev/null and b/public/npcs/Delsaber.xvm differ diff --git a/public/npcs/Dimenian.nj b/public/npcs/Dimenian.nj new file mode 100644 index 00000000..df41657a Binary files /dev/null and b/public/npcs/Dimenian.nj differ diff --git a/public/npcs/Dimenian.xvm b/public/npcs/Dimenian.xvm new file mode 100644 index 00000000..633173f8 Binary files /dev/null and b/public/npcs/Dimenian.xvm differ diff --git a/public/npcs/Dolmdarl.nj b/public/npcs/Dolmdarl.nj new file mode 100644 index 00000000..91f6d0d2 Binary files /dev/null and b/public/npcs/Dolmdarl.nj differ diff --git a/public/npcs/Dolmdarl.xvm b/public/npcs/Dolmdarl.xvm new file mode 100644 index 00000000..9f2104b6 Binary files /dev/null and b/public/npcs/Dolmdarl.xvm differ diff --git a/public/npcs/Dolmolm.nj b/public/npcs/Dolmolm.nj new file mode 100644 index 00000000..3979da1a Binary files /dev/null and b/public/npcs/Dolmolm.nj differ diff --git a/public/npcs/Dolmolm.xvm b/public/npcs/Dolmolm.xvm new file mode 100644 index 00000000..dae74a50 Binary files /dev/null and b/public/npcs/Dolmolm.xvm differ diff --git a/public/npcs/Dorphon.nj b/public/npcs/Dorphon.nj new file mode 100644 index 00000000..2c5437c6 Binary files /dev/null and b/public/npcs/Dorphon.nj differ diff --git a/public/npcs/Dorphon.xvm b/public/npcs/Dorphon.xvm new file mode 100644 index 00000000..1c727414 Binary files /dev/null and b/public/npcs/Dorphon.xvm differ diff --git a/public/npcs/DorphonEclair.nj b/public/npcs/DorphonEclair.nj new file mode 100644 index 00000000..4ce123aa Binary files /dev/null and b/public/npcs/DorphonEclair.nj differ diff --git a/public/npcs/DorphonEclair.xvm b/public/npcs/DorphonEclair.xvm new file mode 100644 index 00000000..fc63f6a1 Binary files /dev/null and b/public/npcs/DorphonEclair.xvm differ diff --git a/public/npcs/Dragon.nj b/public/npcs/Dragon.nj new file mode 100644 index 00000000..84e3b5a2 Binary files /dev/null and b/public/npcs/Dragon.nj differ diff --git a/public/npcs/Dragon.xvm b/public/npcs/Dragon.xvm new file mode 100644 index 00000000..61b7a284 Binary files /dev/null and b/public/npcs/Dragon.xvm differ diff --git a/public/npcs/Dubchic.nj b/public/npcs/Dubchic.nj new file mode 100644 index 00000000..3ea77a20 Binary files /dev/null and b/public/npcs/Dubchic.nj differ diff --git a/public/npcs/Dubchic.xvm b/public/npcs/Dubchic.xvm new file mode 100644 index 00000000..a974fe03 Binary files /dev/null and b/public/npcs/Dubchic.xvm differ diff --git a/public/npcs/Dubswitch.xj b/public/npcs/Dubswitch.xj new file mode 100644 index 00000000..d0184ec0 Binary files /dev/null and b/public/npcs/Dubswitch.xj differ diff --git a/public/npcs/Dubswitch.xvm b/public/npcs/Dubswitch.xvm new file mode 100644 index 00000000..fee3c66d Binary files /dev/null and b/public/npcs/Dubswitch.xvm differ diff --git a/public/npcs/Epsilon.nj b/public/npcs/Epsilon.nj new file mode 100644 index 00000000..1817a8cd Binary files /dev/null and b/public/npcs/Epsilon.nj differ diff --git a/public/npcs/Epsilon.xvm b/public/npcs/Epsilon.xvm new file mode 100644 index 00000000..a04452ba Binary files /dev/null and b/public/npcs/Epsilon.xvm differ diff --git a/public/npcs/EvilShark.nj b/public/npcs/EvilShark.nj new file mode 100644 index 00000000..87c897c7 Binary files /dev/null and b/public/npcs/EvilShark.nj differ diff --git a/public/npcs/EvilShark.xvm b/public/npcs/EvilShark.xvm new file mode 100644 index 00000000..198bfd01 Binary files /dev/null and b/public/npcs/EvilShark.xvm differ diff --git a/public/npcs/FemaleFat.nj b/public/npcs/FemaleFat.nj new file mode 100644 index 00000000..1bd3d34b Binary files /dev/null and b/public/npcs/FemaleFat.nj differ diff --git a/public/npcs/FemaleFat.xvm b/public/npcs/FemaleFat.xvm new file mode 100644 index 00000000..289db180 Binary files /dev/null and b/public/npcs/FemaleFat.xvm differ diff --git a/public/npcs/FemaleMacho.nj b/public/npcs/FemaleMacho.nj new file mode 100644 index 00000000..a22fb032 Binary files /dev/null and b/public/npcs/FemaleMacho.nj differ diff --git a/public/npcs/FemaleMacho.xvm b/public/npcs/FemaleMacho.xvm new file mode 100644 index 00000000..66149396 Binary files /dev/null and b/public/npcs/FemaleMacho.xvm differ diff --git a/public/npcs/FemaleTall.nj b/public/npcs/FemaleTall.nj new file mode 100644 index 00000000..4ac62eb2 Binary files /dev/null and b/public/npcs/FemaleTall.nj differ diff --git a/public/npcs/FemaleTall.xvm b/public/npcs/FemaleTall.xvm new file mode 100644 index 00000000..2d503e89 Binary files /dev/null and b/public/npcs/FemaleTall.xvm differ diff --git a/public/npcs/GalGryphon.nj b/public/npcs/GalGryphon.nj new file mode 100644 index 00000000..d4661a2a Binary files /dev/null and b/public/npcs/GalGryphon.nj differ diff --git a/public/npcs/GalGryphon.xvm b/public/npcs/GalGryphon.xvm new file mode 100644 index 00000000..d67fbf5f Binary files /dev/null and b/public/npcs/GalGryphon.xvm differ diff --git a/public/npcs/Garanz.nj b/public/npcs/Garanz.nj new file mode 100644 index 00000000..13e2f809 Binary files /dev/null and b/public/npcs/Garanz.nj differ diff --git a/public/npcs/Garanz.xvm b/public/npcs/Garanz.xvm new file mode 100644 index 00000000..776fb965 Binary files /dev/null and b/public/npcs/Garanz.xvm differ diff --git a/public/npcs/Gee.nj b/public/npcs/Gee.nj new file mode 100644 index 00000000..7e64e3d7 Binary files /dev/null and b/public/npcs/Gee.nj differ diff --git a/public/npcs/Gee.xvm b/public/npcs/Gee.xvm new file mode 100644 index 00000000..3c0e7279 Binary files /dev/null and b/public/npcs/Gee.xvm differ diff --git a/public/npcs/GiGue.nj b/public/npcs/GiGue.nj new file mode 100644 index 00000000..18b2b114 Binary files /dev/null and b/public/npcs/GiGue.nj differ diff --git a/public/npcs/GiGue.xvm b/public/npcs/GiGue.xvm new file mode 100644 index 00000000..3a4deea5 Binary files /dev/null and b/public/npcs/GiGue.xvm differ diff --git a/public/npcs/Gibbles.nj b/public/npcs/Gibbles.nj new file mode 100644 index 00000000..b19e5af9 Binary files /dev/null and b/public/npcs/Gibbles.nj differ diff --git a/public/npcs/Gibbles.xvm b/public/npcs/Gibbles.xvm new file mode 100644 index 00000000..6abc909f Binary files /dev/null and b/public/npcs/Gibbles.xvm differ diff --git a/public/npcs/Gigobooma.nj b/public/npcs/Gigobooma.nj new file mode 100644 index 00000000..86d79dff Binary files /dev/null and b/public/npcs/Gigobooma.nj differ diff --git a/public/npcs/Gigobooma.xvm b/public/npcs/Gigobooma.xvm new file mode 100644 index 00000000..9d6166cf Binary files /dev/null and b/public/npcs/Gigobooma.xvm differ diff --git a/public/npcs/Gilchic.nj b/public/npcs/Gilchic.nj new file mode 100644 index 00000000..3ea77a20 Binary files /dev/null and b/public/npcs/Gilchic.nj differ diff --git a/public/npcs/Gilchic.xvm b/public/npcs/Gilchic.xvm new file mode 100644 index 00000000..9f0bf4a8 Binary files /dev/null and b/public/npcs/Gilchic.xvm differ diff --git a/public/npcs/Girtablulu.nj b/public/npcs/Girtablulu.nj new file mode 100644 index 00000000..a787957b Binary files /dev/null and b/public/npcs/Girtablulu.nj differ diff --git a/public/npcs/Girtablulu.xvm b/public/npcs/Girtablulu.xvm new file mode 100644 index 00000000..fd434005 Binary files /dev/null and b/public/npcs/Girtablulu.xvm differ diff --git a/public/npcs/Gobooma.nj b/public/npcs/Gobooma.nj new file mode 100644 index 00000000..5b283efa Binary files /dev/null and b/public/npcs/Gobooma.nj differ diff --git a/public/npcs/Gobooma.xvm b/public/npcs/Gobooma.xvm new file mode 100644 index 00000000..67202f4c Binary files /dev/null and b/public/npcs/Gobooma.xvm differ diff --git a/public/npcs/GolDragon.nj b/public/npcs/GolDragon.nj new file mode 100644 index 00000000..60937c6d Binary files /dev/null and b/public/npcs/GolDragon.nj differ diff --git a/public/npcs/GolDragon.xvm b/public/npcs/GolDragon.xvm new file mode 100644 index 00000000..7d665da8 Binary files /dev/null and b/public/npcs/GolDragon.xvm differ diff --git a/public/npcs/Goran.nj b/public/npcs/Goran.nj new file mode 100644 index 00000000..319ea2cc Binary files /dev/null and b/public/npcs/Goran.nj differ diff --git a/public/npcs/Goran.xvm b/public/npcs/Goran.xvm new file mode 100644 index 00000000..e89e6cd4 Binary files /dev/null and b/public/npcs/Goran.xvm differ diff --git a/public/npcs/GoranDetonator.nj b/public/npcs/GoranDetonator.nj new file mode 100644 index 00000000..90b9696a Binary files /dev/null and b/public/npcs/GoranDetonator.nj differ diff --git a/public/npcs/GoranDetonator.xvm b/public/npcs/GoranDetonator.xvm new file mode 100644 index 00000000..fea720e2 Binary files /dev/null and b/public/npcs/GoranDetonator.xvm differ diff --git a/public/npcs/GrassAssassin.nj b/public/npcs/GrassAssassin.nj new file mode 100644 index 00000000..f57f3410 Binary files /dev/null and b/public/npcs/GrassAssassin.nj differ diff --git a/public/npcs/GrassAssassin.xvm b/public/npcs/GrassAssassin.xvm new file mode 100644 index 00000000..9dee2ce5 Binary files /dev/null and b/public/npcs/GrassAssassin.xvm differ diff --git a/public/npcs/GuilShark.nj b/public/npcs/GuilShark.nj new file mode 100644 index 00000000..b0cbc36d Binary files /dev/null and b/public/npcs/GuilShark.nj differ diff --git a/public/npcs/GuilShark.xvm b/public/npcs/GuilShark.xvm new file mode 100644 index 00000000..5fdf5a29 Binary files /dev/null and b/public/npcs/GuilShark.xvm differ diff --git a/public/npcs/GuildLady.nj b/public/npcs/GuildLady.nj new file mode 100644 index 00000000..ab39e172 Binary files /dev/null and b/public/npcs/GuildLady.nj differ diff --git a/public/npcs/GuildLady.xvm b/public/npcs/GuildLady.xvm new file mode 100644 index 00000000..c33f2ea8 Binary files /dev/null and b/public/npcs/GuildLady.xvm differ diff --git a/public/npcs/Hildebear.nj b/public/npcs/Hildebear.nj new file mode 100644 index 00000000..5c595f29 Binary files /dev/null and b/public/npcs/Hildebear.nj differ diff --git a/public/npcs/Hildebear.xvm b/public/npcs/Hildebear.xvm new file mode 100644 index 00000000..401ac0e5 Binary files /dev/null and b/public/npcs/Hildebear.xvm differ diff --git a/public/npcs/Hildeblue.nj b/public/npcs/Hildeblue.nj new file mode 100644 index 00000000..a8b410cc Binary files /dev/null and b/public/npcs/Hildeblue.nj differ diff --git a/public/npcs/Hildeblue.xvm b/public/npcs/Hildeblue.xvm new file mode 100644 index 00000000..c1819bfe Binary files /dev/null and b/public/npcs/Hildeblue.xvm differ diff --git a/public/npcs/IllGill.nj b/public/npcs/IllGill.nj new file mode 100644 index 00000000..3bb3eb5e Binary files /dev/null and b/public/npcs/IllGill.nj differ diff --git a/public/npcs/IllGill.xvm b/public/npcs/IllGill.xvm new file mode 100644 index 00000000..9f50d2b0 Binary files /dev/null and b/public/npcs/IllGill.xvm differ diff --git a/public/npcs/Irene.nj b/public/npcs/Irene.nj new file mode 100644 index 00000000..d3818c91 Binary files /dev/null and b/public/npcs/Irene.nj differ diff --git a/public/npcs/Irene.xvm b/public/npcs/Irene.xvm new file mode 100644 index 00000000..455e806c Binary files /dev/null and b/public/npcs/Irene.xvm differ diff --git a/public/npcs/ItemShop.nj b/public/npcs/ItemShop.nj new file mode 100644 index 00000000..9081dfcb Binary files /dev/null and b/public/npcs/ItemShop.nj differ diff --git a/public/npcs/ItemShop.xvm b/public/npcs/ItemShop.xvm new file mode 100644 index 00000000..d1ea7403 Binary files /dev/null and b/public/npcs/ItemShop.xvm differ diff --git a/public/npcs/Kondrieu.nj b/public/npcs/Kondrieu.nj new file mode 100644 index 00000000..d9941b9c Binary files /dev/null and b/public/npcs/Kondrieu.nj differ diff --git a/public/npcs/Kondrieu.xvm b/public/npcs/Kondrieu.xvm new file mode 100644 index 00000000..2e55880b Binary files /dev/null and b/public/npcs/Kondrieu.xvm differ diff --git a/public/npcs/LaDimenian.nj b/public/npcs/LaDimenian.nj new file mode 100644 index 00000000..f4d567d2 Binary files /dev/null and b/public/npcs/LaDimenian.nj differ diff --git a/public/npcs/LaDimenian.xvm b/public/npcs/LaDimenian.xvm new file mode 100644 index 00000000..bec1eaf2 Binary files /dev/null and b/public/npcs/LaDimenian.xvm differ diff --git a/public/npcs/LoveRappy.nj b/public/npcs/LoveRappy.nj new file mode 100644 index 00000000..f01afa6f Binary files /dev/null and b/public/npcs/LoveRappy.nj differ diff --git a/public/npcs/LoveRappy.xvm b/public/npcs/LoveRappy.xvm new file mode 100644 index 00000000..ec59cd6b Binary files /dev/null and b/public/npcs/LoveRappy.xvm differ diff --git a/public/npcs/MaleDwarf.nj b/public/npcs/MaleDwarf.nj new file mode 100644 index 00000000..4259a608 Binary files /dev/null and b/public/npcs/MaleDwarf.nj differ diff --git a/public/npcs/MaleDwarf.xvm b/public/npcs/MaleDwarf.xvm new file mode 100644 index 00000000..7d5b2797 Binary files /dev/null and b/public/npcs/MaleDwarf.xvm differ diff --git a/public/npcs/MaleFat.nj b/public/npcs/MaleFat.nj new file mode 100644 index 00000000..3a88aa98 Binary files /dev/null and b/public/npcs/MaleFat.nj differ diff --git a/public/npcs/MaleFat.xvm b/public/npcs/MaleFat.xvm new file mode 100644 index 00000000..377a28c8 Binary files /dev/null and b/public/npcs/MaleFat.xvm differ diff --git a/public/npcs/MaleMacho.nj b/public/npcs/MaleMacho.nj new file mode 100644 index 00000000..ed0c1ad7 Binary files /dev/null and b/public/npcs/MaleMacho.nj differ diff --git a/public/npcs/MaleMacho.xvm b/public/npcs/MaleMacho.xvm new file mode 100644 index 00000000..accda5c2 Binary files /dev/null and b/public/npcs/MaleMacho.xvm differ diff --git a/public/npcs/MaleOld.nj b/public/npcs/MaleOld.nj new file mode 100644 index 00000000..80339359 Binary files /dev/null and b/public/npcs/MaleOld.nj differ diff --git a/public/npcs/MaleOld.xvm b/public/npcs/MaleOld.xvm new file mode 100644 index 00000000..8e5e4f88 Binary files /dev/null and b/public/npcs/MaleOld.xvm differ diff --git a/public/npcs/Mericarol.nj b/public/npcs/Mericarol.nj new file mode 100644 index 00000000..d74f80c1 Binary files /dev/null and b/public/npcs/Mericarol.nj differ diff --git a/public/npcs/Mericarol.xvm b/public/npcs/Mericarol.xvm new file mode 100644 index 00000000..f722b93c Binary files /dev/null and b/public/npcs/Mericarol.xvm differ diff --git a/public/npcs/Mericus.nj b/public/npcs/Mericus.nj new file mode 100644 index 00000000..d74f80c1 Binary files /dev/null and b/public/npcs/Mericus.nj differ diff --git a/public/npcs/Mericus.xvm b/public/npcs/Mericus.xvm new file mode 100644 index 00000000..3b2639e1 Binary files /dev/null and b/public/npcs/Mericus.xvm differ diff --git a/public/npcs/Merikle.nj b/public/npcs/Merikle.nj new file mode 100644 index 00000000..d74f80c1 Binary files /dev/null and b/public/npcs/Merikle.nj differ diff --git a/public/npcs/Merikle.xvm b/public/npcs/Merikle.xvm new file mode 100644 index 00000000..1580a690 Binary files /dev/null and b/public/npcs/Merikle.xvm differ diff --git a/public/npcs/Merillia.nj b/public/npcs/Merillia.nj new file mode 100644 index 00000000..1fcfa709 Binary files /dev/null and b/public/npcs/Merillia.nj differ diff --git a/public/npcs/Merillia.xvm b/public/npcs/Merillia.xvm new file mode 100644 index 00000000..3db25d61 Binary files /dev/null and b/public/npcs/Merillia.xvm differ diff --git a/public/npcs/Meriltas.nj b/public/npcs/Meriltas.nj new file mode 100644 index 00000000..b3aa8598 Binary files /dev/null and b/public/npcs/Meriltas.nj differ diff --git a/public/npcs/Meriltas.xvm b/public/npcs/Meriltas.xvm new file mode 100644 index 00000000..de21629a Binary files /dev/null and b/public/npcs/Meriltas.xvm differ diff --git a/public/npcs/MerissaA.nj b/public/npcs/MerissaA.nj new file mode 100644 index 00000000..168a5da7 Binary files /dev/null and b/public/npcs/MerissaA.nj differ diff --git a/public/npcs/MerissaA.xvm b/public/npcs/MerissaA.xvm new file mode 100644 index 00000000..2931b80d Binary files /dev/null and b/public/npcs/MerissaA.xvm differ diff --git a/public/npcs/MerissaAA.nj b/public/npcs/MerissaAA.nj new file mode 100644 index 00000000..f9073518 Binary files /dev/null and b/public/npcs/MerissaAA.nj differ diff --git a/public/npcs/MerissaAA.xvm b/public/npcs/MerissaAA.xvm new file mode 100644 index 00000000..82244be6 Binary files /dev/null and b/public/npcs/MerissaAA.xvm differ diff --git a/public/npcs/Monest.nj b/public/npcs/Monest.nj new file mode 100644 index 00000000..aacefc5e Binary files /dev/null and b/public/npcs/Monest.nj differ diff --git a/public/npcs/Monest.xvm b/public/npcs/Monest.xvm new file mode 100644 index 00000000..57d548a7 Binary files /dev/null and b/public/npcs/Monest.xvm differ diff --git a/public/npcs/Morfos.nj b/public/npcs/Morfos.nj new file mode 100644 index 00000000..3fd9214d Binary files /dev/null and b/public/npcs/Morfos.nj differ diff --git a/public/npcs/Morfos.xvm b/public/npcs/Morfos.xvm new file mode 100644 index 00000000..2ba876bf Binary files /dev/null and b/public/npcs/Morfos.xvm differ diff --git a/public/npcs/Mothmant.nj b/public/npcs/Mothmant.nj new file mode 100644 index 00000000..ec35b5a7 Binary files /dev/null and b/public/npcs/Mothmant.nj differ diff --git a/public/npcs/Mothmant.xvm b/public/npcs/Mothmant.xvm new file mode 100644 index 00000000..57d548a7 Binary files /dev/null and b/public/npcs/Mothmant.xvm differ diff --git a/public/npcs/NanoDragon.nj b/public/npcs/NanoDragon.nj new file mode 100644 index 00000000..58dc4832 Binary files /dev/null and b/public/npcs/NanoDragon.nj differ diff --git a/public/npcs/NanoDragon.xvm b/public/npcs/NanoDragon.xvm new file mode 100644 index 00000000..01555bc5 Binary files /dev/null and b/public/npcs/NanoDragon.xvm differ diff --git a/public/npcs/NarLily.nj b/public/npcs/NarLily.nj new file mode 100644 index 00000000..d94b2b34 Binary files /dev/null and b/public/npcs/NarLily.nj differ diff --git a/public/npcs/NarLily.xvm b/public/npcs/NarLily.xvm new file mode 100644 index 00000000..da7ccf98 Binary files /dev/null and b/public/npcs/NarLily.xvm differ diff --git a/public/npcs/Nurse.nj b/public/npcs/Nurse.nj new file mode 100644 index 00000000..a6b52938 Binary files /dev/null and b/public/npcs/Nurse.nj differ diff --git a/public/npcs/Nurse.xvm b/public/npcs/Nurse.xvm new file mode 100644 index 00000000..5a7ff609 Binary files /dev/null and b/public/npcs/Nurse.xvm differ diff --git a/public/npcs/Nurse2.nj b/public/npcs/Nurse2.nj new file mode 100644 index 00000000..74696ab6 Binary files /dev/null and b/public/npcs/Nurse2.nj differ diff --git a/public/npcs/Nurse2.xvm b/public/npcs/Nurse2.xvm new file mode 100644 index 00000000..31bd04f1 Binary files /dev/null and b/public/npcs/Nurse2.xvm differ diff --git a/public/npcs/OlgaFlow.nj b/public/npcs/OlgaFlow.nj new file mode 100644 index 00000000..2be99b35 Binary files /dev/null and b/public/npcs/OlgaFlow.nj differ diff --git a/public/npcs/OlgaFlow.xvm b/public/npcs/OlgaFlow.xvm new file mode 100644 index 00000000..edb4f50a Binary files /dev/null and b/public/npcs/OlgaFlow.xvm differ diff --git a/public/npcs/PalShark.nj b/public/npcs/PalShark.nj new file mode 100644 index 00000000..a89bc7d9 Binary files /dev/null and b/public/npcs/PalShark.nj differ diff --git a/public/npcs/PalShark.xvm b/public/npcs/PalShark.xvm new file mode 100644 index 00000000..40f5db26 Binary files /dev/null and b/public/npcs/PalShark.xvm differ diff --git a/public/npcs/PanArms.nj b/public/npcs/PanArms.nj new file mode 100644 index 00000000..134b50b2 Binary files /dev/null and b/public/npcs/PanArms.nj differ diff --git a/public/npcs/PanArms.xvm b/public/npcs/PanArms.xvm new file mode 100644 index 00000000..ae71e6a1 Binary files /dev/null and b/public/npcs/PanArms.xvm differ diff --git a/public/npcs/Pazuzu.nj b/public/npcs/Pazuzu.nj new file mode 100644 index 00000000..b608e235 Binary files /dev/null and b/public/npcs/Pazuzu.nj differ diff --git a/public/npcs/Pazuzu.xvm b/public/npcs/Pazuzu.xvm new file mode 100644 index 00000000..3cc5beb0 Binary files /dev/null and b/public/npcs/Pazuzu.xvm differ diff --git a/public/npcs/PofuillySlime.nj b/public/npcs/PofuillySlime.nj new file mode 100644 index 00000000..e0de59b5 Binary files /dev/null and b/public/npcs/PofuillySlime.nj differ diff --git a/public/npcs/PofuillySlime.xvm b/public/npcs/PofuillySlime.xvm new file mode 100644 index 00000000..b48ff678 Binary files /dev/null and b/public/npcs/PofuillySlime.xvm differ diff --git a/public/npcs/PoisonLily.nj b/public/npcs/PoisonLily.nj new file mode 100644 index 00000000..e26705a6 Binary files /dev/null and b/public/npcs/PoisonLily.nj differ diff --git a/public/npcs/PoisonLily.xvm b/public/npcs/PoisonLily.xvm new file mode 100644 index 00000000..3486d998 Binary files /dev/null and b/public/npcs/PoisonLily.xvm differ diff --git a/public/npcs/PouillySlime.nj b/public/npcs/PouillySlime.nj new file mode 100644 index 00000000..0e349c41 Binary files /dev/null and b/public/npcs/PouillySlime.nj differ diff --git a/public/npcs/PouillySlime.xvm b/public/npcs/PouillySlime.xvm new file mode 100644 index 00000000..97edbb85 Binary files /dev/null and b/public/npcs/PouillySlime.xvm differ diff --git a/public/npcs/Principal.nj b/public/npcs/Principal.nj new file mode 100644 index 00000000..1b6a6718 Binary files /dev/null and b/public/npcs/Principal.nj differ diff --git a/public/npcs/Principal.xvm b/public/npcs/Principal.xvm new file mode 100644 index 00000000..7679a6ba Binary files /dev/null and b/public/npcs/Principal.xvm differ diff --git a/public/npcs/PyroGoran.nj b/public/npcs/PyroGoran.nj new file mode 100644 index 00000000..ccada6ed Binary files /dev/null and b/public/npcs/PyroGoran.nj differ diff --git a/public/npcs/PyroGoran.xvm b/public/npcs/PyroGoran.xvm new file mode 100644 index 00000000..5b4f5048 Binary files /dev/null and b/public/npcs/PyroGoran.xvm differ diff --git a/public/npcs/RagRappy.nj b/public/npcs/RagRappy.nj new file mode 100644 index 00000000..e8d4b587 Binary files /dev/null and b/public/npcs/RagRappy.nj differ diff --git a/public/npcs/RagRappy.xvm b/public/npcs/RagRappy.xvm new file mode 100644 index 00000000..bcf59598 Binary files /dev/null and b/public/npcs/RagRappy.xvm differ diff --git a/public/npcs/Recobox.nj b/public/npcs/Recobox.nj new file mode 100644 index 00000000..78dfa29c Binary files /dev/null and b/public/npcs/Recobox.nj differ diff --git a/public/npcs/Recobox.xvm b/public/npcs/Recobox.xvm new file mode 100644 index 00000000..fde9b67b Binary files /dev/null and b/public/npcs/Recobox.xvm differ diff --git a/public/npcs/RedSoldier.nj b/public/npcs/RedSoldier.nj new file mode 100644 index 00000000..3d03e0aa Binary files /dev/null and b/public/npcs/RedSoldier.nj differ diff --git a/public/npcs/RedSoldier.xvm b/public/npcs/RedSoldier.xvm new file mode 100644 index 00000000..f1c3a377 Binary files /dev/null and b/public/npcs/RedSoldier.xvm differ diff --git a/public/npcs/SaintMillion.nj b/public/npcs/SaintMillion.nj new file mode 100644 index 00000000..00be19f4 Binary files /dev/null and b/public/npcs/SaintMillion.nj differ diff --git a/public/npcs/SaintMillion.xvm b/public/npcs/SaintMillion.xvm new file mode 100644 index 00000000..32857b8b Binary files /dev/null and b/public/npcs/SaintMillion.xvm differ diff --git a/public/npcs/SandRappy.nj b/public/npcs/SandRappy.nj new file mode 100644 index 00000000..6ce7d541 Binary files /dev/null and b/public/npcs/SandRappy.nj differ diff --git a/public/npcs/SandRappy.xvm b/public/npcs/SandRappy.xvm new file mode 100644 index 00000000..29e45e4f Binary files /dev/null and b/public/npcs/SandRappy.xvm differ diff --git a/public/npcs/SatelliteLizard.nj b/public/npcs/SatelliteLizard.nj new file mode 100644 index 00000000..5862a817 Binary files /dev/null and b/public/npcs/SatelliteLizard.nj differ diff --git a/public/npcs/SatelliteLizard.xvm b/public/npcs/SatelliteLizard.xvm new file mode 100644 index 00000000..3a4b3a74 Binary files /dev/null and b/public/npcs/SatelliteLizard.xvm differ diff --git a/public/npcs/SavageWolf.nj b/public/npcs/SavageWolf.nj new file mode 100644 index 00000000..0cbaa58f Binary files /dev/null and b/public/npcs/SavageWolf.nj differ diff --git a/public/npcs/SavageWolf.xvm b/public/npcs/SavageWolf.xvm new file mode 100644 index 00000000..f48dae43 Binary files /dev/null and b/public/npcs/SavageWolf.xvm differ diff --git a/public/npcs/Scientist.nj b/public/npcs/Scientist.nj new file mode 100644 index 00000000..85b6898e Binary files /dev/null and b/public/npcs/Scientist.nj differ diff --git a/public/npcs/Scientist.xvm b/public/npcs/Scientist.xvm new file mode 100644 index 00000000..dbd49c4b Binary files /dev/null and b/public/npcs/Scientist.xvm differ diff --git a/public/npcs/Shambertin.nj b/public/npcs/Shambertin.nj new file mode 100644 index 00000000..b3ebc9c8 Binary files /dev/null and b/public/npcs/Shambertin.nj differ diff --git a/public/npcs/Shambertin.xvm b/public/npcs/Shambertin.xvm new file mode 100644 index 00000000..95da9187 Binary files /dev/null and b/public/npcs/Shambertin.xvm differ diff --git a/public/npcs/SinowBeat.nj b/public/npcs/SinowBeat.nj new file mode 100644 index 00000000..20749f6e Binary files /dev/null and b/public/npcs/SinowBeat.nj differ diff --git a/public/npcs/SinowBeat.xvm b/public/npcs/SinowBeat.xvm new file mode 100644 index 00000000..2f6831c4 Binary files /dev/null and b/public/npcs/SinowBeat.xvm differ diff --git a/public/npcs/SinowBerill.nj b/public/npcs/SinowBerill.nj new file mode 100644 index 00000000..1b5cb5a6 Binary files /dev/null and b/public/npcs/SinowBerill.nj differ diff --git a/public/npcs/SinowBerill.xvm b/public/npcs/SinowBerill.xvm new file mode 100644 index 00000000..ca3ae1c5 Binary files /dev/null and b/public/npcs/SinowBerill.xvm differ diff --git a/public/npcs/SinowGold.nj b/public/npcs/SinowGold.nj new file mode 100644 index 00000000..20749f6e Binary files /dev/null and b/public/npcs/SinowGold.nj differ diff --git a/public/npcs/SinowGold.xvm b/public/npcs/SinowGold.xvm new file mode 100644 index 00000000..4c985822 Binary files /dev/null and b/public/npcs/SinowGold.xvm differ diff --git a/public/npcs/SinowSpigell.nj b/public/npcs/SinowSpigell.nj new file mode 100644 index 00000000..1b5cb5a6 Binary files /dev/null and b/public/npcs/SinowSpigell.nj differ diff --git a/public/npcs/SinowSpigell.xvm b/public/npcs/SinowSpigell.xvm new file mode 100644 index 00000000..b204b189 Binary files /dev/null and b/public/npcs/SinowSpigell.xvm differ diff --git a/public/npcs/SinowZele.nj b/public/npcs/SinowZele.nj new file mode 100644 index 00000000..ac91b263 Binary files /dev/null and b/public/npcs/SinowZele.nj differ diff --git a/public/npcs/SinowZele.xvm b/public/npcs/SinowZele.xvm new file mode 100644 index 00000000..2cb91629 Binary files /dev/null and b/public/npcs/SinowZele.xvm differ diff --git a/public/npcs/SinowZoa.nj b/public/npcs/SinowZoa.nj new file mode 100644 index 00000000..ac91b263 Binary files /dev/null and b/public/npcs/SinowZoa.nj differ diff --git a/public/npcs/SinowZoa.xvm b/public/npcs/SinowZoa.xvm new file mode 100644 index 00000000..bd0fc356 Binary files /dev/null and b/public/npcs/SinowZoa.xvm differ diff --git a/public/npcs/SoDimenian.nj b/public/npcs/SoDimenian.nj new file mode 100644 index 00000000..c2a6f4c9 Binary files /dev/null and b/public/npcs/SoDimenian.nj differ diff --git a/public/npcs/SoDimenian.xvm b/public/npcs/SoDimenian.xvm new file mode 100644 index 00000000..3054c375 Binary files /dev/null and b/public/npcs/SoDimenian.xvm differ diff --git a/public/npcs/Tekker.nj b/public/npcs/Tekker.nj new file mode 100644 index 00000000..f95ae0f1 Binary files /dev/null and b/public/npcs/Tekker.nj differ diff --git a/public/npcs/Tekker.xvm b/public/npcs/Tekker.xvm new file mode 100644 index 00000000..e8f48421 Binary files /dev/null and b/public/npcs/Tekker.xvm differ diff --git a/public/npcs/UlGibbon.nj b/public/npcs/UlGibbon.nj new file mode 100644 index 00000000..a4f77fea Binary files /dev/null and b/public/npcs/UlGibbon.nj differ diff --git a/public/npcs/UlGibbon.xvm b/public/npcs/UlGibbon.xvm new file mode 100644 index 00000000..b55b903c Binary files /dev/null and b/public/npcs/UlGibbon.xvm differ diff --git a/public/npcs/VolOpt.nj b/public/npcs/VolOpt.nj new file mode 100644 index 00000000..200e7a25 Binary files /dev/null and b/public/npcs/VolOpt.nj differ diff --git a/public/npcs/VolOpt.xvm b/public/npcs/VolOpt.xvm new file mode 100644 index 00000000..80a11d53 Binary files /dev/null and b/public/npcs/VolOpt.xvm differ diff --git a/public/npcs/Yowie.nj b/public/npcs/Yowie.nj new file mode 100644 index 00000000..88883aa2 Binary files /dev/null and b/public/npcs/Yowie.nj differ diff --git a/public/npcs/Yowie.xvm b/public/npcs/Yowie.xvm new file mode 100644 index 00000000..2af43984 Binary files /dev/null and b/public/npcs/Yowie.xvm differ diff --git a/public/npcs/ZeBoota.nj b/public/npcs/ZeBoota.nj new file mode 100644 index 00000000..89954d27 Binary files /dev/null and b/public/npcs/ZeBoota.nj differ diff --git a/public/npcs/ZeBoota.xvm b/public/npcs/ZeBoota.xvm new file mode 100644 index 00000000..838a03cb Binary files /dev/null and b/public/npcs/ZeBoota.xvm differ diff --git a/public/npcs/ZolGibbon.nj b/public/npcs/ZolGibbon.nj new file mode 100644 index 00000000..2e009f7c Binary files /dev/null and b/public/npcs/ZolGibbon.nj differ diff --git a/public/npcs/ZolGibbon.xvm b/public/npcs/ZolGibbon.xvm new file mode 100644 index 00000000..f8dfc3f1 Binary files /dev/null and b/public/npcs/ZolGibbon.xvm differ diff --git a/public/npcs/Zu.nj b/public/npcs/Zu.nj new file mode 100644 index 00000000..06fe33bc Binary files /dev/null and b/public/npcs/Zu.nj differ diff --git a/public/npcs/Zu.xvm b/public/npcs/Zu.xvm new file mode 100644 index 00000000..44fbe9e2 Binary files /dev/null and b/public/npcs/Zu.xvm differ diff --git a/public/objects/10-2.xj b/public/objects/10-2.xj new file mode 100644 index 00000000..0678cc5a Binary files /dev/null and b/public/objects/10-2.xj differ diff --git a/public/objects/10-2.xvm b/public/objects/10-2.xvm new file mode 100644 index 00000000..7d4db7e2 Binary files /dev/null and b/public/objects/10-2.xvm differ diff --git a/public/objects/10.xj b/public/objects/10.xj new file mode 100644 index 00000000..d5eebfe8 Binary files /dev/null and b/public/objects/10.xj differ diff --git a/public/objects/10.xvm b/public/objects/10.xvm new file mode 100644 index 00000000..70985438 Binary files /dev/null and b/public/objects/10.xvm differ diff --git a/public/objects/11-2.xj b/public/objects/11-2.xj new file mode 100644 index 00000000..df66f027 Binary files /dev/null and b/public/objects/11-2.xj differ diff --git a/public/objects/11-2.xvm b/public/objects/11-2.xvm new file mode 100644 index 00000000..15eef921 Binary files /dev/null and b/public/objects/11-2.xvm differ diff --git a/public/objects/11.xj b/public/objects/11.xj new file mode 100644 index 00000000..941b47ef Binary files /dev/null and b/public/objects/11.xj differ diff --git a/public/objects/11.xvm b/public/objects/11.xvm new file mode 100644 index 00000000..70985438 Binary files /dev/null and b/public/objects/11.xvm differ diff --git a/public/objects/12-2.xj b/public/objects/12-2.xj new file mode 100644 index 00000000..1e7b4c4d Binary files /dev/null and b/public/objects/12-2.xj differ diff --git a/public/objects/12-2.xvm b/public/objects/12-2.xvm new file mode 100644 index 00000000..ca1a00c2 Binary files /dev/null and b/public/objects/12-2.xvm differ diff --git a/public/objects/12.xj b/public/objects/12.xj new file mode 100644 index 00000000..63c2f86a Binary files /dev/null and b/public/objects/12.xj differ diff --git a/public/objects/12.xvm b/public/objects/12.xvm new file mode 100644 index 00000000..70985438 Binary files /dev/null and b/public/objects/12.xvm differ diff --git a/public/objects/128-2.xj b/public/objects/128-2.xj new file mode 100644 index 00000000..9c364746 Binary files /dev/null and b/public/objects/128-2.xj differ diff --git a/public/objects/128-3.xj b/public/objects/128-3.xj new file mode 100644 index 00000000..4e4b89cd Binary files /dev/null and b/public/objects/128-3.xj differ diff --git a/public/objects/128-4.xj b/public/objects/128-4.xj new file mode 100644 index 00000000..a1747a92 Binary files /dev/null and b/public/objects/128-4.xj differ diff --git a/public/objects/128-5.xj b/public/objects/128-5.xj new file mode 100644 index 00000000..ba3c2ebb Binary files /dev/null and b/public/objects/128-5.xj differ diff --git a/public/objects/128.xj b/public/objects/128.xj new file mode 100644 index 00000000..bdad6af6 Binary files /dev/null and b/public/objects/128.xj differ diff --git a/public/objects/128.xvm b/public/objects/128.xvm new file mode 100644 index 00000000..3ca58213 Binary files /dev/null and b/public/objects/128.xvm differ diff --git a/public/objects/129-2.xj b/public/objects/129-2.xj new file mode 100644 index 00000000..c4a33098 Binary files /dev/null and b/public/objects/129-2.xj differ diff --git a/public/objects/129-3.xj b/public/objects/129-3.xj new file mode 100644 index 00000000..9579501b Binary files /dev/null and b/public/objects/129-3.xj differ diff --git a/public/objects/129.xj b/public/objects/129.xj new file mode 100644 index 00000000..3195c0c7 Binary files /dev/null and b/public/objects/129.xj differ diff --git a/public/objects/129.xvm b/public/objects/129.xvm new file mode 100644 index 00000000..1d2f6877 Binary files /dev/null and b/public/objects/129.xvm differ diff --git a/public/objects/13-2.xj b/public/objects/13-2.xj new file mode 100644 index 00000000..78398214 Binary files /dev/null and b/public/objects/13-2.xj differ diff --git a/public/objects/13-2.xvm b/public/objects/13-2.xvm new file mode 100644 index 00000000..7d4db7e2 Binary files /dev/null and b/public/objects/13-2.xvm differ diff --git a/public/objects/13.xj b/public/objects/13.xj new file mode 100644 index 00000000..8e52bd85 Binary files /dev/null and b/public/objects/13.xj differ diff --git a/public/objects/13.xvm b/public/objects/13.xvm new file mode 100644 index 00000000..70985438 Binary files /dev/null and b/public/objects/13.xvm differ diff --git a/public/objects/130-2.xj b/public/objects/130-2.xj new file mode 100644 index 00000000..9d5696fa Binary files /dev/null and b/public/objects/130-2.xj differ diff --git a/public/objects/130.xj b/public/objects/130.xj new file mode 100644 index 00000000..ad645503 Binary files /dev/null and b/public/objects/130.xj differ diff --git a/public/objects/130.xvm b/public/objects/130.xvm new file mode 100644 index 00000000..5ed504c4 Binary files /dev/null and b/public/objects/130.xvm differ diff --git a/public/objects/131-2.xj b/public/objects/131-2.xj new file mode 100644 index 00000000..4c87fb06 Binary files /dev/null and b/public/objects/131-2.xj differ diff --git a/public/objects/131.xj b/public/objects/131.xj new file mode 100644 index 00000000..dc1b8f37 Binary files /dev/null and b/public/objects/131.xj differ diff --git a/public/objects/131.xvm b/public/objects/131.xvm new file mode 100644 index 00000000..5ed504c4 Binary files /dev/null and b/public/objects/131.xvm differ diff --git a/public/objects/132-2.xj b/public/objects/132-2.xj new file mode 100644 index 00000000..3a1e4735 Binary files /dev/null and b/public/objects/132-2.xj differ diff --git a/public/objects/132-3.xj b/public/objects/132-3.xj new file mode 100644 index 00000000..6bdbfb13 Binary files /dev/null and b/public/objects/132-3.xj differ diff --git a/public/objects/132.xj b/public/objects/132.xj new file mode 100644 index 00000000..bd766444 Binary files /dev/null and b/public/objects/132.xj differ diff --git a/public/objects/132.xvm b/public/objects/132.xvm new file mode 100644 index 00000000..bdb2c745 Binary files /dev/null and b/public/objects/132.xvm differ diff --git a/public/objects/133.xj b/public/objects/133.xj new file mode 100644 index 00000000..20a98b22 Binary files /dev/null and b/public/objects/133.xj differ diff --git a/public/objects/133.xvm b/public/objects/133.xvm new file mode 100644 index 00000000..3ce1148c Binary files /dev/null and b/public/objects/133.xvm differ diff --git a/public/objects/134.xj b/public/objects/134.xj new file mode 100644 index 00000000..0bb0693f Binary files /dev/null and b/public/objects/134.xj differ diff --git a/public/objects/134.xvm b/public/objects/134.xvm new file mode 100644 index 00000000..9b211fad Binary files /dev/null and b/public/objects/134.xvm differ diff --git a/public/objects/135-0.xj b/public/objects/135-0.xj new file mode 100644 index 00000000..433fc619 Binary files /dev/null and b/public/objects/135-0.xj differ diff --git a/public/objects/135-0.xvm b/public/objects/135-0.xvm new file mode 100644 index 00000000..408b771e Binary files /dev/null and b/public/objects/135-0.xvm differ diff --git a/public/objects/135-1.xj b/public/objects/135-1.xj new file mode 100644 index 00000000..08737f16 Binary files /dev/null and b/public/objects/135-1.xj differ diff --git a/public/objects/135-1.xvm b/public/objects/135-1.xvm new file mode 100644 index 00000000..408b771e Binary files /dev/null and b/public/objects/135-1.xvm differ diff --git a/public/objects/135.xj b/public/objects/135.xj new file mode 100644 index 00000000..08737f16 Binary files /dev/null and b/public/objects/135.xj differ diff --git a/public/objects/135.xvm b/public/objects/135.xvm new file mode 100644 index 00000000..408b771e Binary files /dev/null and b/public/objects/135.xvm differ diff --git a/public/objects/136-2.xj b/public/objects/136-2.xj new file mode 100644 index 00000000..75ed26c5 Binary files /dev/null and b/public/objects/136-2.xj differ diff --git a/public/objects/136-3.xj b/public/objects/136-3.xj new file mode 100644 index 00000000..ed83ab69 Binary files /dev/null and b/public/objects/136-3.xj differ diff --git a/public/objects/136.xj b/public/objects/136.xj new file mode 100644 index 00000000..66209494 Binary files /dev/null and b/public/objects/136.xj differ diff --git a/public/objects/136.xvm b/public/objects/136.xvm new file mode 100644 index 00000000..f7589a08 Binary files /dev/null and b/public/objects/136.xvm differ diff --git a/public/objects/137.xj b/public/objects/137.xj new file mode 100644 index 00000000..abd9ec8c Binary files /dev/null and b/public/objects/137.xj differ diff --git a/public/objects/137.xvm b/public/objects/137.xvm new file mode 100644 index 00000000..f046b955 Binary files /dev/null and b/public/objects/137.xvm differ diff --git a/public/objects/139-0.xj b/public/objects/139-0.xj new file mode 100644 index 00000000..fce8eaf3 Binary files /dev/null and b/public/objects/139-0.xj differ diff --git a/public/objects/139-0.xvm b/public/objects/139-0.xvm new file mode 100644 index 00000000..0c772135 Binary files /dev/null and b/public/objects/139-0.xvm differ diff --git a/public/objects/139-1.xj b/public/objects/139-1.xj new file mode 100644 index 00000000..fce8eaf3 Binary files /dev/null and b/public/objects/139-1.xj differ diff --git a/public/objects/139-1.xvm b/public/objects/139-1.xvm new file mode 100644 index 00000000..f4d2c032 Binary files /dev/null and b/public/objects/139-1.xvm differ diff --git a/public/objects/139.xj b/public/objects/139.xj new file mode 100644 index 00000000..fce8eaf3 Binary files /dev/null and b/public/objects/139.xj differ diff --git a/public/objects/139.xvm b/public/objects/139.xvm new file mode 100644 index 00000000..0c772135 Binary files /dev/null and b/public/objects/139.xvm differ diff --git a/public/objects/140-2.xj b/public/objects/140-2.xj new file mode 100644 index 00000000..a107f482 Binary files /dev/null and b/public/objects/140-2.xj differ diff --git a/public/objects/140.xj b/public/objects/140.xj new file mode 100644 index 00000000..4c3a790a Binary files /dev/null and b/public/objects/140.xj differ diff --git a/public/objects/140.xvm b/public/objects/140.xvm new file mode 100644 index 00000000..43eb4c7d Binary files /dev/null and b/public/objects/140.xvm differ diff --git a/public/objects/141.xj b/public/objects/141.xj new file mode 100644 index 00000000..56cf40ad Binary files /dev/null and b/public/objects/141.xj differ diff --git a/public/objects/141.xvm b/public/objects/141.xvm new file mode 100644 index 00000000..25a9c274 Binary files /dev/null and b/public/objects/141.xvm differ diff --git a/public/objects/142-2.xj b/public/objects/142-2.xj new file mode 100644 index 00000000..17ca3984 Binary files /dev/null and b/public/objects/142-2.xj differ diff --git a/public/objects/142-2.xvm b/public/objects/142-2.xvm new file mode 100644 index 00000000..7a6242fb Binary files /dev/null and b/public/objects/142-2.xvm differ diff --git a/public/objects/142.xj b/public/objects/142.xj new file mode 100644 index 00000000..b3fe84a0 Binary files /dev/null and b/public/objects/142.xj differ diff --git a/public/objects/142.xvm b/public/objects/142.xvm new file mode 100644 index 00000000..1fee8cb8 Binary files /dev/null and b/public/objects/142.xvm differ diff --git a/public/objects/143.xj b/public/objects/143.xj new file mode 100644 index 00000000..08f14fde Binary files /dev/null and b/public/objects/143.xj differ diff --git a/public/objects/143.xvm b/public/objects/143.xvm new file mode 100644 index 00000000..454d4706 Binary files /dev/null and b/public/objects/143.xvm differ diff --git a/public/objects/144-2.xj b/public/objects/144-2.xj new file mode 100644 index 00000000..2663ef30 Binary files /dev/null and b/public/objects/144-2.xj differ diff --git a/public/objects/144-a.xj b/public/objects/144-a.xj new file mode 100644 index 00000000..2663ef30 Binary files /dev/null and b/public/objects/144-a.xj differ diff --git a/public/objects/144-a.xvm b/public/objects/144-a.xvm new file mode 100644 index 00000000..92438ebd Binary files /dev/null and b/public/objects/144-a.xvm differ diff --git a/public/objects/144.xj b/public/objects/144.xj new file mode 100644 index 00000000..85d083b6 Binary files /dev/null and b/public/objects/144.xj differ diff --git a/public/objects/144.xvm b/public/objects/144.xvm new file mode 100644 index 00000000..2464d758 Binary files /dev/null and b/public/objects/144.xvm differ diff --git a/public/objects/145-2.xj b/public/objects/145-2.xj new file mode 100644 index 00000000..6fdea59f Binary files /dev/null and b/public/objects/145-2.xj differ diff --git a/public/objects/145-3.xj b/public/objects/145-3.xj new file mode 100644 index 00000000..ed83ab69 Binary files /dev/null and b/public/objects/145-3.xj differ diff --git a/public/objects/145.xj b/public/objects/145.xj new file mode 100644 index 00000000..77a39c3a Binary files /dev/null and b/public/objects/145.xj differ diff --git a/public/objects/145.xvm b/public/objects/145.xvm new file mode 100644 index 00000000..f7589a08 Binary files /dev/null and b/public/objects/145.xvm differ diff --git a/public/objects/146-2.xj b/public/objects/146-2.xj new file mode 100644 index 00000000..b15ab35d Binary files /dev/null and b/public/objects/146-2.xj differ diff --git a/public/objects/146-3.xj b/public/objects/146-3.xj new file mode 100644 index 00000000..d55f6a2d Binary files /dev/null and b/public/objects/146-3.xj differ diff --git a/public/objects/146-4.xj b/public/objects/146-4.xj new file mode 100644 index 00000000..305bc0b8 Binary files /dev/null and b/public/objects/146-4.xj differ diff --git a/public/objects/146.xj b/public/objects/146.xj new file mode 100644 index 00000000..237c261c Binary files /dev/null and b/public/objects/146.xj differ diff --git a/public/objects/146.xvm b/public/objects/146.xvm new file mode 100644 index 00000000..5f0a2fc8 Binary files /dev/null and b/public/objects/146.xvm differ diff --git a/public/objects/147-2.xj b/public/objects/147-2.xj new file mode 100644 index 00000000..b15ab35d Binary files /dev/null and b/public/objects/147-2.xj differ diff --git a/public/objects/147-3.xj b/public/objects/147-3.xj new file mode 100644 index 00000000..d55f6a2d Binary files /dev/null and b/public/objects/147-3.xj differ diff --git a/public/objects/147-4.xj b/public/objects/147-4.xj new file mode 100644 index 00000000..305bc0b8 Binary files /dev/null and b/public/objects/147-4.xj differ diff --git a/public/objects/147.xj b/public/objects/147.xj new file mode 100644 index 00000000..237c261c Binary files /dev/null and b/public/objects/147.xj differ diff --git a/public/objects/147.xvm b/public/objects/147.xvm new file mode 100644 index 00000000..5f0a2fc8 Binary files /dev/null and b/public/objects/147.xvm differ diff --git a/public/objects/149.xj b/public/objects/149.xj new file mode 100644 index 00000000..334a1809 Binary files /dev/null and b/public/objects/149.xj differ diff --git a/public/objects/149.xvm b/public/objects/149.xvm new file mode 100644 index 00000000..f7589a08 Binary files /dev/null and b/public/objects/149.xvm differ diff --git a/public/objects/15.xj b/public/objects/15.xj new file mode 100644 index 00000000..33df9319 Binary files /dev/null and b/public/objects/15.xj differ diff --git a/public/objects/15.xvm b/public/objects/15.xvm new file mode 100644 index 00000000..2654fd2f Binary files /dev/null and b/public/objects/15.xvm differ diff --git a/public/objects/150-2.xj b/public/objects/150-2.xj new file mode 100644 index 00000000..dbbf9917 Binary files /dev/null and b/public/objects/150-2.xj differ diff --git a/public/objects/150.xj b/public/objects/150.xj new file mode 100644 index 00000000..5160608b Binary files /dev/null and b/public/objects/150.xj differ diff --git a/public/objects/150.xvm b/public/objects/150.xvm new file mode 100644 index 00000000..5ed504c4 Binary files /dev/null and b/public/objects/150.xvm differ diff --git a/public/objects/151-2.xj b/public/objects/151-2.xj new file mode 100644 index 00000000..f1cc7081 Binary files /dev/null and b/public/objects/151-2.xj differ diff --git a/public/objects/151.xj b/public/objects/151.xj new file mode 100644 index 00000000..8937979b Binary files /dev/null and b/public/objects/151.xj differ diff --git a/public/objects/151.xvm b/public/objects/151.xvm new file mode 100644 index 00000000..5ed504c4 Binary files /dev/null and b/public/objects/151.xvm differ diff --git a/public/objects/19.xj b/public/objects/19.xj new file mode 100644 index 00000000..6ba9fec1 Binary files /dev/null and b/public/objects/19.xj differ diff --git a/public/objects/19.xvm b/public/objects/19.xvm new file mode 100644 index 00000000..bcc35ccf Binary files /dev/null and b/public/objects/19.xvm differ diff --git a/public/objects/192.xj b/public/objects/192.xj new file mode 100644 index 00000000..5fd29ae2 Binary files /dev/null and b/public/objects/192.xj differ diff --git a/public/objects/192.xvm b/public/objects/192.xvm new file mode 100644 index 00000000..9c816a35 Binary files /dev/null and b/public/objects/192.xvm differ diff --git a/public/objects/193.xj b/public/objects/193.xj new file mode 100644 index 00000000..9c98f3ec Binary files /dev/null and b/public/objects/193.xj differ diff --git a/public/objects/193.xvm b/public/objects/193.xvm new file mode 100644 index 00000000..afb76630 Binary files /dev/null and b/public/objects/193.xvm differ diff --git a/public/objects/194.xj b/public/objects/194.xj new file mode 100644 index 00000000..0c2c7df7 Binary files /dev/null and b/public/objects/194.xj differ diff --git a/public/objects/194.xvm b/public/objects/194.xvm new file mode 100644 index 00000000..31737728 Binary files /dev/null and b/public/objects/194.xvm differ diff --git a/public/objects/195-2.xj b/public/objects/195-2.xj new file mode 100644 index 00000000..1bbfb3d7 Binary files /dev/null and b/public/objects/195-2.xj differ diff --git a/public/objects/195-3.xj b/public/objects/195-3.xj new file mode 100644 index 00000000..bffb0b89 Binary files /dev/null and b/public/objects/195-3.xj differ diff --git a/public/objects/195.xj b/public/objects/195.xj new file mode 100644 index 00000000..9c3c33bf Binary files /dev/null and b/public/objects/195.xj differ diff --git a/public/objects/195.xvm b/public/objects/195.xvm new file mode 100644 index 00000000..99f59e22 Binary files /dev/null and b/public/objects/195.xvm differ diff --git a/public/objects/196.xj b/public/objects/196.xj new file mode 100644 index 00000000..c47538ae Binary files /dev/null and b/public/objects/196.xj differ diff --git a/public/objects/196.xvm b/public/objects/196.xvm new file mode 100644 index 00000000..c1d9c637 Binary files /dev/null and b/public/objects/196.xvm differ diff --git a/public/objects/197.xj b/public/objects/197.xj new file mode 100644 index 00000000..3eb1c97c Binary files /dev/null and b/public/objects/197.xj differ diff --git a/public/objects/197.xvm b/public/objects/197.xvm new file mode 100644 index 00000000..c1d9c637 Binary files /dev/null and b/public/objects/197.xvm differ diff --git a/public/objects/198.xj b/public/objects/198.xj new file mode 100644 index 00000000..75853079 Binary files /dev/null and b/public/objects/198.xj differ diff --git a/public/objects/198.xvm b/public/objects/198.xvm new file mode 100644 index 00000000..c1d9c637 Binary files /dev/null and b/public/objects/198.xvm differ diff --git a/public/objects/199.xj b/public/objects/199.xj new file mode 100644 index 00000000..20026227 Binary files /dev/null and b/public/objects/199.xj differ diff --git a/public/objects/199.xvm b/public/objects/199.xvm new file mode 100644 index 00000000..82fa4414 Binary files /dev/null and b/public/objects/199.xvm differ diff --git a/public/objects/2-2.xj b/public/objects/2-2.xj new file mode 100644 index 00000000..87f326ee Binary files /dev/null and b/public/objects/2-2.xj differ diff --git a/public/objects/2.xj b/public/objects/2.xj new file mode 100644 index 00000000..f7ca0867 Binary files /dev/null and b/public/objects/2.xj differ diff --git a/public/objects/2.xvm b/public/objects/2.xvm new file mode 100644 index 00000000..0d6c27c6 Binary files /dev/null and b/public/objects/2.xvm differ diff --git a/public/objects/200.xj b/public/objects/200.xj new file mode 100644 index 00000000..929d2711 Binary files /dev/null and b/public/objects/200.xj differ diff --git a/public/objects/200.xvm b/public/objects/200.xvm new file mode 100644 index 00000000..9c5de181 Binary files /dev/null and b/public/objects/200.xvm differ diff --git a/public/objects/201.xj b/public/objects/201.xj new file mode 100644 index 00000000..e954d0a7 Binary files /dev/null and b/public/objects/201.xj differ diff --git a/public/objects/201.xvm b/public/objects/201.xvm new file mode 100644 index 00000000..71aaad93 Binary files /dev/null and b/public/objects/201.xvm differ diff --git a/public/objects/204.nj b/public/objects/204.nj new file mode 100644 index 00000000..5688777a Binary files /dev/null and b/public/objects/204.nj differ diff --git a/public/objects/204.xvm b/public/objects/204.xvm new file mode 100644 index 00000000..1782a5ac Binary files /dev/null and b/public/objects/204.xvm differ diff --git a/public/objects/205.xj b/public/objects/205.xj new file mode 100644 index 00000000..6e2f89aa Binary files /dev/null and b/public/objects/205.xj differ diff --git a/public/objects/205.xvm b/public/objects/205.xvm new file mode 100644 index 00000000..4eb8b1a5 Binary files /dev/null and b/public/objects/205.xvm differ diff --git a/public/objects/206.xj b/public/objects/206.xj new file mode 100644 index 00000000..e2d8951c Binary files /dev/null and b/public/objects/206.xj differ diff --git a/public/objects/206.xvm b/public/objects/206.xvm new file mode 100644 index 00000000..b2c0965c Binary files /dev/null and b/public/objects/206.xvm differ diff --git a/public/objects/207-2.xj b/public/objects/207-2.xj new file mode 100644 index 00000000..686d936c Binary files /dev/null and b/public/objects/207-2.xj differ diff --git a/public/objects/207.xj b/public/objects/207.xj new file mode 100644 index 00000000..31170170 Binary files /dev/null and b/public/objects/207.xj differ diff --git a/public/objects/207.xvm b/public/objects/207.xvm new file mode 100644 index 00000000..977428e0 Binary files /dev/null and b/public/objects/207.xvm differ diff --git a/public/objects/208.xj b/public/objects/208.xj new file mode 100644 index 00000000..b919b2cf Binary files /dev/null and b/public/objects/208.xj differ diff --git a/public/objects/208.xvm b/public/objects/208.xvm new file mode 100644 index 00000000..ce7d8062 Binary files /dev/null and b/public/objects/208.xvm differ diff --git a/public/objects/209.xj b/public/objects/209.xj new file mode 100644 index 00000000..6c9c20e8 Binary files /dev/null and b/public/objects/209.xj differ diff --git a/public/objects/209.xvm b/public/objects/209.xvm new file mode 100644 index 00000000..9c11cca0 Binary files /dev/null and b/public/objects/209.xvm differ diff --git a/public/objects/210.xj b/public/objects/210.xj new file mode 100644 index 00000000..e2c38d76 Binary files /dev/null and b/public/objects/210.xj differ diff --git a/public/objects/210.xvm b/public/objects/210.xvm new file mode 100644 index 00000000..9c11cca0 Binary files /dev/null and b/public/objects/210.xvm differ diff --git a/public/objects/211.xj b/public/objects/211.xj new file mode 100644 index 00000000..bef0656a Binary files /dev/null and b/public/objects/211.xj differ diff --git a/public/objects/211.xvm b/public/objects/211.xvm new file mode 100644 index 00000000..9c11cca0 Binary files /dev/null and b/public/objects/211.xvm differ diff --git a/public/objects/212.xj b/public/objects/212.xj new file mode 100644 index 00000000..27956512 Binary files /dev/null and b/public/objects/212.xj differ diff --git a/public/objects/212.xvm b/public/objects/212.xvm new file mode 100644 index 00000000..740ce2d4 Binary files /dev/null and b/public/objects/212.xvm differ diff --git a/public/objects/213.xj b/public/objects/213.xj new file mode 100644 index 00000000..d3381e93 Binary files /dev/null and b/public/objects/213.xj differ diff --git a/public/objects/213.xvm b/public/objects/213.xvm new file mode 100644 index 00000000..740ce2d4 Binary files /dev/null and b/public/objects/213.xvm differ diff --git a/public/objects/214.xj b/public/objects/214.xj new file mode 100644 index 00000000..d36e3480 Binary files /dev/null and b/public/objects/214.xj differ diff --git a/public/objects/214.xvm b/public/objects/214.xvm new file mode 100644 index 00000000..740ce2d4 Binary files /dev/null and b/public/objects/214.xvm differ diff --git a/public/objects/215.xj b/public/objects/215.xj new file mode 100644 index 00000000..705a0503 Binary files /dev/null and b/public/objects/215.xj differ diff --git a/public/objects/215.xvm b/public/objects/215.xvm new file mode 100644 index 00000000..740ce2d4 Binary files /dev/null and b/public/objects/215.xvm differ diff --git a/public/objects/216.xj b/public/objects/216.xj new file mode 100644 index 00000000..d6c68bad Binary files /dev/null and b/public/objects/216.xj differ diff --git a/public/objects/216.xvm b/public/objects/216.xvm new file mode 100644 index 00000000..740ce2d4 Binary files /dev/null and b/public/objects/216.xvm differ diff --git a/public/objects/217.xj b/public/objects/217.xj new file mode 100644 index 00000000..19636cff Binary files /dev/null and b/public/objects/217.xj differ diff --git a/public/objects/217.xvm b/public/objects/217.xvm new file mode 100644 index 00000000..740ce2d4 Binary files /dev/null and b/public/objects/217.xvm differ diff --git a/public/objects/218.xj b/public/objects/218.xj new file mode 100644 index 00000000..30b504ab Binary files /dev/null and b/public/objects/218.xj differ diff --git a/public/objects/218.xvm b/public/objects/218.xvm new file mode 100644 index 00000000..6cbb2f33 Binary files /dev/null and b/public/objects/218.xvm differ diff --git a/public/objects/219.xj b/public/objects/219.xj new file mode 100644 index 00000000..ad8d680e Binary files /dev/null and b/public/objects/219.xj differ diff --git a/public/objects/219.xvm b/public/objects/219.xvm new file mode 100644 index 00000000..6cbb2f33 Binary files /dev/null and b/public/objects/219.xvm differ diff --git a/public/objects/220.xj b/public/objects/220.xj new file mode 100644 index 00000000..534e5372 Binary files /dev/null and b/public/objects/220.xj differ diff --git a/public/objects/220.xvm b/public/objects/220.xvm new file mode 100644 index 00000000..6cbb2f33 Binary files /dev/null and b/public/objects/220.xvm differ diff --git a/public/objects/222.xj b/public/objects/222.xj new file mode 100644 index 00000000..5fd29ae2 Binary files /dev/null and b/public/objects/222.xj differ diff --git a/public/objects/222.xvm b/public/objects/222.xvm new file mode 100644 index 00000000..9c816a35 Binary files /dev/null and b/public/objects/222.xvm differ diff --git a/public/objects/223.xj b/public/objects/223.xj new file mode 100644 index 00000000..bef0656a Binary files /dev/null and b/public/objects/223.xj differ diff --git a/public/objects/223.xvm b/public/objects/223.xvm new file mode 100644 index 00000000..9c11cca0 Binary files /dev/null and b/public/objects/223.xvm differ diff --git a/public/objects/224.xj b/public/objects/224.xj new file mode 100644 index 00000000..d36e3480 Binary files /dev/null and b/public/objects/224.xj differ diff --git a/public/objects/224.xvm b/public/objects/224.xvm new file mode 100644 index 00000000..740ce2d4 Binary files /dev/null and b/public/objects/224.xvm differ diff --git a/public/objects/225.xj b/public/objects/225.xj new file mode 100644 index 00000000..534e5372 Binary files /dev/null and b/public/objects/225.xj differ diff --git a/public/objects/225.xvm b/public/objects/225.xvm new file mode 100644 index 00000000..6cbb2f33 Binary files /dev/null and b/public/objects/225.xvm differ diff --git a/public/objects/25-2.xj b/public/objects/25-2.xj new file mode 100644 index 00000000..887b6889 Binary files /dev/null and b/public/objects/25-2.xj differ diff --git a/public/objects/25.xj b/public/objects/25.xj new file mode 100644 index 00000000..3f5de595 Binary files /dev/null and b/public/objects/25.xj differ diff --git a/public/objects/25.xvm b/public/objects/25.xvm new file mode 100644 index 00000000..0d6c27c6 Binary files /dev/null and b/public/objects/25.xvm differ diff --git a/public/objects/256.xj b/public/objects/256.xj new file mode 100644 index 00000000..eda3cb94 Binary files /dev/null and b/public/objects/256.xj differ diff --git a/public/objects/256.xvm b/public/objects/256.xvm new file mode 100644 index 00000000..7f1c4630 Binary files /dev/null and b/public/objects/256.xvm differ diff --git a/public/objects/257.xj b/public/objects/257.xj new file mode 100644 index 00000000..5fd29ae2 Binary files /dev/null and b/public/objects/257.xj differ diff --git a/public/objects/257.xvm b/public/objects/257.xvm new file mode 100644 index 00000000..9c816a35 Binary files /dev/null and b/public/objects/257.xvm differ diff --git a/public/objects/258.xj b/public/objects/258.xj new file mode 100644 index 00000000..50c619d4 Binary files /dev/null and b/public/objects/258.xj differ diff --git a/public/objects/258.xvm b/public/objects/258.xvm new file mode 100644 index 00000000..bb0dd610 Binary files /dev/null and b/public/objects/258.xvm differ diff --git a/public/objects/259.xj b/public/objects/259.xj new file mode 100644 index 00000000..f670cab1 Binary files /dev/null and b/public/objects/259.xj differ diff --git a/public/objects/259.xvm b/public/objects/259.xvm new file mode 100644 index 00000000..05f554da Binary files /dev/null and b/public/objects/259.xvm differ diff --git a/public/objects/260.xj b/public/objects/260.xj new file mode 100644 index 00000000..b96c5e05 Binary files /dev/null and b/public/objects/260.xj differ diff --git a/public/objects/260.xvm b/public/objects/260.xvm new file mode 100644 index 00000000..d1522b3d Binary files /dev/null and b/public/objects/260.xvm differ diff --git a/public/objects/261.xj b/public/objects/261.xj new file mode 100644 index 00000000..c635b121 Binary files /dev/null and b/public/objects/261.xj differ diff --git a/public/objects/261.xvm b/public/objects/261.xvm new file mode 100644 index 00000000..50173e7f Binary files /dev/null and b/public/objects/261.xvm differ diff --git a/public/objects/262.xj b/public/objects/262.xj new file mode 100644 index 00000000..93daec3c Binary files /dev/null and b/public/objects/262.xj differ diff --git a/public/objects/262.xvm b/public/objects/262.xvm new file mode 100644 index 00000000..3d2ae29d Binary files /dev/null and b/public/objects/262.xvm differ diff --git a/public/objects/264-a.xj b/public/objects/264-a.xj new file mode 100644 index 00000000..30205c85 Binary files /dev/null and b/public/objects/264-a.xj differ diff --git a/public/objects/264-a.xvm b/public/objects/264-a.xvm new file mode 100644 index 00000000..9ca60e1c Binary files /dev/null and b/public/objects/264-a.xvm differ diff --git a/public/objects/264-b.xj b/public/objects/264-b.xj new file mode 100644 index 00000000..8ce90836 Binary files /dev/null and b/public/objects/264-b.xj differ diff --git a/public/objects/264-b.xvm b/public/objects/264-b.xvm new file mode 100644 index 00000000..407c921a Binary files /dev/null and b/public/objects/264-b.xvm differ diff --git a/public/objects/264.xj b/public/objects/264.xj new file mode 100644 index 00000000..60d2a5c6 Binary files /dev/null and b/public/objects/264.xj differ diff --git a/public/objects/264.xvm b/public/objects/264.xvm new file mode 100644 index 00000000..9ca60e1c Binary files /dev/null and b/public/objects/264.xvm differ diff --git a/public/objects/265-a.xj b/public/objects/265-a.xj new file mode 100644 index 00000000..d01c2bba Binary files /dev/null and b/public/objects/265-a.xj differ diff --git a/public/objects/265-a.xvm b/public/objects/265-a.xvm new file mode 100644 index 00000000..9ca60e1c Binary files /dev/null and b/public/objects/265-a.xvm differ diff --git a/public/objects/265-b.xj b/public/objects/265-b.xj new file mode 100644 index 00000000..8cc2c05d Binary files /dev/null and b/public/objects/265-b.xj differ diff --git a/public/objects/265-b.xvm b/public/objects/265-b.xvm new file mode 100644 index 00000000..9ca60e1c Binary files /dev/null and b/public/objects/265-b.xvm differ diff --git a/public/objects/265.xj b/public/objects/265.xj new file mode 100644 index 00000000..b8f34dcb Binary files /dev/null and b/public/objects/265.xj differ diff --git a/public/objects/265.xvm b/public/objects/265.xvm new file mode 100644 index 00000000..9ca60e1c Binary files /dev/null and b/public/objects/265.xvm differ diff --git a/public/objects/266-a.xj b/public/objects/266-a.xj new file mode 100644 index 00000000..d10493f1 Binary files /dev/null and b/public/objects/266-a.xj differ diff --git a/public/objects/266-a.xvm b/public/objects/266-a.xvm new file mode 100644 index 00000000..13526e92 Binary files /dev/null and b/public/objects/266-a.xvm differ diff --git a/public/objects/266-b.xj b/public/objects/266-b.xj new file mode 100644 index 00000000..c8c11362 Binary files /dev/null and b/public/objects/266-b.xj differ diff --git a/public/objects/266-b.xvm b/public/objects/266-b.xvm new file mode 100644 index 00000000..9ca60e1c Binary files /dev/null and b/public/objects/266-b.xvm differ diff --git a/public/objects/266.xj b/public/objects/266.xj new file mode 100644 index 00000000..54e4c848 Binary files /dev/null and b/public/objects/266.xj differ diff --git a/public/objects/266.xvm b/public/objects/266.xvm new file mode 100644 index 00000000..407c921a Binary files /dev/null and b/public/objects/266.xvm differ diff --git a/public/objects/267.xj b/public/objects/267.xj new file mode 100644 index 00000000..a7e5287a Binary files /dev/null and b/public/objects/267.xj differ diff --git a/public/objects/267.xvm b/public/objects/267.xvm new file mode 100644 index 00000000..8aebbbf8 Binary files /dev/null and b/public/objects/267.xvm differ diff --git a/public/objects/268.xj b/public/objects/268.xj new file mode 100644 index 00000000..54ee408d Binary files /dev/null and b/public/objects/268.xj differ diff --git a/public/objects/268.xvm b/public/objects/268.xvm new file mode 100644 index 00000000..54c8f3f9 Binary files /dev/null and b/public/objects/268.xvm differ diff --git a/public/objects/27-2.xj b/public/objects/27-2.xj new file mode 100644 index 00000000..87f326ee Binary files /dev/null and b/public/objects/27-2.xj differ diff --git a/public/objects/27.xj b/public/objects/27.xj new file mode 100644 index 00000000..59b6e18c Binary files /dev/null and b/public/objects/27.xj differ diff --git a/public/objects/27.xvm b/public/objects/27.xvm new file mode 100644 index 00000000..0d6c27c6 Binary files /dev/null and b/public/objects/27.xvm differ diff --git a/public/objects/28-2.xj b/public/objects/28-2.xj new file mode 100644 index 00000000..87f326ee Binary files /dev/null and b/public/objects/28-2.xj differ diff --git a/public/objects/28.xj b/public/objects/28.xj new file mode 100644 index 00000000..a58c5b2e Binary files /dev/null and b/public/objects/28.xj differ diff --git a/public/objects/28.xvm b/public/objects/28.xvm new file mode 100644 index 00000000..0d6c27c6 Binary files /dev/null and b/public/objects/28.xvm differ diff --git a/public/objects/3-2.xj b/public/objects/3-2.xj new file mode 100644 index 00000000..2b4abf3b Binary files /dev/null and b/public/objects/3-2.xj differ diff --git a/public/objects/3.xj b/public/objects/3.xj new file mode 100644 index 00000000..a7c8c72b Binary files /dev/null and b/public/objects/3.xj differ diff --git a/public/objects/3.xvm b/public/objects/3.xvm new file mode 100644 index 00000000..0d6c27c6 Binary files /dev/null and b/public/objects/3.xvm differ diff --git a/public/objects/304.nj b/public/objects/304.nj new file mode 100644 index 00000000..de4d497f Binary files /dev/null and b/public/objects/304.nj differ diff --git a/public/objects/304.xvm b/public/objects/304.xvm new file mode 100644 index 00000000..f29b49c8 Binary files /dev/null and b/public/objects/304.xvm differ diff --git a/public/objects/320-2.xj b/public/objects/320-2.xj new file mode 100644 index 00000000..16b972cc Binary files /dev/null and b/public/objects/320-2.xj differ diff --git a/public/objects/320-3.xj b/public/objects/320-3.xj new file mode 100644 index 00000000..2cfdf5ed Binary files /dev/null and b/public/objects/320-3.xj differ diff --git a/public/objects/320-4.xj b/public/objects/320-4.xj new file mode 100644 index 00000000..e2bba10e Binary files /dev/null and b/public/objects/320-4.xj differ diff --git a/public/objects/320-a.xj b/public/objects/320-a.xj new file mode 100644 index 00000000..fa101b8f Binary files /dev/null and b/public/objects/320-a.xj differ diff --git a/public/objects/320-a.xvm b/public/objects/320-a.xvm new file mode 100644 index 00000000..ea929a66 Binary files /dev/null and b/public/objects/320-a.xvm differ diff --git a/public/objects/320-b.xj b/public/objects/320-b.xj new file mode 100644 index 00000000..a38a67a3 Binary files /dev/null and b/public/objects/320-b.xj differ diff --git a/public/objects/320-b.xvm b/public/objects/320-b.xvm new file mode 100644 index 00000000..7ed114c5 Binary files /dev/null and b/public/objects/320-b.xvm differ diff --git a/public/objects/320-c.xj b/public/objects/320-c.xj new file mode 100644 index 00000000..0c2e3877 Binary files /dev/null and b/public/objects/320-c.xj differ diff --git a/public/objects/320-c.xvm b/public/objects/320-c.xvm new file mode 100644 index 00000000..fd9f46f8 Binary files /dev/null and b/public/objects/320-c.xvm differ diff --git a/public/objects/320.xj b/public/objects/320.xj new file mode 100644 index 00000000..d0fd5d24 Binary files /dev/null and b/public/objects/320.xj differ diff --git a/public/objects/320.xvm b/public/objects/320.xvm new file mode 100644 index 00000000..7de8dea8 Binary files /dev/null and b/public/objects/320.xvm differ diff --git a/public/objects/321-2.xj b/public/objects/321-2.xj new file mode 100644 index 00000000..94fe2098 Binary files /dev/null and b/public/objects/321-2.xj differ diff --git a/public/objects/321-a.xj b/public/objects/321-a.xj new file mode 100644 index 00000000..94fe2098 Binary files /dev/null and b/public/objects/321-a.xj differ diff --git a/public/objects/321-a.xvm b/public/objects/321-a.xvm new file mode 100644 index 00000000..7387fa42 Binary files /dev/null and b/public/objects/321-a.xvm differ diff --git a/public/objects/321.xj b/public/objects/321.xj new file mode 100644 index 00000000..91dcd36c Binary files /dev/null and b/public/objects/321.xj differ diff --git a/public/objects/321.xvm b/public/objects/321.xvm new file mode 100644 index 00000000..4eda11eb Binary files /dev/null and b/public/objects/321.xvm differ diff --git a/public/objects/322-2.xj b/public/objects/322-2.xj new file mode 100644 index 00000000..219c78dc Binary files /dev/null and b/public/objects/322-2.xj differ diff --git a/public/objects/322-a.xj b/public/objects/322-a.xj new file mode 100644 index 00000000..219c78dc Binary files /dev/null and b/public/objects/322-a.xj differ diff --git a/public/objects/322-a.xvm b/public/objects/322-a.xvm new file mode 100644 index 00000000..9d18d04c Binary files /dev/null and b/public/objects/322-a.xvm differ diff --git a/public/objects/322.xj b/public/objects/322.xj new file mode 100644 index 00000000..b44c59f6 Binary files /dev/null and b/public/objects/322.xj differ diff --git a/public/objects/322.xvm b/public/objects/322.xvm new file mode 100644 index 00000000..900bdfe5 Binary files /dev/null and b/public/objects/322.xvm differ diff --git a/public/objects/323.xj b/public/objects/323.xj new file mode 100644 index 00000000..a97fbe40 Binary files /dev/null and b/public/objects/323.xj differ diff --git a/public/objects/323.xvm b/public/objects/323.xvm new file mode 100644 index 00000000..6b83a5d6 Binary files /dev/null and b/public/objects/323.xvm differ diff --git a/public/objects/324.xj b/public/objects/324.xj new file mode 100644 index 00000000..f391c593 Binary files /dev/null and b/public/objects/324.xj differ diff --git a/public/objects/324.xvm b/public/objects/324.xvm new file mode 100644 index 00000000..028b34e5 Binary files /dev/null and b/public/objects/324.xvm differ diff --git a/public/objects/325.xj b/public/objects/325.xj new file mode 100644 index 00000000..c7e2e023 Binary files /dev/null and b/public/objects/325.xj differ diff --git a/public/objects/325.xvm b/public/objects/325.xvm new file mode 100644 index 00000000..96e89204 Binary files /dev/null and b/public/objects/325.xvm differ diff --git a/public/objects/326.xj b/public/objects/326.xj new file mode 100644 index 00000000..49cce124 Binary files /dev/null and b/public/objects/326.xj differ diff --git a/public/objects/326.xvm b/public/objects/326.xvm new file mode 100644 index 00000000..446f720f Binary files /dev/null and b/public/objects/326.xvm differ diff --git a/public/objects/327.xj b/public/objects/327.xj new file mode 100644 index 00000000..a179d780 Binary files /dev/null and b/public/objects/327.xj differ diff --git a/public/objects/327.xvm b/public/objects/327.xvm new file mode 100644 index 00000000..3b0ef0c3 Binary files /dev/null and b/public/objects/327.xvm differ diff --git a/public/objects/328.xj b/public/objects/328.xj new file mode 100644 index 00000000..a179d780 Binary files /dev/null and b/public/objects/328.xj differ diff --git a/public/objects/328.xvm b/public/objects/328.xvm new file mode 100644 index 00000000..3b0ef0c3 Binary files /dev/null and b/public/objects/328.xvm differ diff --git a/public/objects/329.xj b/public/objects/329.xj new file mode 100644 index 00000000..a179d780 Binary files /dev/null and b/public/objects/329.xj differ diff --git a/public/objects/329.xvm b/public/objects/329.xvm new file mode 100644 index 00000000..3b0ef0c3 Binary files /dev/null and b/public/objects/329.xvm differ diff --git a/public/objects/330.xj b/public/objects/330.xj new file mode 100644 index 00000000..22e63aa6 Binary files /dev/null and b/public/objects/330.xj differ diff --git a/public/objects/330.xvm b/public/objects/330.xvm new file mode 100644 index 00000000..726d5b69 Binary files /dev/null and b/public/objects/330.xvm differ diff --git a/public/objects/331.xj b/public/objects/331.xj new file mode 100644 index 00000000..8bcb4bd5 Binary files /dev/null and b/public/objects/331.xj differ diff --git a/public/objects/331.xvm b/public/objects/331.xvm new file mode 100644 index 00000000..4bbb358a Binary files /dev/null and b/public/objects/331.xvm differ diff --git a/public/objects/332.xj b/public/objects/332.xj new file mode 100644 index 00000000..b55dd14b Binary files /dev/null and b/public/objects/332.xj differ diff --git a/public/objects/332.xvm b/public/objects/332.xvm new file mode 100644 index 00000000..f4f163c5 Binary files /dev/null and b/public/objects/332.xvm differ diff --git a/public/objects/333.xj b/public/objects/333.xj new file mode 100644 index 00000000..8f88b8d7 Binary files /dev/null and b/public/objects/333.xj differ diff --git a/public/objects/333.xvm b/public/objects/333.xvm new file mode 100644 index 00000000..6b650c5b Binary files /dev/null and b/public/objects/333.xvm differ diff --git a/public/objects/334.xj b/public/objects/334.xj new file mode 100644 index 00000000..6b7b3c98 Binary files /dev/null and b/public/objects/334.xj differ diff --git a/public/objects/334.xvm b/public/objects/334.xvm new file mode 100644 index 00000000..cef477ee Binary files /dev/null and b/public/objects/334.xvm differ diff --git a/public/objects/335.xj b/public/objects/335.xj new file mode 100644 index 00000000..89fe47e2 Binary files /dev/null and b/public/objects/335.xj differ diff --git a/public/objects/335.xvm b/public/objects/335.xvm new file mode 100644 index 00000000..cef477ee Binary files /dev/null and b/public/objects/335.xvm differ diff --git a/public/objects/336.xj b/public/objects/336.xj new file mode 100644 index 00000000..a022d47b Binary files /dev/null and b/public/objects/336.xj differ diff --git a/public/objects/336.xvm b/public/objects/336.xvm new file mode 100644 index 00000000..cef477ee Binary files /dev/null and b/public/objects/336.xvm differ diff --git a/public/objects/337.xj b/public/objects/337.xj new file mode 100644 index 00000000..19fc3acf Binary files /dev/null and b/public/objects/337.xj differ diff --git a/public/objects/337.xvm b/public/objects/337.xvm new file mode 100644 index 00000000..cef477ee Binary files /dev/null and b/public/objects/337.xvm differ diff --git a/public/objects/338.xj b/public/objects/338.xj new file mode 100644 index 00000000..a8df2569 Binary files /dev/null and b/public/objects/338.xj differ diff --git a/public/objects/338.xvm b/public/objects/338.xvm new file mode 100644 index 00000000..ad434255 Binary files /dev/null and b/public/objects/338.xvm differ diff --git a/public/objects/339-2.xj b/public/objects/339-2.xj new file mode 100644 index 00000000..df879e25 Binary files /dev/null and b/public/objects/339-2.xj differ diff --git a/public/objects/339-3.xj b/public/objects/339-3.xj new file mode 100644 index 00000000..9285cbc1 Binary files /dev/null and b/public/objects/339-3.xj differ diff --git a/public/objects/339-4.xj b/public/objects/339-4.xj new file mode 100644 index 00000000..0e9e691b Binary files /dev/null and b/public/objects/339-4.xj differ diff --git a/public/objects/339.xj b/public/objects/339.xj new file mode 100644 index 00000000..5689d6b3 Binary files /dev/null and b/public/objects/339.xj differ diff --git a/public/objects/339.xvm b/public/objects/339.xvm new file mode 100644 index 00000000..f701bdf9 Binary files /dev/null and b/public/objects/339.xvm differ diff --git a/public/objects/341-2.xj b/public/objects/341-2.xj new file mode 100644 index 00000000..6469b806 Binary files /dev/null and b/public/objects/341-2.xj differ diff --git a/public/objects/341-3.xj b/public/objects/341-3.xj new file mode 100644 index 00000000..69d47418 Binary files /dev/null and b/public/objects/341-3.xj differ diff --git a/public/objects/341.xj b/public/objects/341.xj new file mode 100644 index 00000000..76d54703 Binary files /dev/null and b/public/objects/341.xj differ diff --git a/public/objects/341.xvm b/public/objects/341.xvm new file mode 100644 index 00000000..0c780ca5 Binary files /dev/null and b/public/objects/341.xvm differ diff --git a/public/objects/342.xj b/public/objects/342.xj new file mode 100644 index 00000000..b57404b9 Binary files /dev/null and b/public/objects/342.xj differ diff --git a/public/objects/342.xvm b/public/objects/342.xvm new file mode 100644 index 00000000..a97906bf Binary files /dev/null and b/public/objects/342.xvm differ diff --git a/public/objects/345.xj b/public/objects/345.xj new file mode 100644 index 00000000..db85babb Binary files /dev/null and b/public/objects/345.xj differ diff --git a/public/objects/345.xvm b/public/objects/345.xvm new file mode 100644 index 00000000..15d6257b Binary files /dev/null and b/public/objects/345.xvm differ diff --git a/public/objects/346.xj b/public/objects/346.xj new file mode 100644 index 00000000..f545a3ac Binary files /dev/null and b/public/objects/346.xj differ diff --git a/public/objects/346.xvm b/public/objects/346.xvm new file mode 100644 index 00000000..396f2c9c Binary files /dev/null and b/public/objects/346.xvm differ diff --git a/public/objects/347.xj b/public/objects/347.xj new file mode 100644 index 00000000..0ce032a3 Binary files /dev/null and b/public/objects/347.xj differ diff --git a/public/objects/347.xvm b/public/objects/347.xvm new file mode 100644 index 00000000..15d6257b Binary files /dev/null and b/public/objects/347.xvm differ diff --git a/public/objects/348.xj b/public/objects/348.xj new file mode 100644 index 00000000..62545d2f Binary files /dev/null and b/public/objects/348.xj differ diff --git a/public/objects/348.xvm b/public/objects/348.xvm new file mode 100644 index 00000000..e6678875 Binary files /dev/null and b/public/objects/348.xvm differ diff --git a/public/objects/349.xj b/public/objects/349.xj new file mode 100644 index 00000000..169edf03 Binary files /dev/null and b/public/objects/349.xj differ diff --git a/public/objects/349.xvm b/public/objects/349.xvm new file mode 100644 index 00000000..35a58910 Binary files /dev/null and b/public/objects/349.xvm differ diff --git a/public/objects/350.xj b/public/objects/350.xj new file mode 100644 index 00000000..123f043f Binary files /dev/null and b/public/objects/350.xj differ diff --git a/public/objects/350.xvm b/public/objects/350.xvm new file mode 100644 index 00000000..2ac3aa4a Binary files /dev/null and b/public/objects/350.xvm differ diff --git a/public/objects/351.xj b/public/objects/351.xj new file mode 100644 index 00000000..654cc489 Binary files /dev/null and b/public/objects/351.xj differ diff --git a/public/objects/351.xvm b/public/objects/351.xvm new file mode 100644 index 00000000..2ac3aa4a Binary files /dev/null and b/public/objects/351.xvm differ diff --git a/public/objects/353-2.xj b/public/objects/353-2.xj new file mode 100644 index 00000000..159b47f5 Binary files /dev/null and b/public/objects/353-2.xj differ diff --git a/public/objects/353-3.xj b/public/objects/353-3.xj new file mode 100644 index 00000000..c813d3ab Binary files /dev/null and b/public/objects/353-3.xj differ diff --git a/public/objects/353.xj b/public/objects/353.xj new file mode 100644 index 00000000..7cfa4cf6 Binary files /dev/null and b/public/objects/353.xj differ diff --git a/public/objects/353.xvm b/public/objects/353.xvm new file mode 100644 index 00000000..1a409fcc Binary files /dev/null and b/public/objects/353.xvm differ diff --git a/public/objects/354-2.xj b/public/objects/354-2.xj new file mode 100644 index 00000000..14bec2c7 Binary files /dev/null and b/public/objects/354-2.xj differ diff --git a/public/objects/354-3.xj b/public/objects/354-3.xj new file mode 100644 index 00000000..c813d3ab Binary files /dev/null and b/public/objects/354-3.xj differ diff --git a/public/objects/354.xj b/public/objects/354.xj new file mode 100644 index 00000000..d88f44d4 Binary files /dev/null and b/public/objects/354.xj differ diff --git a/public/objects/354.xvm b/public/objects/354.xvm new file mode 100644 index 00000000..f023e4e5 Binary files /dev/null and b/public/objects/354.xvm differ diff --git a/public/objects/358.xj b/public/objects/358.xj new file mode 100644 index 00000000..169edf03 Binary files /dev/null and b/public/objects/358.xj differ diff --git a/public/objects/358.xvm b/public/objects/358.xvm new file mode 100644 index 00000000..35a58910 Binary files /dev/null and b/public/objects/358.xvm differ diff --git a/public/objects/359.xj b/public/objects/359.xj new file mode 100644 index 00000000..541aebe1 Binary files /dev/null and b/public/objects/359.xj differ diff --git a/public/objects/359.xvm b/public/objects/359.xvm new file mode 100644 index 00000000..79b7b16a Binary files /dev/null and b/public/objects/359.xvm differ diff --git a/public/objects/368.xj b/public/objects/368.xj new file mode 100644 index 00000000..ad8cd2ac Binary files /dev/null and b/public/objects/368.xj differ diff --git a/public/objects/368.xvm b/public/objects/368.xvm new file mode 100644 index 00000000..c3214d67 Binary files /dev/null and b/public/objects/368.xvm differ diff --git a/public/objects/369.xj b/public/objects/369.xj new file mode 100644 index 00000000..21d9d9c4 Binary files /dev/null and b/public/objects/369.xj differ diff --git a/public/objects/369.xvm b/public/objects/369.xvm new file mode 100644 index 00000000..1474e4e5 Binary files /dev/null and b/public/objects/369.xvm differ diff --git a/public/objects/370-0.xj b/public/objects/370-0.xj new file mode 100644 index 00000000..61442764 Binary files /dev/null and b/public/objects/370-0.xj differ diff --git a/public/objects/370-0.xvm b/public/objects/370-0.xvm new file mode 100644 index 00000000..a3c05434 Binary files /dev/null and b/public/objects/370-0.xvm differ diff --git a/public/objects/370-1.xj b/public/objects/370-1.xj new file mode 100644 index 00000000..2d0eedf3 Binary files /dev/null and b/public/objects/370-1.xj differ diff --git a/public/objects/370-1.xvm b/public/objects/370-1.xvm new file mode 100644 index 00000000..a3c05434 Binary files /dev/null and b/public/objects/370-1.xvm differ diff --git a/public/objects/370-2.xj b/public/objects/370-2.xj new file mode 100644 index 00000000..1d60f5b0 Binary files /dev/null and b/public/objects/370-2.xj differ diff --git a/public/objects/370-2.xvm b/public/objects/370-2.xvm new file mode 100644 index 00000000..a3c05434 Binary files /dev/null and b/public/objects/370-2.xvm differ diff --git a/public/objects/370-3.xj b/public/objects/370-3.xj new file mode 100644 index 00000000..82a806a0 Binary files /dev/null and b/public/objects/370-3.xj differ diff --git a/public/objects/370-3.xvm b/public/objects/370-3.xvm new file mode 100644 index 00000000..a3c05434 Binary files /dev/null and b/public/objects/370-3.xvm differ diff --git a/public/objects/385.xj b/public/objects/385.xj new file mode 100644 index 00000000..5a5dd92e Binary files /dev/null and b/public/objects/385.xj differ diff --git a/public/objects/385.xvm b/public/objects/385.xvm new file mode 100644 index 00000000..7cf8a012 Binary files /dev/null and b/public/objects/385.xvm differ diff --git a/public/objects/386.xj b/public/objects/386.xj new file mode 100644 index 00000000..c4b36f4a Binary files /dev/null and b/public/objects/386.xj differ diff --git a/public/objects/386.xvm b/public/objects/386.xvm new file mode 100644 index 00000000..b35f72df Binary files /dev/null and b/public/objects/386.xvm differ diff --git a/public/objects/390.xj b/public/objects/390.xj new file mode 100644 index 00000000..58a754fc Binary files /dev/null and b/public/objects/390.xj differ diff --git a/public/objects/390.xvm b/public/objects/390.xvm new file mode 100644 index 00000000..b35f72df Binary files /dev/null and b/public/objects/390.xvm differ diff --git a/public/objects/391.xj b/public/objects/391.xj new file mode 100644 index 00000000..af98853c Binary files /dev/null and b/public/objects/391.xj differ diff --git a/public/objects/391.xvm b/public/objects/391.xvm new file mode 100644 index 00000000..b35f72df Binary files /dev/null and b/public/objects/391.xvm differ diff --git a/public/objects/395.xj b/public/objects/395.xj new file mode 100644 index 00000000..2184356a Binary files /dev/null and b/public/objects/395.xj differ diff --git a/public/objects/395.xvm b/public/objects/395.xvm new file mode 100644 index 00000000..b35f72df Binary files /dev/null and b/public/objects/395.xvm differ diff --git a/public/objects/396.xj b/public/objects/396.xj new file mode 100644 index 00000000..c7c1d0df Binary files /dev/null and b/public/objects/396.xj differ diff --git a/public/objects/396.xvm b/public/objects/396.xvm new file mode 100644 index 00000000..64e6a196 Binary files /dev/null and b/public/objects/396.xvm differ diff --git a/public/objects/401.xj b/public/objects/401.xj new file mode 100644 index 00000000..11dee34f Binary files /dev/null and b/public/objects/401.xj differ diff --git a/public/objects/401.xvm b/public/objects/401.xvm new file mode 100644 index 00000000..502c09db Binary files /dev/null and b/public/objects/401.xvm differ diff --git a/public/objects/402.xj b/public/objects/402.xj new file mode 100644 index 00000000..5ccb1e84 Binary files /dev/null and b/public/objects/402.xj differ diff --git a/public/objects/402.xvm b/public/objects/402.xvm new file mode 100644 index 00000000..22d66c0e Binary files /dev/null and b/public/objects/402.xvm differ diff --git a/public/objects/403.xj b/public/objects/403.xj new file mode 100644 index 00000000..03411e0f Binary files /dev/null and b/public/objects/403.xj differ diff --git a/public/objects/403.xvm b/public/objects/403.xvm new file mode 100644 index 00000000..8001e158 Binary files /dev/null and b/public/objects/403.xvm differ diff --git a/public/objects/416.xj b/public/objects/416.xj new file mode 100644 index 00000000..518c685d Binary files /dev/null and b/public/objects/416.xj differ diff --git a/public/objects/416.xvm b/public/objects/416.xvm new file mode 100644 index 00000000..037fc407 Binary files /dev/null and b/public/objects/416.xvm differ diff --git a/public/objects/417.xj b/public/objects/417.xj new file mode 100644 index 00000000..2987eba1 Binary files /dev/null and b/public/objects/417.xj differ diff --git a/public/objects/417.xvm b/public/objects/417.xvm new file mode 100644 index 00000000..1e0b0d12 Binary files /dev/null and b/public/objects/417.xvm differ diff --git a/public/objects/418.xj b/public/objects/418.xj new file mode 100644 index 00000000..94fbe1fa Binary files /dev/null and b/public/objects/418.xj differ diff --git a/public/objects/418.xvm b/public/objects/418.xvm new file mode 100644 index 00000000..1e0b0d12 Binary files /dev/null and b/public/objects/418.xvm differ diff --git a/public/objects/419.xj b/public/objects/419.xj new file mode 100644 index 00000000..e642445e Binary files /dev/null and b/public/objects/419.xj differ diff --git a/public/objects/419.xvm b/public/objects/419.xvm new file mode 100644 index 00000000..1e0b0d12 Binary files /dev/null and b/public/objects/419.xvm differ diff --git a/public/objects/420.xj b/public/objects/420.xj new file mode 100644 index 00000000..7af70ac4 Binary files /dev/null and b/public/objects/420.xj differ diff --git a/public/objects/420.xvm b/public/objects/420.xvm new file mode 100644 index 00000000..ecd11e5b Binary files /dev/null and b/public/objects/420.xvm differ diff --git a/public/objects/421.xj b/public/objects/421.xj new file mode 100644 index 00000000..0bac7e9b Binary files /dev/null and b/public/objects/421.xj differ diff --git a/public/objects/421.xvm b/public/objects/421.xvm new file mode 100644 index 00000000..ecd11e5b Binary files /dev/null and b/public/objects/421.xvm differ diff --git a/public/objects/422.xj b/public/objects/422.xj new file mode 100644 index 00000000..5fd8df9e Binary files /dev/null and b/public/objects/422.xj differ diff --git a/public/objects/422.xvm b/public/objects/422.xvm new file mode 100644 index 00000000..b86ee2da Binary files /dev/null and b/public/objects/422.xvm differ diff --git a/public/objects/423.xj b/public/objects/423.xj new file mode 100644 index 00000000..2987eba1 Binary files /dev/null and b/public/objects/423.xj differ diff --git a/public/objects/423.xvm b/public/objects/423.xvm new file mode 100644 index 00000000..1e0b0d12 Binary files /dev/null and b/public/objects/423.xvm differ diff --git a/public/objects/425.xj b/public/objects/425.xj new file mode 100644 index 00000000..ca476849 Binary files /dev/null and b/public/objects/425.xj differ diff --git a/public/objects/425.xvm b/public/objects/425.xvm new file mode 100644 index 00000000..ea82b503 Binary files /dev/null and b/public/objects/425.xvm differ diff --git a/public/objects/426.xj b/public/objects/426.xj new file mode 100644 index 00000000..513dae37 Binary files /dev/null and b/public/objects/426.xj differ diff --git a/public/objects/426.xvm b/public/objects/426.xvm new file mode 100644 index 00000000..ad1b740c Binary files /dev/null and b/public/objects/426.xvm differ diff --git a/public/objects/427.xj b/public/objects/427.xj new file mode 100644 index 00000000..b11149ff Binary files /dev/null and b/public/objects/427.xj differ diff --git a/public/objects/427.xvm b/public/objects/427.xvm new file mode 100644 index 00000000..f05252e3 Binary files /dev/null and b/public/objects/427.xvm differ diff --git a/public/objects/448.xj b/public/objects/448.xj new file mode 100644 index 00000000..fa11f9ae Binary files /dev/null and b/public/objects/448.xj differ diff --git a/public/objects/448.xvm b/public/objects/448.xvm new file mode 100644 index 00000000..a6741ac1 Binary files /dev/null and b/public/objects/448.xvm differ diff --git a/public/objects/512-2.xj b/public/objects/512-2.xj new file mode 100644 index 00000000..3deb2d3c Binary files /dev/null and b/public/objects/512-2.xj differ diff --git a/public/objects/512-3.xj b/public/objects/512-3.xj new file mode 100644 index 00000000..255d6d27 Binary files /dev/null and b/public/objects/512-3.xj differ diff --git a/public/objects/512-4.xj b/public/objects/512-4.xj new file mode 100644 index 00000000..93591ddc Binary files /dev/null and b/public/objects/512-4.xj differ diff --git a/public/objects/512.xj b/public/objects/512.xj new file mode 100644 index 00000000..f0f7dc4c Binary files /dev/null and b/public/objects/512.xj differ diff --git a/public/objects/512.xvm b/public/objects/512.xvm new file mode 100644 index 00000000..303f739f Binary files /dev/null and b/public/objects/512.xvm differ diff --git a/public/objects/513-2.xj b/public/objects/513-2.xj new file mode 100644 index 00000000..536c8f14 Binary files /dev/null and b/public/objects/513-2.xj differ diff --git a/public/objects/513.xj b/public/objects/513.xj new file mode 100644 index 00000000..71e8d2a4 Binary files /dev/null and b/public/objects/513.xj differ diff --git a/public/objects/513.xvm b/public/objects/513.xvm new file mode 100644 index 00000000..050cce34 Binary files /dev/null and b/public/objects/513.xvm differ diff --git a/public/objects/514-2.xj b/public/objects/514-2.xj new file mode 100644 index 00000000..fccffcd9 Binary files /dev/null and b/public/objects/514-2.xj differ diff --git a/public/objects/514.xj b/public/objects/514.xj new file mode 100644 index 00000000..a91ceb01 Binary files /dev/null and b/public/objects/514.xj differ diff --git a/public/objects/514.xvm b/public/objects/514.xvm new file mode 100644 index 00000000..8bd68dad Binary files /dev/null and b/public/objects/514.xvm differ diff --git a/public/objects/515-2.xj b/public/objects/515-2.xj new file mode 100644 index 00000000..1ad3b165 Binary files /dev/null and b/public/objects/515-2.xj differ diff --git a/public/objects/515-3.xj b/public/objects/515-3.xj new file mode 100644 index 00000000..a66c937a Binary files /dev/null and b/public/objects/515-3.xj differ diff --git a/public/objects/515-4.xj b/public/objects/515-4.xj new file mode 100644 index 00000000..3894b149 Binary files /dev/null and b/public/objects/515-4.xj differ diff --git a/public/objects/515.xj b/public/objects/515.xj new file mode 100644 index 00000000..312fea1f Binary files /dev/null and b/public/objects/515.xj differ diff --git a/public/objects/515.xvm b/public/objects/515.xvm new file mode 100644 index 00000000..54c7cfa5 Binary files /dev/null and b/public/objects/515.xvm differ diff --git a/public/objects/516-2.xj b/public/objects/516-2.xj new file mode 100644 index 00000000..9afa0a51 Binary files /dev/null and b/public/objects/516-2.xj differ diff --git a/public/objects/516-3.xj b/public/objects/516-3.xj new file mode 100644 index 00000000..fc2bc775 Binary files /dev/null and b/public/objects/516-3.xj differ diff --git a/public/objects/516-4.xj b/public/objects/516-4.xj new file mode 100644 index 00000000..238fde28 Binary files /dev/null and b/public/objects/516-4.xj differ diff --git a/public/objects/516.xj b/public/objects/516.xj new file mode 100644 index 00000000..238fde28 Binary files /dev/null and b/public/objects/516.xj differ diff --git a/public/objects/516.xvm b/public/objects/516.xvm new file mode 100644 index 00000000..08ec86a5 Binary files /dev/null and b/public/objects/516.xvm differ diff --git a/public/objects/517-2.xj b/public/objects/517-2.xj new file mode 100644 index 00000000..89a18cbb Binary files /dev/null and b/public/objects/517-2.xj differ diff --git a/public/objects/517.xj b/public/objects/517.xj new file mode 100644 index 00000000..a35a81fa Binary files /dev/null and b/public/objects/517.xj differ diff --git a/public/objects/517.xvm b/public/objects/517.xvm new file mode 100644 index 00000000..4249969e Binary files /dev/null and b/public/objects/517.xvm differ diff --git a/public/objects/518.xj b/public/objects/518.xj new file mode 100644 index 00000000..d3eb5009 Binary files /dev/null and b/public/objects/518.xj differ diff --git a/public/objects/518.xvm b/public/objects/518.xvm new file mode 100644 index 00000000..2ca3d730 Binary files /dev/null and b/public/objects/518.xvm differ diff --git a/public/objects/519.xj b/public/objects/519.xj new file mode 100644 index 00000000..cd86f99f Binary files /dev/null and b/public/objects/519.xj differ diff --git a/public/objects/519.xvm b/public/objects/519.xvm new file mode 100644 index 00000000..2ca3d730 Binary files /dev/null and b/public/objects/519.xvm differ diff --git a/public/objects/520.xj b/public/objects/520.xj new file mode 100644 index 00000000..d2f7204e Binary files /dev/null and b/public/objects/520.xj differ diff --git a/public/objects/520.xvm b/public/objects/520.xvm new file mode 100644 index 00000000..2ca3d730 Binary files /dev/null and b/public/objects/520.xvm differ diff --git a/public/objects/521.xj b/public/objects/521.xj new file mode 100644 index 00000000..e1eb2382 Binary files /dev/null and b/public/objects/521.xj differ diff --git a/public/objects/521.xvm b/public/objects/521.xvm new file mode 100644 index 00000000..cc31c53c Binary files /dev/null and b/public/objects/521.xvm differ diff --git a/public/objects/527-0.xj b/public/objects/527-0.xj new file mode 100644 index 00000000..881c60c4 Binary files /dev/null and b/public/objects/527-0.xj differ diff --git a/public/objects/527-0.xvm b/public/objects/527-0.xvm new file mode 100644 index 00000000..5ca70786 Binary files /dev/null and b/public/objects/527-0.xvm differ diff --git a/public/objects/527-1.xj b/public/objects/527-1.xj new file mode 100644 index 00000000..a4754da2 Binary files /dev/null and b/public/objects/527-1.xj differ diff --git a/public/objects/527-1.xvm b/public/objects/527-1.xvm new file mode 100644 index 00000000..5ca70786 Binary files /dev/null and b/public/objects/527-1.xvm differ diff --git a/public/objects/527.xj b/public/objects/527.xj new file mode 100644 index 00000000..a4754da2 Binary files /dev/null and b/public/objects/527.xj differ diff --git a/public/objects/527.xvm b/public/objects/527.xvm new file mode 100644 index 00000000..5ca70786 Binary files /dev/null and b/public/objects/527.xvm differ diff --git a/public/objects/528-0.xj b/public/objects/528-0.xj new file mode 100644 index 00000000..b1eebff5 Binary files /dev/null and b/public/objects/528-0.xj differ diff --git a/public/objects/528-0.xvm b/public/objects/528-0.xvm new file mode 100644 index 00000000..cec5a2db Binary files /dev/null and b/public/objects/528-0.xvm differ diff --git a/public/objects/528-1.xj b/public/objects/528-1.xj new file mode 100644 index 00000000..4880400d Binary files /dev/null and b/public/objects/528-1.xj differ diff --git a/public/objects/528-1.xvm b/public/objects/528-1.xvm new file mode 100644 index 00000000..cec5a2db Binary files /dev/null and b/public/objects/528-1.xvm differ diff --git a/public/objects/528-2.xj b/public/objects/528-2.xj new file mode 100644 index 00000000..b1eebff5 Binary files /dev/null and b/public/objects/528-2.xj differ diff --git a/public/objects/528.xj b/public/objects/528.xj new file mode 100644 index 00000000..afe55c62 Binary files /dev/null and b/public/objects/528.xj differ diff --git a/public/objects/528.xvm b/public/objects/528.xvm new file mode 100644 index 00000000..cec5a2db Binary files /dev/null and b/public/objects/528.xvm differ diff --git a/public/objects/544.xj b/public/objects/544.xj new file mode 100644 index 00000000..9bea661b Binary files /dev/null and b/public/objects/544.xj differ diff --git a/public/objects/544.xvm b/public/objects/544.xvm new file mode 100644 index 00000000..63f59555 Binary files /dev/null and b/public/objects/544.xvm differ diff --git a/public/objects/545.xj b/public/objects/545.xj new file mode 100644 index 00000000..294008b1 Binary files /dev/null and b/public/objects/545.xj differ diff --git a/public/objects/545.xvm b/public/objects/545.xvm new file mode 100644 index 00000000..23139d74 Binary files /dev/null and b/public/objects/545.xvm differ diff --git a/public/objects/546.xj b/public/objects/546.xj new file mode 100644 index 00000000..794557d9 Binary files /dev/null and b/public/objects/546.xj differ diff --git a/public/objects/546.xvm b/public/objects/546.xvm new file mode 100644 index 00000000..34d8a029 Binary files /dev/null and b/public/objects/546.xvm differ diff --git a/public/objects/547-0.xj b/public/objects/547-0.xj new file mode 100644 index 00000000..8dfb7560 Binary files /dev/null and b/public/objects/547-0.xj differ diff --git a/public/objects/547-0.xvm b/public/objects/547-0.xvm new file mode 100644 index 00000000..283eafa9 Binary files /dev/null and b/public/objects/547-0.xvm differ diff --git a/public/objects/547-1.xj b/public/objects/547-1.xj new file mode 100644 index 00000000..290d5c5c Binary files /dev/null and b/public/objects/547-1.xj differ diff --git a/public/objects/547-1.xvm b/public/objects/547-1.xvm new file mode 100644 index 00000000..283eafa9 Binary files /dev/null and b/public/objects/547-1.xvm differ diff --git a/public/objects/547.xj b/public/objects/547.xj new file mode 100644 index 00000000..290d5c5c Binary files /dev/null and b/public/objects/547.xj differ diff --git a/public/objects/547.xvm b/public/objects/547.xvm new file mode 100644 index 00000000..283eafa9 Binary files /dev/null and b/public/objects/547.xvm differ diff --git a/public/objects/548.xj b/public/objects/548.xj new file mode 100644 index 00000000..bf382dfc Binary files /dev/null and b/public/objects/548.xj differ diff --git a/public/objects/548.xvm b/public/objects/548.xvm new file mode 100644 index 00000000..283eafa9 Binary files /dev/null and b/public/objects/548.xvm differ diff --git a/public/objects/549.xj b/public/objects/549.xj new file mode 100644 index 00000000..34e6e380 Binary files /dev/null and b/public/objects/549.xj differ diff --git a/public/objects/549.xvm b/public/objects/549.xvm new file mode 100644 index 00000000..3bac91f4 Binary files /dev/null and b/public/objects/549.xvm differ diff --git a/public/objects/550.xj b/public/objects/550.xj new file mode 100644 index 00000000..70554cd1 Binary files /dev/null and b/public/objects/550.xj differ diff --git a/public/objects/550.xvm b/public/objects/550.xvm new file mode 100644 index 00000000..698bc9b9 Binary files /dev/null and b/public/objects/550.xvm differ diff --git a/public/objects/551.nj b/public/objects/551.nj new file mode 100644 index 00000000..8e84f829 Binary files /dev/null and b/public/objects/551.nj differ diff --git a/public/objects/551.xvm b/public/objects/551.xvm new file mode 100644 index 00000000..3afd2cb5 Binary files /dev/null and b/public/objects/551.xvm differ diff --git a/public/objects/552-2.xj b/public/objects/552-2.xj new file mode 100644 index 00000000..8dd17c38 Binary files /dev/null and b/public/objects/552-2.xj differ diff --git a/public/objects/552-3.xj b/public/objects/552-3.xj new file mode 100644 index 00000000..f1990436 Binary files /dev/null and b/public/objects/552-3.xj differ diff --git a/public/objects/552.xj b/public/objects/552.xj new file mode 100644 index 00000000..369ff6e3 Binary files /dev/null and b/public/objects/552.xj differ diff --git a/public/objects/552.xvm b/public/objects/552.xvm new file mode 100644 index 00000000..c22668ba Binary files /dev/null and b/public/objects/552.xvm differ diff --git a/public/objects/553.xj b/public/objects/553.xj new file mode 100644 index 00000000..7c89971c Binary files /dev/null and b/public/objects/553.xj differ diff --git a/public/objects/553.xvm b/public/objects/553.xvm new file mode 100644 index 00000000..b6d58595 Binary files /dev/null and b/public/objects/553.xvm differ diff --git a/public/objects/67-2.xj b/public/objects/67-2.xj new file mode 100644 index 00000000..a1e4f9a4 Binary files /dev/null and b/public/objects/67-2.xj differ diff --git a/public/objects/67.xj b/public/objects/67.xj new file mode 100644 index 00000000..0b03d3e8 Binary files /dev/null and b/public/objects/67.xj differ diff --git a/public/objects/67.xvm b/public/objects/67.xvm new file mode 100644 index 00000000..fe6a825a Binary files /dev/null and b/public/objects/67.xvm differ diff --git a/public/objects/68.xj b/public/objects/68.xj new file mode 100644 index 00000000..5a5dd92e Binary files /dev/null and b/public/objects/68.xj differ diff --git a/public/objects/68.xvm b/public/objects/68.xvm new file mode 100644 index 00000000..7cf8a012 Binary files /dev/null and b/public/objects/68.xvm differ diff --git a/public/objects/688.xj b/public/objects/688.xj new file mode 100644 index 00000000..2dc717b9 Binary files /dev/null and b/public/objects/688.xj differ diff --git a/public/objects/688.xvm b/public/objects/688.xvm new file mode 100644 index 00000000..53c95fac Binary files /dev/null and b/public/objects/688.xvm differ diff --git a/public/objects/689.xj b/public/objects/689.xj new file mode 100644 index 00000000..d9ee4d56 Binary files /dev/null and b/public/objects/689.xj differ diff --git a/public/objects/689.xvm b/public/objects/689.xvm new file mode 100644 index 00000000..7a822c63 Binary files /dev/null and b/public/objects/689.xvm differ diff --git a/public/objects/69-0.xj b/public/objects/69-0.xj new file mode 100644 index 00000000..6bf7b622 Binary files /dev/null and b/public/objects/69-0.xj differ diff --git a/public/objects/69-0.xvm b/public/objects/69-0.xvm new file mode 100644 index 00000000..fe6a825a Binary files /dev/null and b/public/objects/69-0.xvm differ diff --git a/public/objects/69-1.xj b/public/objects/69-1.xj new file mode 100644 index 00000000..5a5dd92e Binary files /dev/null and b/public/objects/69-1.xj differ diff --git a/public/objects/69-1.xvm b/public/objects/69-1.xvm new file mode 100644 index 00000000..7cf8a012 Binary files /dev/null and b/public/objects/69-1.xvm differ diff --git a/public/objects/69-2.xj b/public/objects/69-2.xj new file mode 100644 index 00000000..60fd9236 Binary files /dev/null and b/public/objects/69-2.xj differ diff --git a/public/objects/69-a.xj b/public/objects/69-a.xj new file mode 100644 index 00000000..60fd9236 Binary files /dev/null and b/public/objects/69-a.xj differ diff --git a/public/objects/69.xj b/public/objects/69.xj new file mode 100644 index 00000000..c97b352d Binary files /dev/null and b/public/objects/69.xj differ diff --git a/public/objects/69.xvm b/public/objects/69.xvm new file mode 100644 index 00000000..fe6a825a Binary files /dev/null and b/public/objects/69.xvm differ diff --git a/public/objects/690.xj b/public/objects/690.xj new file mode 100644 index 00000000..f411ebd4 Binary files /dev/null and b/public/objects/690.xj differ diff --git a/public/objects/690.xvm b/public/objects/690.xvm new file mode 100644 index 00000000..44418267 Binary files /dev/null and b/public/objects/690.xvm differ diff --git a/public/objects/691.xj b/public/objects/691.xj new file mode 100644 index 00000000..3b344149 Binary files /dev/null and b/public/objects/691.xj differ diff --git a/public/objects/691.xvm b/public/objects/691.xvm new file mode 100644 index 00000000..8b3de36c Binary files /dev/null and b/public/objects/691.xvm differ diff --git a/public/objects/692.xj b/public/objects/692.xj new file mode 100644 index 00000000..06f00dbd Binary files /dev/null and b/public/objects/692.xj differ diff --git a/public/objects/692.xvm b/public/objects/692.xvm new file mode 100644 index 00000000..5cffcf63 Binary files /dev/null and b/public/objects/692.xvm differ diff --git a/public/objects/693.xj b/public/objects/693.xj new file mode 100644 index 00000000..13cbf960 Binary files /dev/null and b/public/objects/693.xj differ diff --git a/public/objects/693.xvm b/public/objects/693.xvm new file mode 100644 index 00000000..837fbe64 Binary files /dev/null and b/public/objects/693.xvm differ diff --git a/public/objects/694.xj b/public/objects/694.xj new file mode 100644 index 00000000..b4453e95 Binary files /dev/null and b/public/objects/694.xj differ diff --git a/public/objects/694.xvm b/public/objects/694.xvm new file mode 100644 index 00000000..66bf77fb Binary files /dev/null and b/public/objects/694.xvm differ diff --git a/public/objects/696.xj b/public/objects/696.xj new file mode 100644 index 00000000..7c89971c Binary files /dev/null and b/public/objects/696.xj differ diff --git a/public/objects/696.xvm b/public/objects/696.xvm new file mode 100644 index 00000000..b6d58595 Binary files /dev/null and b/public/objects/696.xvm differ diff --git a/public/objects/699.xj b/public/objects/699.xj new file mode 100644 index 00000000..80a3936b Binary files /dev/null and b/public/objects/699.xj differ diff --git a/public/objects/699.xvm b/public/objects/699.xvm new file mode 100644 index 00000000..0a6fdce6 Binary files /dev/null and b/public/objects/699.xvm differ diff --git a/public/objects/70.xj b/public/objects/70.xj new file mode 100644 index 00000000..ae1acb0a Binary files /dev/null and b/public/objects/70.xj differ diff --git a/public/objects/70.xvm b/public/objects/70.xvm new file mode 100644 index 00000000..fe6a825a Binary files /dev/null and b/public/objects/70.xvm differ diff --git a/public/objects/701-2.xj b/public/objects/701-2.xj new file mode 100644 index 00000000..ce49b3dd Binary files /dev/null and b/public/objects/701-2.xj differ diff --git a/public/objects/701.xj b/public/objects/701.xj new file mode 100644 index 00000000..dee022c6 Binary files /dev/null and b/public/objects/701.xj differ diff --git a/public/objects/701.xvm b/public/objects/701.xvm new file mode 100644 index 00000000..1bc1cc2b Binary files /dev/null and b/public/objects/701.xvm differ diff --git a/public/objects/71.xj b/public/objects/71.xj new file mode 100644 index 00000000..a32db895 Binary files /dev/null and b/public/objects/71.xj differ diff --git a/public/objects/71.xvm b/public/objects/71.xvm new file mode 100644 index 00000000..fe6a825a Binary files /dev/null and b/public/objects/71.xvm differ diff --git a/public/objects/72-2.xj b/public/objects/72-2.xj new file mode 100644 index 00000000..fa835213 Binary files /dev/null and b/public/objects/72-2.xj differ diff --git a/public/objects/72.xj b/public/objects/72.xj new file mode 100644 index 00000000..de60b1f4 Binary files /dev/null and b/public/objects/72.xj differ diff --git a/public/objects/72.xvm b/public/objects/72.xvm new file mode 100644 index 00000000..fe6a825a Binary files /dev/null and b/public/objects/72.xvm differ diff --git a/public/objects/73.xj b/public/objects/73.xj new file mode 100644 index 00000000..e992273c Binary files /dev/null and b/public/objects/73.xj differ diff --git a/public/objects/73.xvm b/public/objects/73.xvm new file mode 100644 index 00000000..fe6a825a Binary files /dev/null and b/public/objects/73.xvm differ diff --git a/public/objects/74.xj b/public/objects/74.xj new file mode 100644 index 00000000..886141b0 Binary files /dev/null and b/public/objects/74.xj differ diff --git a/public/objects/74.xvm b/public/objects/74.xvm new file mode 100644 index 00000000..fe6a825a Binary files /dev/null and b/public/objects/74.xvm differ diff --git a/public/objects/75-2.nj b/public/objects/75-2.nj new file mode 100644 index 00000000..785b0df6 Binary files /dev/null and b/public/objects/75-2.nj differ diff --git a/public/objects/75.nj b/public/objects/75.nj new file mode 100644 index 00000000..3ea64c84 Binary files /dev/null and b/public/objects/75.nj differ diff --git a/public/objects/75.xvm b/public/objects/75.xvm new file mode 100644 index 00000000..93263254 Binary files /dev/null and b/public/objects/75.xvm differ diff --git a/public/objects/76-2.xj b/public/objects/76-2.xj new file mode 100644 index 00000000..4220e77f Binary files /dev/null and b/public/objects/76-2.xj differ diff --git a/public/objects/76-3.xj b/public/objects/76-3.xj new file mode 100644 index 00000000..3dabd775 Binary files /dev/null and b/public/objects/76-3.xj differ diff --git a/public/objects/76.xj b/public/objects/76.xj new file mode 100644 index 00000000..f1cdc076 Binary files /dev/null and b/public/objects/76.xj differ diff --git a/public/objects/76.xvm b/public/objects/76.xvm new file mode 100644 index 00000000..f7475b6d Binary files /dev/null and b/public/objects/76.xvm differ diff --git a/public/objects/769-0.nj b/public/objects/769-0.nj new file mode 100644 index 00000000..95141326 Binary files /dev/null and b/public/objects/769-0.nj differ diff --git a/public/objects/769-0.xvm b/public/objects/769-0.xvm new file mode 100644 index 00000000..3edb4e36 Binary files /dev/null and b/public/objects/769-0.xvm differ diff --git a/public/objects/769-1.nj b/public/objects/769-1.nj new file mode 100644 index 00000000..032ec4ff Binary files /dev/null and b/public/objects/769-1.nj differ diff --git a/public/objects/769-1.xvm b/public/objects/769-1.xvm new file mode 100644 index 00000000..f2e2d718 Binary files /dev/null and b/public/objects/769-1.xvm differ diff --git a/public/objects/769-2.nj b/public/objects/769-2.nj new file mode 100644 index 00000000..8acd4b8f Binary files /dev/null and b/public/objects/769-2.nj differ diff --git a/public/objects/769-2.xvm b/public/objects/769-2.xvm new file mode 100644 index 00000000..f2e2d718 Binary files /dev/null and b/public/objects/769-2.xvm differ diff --git a/public/objects/769.nj b/public/objects/769.nj new file mode 100644 index 00000000..032ec4ff Binary files /dev/null and b/public/objects/769.nj differ diff --git a/public/objects/769.xvm b/public/objects/769.xvm new file mode 100644 index 00000000..f2e2d718 Binary files /dev/null and b/public/objects/769.xvm differ diff --git a/public/objects/77-2.nj b/public/objects/77-2.nj new file mode 100644 index 00000000..e6f262fb Binary files /dev/null and b/public/objects/77-2.nj differ diff --git a/public/objects/77-3.nj b/public/objects/77-3.nj new file mode 100644 index 00000000..b3a29886 Binary files /dev/null and b/public/objects/77-3.nj differ diff --git a/public/objects/77-4.nj b/public/objects/77-4.nj new file mode 100644 index 00000000..6cf99bac Binary files /dev/null and b/public/objects/77-4.nj differ diff --git a/public/objects/77.nj b/public/objects/77.nj new file mode 100644 index 00000000..bee6effd Binary files /dev/null and b/public/objects/77.nj differ diff --git a/public/objects/77.xvm b/public/objects/77.xvm new file mode 100644 index 00000000..19c27ba7 Binary files /dev/null and b/public/objects/77.xvm differ diff --git a/public/objects/770-0.nj b/public/objects/770-0.nj new file mode 100644 index 00000000..3a7bcf2e Binary files /dev/null and b/public/objects/770-0.nj differ diff --git a/public/objects/770-0.xvm b/public/objects/770-0.xvm new file mode 100644 index 00000000..5f3a80b8 Binary files /dev/null and b/public/objects/770-0.xvm differ diff --git a/public/objects/770-1.nj b/public/objects/770-1.nj new file mode 100644 index 00000000..782cf6a2 Binary files /dev/null and b/public/objects/770-1.nj differ diff --git a/public/objects/770-1.xvm b/public/objects/770-1.xvm new file mode 100644 index 00000000..9a0768be Binary files /dev/null and b/public/objects/770-1.xvm differ diff --git a/public/objects/770-2.nj b/public/objects/770-2.nj new file mode 100644 index 00000000..619632f6 Binary files /dev/null and b/public/objects/770-2.nj differ diff --git a/public/objects/770-2.xvm b/public/objects/770-2.xvm new file mode 100644 index 00000000..9a0768be Binary files /dev/null and b/public/objects/770-2.xvm differ diff --git a/public/objects/78.nj b/public/objects/78.nj new file mode 100644 index 00000000..3e91a504 Binary files /dev/null and b/public/objects/78.nj differ diff --git a/public/objects/78.xvm b/public/objects/78.xvm new file mode 100644 index 00000000..19c27ba7 Binary files /dev/null and b/public/objects/78.xvm differ diff --git a/public/objects/79.xj b/public/objects/79.xj new file mode 100644 index 00000000..61219548 Binary files /dev/null and b/public/objects/79.xj differ diff --git a/public/objects/79.xvm b/public/objects/79.xvm new file mode 100644 index 00000000..9f43170b Binary files /dev/null and b/public/objects/79.xvm differ diff --git a/public/objects/80-2.nj b/public/objects/80-2.nj new file mode 100644 index 00000000..75a16741 Binary files /dev/null and b/public/objects/80-2.nj differ diff --git a/public/objects/80.nj b/public/objects/80.nj new file mode 100644 index 00000000..979e586c Binary files /dev/null and b/public/objects/80.nj differ diff --git a/public/objects/80.xvm b/public/objects/80.xvm new file mode 100644 index 00000000..0233aa2a Binary files /dev/null and b/public/objects/80.xvm differ diff --git a/public/objects/81-0.nj b/public/objects/81-0.nj new file mode 100644 index 00000000..5c07ec9f Binary files /dev/null and b/public/objects/81-0.nj differ diff --git a/public/objects/81-0.xvm b/public/objects/81-0.xvm new file mode 100644 index 00000000..2079da03 Binary files /dev/null and b/public/objects/81-0.xvm differ diff --git a/public/objects/81-1.nj b/public/objects/81-1.nj new file mode 100644 index 00000000..92f16393 Binary files /dev/null and b/public/objects/81-1.nj differ diff --git a/public/objects/81-1.xvm b/public/objects/81-1.xvm new file mode 100644 index 00000000..2079da03 Binary files /dev/null and b/public/objects/81-1.xvm differ diff --git a/public/objects/81-2.nj b/public/objects/81-2.nj new file mode 100644 index 00000000..e1ccb479 Binary files /dev/null and b/public/objects/81-2.nj differ diff --git a/public/objects/81-2.xvm b/public/objects/81-2.xvm new file mode 100644 index 00000000..2079da03 Binary files /dev/null and b/public/objects/81-2.xvm differ diff --git a/public/objects/81-3.nj b/public/objects/81-3.nj new file mode 100644 index 00000000..cf4c473a Binary files /dev/null and b/public/objects/81-3.nj differ diff --git a/public/objects/81-3.xvm b/public/objects/81-3.xvm new file mode 100644 index 00000000..2079da03 Binary files /dev/null and b/public/objects/81-3.xvm differ diff --git a/public/objects/81.nj b/public/objects/81.nj new file mode 100644 index 00000000..92f16393 Binary files /dev/null and b/public/objects/81.nj differ diff --git a/public/objects/81.xvm b/public/objects/81.xvm new file mode 100644 index 00000000..2079da03 Binary files /dev/null and b/public/objects/81.xvm differ diff --git a/public/objects/82-2.nj b/public/objects/82-2.nj new file mode 100644 index 00000000..b7a9b282 Binary files /dev/null and b/public/objects/82-2.nj differ diff --git a/public/objects/82.nj b/public/objects/82.nj new file mode 100644 index 00000000..f40fa6b9 Binary files /dev/null and b/public/objects/82.nj differ diff --git a/public/objects/82.xvm b/public/objects/82.xvm new file mode 100644 index 00000000..bacd294f Binary files /dev/null and b/public/objects/82.xvm differ diff --git a/public/objects/84.xj b/public/objects/84.xj new file mode 100644 index 00000000..5389f2a3 Binary files /dev/null and b/public/objects/84.xj differ diff --git a/public/objects/84.xvm b/public/objects/84.xvm new file mode 100644 index 00000000..fe6a825a Binary files /dev/null and b/public/objects/84.xvm differ diff --git a/public/objects/86.xj b/public/objects/86.xj new file mode 100644 index 00000000..870eb6e5 Binary files /dev/null and b/public/objects/86.xj differ diff --git a/public/objects/86.xvm b/public/objects/86.xvm new file mode 100644 index 00000000..dcc18f9e Binary files /dev/null and b/public/objects/86.xvm differ diff --git a/public/objects/896.nj b/public/objects/896.nj new file mode 100644 index 00000000..2b544dee Binary files /dev/null and b/public/objects/896.nj differ diff --git a/public/objects/896.xvm b/public/objects/896.xvm new file mode 100644 index 00000000..ca84ac67 Binary files /dev/null and b/public/objects/896.xvm differ diff --git a/public/objects/902-0.nj b/public/objects/902-0.nj new file mode 100644 index 00000000..040e5bb7 Binary files /dev/null and b/public/objects/902-0.nj differ diff --git a/public/objects/902-0.xvm b/public/objects/902-0.xvm new file mode 100644 index 00000000..a79d3ed3 Binary files /dev/null and b/public/objects/902-0.xvm differ diff --git a/public/objects/902-1.nj b/public/objects/902-1.nj new file mode 100644 index 00000000..48e7dc2f Binary files /dev/null and b/public/objects/902-1.nj differ diff --git a/public/objects/902-1.xvm b/public/objects/902-1.xvm new file mode 100644 index 00000000..a79d3ed3 Binary files /dev/null and b/public/objects/902-1.xvm differ diff --git a/public/objects/902-2.nj b/public/objects/902-2.nj new file mode 100644 index 00000000..39ab836b Binary files /dev/null and b/public/objects/902-2.nj differ diff --git a/public/objects/902-2.xvm b/public/objects/902-2.xvm new file mode 100644 index 00000000..a79d3ed3 Binary files /dev/null and b/public/objects/902-2.xvm differ diff --git a/public/objects/902.nj b/public/objects/902.nj new file mode 100644 index 00000000..040e5bb7 Binary files /dev/null and b/public/objects/902.nj differ diff --git a/public/objects/902.xvm b/public/objects/902.xvm new file mode 100644 index 00000000..a79d3ed3 Binary files /dev/null and b/public/objects/902.xvm differ diff --git a/public/objects/907.nj b/public/objects/907.nj new file mode 100644 index 00000000..56981450 Binary files /dev/null and b/public/objects/907.nj differ diff --git a/public/objects/907.xvm b/public/objects/907.xvm new file mode 100644 index 00000000..ccc35d50 Binary files /dev/null and b/public/objects/907.xvm differ diff --git a/public/objects/909.nj b/public/objects/909.nj new file mode 100644 index 00000000..fc9f047e Binary files /dev/null and b/public/objects/909.nj differ diff --git a/public/objects/909.xvm b/public/objects/909.xvm new file mode 100644 index 00000000..4a4912ed Binary files /dev/null and b/public/objects/909.xvm differ diff --git a/public/objects/911-0.nj b/public/objects/911-0.nj new file mode 100644 index 00000000..a95f4fcc Binary files /dev/null and b/public/objects/911-0.nj differ diff --git a/public/objects/911-0.xvm b/public/objects/911-0.xvm new file mode 100644 index 00000000..752c8364 Binary files /dev/null and b/public/objects/911-0.xvm differ diff --git a/public/objects/911-1.nj b/public/objects/911-1.nj new file mode 100644 index 00000000..a1849fab Binary files /dev/null and b/public/objects/911-1.nj differ diff --git a/public/objects/911-1.xvm b/public/objects/911-1.xvm new file mode 100644 index 00000000..752c8364 Binary files /dev/null and b/public/objects/911-1.xvm differ diff --git a/public/objects/911.nj b/public/objects/911.nj new file mode 100644 index 00000000..a1849fab Binary files /dev/null and b/public/objects/911.nj differ diff --git a/public/objects/911.xvm b/public/objects/911.xvm new file mode 100644 index 00000000..752c8364 Binary files /dev/null and b/public/objects/911.xvm differ diff --git a/public/resources/icons/icons-16.eot b/public/resources/icons/icons-16.eot new file mode 100644 index 00000000..56262414 Binary files /dev/null and b/public/resources/icons/icons-16.eot differ diff --git a/public/resources/icons/icons-16.ttf b/public/resources/icons/icons-16.ttf new file mode 100644 index 00000000..108f2231 Binary files /dev/null and b/public/resources/icons/icons-16.ttf differ diff --git a/public/resources/icons/icons-16.woff b/public/resources/icons/icons-16.woff new file mode 100644 index 00000000..794ae74b Binary files /dev/null and b/public/resources/icons/icons-16.woff differ diff --git a/public/resources/icons/icons-20.eot b/public/resources/icons/icons-20.eot new file mode 100644 index 00000000..5b625c53 Binary files /dev/null and b/public/resources/icons/icons-20.eot differ diff --git a/public/resources/icons/icons-20.ttf b/public/resources/icons/icons-20.ttf new file mode 100644 index 00000000..75dcffc0 Binary files /dev/null and b/public/resources/icons/icons-20.ttf differ diff --git a/public/resources/icons/icons-20.woff b/public/resources/icons/icons-20.woff new file mode 100644 index 00000000..b3f4747b Binary files /dev/null and b/public/resources/icons/icons-20.woff differ diff --git a/public/resources/icons/icons.json b/public/resources/icons/icons.json new file mode 100644 index 00000000..87182ae1 --- /dev/null +++ b/public/resources/icons/icons.json @@ -0,0 +1,2711 @@ +[ + { + "name": "Blank", + "className": "pt-icon-blank", + "tags": "empty, placeholder", + "group": "miscellaneous", + "content": "\\e900" + }, + { + "name": "Style", + "className": "pt-icon-style", + "tags": "visual style, editor", + "group": "editor", + "content": "\\e601" + }, + { + "name": "Align: left", + "className": "pt-icon-align-left", + "tags": "text flow, alignment, justification, range, flush left", + "group": "editor", + "content": "\\e602" + }, + { + "name": "Align: center", + "className": "pt-icon-align-center", + "tags": "text flow, alignment, justification, range, centered", + "group": "editor", + "content": "\\e603" + }, + { + "name": "Align: right", + "className": "pt-icon-align-right", + "tags": "text flow, alignment, justification, range, flush right", + "group": "editor", + "content": "\\e604" + }, + { + "name": "Align: justify", + "className": "pt-icon-align-justify", + "tags": "text flow, alignment, justification, range, justified", + "group": "editor", + "content": "\\e605" + }, + { + "name": "Bold", + "className": "pt-icon-bold", + "tags": "typography, text, font style, weight, bold", + "group": "editor", + "content": "\\e606" + }, + { + "name": "Italic", + "className": "pt-icon-italic", + "tags": "typography, text, font style, italic, cursive", + "group": "editor", + "content": "\\e607" + }, + { + "name": "Underline", + "className": "pt-icon-underline", + "tags": "typography, text, font style, underline, underscore", + "group": "editor", + "content": "\\2381" + }, + { + "name": "Search around", + "className": "pt-icon-search-around", + "tags": "search, exploration, information, area, graph", + "group": "action", + "content": "\\e608" + }, + { + "name": "Remove from graph", + "className": "pt-icon-graph-remove", + "tags": "circle, remove, delete, clear, graph", + "group": "action", + "content": "\\e609" + }, + { + "name": "Group objects", + "className": "pt-icon-group-objects", + "tags": "group, alignment, organization, arrangement, classification, objects", + "group": "action", + "content": "\\e60a" + }, + { + "name": "Merge into links", + "className": "pt-icon-merge-links", + "tags": "merge, combine, consolidate, jointment, links", + "group": "action", + "content": "\\e60b" + }, + { + "name": "Layout", + "className": "pt-icon-layout", + "tags": "layout, presentation, arrangement, graph", + "group": "data", + "content": "\\e60c" + }, + { + "name": "Layout: auto", + "className": "pt-icon-layout-auto", + "tags": "layout, presentation, arrangement, auto, graph, grid", + "group": "data", + "content": "\\e60d" + }, + { + "name": "Layout: circle", + "className": "pt-icon-layout-circle", + "tags": "layout, presentation, arrangement, circle, graph, grid", + "group": "data", + "content": "\\e60e" + }, + { + "name": "Layout: hierarchy", + "className": "pt-icon-layout-hierarchy", + "tags": "layout, presentation, arrangement, hierarchy, order, graph, grid", + "group": "data", + "content": "\\e60f" + }, + { + "name": "Layout: grid", + "className": "pt-icon-layout-grid", + "tags": "layout, presentation, arrangement, grid, graph, grid", + "group": "data", + "content": "\\e610" + }, + { + "name": "Layout: group by", + "className": "pt-icon-layout-group-by", + "tags": "layout, presentation, arrangement, group by, graph, grid", + "group": "data", + "content": "\\e611" + }, + { + "name": "Layout: skew grid", + "className": "pt-icon-layout-skew-grid", + "tags": "layout, presentation, arrangement, skew, graph, grid", + "group": "data", + "content": "\\e612" + }, + { + "name": "Geosearch", + "className": "pt-icon-geosearch", + "tags": "search, exploration, topography, geography, location, area, magnifying glass, globe", + "group": "action", + "content": "\\e613" + }, + { + "name": "Heatmap", + "className": "pt-icon-heatmap", + "tags": "hierarchy, matrix, heat map", + "group": "data", + "content": "\\e614" + }, + { + "name": "Drive time", + "className": "pt-icon-drive-time", + "tags": "car, automobile, vehicle, van, drive, ride, distance, navigation, directions", + "group": "interface", + "content": "\\e615" + }, + { + "name": "Select", + "className": "pt-icon-select", + "tags": "selection, arrow, cursor, area, range", + "group": "action", + "content": "\\e616" + }, + { + "name": "Predictive analysis", + "className": "pt-icon-predictive-analysis", + "tags": "analysis, investigation, search, study, test, brain", + "group": "action", + "content": "\\e617" + }, + { + "name": "Layers", + "className": "pt-icon-layers", + "tags": "layers, levels, stack, cards", + "group": "interface", + "content": "\\e618" + }, + { + "name": "Locate", + "className": "pt-icon-locate", + "tags": "target, location, destination, mark, map, area", + "group": "action", + "content": "\\e619" + }, + { + "name": "Bookmark", + "className": "pt-icon-bookmark", + "tags": "bookmark, marker, holder, section, identifier, favorites", + "group": "action", + "content": "\\e61a" + }, + { + "name": "Citation", + "className": "pt-icon-citation", + "tags": "quotation, citation, marks, excerpt", + "group": "editor", + "content": "\\e61b" + }, + { + "name": "Tag", + "className": "pt-icon-tag", + "tags": "tag, label, badge, identification", + "group": "action", + "content": "\\e61c" + }, + { + "name": "Clipboard", + "className": "pt-icon-clipboard", + "tags": "clipboard, notepad, notebook, copy, paste, transfer, storage", + "group": "action", + "content": "\\e61d" + }, + { + "name": "Selection", + "className": "pt-icon-selection", + "tags": "selection, collection, circle, ring", + "group": "action", + "content": "\\29bf" + }, + { + "name": "Events", + "className": "pt-icon-timeline-events", + "tags": "calendar, timeframe, agenda, diary, day, week, month", + "group": "interface", + "content": "\\e61e" + }, + { + "name": "Line chart", + "className": "pt-icon-timeline-line-chart", + "tags": "graph, line, chart", + "group": "data", + "content": "\\e61f" + }, + { + "name": "Bar chart", + "className": "pt-icon-timeline-bar-chart", + "tags": "graph, bar, chart", + "group": "data", + "content": "\\e620" + }, + { + "name": "Applications", + "className": "pt-icon-applications", + "tags": "application, browser, windows, platforms", + "group": "interface", + "content": "\\e621" + }, + { + "name": "Projects", + "className": "pt-icon-projects", + "tags": "drawer, sections", + "group": "interface", + "content": "\\e622" + }, + { + "name": "Changes", + "className": "pt-icon-changes", + "tags": "arrows, direction, switch", + "group": "action", + "content": "\\e623" + }, + { + "name": "Notifications", + "className": "pt-icon-notifications", + "tags": "notifications, bell, alarm, notice, warning", + "group": "interface", + "content": "\\e624" + }, + { + "name": "Lock", + "className": "pt-icon-lock", + "tags": "lock, engage, connect, join, close", + "group": "action", + "content": "\\e625" + }, + { + "name": "Unlock", + "className": "pt-icon-unlock", + "tags": "unlock, disengage, disconnect, separate, open", + "group": "action", + "content": "\\e626" + }, + { + "name": "User", + "className": "pt-icon-user", + "tags": "person, human, male, female, character, customer, individual", + "group": "interface", + "content": "\\e627" + }, + { + "name": "Search template", + "className": "pt-icon-search-template", + "tags": "search, text, magnifying glass", + "group": "action", + "content": "\\e628" + }, + { + "name": "Inbox", + "className": "pt-icon-inbox", + "tags": "folder, mail, file, message", + "group": "file", + "content": "\\e629" + }, + { + "name": "More", + "className": "pt-icon-more", + "tags": "dots, three, extra, new, options", + "group": "interface", + "content": "\\e62a" + }, + { + "name": "Help", + "className": "pt-icon-help", + "tags": "question mark, aid, advice, circle", + "group": "action", + "content": "\\003F" + }, + { + "name": "Calendar", + "className": "pt-icon-calendar", + "tags": "calendar, timeframe, agenda, diary, day, week, month", + "group": "interface", + "content": "\\e62b" + }, + { + "name": "Media", + "className": "pt-icon-media", + "tags": "audio, video, media, picture, image, drawing, illustration", + "group": "media", + "content": "\\e62c" + }, + { + "name": "Link", + "className": "pt-icon-link", + "tags": "link, connection, network", + "group": "interface", + "content": "\\e62d" + }, + { + "name": "Share", + "className": "pt-icon-share", + "tags": "share, square, arrow", + "group": "action", + "content": "\\e62e" + }, + { + "name": "Download", + "className": "pt-icon-download", + "tags": "circle, arrow, down, downloading", + "group": "action", + "content": "\\e62f" + }, + { + "name": "Document", + "className": "pt-icon-document", + "tags": "document, paper, page, file", + "group": "file", + "content": "\\e630" + }, + { + "name": "Properties", + "className": "pt-icon-properties", + "tags": "lines, dots, three, list", + "group": "interface", + "content": "\\e631" + }, + { + "name": "Import", + "className": "pt-icon-import", + "tags": "arrow, down, importing,", + "group": "action", + "content": "\\e632" + }, + { + "name": "Export", + "className": "pt-icon-export", + "tags": "arrow, up, exporting", + "group": "action", + "content": "\\e633" + }, + { + "name": "Minimize", + "className": "pt-icon-minimize", + "tags": "arrows, decrease, smaller", + "group": "action", + "content": "\\e634" + }, + { + "name": "Maximize", + "className": "pt-icon-maximize", + "tags": "arrows, increase, bigger", + "group": "action", + "content": "\\e635" + }, + { + "name": "Tick", + "className": "pt-icon-tick", + "tags": "tick mark, sign, ok, approved, success", + "group": "action", + "content": "\\2713" + }, + { + "name": "Cross", + "className": "pt-icon-cross", + "tags": "cross mark, fail, delete, no, close, remove", + "group": "action", + "content": "\\2717" + }, + { + "name": "Plus", + "className": "pt-icon-plus", + "tags": "sign, add, maximize, zoom in", + "group": "action", + "content": "\\002b" + }, + { + "name": "Minus", + "className": "pt-icon-minus", + "tags": "sign, remove, minimize, zoom out", + "group": "action", + "content": "\\2212" + }, + { + "name": "Arrow: left", + "className": "pt-icon-arrow-left", + "tags": "arrow, direction, left", + "group": "interface", + "content": "\\2190" + }, + { + "name": "Arrow: right", + "className": "pt-icon-arrow-right", + "tags": "arrow, direction, right", + "group": "interface", + "content": "\\2192" + }, + { + "name": "Exchange", + "className": "pt-icon-exchange", + "tags": "arrows, direction, exchange, network, swap, transfer, transaction", + "group": "action", + "content": "\\e636" + }, + { + "name": "Comparison", + "className": "pt-icon-comparison", + "tags": "comparison, analogy, layout, contrast", + "group": "action", + "content": "\\e637" + }, + { + "name": "List", + "className": "pt-icon-list", + "tags": "agenda, four lines, table", + "group": "table", + "content": "\\2630" + }, + { + "name": "Filter", + "className": "pt-icon-filter", + "tags": "filtering, funnel, tube, pipe", + "group": "action", + "content": "\\e638" + }, + { + "name": "Confirm", + "className": "pt-icon-confirm", + "tags": "circle, tick, confirmation, acceptance, approval, authorization", + "group": "action", + "content": "\\e639" + }, + { + "name": "Fork", + "className": "pt-icon-fork", + "tags": "divide, split, break, arrows, direction", + "group": "action", + "content": "\\e63a" + }, + { + "name": "Trash", + "className": "pt-icon-trash", + "tags": "bin, rubbish, junk, remove, delete", + "group": "action", + "content": "\\e63b" + }, + { + "name": "Person", + "className": "pt-icon-person", + "tags": "person, human, male, female, character, customer, individual", + "group": "interface", + "content": "\\e63c" + }, + { + "name": "People", + "className": "pt-icon-people", + "tags": "people, humans, males, females, characters, customers, individuals", + "group": "interface", + "content": "\\e63d" + }, + { + "name": "Add", + "className": "pt-icon-add", + "tags": "circle, plus, symbol, join", + "group": "action", + "content": "\\e63e" + }, + { + "name": "Remove", + "className": "pt-icon-remove", + "tags": "circle, minus, symbol, remove", + "group": "action", + "content": "\\e63f" + }, + { + "name": "Geolocation", + "className": "pt-icon-geolocation", + "tags": "geography, location, position, map, direction", + "group": "interface", + "content": "\\e640" + }, + { + "name": "Zoom in", + "className": "pt-icon-zoom-in", + "tags": "search, magnifying glass, plus", + "group": "action", + "content": "\\e641" + }, + { + "name": "Zoom out", + "className": "pt-icon-zoom-out", + "tags": "search, magnifying glass, minus", + "group": "action", + "content": "\\e642" + }, + { + "name": "Refresh", + "className": "pt-icon-refresh", + "tags": "circle, arrows, rotation", + "group": "action", + "content": "\\e643" + }, + { + "name": "Delete", + "className": "pt-icon-delete", + "tags": "circle, remove, cross", + "group": "action", + "content": "\\e644" + }, + { + "name": "Cog", + "className": "pt-icon-cog", + "tags": "settings, circle,", + "group": "interface", + "content": "\\e645" + }, + { + "name": "Flag", + "className": "pt-icon-flag", + "tags": "map, position, country, nationality", + "group": "interface", + "content": "\\2691" + }, + { + "name": "Pin", + "className": "pt-icon-pin", + "tags": "map, position, safety pin, attach", + "group": "action", + "content": "\\e646" + }, + { + "name": "Warning", + "className": "pt-icon-warning-sign", + "tags": "notification, warning, triangle, exclamation mark, sign", + "group": "interface", + "content": "\\e647" + }, + { + "name": "Error", + "className": "pt-icon-error", + "tags": "notification, failure, circle, exclamation mark, sign", + "group": "interface", + "content": "\\e648" + }, + { + "name": "Info", + "className": "pt-icon-info-sign", + "tags": "notification, information, circle, message, sign", + "group": "interface", + "content": "\\2139" + }, + { + "name": "Credit card", + "className": "pt-icon-credit-card", + "tags": "payment, bank, transaction", + "group": "action", + "content": "\\e649" + }, + { + "name": "Edit", + "className": "pt-icon-edit", + "tags": "annotate, pen, modify", + "group": "action", + "content": "\\270E" + }, + { + "name": "History", + "className": "pt-icon-history", + "tags": "past, reverse, circle, arrow", + "group": "action", + "content": "\\e64a" + }, + { + "name": "Search", + "className": "pt-icon-search", + "tags": "inspection, exploration, magnifying glass", + "group": "action", + "content": "\\e64b" + }, + { + "name": "Logout", + "className": "pt-icon-log-out", + "tags": "arrow, leave", + "group": "action", + "content": "\\e64c" + }, + { + "name": "Star: filled", + "className": "pt-icon-star", + "tags": "shape, pin, mark, pro", + "group": "interface", + "content": "\\2605" + }, + { + "name": "Star: empty", + "className": "pt-icon-star-empty", + "tags": "shape, unpin, mark", + "group": "interface", + "content": "\\2606" + }, + { + "name": "Sort: alphabetical", + "className": "pt-icon-sort-alphabetical", + "tags": "ascending, array, arrange", + "group": "action", + "content": "\\e64d" + }, + { + "name": "Sort: numerical", + "className": "pt-icon-sort-numerical", + "tags": "ascending, array, arrange", + "group": "action", + "content": "\\e64e" + }, + { + "name": "Sort", + "className": "pt-icon-sort", + "tags": "ascending, array, arrange", + "group": "action", + "content": "\\e64f" + }, + { + "name": "Folder: opened", + "className": "pt-icon-folder-open", + "tags": "file, portfolio, case", + "group": "file", + "content": "\\e651" + }, + { + "name": "Folder: closed", + "className": "pt-icon-folder-close", + "tags": "file, portfolio, case", + "group": "file", + "content": "\\e652" + }, + { + "name": "Folder: shared", + "className": "pt-icon-folder-shared", + "tags": "file, portfolio, case", + "group": "file", + "content": "\\e653" + }, + { + "name": "Caret: up", + "className": "pt-icon-caret-up", + "tags": "direction, order, up", + "group": "interface", + "content": "\\2303" + }, + { + "name": "Caret: right", + "className": "pt-icon-caret-right", + "tags": "direction, order, right", + "group": "interface", + "content": "\\232A" + }, + { + "name": "Caret: down", + "className": "pt-icon-caret-down", + "tags": "direction, order, down", + "group": "interface", + "content": "\\2304" + }, + { + "name": "Caret: left", + "className": "pt-icon-caret-left", + "tags": "direction, order, left", + "group": "interface", + "content": "\\2329" + }, + { + "name": "Menu: opened", + "className": "pt-icon-menu-open", + "tags": "show, navigation", + "group": "interface", + "content": "\\e654" + }, + { + "name": "Menu: closed", + "className": "pt-icon-menu-closed", + "tags": "hide, navigation", + "group": "interface", + "content": "\\e655" + }, + { + "name": "Feed", + "className": "pt-icon-feed", + "tags": "rss, feed", + "group": "interface", + "content": "\\e656" + }, + { + "name": "Two columns", + "className": "pt-icon-two-columns", + "tags": "layout, columns, switch, change, two", + "group": "action", + "content": "\\e657" + }, + { + "name": "One column", + "className": "pt-icon-one-column", + "tags": "layout, columns, switch, change, one", + "group": "action", + "content": "\\e658" + }, + { + "name": "Dot", + "className": "pt-icon-dot", + "tags": "point, circle, small", + "group": "miscellaneous", + "content": "\\2022" + }, + { + "name": "Property", + "className": "pt-icon-property", + "tags": "list, order", + "group": "interface", + "content": "\\e65a" + }, + { + "name": "Time", + "className": "pt-icon-time", + "tags": "clock, day, hours, minutes, seconds", + "group": "interface", + "content": "\\23F2" + }, + { + "name": "Disable", + "className": "pt-icon-disable", + "tags": "off, circle, remove", + "group": "action", + "content": "\\e600" + }, + { + "name": "Unpin", + "className": "pt-icon-unpin", + "tags": "map, position, safety pin, detach", + "group": "action", + "content": "\\e650" + }, + { + "name": "Flows", + "className": "pt-icon-flows", + "tags": "arrows, direction, links", + "group": "data", + "content": "\\e659" + }, + { + "name": "New text box", + "className": "pt-icon-new-text-box", + "tags": "text box, edit, new, create", + "group": "action", + "content": "\\e65b" + }, + { + "name": "New link", + "className": "pt-icon-new-link", + "tags": "create, add, plus, links", + "group": "action", + "content": "\\e65c" + }, + { + "name": "New object", + "className": "pt-icon-new-object", + "tags": "create, add, plus, objects, circle", + "group": "action", + "content": "\\e65d" + }, + { + "name": "Path search", + "className": "pt-icon-path-search", + "tags": "map, magnifying glass, position, location", + "group": "action", + "content": "\\e65e" + }, + { + "name": "Automatic updates", + "className": "pt-icon-automatic-updates", + "tags": "circle, arrows, tick, amends, updates", + "group": "action", + "content": "\\e65f" + }, + { + "name": "Page layout", + "className": "pt-icon-page-layout", + "tags": "browser, table, design, columns", + "group": "table", + "content": "\\e660" + }, + { + "name": "Code", + "className": "pt-icon-code", + "tags": "code, markup, language, tag", + "group": "action", + "content": "\\e661" + }, + { + "name": "Map", + "className": "pt-icon-map", + "tags": "map, location, position, geography, world", + "group": "interface", + "content": "\\e662" + }, + { + "name": "Search text", + "className": "pt-icon-search-text", + "tags": "magnifying glass, exploration", + "group": "action", + "content": "\\e663" + }, + { + "name": "Envelope", + "className": "pt-icon-envelope", + "tags": "post, mail, send, email", + "group": "interface", + "content": "\\2709" + }, + { + "name": "Paperclip", + "className": "pt-icon-paperclip", + "tags": "attachments, add", + "group": "action", + "content": "\\e664" + }, + { + "name": "Label", + "className": "pt-icon-label", + "tags": "text, tag, ticket", + "group": "interface", + "content": "\\e665" + }, + { + "name": "Globe", + "className": "pt-icon-globe", + "tags": "planet, earth, map, location, geography, world", + "group": "miscellaneous", + "content": "\\e666" + }, + { + "name": "Home", + "className": "pt-icon-home", + "tags": "house, building, destination", + "group": "miscellaneous", + "content": "\\2302" + }, + { + "name": "Table", + "className": "pt-icon-th", + "tags": "index, rows, columns, agenda, list, spreadsheet", + "group": "table", + "content": "\\e667" + }, + { + "name": "Table: list", + "className": "pt-icon-th-list", + "tags": "index, rows, list, order, series", + "group": "table", + "content": "\\e668" + }, + { + "name": "Table: derived", + "className": "pt-icon-th-derived", + "tags": "get, obtain, take, acquire, index, rows, columns, list", + "group": "table", + "content": "\\e669" + }, + { + "name": "Radial", + "className": "pt-icon-circle", + "tags": "circle, empty, area, radius, selection", + "group": "action", + "content": "\\e66a" + }, + { + "name": "Draw", + "className": "pt-icon-draw", + "tags": "selection, area, highlight, sketch", + "group": "action", + "content": "\\e66b" + }, + { + "name": "Insert", + "className": "pt-icon-insert", + "tags": "square, plus, add, embed, include, inject", + "group": "action", + "content": "\\e66c" + }, + { + "name": "Helper management", + "className": "pt-icon-helper-management", + "tags": "square, widget", + "group": "interface", + "content": "\\e66d" + }, + { + "name": "Send to", + "className": "pt-icon-send-to", + "tags": "circle, export, arrow", + "group": "action", + "content": "\\e66e" + }, + { + "name": "Eye", + "className": "pt-icon-eye-open", + "tags": "show, visible, clear, view, vision", + "group": "interface", + "content": "\\e66f" + }, + { + "name": "Folder: shared open", + "className": "pt-icon-folder-shared-open", + "tags": "file, portfolio, case", + "group": "file", + "content": "\\e670" + }, + { + "name": "Social media", + "className": "pt-icon-social-media", + "tags": "circle, rotate, share", + "group": "action", + "content": "\\e671" + }, + { + "name": "Arrow: up", + "className": "pt-icon-arrow-up", + "tags": "direction, north", + "group": "interface", + "content": "\\2191 " + }, + { + "name": "Arrow: down", + "className": "pt-icon-arrow-down", + "tags": "direction, south", + "group": "interface", + "content": "\\2193 " + }, + { + "name": "Arrows: horizontal", + "className": "pt-icon-arrows-horizontal", + "tags": "direction, level", + "group": "interface", + "content": "\\2194 " + }, + { + "name": "Arrows: vertical", + "className": "pt-icon-arrows-vertical", + "tags": "direction, level", + "group": "interface", + "content": "\\2195 " + }, + { + "name": "Resolve", + "className": "pt-icon-resolve", + "tags": "circles, divide, split", + "group": "action", + "content": "\\e672" + }, + { + "name": "Graph", + "className": "pt-icon-graph", + "tags": "graph, diagram", + "group": "data", + "content": "\\e673" + }, + { + "name": "Briefcase", + "className": "pt-icon-briefcase", + "tags": "suitcase, business, case, baggage,", + "group": "miscellaneous", + "content": "\\e674" + }, + { + "name": "Dollar", + "className": "pt-icon-dollar", + "tags": "currency, money", + "group": "miscellaneous", + "content": "\\0024" + }, + { + "name": "Ninja", + "className": "pt-icon-ninja", + "tags": "star, fighter, symbol", + "group": "miscellaneous", + "content": "\\e675" + }, + { + "name": "Delta", + "className": "pt-icon-delta", + "tags": "alt j, symbol", + "group": "miscellaneous", + "content": "\\0394" + }, + { + "name": "Barcode", + "className": "pt-icon-barcode", + "tags": "product, scan,", + "group": "miscellaneous", + "content": "\\e676" + }, + { + "name": "Torch", + "className": "pt-icon-torch", + "tags": "light, flashlight, tool", + "group": "miscellaneous", + "content": "\\e677" + }, + { + "name": "Widget", + "className": "pt-icon-widget", + "tags": "square, corners", + "group": "interface", + "content": "\\e678" + }, + { + "name": "Unresolve", + "className": "pt-icon-unresolve", + "tags": "split, divide, disconnect, separate", + "group": "action", + "content": "\\e679" + }, + { + "name": "Offline", + "className": "pt-icon-offline", + "tags": "circle, lightning, disconnected, down", + "group": "interface", + "content": "\\e67a" + }, + { + "name": "Zoom to fit", + "className": "pt-icon-zoom-to-fit", + "tags": "fit, scale, resize, adjust", + "group": "action", + "content": "\\e67b" + }, + { + "name": "Add to artifact", + "className": "pt-icon-add-to-artifact", + "tags": "list, plus", + "group": "action", + "content": "\\e67c" + }, + { + "name": "Map marker", + "className": "pt-icon-map-marker", + "tags": "pin, map, location, position, geography, world", + "group": "interface", + "content": "\\e67d" + }, + { + "name": "Chart", + "className": "pt-icon-chart", + "tags": "arrow, increase, up, line, bar, graph", + "group": "data", + "content": "\\e67e" + }, + { + "name": "Control", + "className": "pt-icon-control", + "tags": "squares, layout", + "group": "interface", + "content": "\\e67f" + }, + { + "name": "Multi select", + "className": "pt-icon-multi-select", + "tags": "layers, selection", + "group": "interface", + "content": "\\e680" + }, + { + "name": "Direction: left", + "className": "pt-icon-direction-left", + "tags": "pointer, west", + "group": "interface", + "content": "\\e681" + }, + { + "name": "Direction: right", + "className": "pt-icon-direction-right", + "tags": "pointer, east", + "group": "interface", + "content": "\\e682" + }, + { + "name": "Database", + "className": "pt-icon-database", + "tags": "stack, storage", + "group": "data", + "content": "\\e683" + }, + { + "name": "Pie chart", + "className": "pt-icon-pie-chart", + "tags": "circle, part, section", + "group": "data", + "content": "\\e684" + }, + { + "name": "Full circle", + "className": "pt-icon-full-circle", + "tags": "dot, point", + "group": "miscellaneous", + "content": "\\e685" + }, + { + "name": "Square", + "className": "pt-icon-square", + "tags": "empty, outline", + "group": "miscellaneous", + "content": "\\e686" + }, + { + "name": "Print", + "className": "pt-icon-print", + "tags": "printer, paper", + "group": "action", + "content": "\\2399" + }, + { + "name": "Presentation", + "className": "pt-icon-presentation", + "tags": "display, presentation", + "group": "interface", + "content": "\\e687" + }, + { + "name": "Ungroup objects", + "className": "pt-icon-ungroup-objects", + "tags": "split, divide, disconnect, separate", + "group": "action", + "content": "\\e688" + }, + { + "name": "Chat", + "className": "pt-icon-chat", + "tags": "speech, conversation, communication, talk", + "group": "action", + "content": "\\e689" + }, + { + "name": "Comment", + "className": "pt-icon-comment", + "tags": "statement, discussion, opinion, view", + "group": "action", + "content": "\\e68a" + }, + { + "name": "Circle arrow: right", + "className": "pt-icon-circle-arrow-right", + "tags": "direction, east", + "group": "interface", + "content": "\\e68b" + }, + { + "name": "Circle arrow: left", + "className": "pt-icon-circle-arrow-left", + "tags": "direction, west", + "group": "interface", + "content": "\\e68c" + }, + { + "name": "Circle arrow: up", + "className": "pt-icon-circle-arrow-up", + "tags": "direction, north", + "group": "interface", + "content": "\\e68d" + }, + { + "name": "Circle arrow: down", + "className": "pt-icon-circle-arrow-down", + "tags": "direction, south", + "group": "interface", + "content": "\\e68e" + }, + { + "name": "Upload", + "className": "pt-icon-upload", + "tags": "arrow, circle, up, transfer", + "group": "action", + "content": "\\e68f" + }, + { + "name": "Asterisk", + "className": "pt-icon-asterisk", + "tags": "note, symbol, starred, marked", + "group": "miscellaneous", + "content": "\\002a" + }, + { + "name": "Cloud", + "className": "pt-icon-cloud", + "tags": "file, storage, weather", + "group": "file", + "content": "\\2601" + }, + { + "name": "Cloud: download", + "className": "pt-icon-cloud-download", + "tags": "file, storage, transfer", + "group": "file", + "content": "\\e690" + }, + { + "name": "Cloud: upload", + "className": "pt-icon-cloud-upload", + "tags": "file, storage, transfer", + "group": "file", + "content": "\\e691" + }, + { + "name": "Repeat", + "className": "pt-icon-repeat", + "tags": "circle, arrow", + "group": "action", + "content": "\\e692" + }, + { + "name": "Move", + "className": "pt-icon-move", + "tags": "arrows, directions, position, location", + "group": "action", + "content": "\\e693" + }, + { + "name": "Chevron: left", + "className": "pt-icon-chevron-left", + "tags": "arrow, direction", + "group": "interface", + "content": "\\e694" + }, + { + "name": "Chevron: right", + "className": "pt-icon-chevron-right", + "tags": "arrow, direction", + "group": "interface", + "content": "\\e695" + }, + { + "name": "Chevron: up", + "className": "pt-icon-chevron-up", + "tags": "arrow, direction", + "group": "interface", + "content": "\\e696" + }, + { + "name": "Chevron: down", + "className": "pt-icon-chevron-down", + "tags": "arrow, direction", + "group": "interface", + "content": "\\e697" + }, + { + "name": "Random", + "className": "pt-icon-random", + "tags": "arrows, aim", + "group": "interface", + "content": "\\e698" + }, + { + "name": "Fullscreen", + "className": "pt-icon-fullscreen", + "tags": "size, arrows, increase, proportion, width, height", + "group": "media", + "content": "\\e699" + }, + { + "name": "Login", + "className": "pt-icon-log-in", + "tags": "arrow, sign in", + "group": "action", + "content": "\\e69a" + }, + { + "name": "Heart", + "className": "pt-icon-heart", + "tags": "love, like, organ, human, feelings", + "group": "miscellaneous", + "content": "\\2665" + }, + { + "name": "Office", + "className": "pt-icon-office", + "tags": "building, business, location, street", + "group": "miscellaneous", + "content": "\\e69b" + }, + { + "name": "Duplicate", + "className": "pt-icon-duplicate", + "tags": "copy, square, two", + "group": "action", + "content": "\\e69c" + }, + { + "name": "Ban circle", + "className": "pt-icon-ban-circle", + "tags": "circle, refusal", + "group": "action", + "content": "\\e69d" + }, + { + "name": "Camera", + "className": "pt-icon-camera", + "tags": "photograph, picture, video", + "group": "media", + "content": "\\e69e" + }, + { + "name": "Mobile video", + "className": "pt-icon-mobile-video", + "tags": "film, broadcast, television", + "group": "media", + "content": "\\e69f" + }, + { + "name": "Video", + "className": "pt-icon-video", + "tags": "film, broadcast, television", + "group": "media", + "content": "\\e6a0" + }, + { + "name": "Film", + "className": "pt-icon-film", + "tags": "movie, cinema, theatre", + "group": "media", + "content": "\\e6a1" + }, + { + "name": "Settings", + "className": "pt-icon-settings", + "tags": "controls, knobs", + "group": "media", + "content": "\\e6a2" + }, + { + "name": "Volume: off", + "className": "pt-icon-volume-off", + "tags": "audio, video, speaker, music, sound, low", + "group": "media", + "content": "\\e6a3" + }, + { + "name": "Volume: down", + "className": "pt-icon-volume-down", + "tags": "audio, video, speaker, music, sound", + "group": "media", + "content": "\\e6a4" + }, + { + "name": "Volume: up", + "className": "pt-icon-volume-up", + "tags": "audio, video, speaker, music, sound, high", + "group": "media", + "content": "\\e6a5" + }, + { + "name": "Music", + "className": "pt-icon-music", + "tags": "audio, video, note, sound", + "group": "media", + "content": "\\e6a6" + }, + { + "name": "Step backward", + "className": "pt-icon-step-backward", + "tags": "player, media, controls, digital, analogue, film, audio, video", + "group": "media", + "content": "\\e6a7" + }, + { + "name": "Fast backward", + "className": "pt-icon-fast-backward", + "tags": "player, media, controls, digital, analogue, film, audio, video", + "group": "media", + "content": "\\e6a8" + }, + { + "name": "Pause", + "className": "pt-icon-pause", + "tags": "player, media, controls, digital, analogue, film, audio, video", + "group": "media", + "content": "\\e6a9" + }, + { + "name": "Stop", + "className": "pt-icon-stop", + "tags": "player, media, controls, digital, analogue, film, audio, video", + "group": "media", + "content": "\\e6aa" + }, + { + "name": "Play", + "className": "pt-icon-play", + "tags": "player, media, controls, digital, analogue, film, audio, video", + "group": "media", + "content": "\\e6ab" + }, + { + "name": "Fast forward", + "className": "pt-icon-fast-forward", + "tags": "player, media, controls, digital, analogue, film, audio, video", + "group": "media", + "content": "\\e6ac" + }, + { + "name": "Step forward", + "className": "pt-icon-step-forward", + "tags": "player, media, controls, digital, analogue, film, audio, video", + "group": "media", + "content": "\\e6ad" + }, + { + "name": "Eject", + "className": "pt-icon-eject", + "tags": "player, media, controls, digital, analogue, film, audio, video", + "group": "media", + "content": "\\23cf" + }, + { + "name": "Record", + "className": "pt-icon-record", + "tags": "player, media, controls, digital, analogue, film, audio, video", + "group": "media", + "content": "\\e6ae" + }, + { + "name": "Desktop", + "className": "pt-icon-desktop", + "tags": "screen, monitor, display", + "group": "media", + "content": "\\e6af" + }, + { + "name": "Phone", + "className": "pt-icon-phone", + "tags": "telephone, call, ring", + "group": "media", + "content": "\\260e" + }, + { + "name": "Lightbulb", + "className": "pt-icon-lightbulb", + "tags": "idea, glow, lamp", + "group": "miscellaneous", + "content": "\\e6b0" + }, + { + "name": "Glass", + "className": "pt-icon-glass", + "tags": "glassware, drink", + "group": "miscellaneous", + "content": "\\e6b1" + }, + { + "name": "Tint", + "className": "pt-icon-tint", + "tags": "drop, color, coloration, hue", + "group": "media", + "content": "\\e6b2" + }, + { + "name": "Flash", + "className": "pt-icon-flash", + "tags": "light, contrast, photograph, picture", + "group": "media", + "content": "\\e6b3" + }, + { + "name": "Font", + "className": "pt-icon-font", + "tags": "scale, typography, size", + "group": "editor", + "content": "\\e6b4" + }, + { + "name": "Header", + "className": "pt-icon-header", + "tags": "typography, section, layout", + "group": "editor", + "content": "\\e6b5" + }, + { + "name": "Saved", + "className": "pt-icon-saved", + "tags": "document, check mark, tick", + "group": "file", + "content": "\\e6b6" + }, + { + "name": "Floppy disk", + "className": "pt-icon-floppy-disk", + "tags": "save", + "group": "interface", + "content": "\\e6b7" + }, + { + "name": "Book", + "className": "pt-icon-book", + "tags": "pages, album, brochure, manual", + "group": "miscellaneous", + "content": "\\e6b8" + }, + { + "name": "Hand: right", + "className": "pt-icon-hand-right", + "tags": "gesture, direction", + "group": "interface", + "content": "\\e6b9" + }, + { + "name": "Hand: up", + "className": "pt-icon-hand-up", + "tags": "gesture, direction", + "group": "interface", + "content": "\\e6ba" + }, + { + "name": "Hand: down", + "className": "pt-icon-hand-down", + "tags": "gesture, direction", + "group": "interface", + "content": "\\e6bb" + }, + { + "name": "Hand: left", + "className": "pt-icon-hand-left", + "tags": "gesture, direction", + "group": "interface", + "content": "\\e6bc" + }, + { + "name": "Thumbs: up", + "className": "pt-icon-thumbs-up", + "tags": "hand, like, ok", + "group": "interface", + "content": "\\e6bd" + }, + { + "name": "Thumbs: down", + "className": "pt-icon-thumbs-down", + "tags": "hand, dislike, bad", + "group": "interface", + "content": "\\e6be" + }, + { + "name": "Box", + "className": "pt-icon-box", + "tags": "folder, carton, pack", + "group": "file", + "content": "\\e6bf" + }, + { + "name": "Compressed", + "className": "pt-icon-compressed", + "tags": "folder, carton, pack, shrink, wrap, shorten", + "group": "file", + "content": "\\e6c0" + }, + { + "name": "Shopping cart", + "className": "pt-icon-shopping-cart", + "tags": "trolley, mall, online, store, business", + "group": "miscellaneous", + "content": "\\e6c1" + }, + { + "name": "Shop", + "className": "pt-icon-shop", + "tags": "store, business, shopping", + "group": "miscellaneous", + "content": "\\e6c2" + }, + { + "name": "Layout: linear", + "className": "pt-icon-layout-linear", + "tags": "dots, connection, line", + "group": "data", + "content": "\\e6c3" + }, + { + "name": "Undo", + "className": "pt-icon-undo", + "tags": "back, cancel, reverse, revoke,", + "group": "action", + "content": "\\238c" + }, + { + "name": "Redo", + "className": "pt-icon-redo", + "tags": "forward, push", + "group": "action", + "content": "\\e6c4" + }, + { + "name": "Code block", + "className": "pt-icon-code-block", + "tags": "code, markup, language, tag", + "group": "file", + "content": "\\e6c5" + }, + { + "name": "Double caret: vertical", + "className": "pt-icon-double-caret-vertical", + "tags": "sort, arrow, list", + "group": "interface", + "content": "\\e6c6" + }, + { + "name": "Double caret: horizontal", + "className": "pt-icon-double-caret-horizontal", + "tags": "sort, arrow, list", + "group": "interface", + "content": "\\e6c7" + }, + { + "name": "Sort: alphabetical descending", + "className": "pt-icon-sort-alphabetical-desc", + "tags": "order, list, array, arrange", + "group": "action", + "content": "\\e6c8" + }, + { + "name": "Sort: numerical descending", + "className": "pt-icon-sort-numerical-desc", + "tags": "order, list, array, arrange", + "group": "action", + "content": "\\e6c9" + }, + { + "name": "Take action", + "className": "pt-icon-take-action", + "tags": "case, court, deal, gavel", + "group": "action", + "content": "\\e6ca" + }, + { + "name": "Contrast", + "className": "pt-icon-contrast", + "tags": "color, brightness", + "group": "media", + "content": "\\e6cb" + }, + { + "name": "Eye: off", + "className": "pt-icon-eye-off", + "tags": "visibility, hide", + "group": "interface", + "content": "\\e6cc" + }, + { + "name": "Area chart", + "className": "pt-icon-timeline-area-chart", + "tags": "graph, line, diagram", + "group": "data", + "content": "\\e6cd" + }, + { + "name": "Doughnut chart", + "className": "pt-icon-doughnut-chart", + "tags": "circle, section, part, graph", + "group": "data", + "content": "\\e6ce" + }, + { + "name": "Layer", + "className": "pt-icon-layer", + "tags": "zone, level", + "group": "interface", + "content": "\\e6cf" + }, + { + "name": "Grid", + "className": "pt-icon-grid", + "tags": "layout, arrangement", + "group": "data", + "content": "\\e6d0" + }, + { + "name": "Polygon filter", + "className": "pt-icon-polygon-filter", + "tags": "shape, form", + "group": "data", + "content": "\\e6d1" + }, + { + "name": "Add to folder", + "className": "pt-icon-add-to-folder", + "tags": "file, portfolio, case, import", + "group": "file", + "content": "\\e6d2" + }, + { + "name": "Layout: balloon", + "className": "pt-icon-layout-balloon", + "tags": "layout, presentation, arrangement, graph", + "group": "data", + "content": "\\e6d3" + }, + { + "name": "Layout: sorted clusters", + "className": "pt-icon-layout-sorted-clusters", + "tags": "layout, presentation, arrangement, graph", + "group": "data", + "content": "\\e6d4" + }, + { + "name": "Sort: ascending", + "className": "pt-icon-sort-asc", + "tags": "order, list, array, arrange", + "group": "action", + "content": "\\e6d5" + }, + { + "name": "Sort: descending", + "className": "pt-icon-sort-desc", + "tags": "order, list, array, arrange", + "group": "action", + "content": "\\e6d6" + }, + { + "name": "Small cross", + "className": "pt-icon-small-cross", + "tags": "cross mark, fail, delete, no, close, remove", + "group": "action", + "content": "\\e6d7" + }, + { + "name": "Small tick", + "className": "pt-icon-small-tick", + "tags": "tick mark, sign, ok, approved, success", + "group": "action", + "content": "\\e6d8" + }, + { + "name": "Power", + "className": "pt-icon-power", + "tags": "button, on, off", + "group": "media", + "content": "\\e6d9" + }, + { + "name": "Column layout", + "className": "pt-icon-column-layout", + "tags": "layout, arrangement", + "group": "table", + "content": "\\e6da" + }, + { + "name": "Arrow: top left", + "className": "pt-icon-arrow-top-left", + "tags": "direction, north west", + "group": "interface", + "content": "\\2196" + }, + { + "name": "Arrow: top right", + "className": "pt-icon-arrow-top-right", + "tags": "direction, north east", + "group": "interface", + "content": "\\2197" + }, + { + "name": "Arrow: bottom right", + "className": "pt-icon-arrow-bottom-right", + "tags": "direction, south east", + "group": "interface", + "content": "\\2198" + }, + { + "name": "Arrow: bottom left", + "className": "pt-icon-arrow-bottom-left", + "tags": "direction, south west", + "group": "interface", + "content": "\\2199" + }, + { + "name": "Mugshot", + "className": "pt-icon-mugshot", + "tags": "person, photograph, picture,", + "group": "interface", + "content": "\\e6db" + }, + { + "name": "Headset", + "className": "pt-icon-headset", + "tags": "headphones, call, communication", + "group": "media", + "content": "\\e6dc" + }, + { + "name": "Text highlight", + "className": "pt-icon-text-highlight", + "tags": "selector, content", + "group": "editor", + "content": "\\e6dd" + }, + { + "name": "Hand", + "className": "pt-icon-hand", + "tags": "gesture, fingers", + "group": "interface", + "content": "\\e6de" + }, + { + "name": "Chevron: backward", + "className": "pt-icon-chevron-backward", + "tags": "skip, direction", + "group": "interface", + "content": "\\e6df" + }, + { + "name": "Chevron: forward", + "className": "pt-icon-chevron-forward", + "tags": "skip, direction", + "group": "interface", + "content": "\\e6e0" + }, + { + "name": "Rotate: document", + "className": "pt-icon-rotate-document", + "tags": "turn, anti clockwise", + "group": "editor", + "content": "\\e6e1" + }, + { + "name": "Rotate: page", + "className": "pt-icon-rotate-page", + "tags": "turn, anti clockwise", + "group": "editor", + "content": "\\e6e2" + }, + { + "name": "Badge", + "className": "pt-icon-badge", + "tags": "emblem, symbol, identification, insignia, marker", + "group": "miscellaneous", + "content": "\\e6e3" + }, + { + "name": "Grid view", + "className": "pt-icon-grid-view", + "tags": "layout, arrangement", + "group": "editor", + "content": "\\e6e4" + }, + { + "name": "Function", + "className": "pt-icon-function", + "tags": "math, calculation", + "group": "table", + "content": "\\e6e5" + }, + { + "name": "Waterfall chart", + "className": "pt-icon-waterfall-chart", + "tags": "graph, diagram", + "group": "data", + "content": "\\e6e6" + }, + { + "name": "Stacked chart", + "className": "pt-icon-stacked-chart", + "tags": "bar chart", + "group": "data", + "content": "\\e6e7" + }, + { + "name": "Pulse", + "className": "pt-icon-pulse", + "tags": "medical, life, heartbeat, hospital", + "group": "miscellaneous", + "content": "\\e6e8" + }, + { + "name": "New person", + "className": "pt-icon-new-person", + "tags": "person, human, male, female, character, customer, individual, add", + "group": "interface", + "content": "\\e6e9" + }, + { + "name": "Exclude row", + "className": "pt-icon-exclude-row", + "tags": "delete, remove, table", + "group": "table", + "content": "\\e6ea" + }, + { + "name": "Pivot table", + "className": "pt-icon-pivot-table", + "tags": "rotate, axis", + "group": "table", + "content": "\\e6eb" + }, + { + "name": "Segmented control", + "className": "pt-icon-segmented-control", + "tags": "button, switch, option", + "group": "interface", + "content": "\\e6ec" + }, + { + "name": "Highlight", + "className": "pt-icon-highlight", + "tags": "select, text", + "group": "action", + "content": "\\e6ed" + }, + { + "name": "Filter: list", + "className": "pt-icon-filter-list", + "tags": "filtering, funnel, tube, pipe", + "group": "action", + "content": "\\e6ee" + }, + { + "name": "Cut", + "className": "pt-icon-cut", + "tags": "scissors", + "group": "action", + "content": "\\e6ef" + }, + { + "name": "Annotation", + "className": "pt-icon-annotation", + "tags": "note, comment, edit,", + "group": "editor", + "content": "\\e6f0" + }, + { + "name": "Pivot", + "className": "pt-icon-pivot", + "tags": "rotate, axis", + "group": "action", + "content": "\\e6f1" + }, + { + "name": "Ring", + "className": "pt-icon-ring", + "tags": "empty, circle, selection", + "group": "miscellaneous", + "content": "\\e6f2" + }, + { + "name": "Heat grid", + "className": "pt-icon-heat-grid", + "tags": "chart", + "group": "data", + "content": "\\e6f3" + }, + { + "name": "Gantt chart", + "className": "pt-icon-gantt-chart", + "tags": "bar chart, schedule, project", + "group": "data", + "content": "\\e6f4" + }, + { + "name": "Variable", + "className": "pt-icon-variable", + "tags": "math, calculation", + "group": "table", + "content": "\\e6f5" + }, + { + "name": "Manual", + "className": "pt-icon-manual", + "tags": "guide, instruction", + "group": "interface", + "content": "\\e6f6" + }, + { + "name": "Add row: top", + "className": "pt-icon-add-row-top", + "tags": "table, attach, join", + "group": "table", + "content": "\\e6f7" + }, + { + "name": "Add row: bottom", + "className": "pt-icon-add-row-bottom", + "tags": "table, attach, join", + "group": "table", + "content": "\\e6f8" + }, + { + "name": "Add column: left", + "className": "pt-icon-add-column-left", + "tags": "table, attach, join", + "group": "table", + "content": "\\e6f9" + }, + { + "name": "Add column: right", + "className": "pt-icon-add-column-right", + "tags": "table, attach, join", + "group": "table", + "content": "\\e6fa" + }, + { + "name": "Remove row: top", + "className": "pt-icon-remove-row-top", + "tags": "table, detach, delete", + "group": "table", + "content": "\\e6fb" + }, + { + "name": "Remove row: bottom", + "className": "pt-icon-remove-row-bottom", + "tags": "table, detach, delete", + "group": "table", + "content": "\\e6fc" + }, + { + "name": "Remove column: left", + "className": "pt-icon-remove-column-left", + "tags": "table, detach, delete", + "group": "table", + "content": "\\e6fd" + }, + { + "name": "Remove column: right", + "className": "pt-icon-remove-column-right", + "tags": "table, detach, delete", + "group": "table", + "content": "\\e6fe" + }, + { + "name": "Double chevron: left", + "className": "pt-icon-double-chevron-left", + "tags": "arrows, multiple, direction", + "group": "interface", + "content": "\\e6ff" + }, + { + "name": "Double chevron: right", + "className": "pt-icon-double-chevron-right", + "tags": "arrows, multiple, direction", + "group": "interface", + "content": "\\e701" + }, + { + "name": "Double chevron: up", + "className": "pt-icon-double-chevron-up", + "tags": "arrows, multiple, direction", + "group": "interface", + "content": "\\e702" + }, + { + "name": "Double chevron: down", + "className": "pt-icon-double-chevron-down", + "tags": "arrows, multiple, direction", + "group": "interface", + "content": "\\e703" + }, + { + "name": "Key: control", + "className": "pt-icon-key-control", + "tags": "interface, shortcuts, buttons", + "group": "media", + "content": "\\e704" + }, + { + "name": "Key: command", + "className": "pt-icon-key-command", + "tags": "interface, shortcuts, buttons", + "group": "media", + "content": "\\e705" + }, + { + "name": "Key: shift", + "className": "pt-icon-key-shift", + "tags": "interface, shortcuts, buttons", + "group": "media", + "content": "\\e706" + }, + { + "name": "Key: backspace", + "className": "pt-icon-key-backspace", + "tags": "interface, shortcuts, buttons", + "group": "media", + "content": "\\e707" + }, + { + "name": "Key: delete", + "className": "pt-icon-key-delete", + "tags": "interface, shortcuts, buttons", + "group": "media", + "content": "\\e708" + }, + { + "name": "Key: escape", + "className": "pt-icon-key-escape", + "tags": "interface, shortcuts, buttons", + "group": "media", + "content": "\\e709" + }, + { + "name": "Key: enter", + "className": "pt-icon-key-enter", + "tags": "interface, shortcuts, buttons", + "group": "media", + "content": "\\e70a" + }, + { + "name": "Calculator", + "className": "pt-icon-calculator", + "tags": "math, device, value, numbers, total", + "group": "miscellaneous", + "content": "\\e70b" + }, + { + "name": "Horizontal bar chart", + "className": "pt-icon-horizontal-bar-chart", + "tags": "graph, diagram", + "group": "data", + "content": "\\e70c" + }, + { + "name": "Small plus", + "className": "pt-icon-small-plus", + "tags": "sign, add, maximize, zoom in", + "group": "action", + "content": "\\e70d" + }, + { + "name": "Small minus", + "className": "pt-icon-small-minus", + "tags": "sign, remove, minimize, zoom out", + "group": "action", + "content": "\\e70e" + }, + { + "name": "Step chart", + "className": "pt-icon-step-chart", + "tags": "graph, diagram", + "group": "data", + "content": "\\e70f" + }, + { + "name": "Euro", + "className": "pt-icon-euro", + "tags": "currency, money", + "group": "miscellaneous", + "content": "\\20ac" + }, + { + "name": "Drag handle: vertical", + "className": "pt-icon-drag-handle-vertical", + "tags": "move, pull", + "group": "action", + "content": "\\e715" + }, + { + "name": "Drag handle: horizontal", + "className": "pt-icon-drag-handle-horizontal", + "tags": "move, pull", + "group": "action", + "content": "\\e716" + }, + { + "name": "Mobile phone", + "className": "pt-icon-mobile-phone", + "tags": "cellular, device, call", + "group": "media", + "content": "\\e717" + }, + { + "name": "Sim card", + "className": "pt-icon-sim-card", + "tags": "phone, cellular", + "group": "media", + "content": "\\e718" + }, + { + "name": "Trending: up", + "className": "pt-icon-trending-up", + "tags": "growth, incline, progress", + "group": "data", + "content": "\\e719" + }, + { + "name": "Trending: down", + "className": "pt-icon-trending-down", + "tags": "decrease, decline, loss", + "group": "data", + "content": "\\e71a" + }, + { + "name": "Curved range chart", + "className": "pt-icon-curved-range-chart", + "tags": "graph, diagram", + "group": "data", + "content": "\\e71b" + }, + { + "name": "Vertical bar chart: descending", + "className": "pt-icon-vertical-bar-chart-desc", + "tags": "graph, bar, histogram", + "group": "data", + "content": "\\e71c" + }, + { + "name": "Horizontal bar chart: descending", + "className": "pt-icon-horizontal-bar-chart-desc", + "tags": "graph, bar, histogram", + "group": "data", + "content": "\\e71d" + }, + { + "name": "Document: open", + "className": "pt-icon-document-open", + "tags": "paper, access", + "group": "file", + "content": "\\e71e" + }, + { + "name": "Document: share", + "className": "pt-icon-document-share", + "tags": "paper, send", + "group": "file", + "content": "\\e71f" + }, + { + "name": "Distribution: horizontal", + "className": "pt-icon-horizontal-distribution", + "tags": "alignment, layout, position", + "group": "editor", + "content": "\\e720" + }, + { + "name": "Distribution: vertical", + "className": "pt-icon-vertical-distribution", + "tags": "alignment, layout, position", + "group": "editor", + "content": "\\e721" + }, + { + "name": "Alignment: left", + "className": "pt-icon-alignment-left", + "tags": "layout, position", + "group": "editor", + "content": "\\e722" + }, + { + "name": "Alignment: vertical center", + "className": "pt-icon-alignment-vertical-center", + "tags": "layout, position", + "group": "editor", + "content": "\\e723" + }, + { + "name": "Alignment: right", + "className": "pt-icon-alignment-right", + "tags": "layout, position", + "group": "editor", + "content": "\\e724" + }, + { + "name": "Alignment: top", + "className": "pt-icon-alignment-top", + "tags": "layout, position", + "group": "editor", + "content": "\\e725" + }, + { + "name": "Alignment: horizontal center", + "className": "pt-icon-alignment-horizontal-center", + "tags": "layout, position", + "group": "editor", + "content": "\\e726" + }, + { + "name": "Alignment: bottom", + "className": "pt-icon-alignment-bottom", + "tags": "layout, position", + "group": "editor", + "content": "\\e727" + }, + { + "name": "Git: pull", + "className": "pt-icon-git-pull", + "tags": "github, repository, code, command", + "group": "action", + "content": "\\e728" + }, + { + "name": "Git: merge", + "className": "pt-icon-git-merge", + "tags": "github, repository, code, command", + "group": "action", + "content": "\\e729" + }, + { + "name": "Git: branch", + "className": "pt-icon-git-branch", + "tags": "github, repository, code, command", + "group": "action", + "content": "\\e72a" + }, + { + "name": "Git: commit", + "className": "pt-icon-git-commit", + "tags": "github, repository, code, command", + "group": "action", + "content": "\\e72b" + }, + { + "name": "Git: push", + "className": "pt-icon-git-push", + "tags": "github, repository, code, command", + "group": "action", + "content": "\\e72c" + }, + { + "name": "Build", + "className": "pt-icon-build", + "tags": "hammer, tool", + "group": "action", + "content": "\\e72d" + }, + { + "name": "Symbol: circle", + "className": "pt-icon-symbol-circle", + "tags": "shape, figure", + "group": "interface", + "content": "\\e72e" + }, + { + "name": "Symbol: square", + "className": "pt-icon-symbol-square", + "tags": "shape, figure", + "group": "interface", + "content": "\\e72f" + }, + { + "name": "Symbol: diamond", + "className": "pt-icon-symbol-diamond", + "tags": "shape, figure", + "group": "interface", + "content": "\\e730" + }, + { + "name": "Symbol: cross", + "className": "pt-icon-symbol-cross", + "tags": "shape, figure", + "group": "interface", + "content": "\\e731" + }, + { + "name": "Symbol: triangle up", + "className": "pt-icon-symbol-triangle-up", + "tags": "shape, figure", + "group": "interface", + "content": "\\e732" + }, + { + "name": "Symbol: triangle down", + "className": "pt-icon-symbol-triangle-down", + "tags": "shape, figure", + "group": "interface", + "content": "\\e733" + }, + { + "name": "Wrench", + "className": "pt-icon-wrench", + "tags": "tool, repair", + "group": "miscellaneous", + "content": "\\e734" + }, + { + "name": "Application", + "className": "pt-icon-application", + "tags": "application, browser, windows, platform", + "group": "interface", + "content": "\\e735" + }, + { + "name": "Send to graph", + "className": "pt-icon-send-to-graph", + "tags": "transfer, move", + "group": "action", + "content": "\\e736" + }, + { + "name": "Send to map", + "className": "pt-icon-send-to-map", + "tags": "transfer, move", + "group": "action", + "content": "\\e737" + }, + { + "name": "Join table", + "className": "pt-icon-join-table", + "tags": "combine, attach, connect, link, unite", + "group": "table", + "content": "\\e738" + }, + { + "name": "Derive column", + "className": "pt-icon-derive-column", + "tags": "table, obtain, get, take, develop", + "group": "action", + "content": "\\e739" + }, + { + "name": "Rotate image: left", + "className": "pt-icon-image-rotate-left", + "tags": "picture, turn, alternate", + "group": "media", + "content": "\\e73a" + }, + { + "name": "Rotate image: right", + "className": "pt-icon-image-rotate-right", + "tags": "picture, turn, alternate", + "group": "media", + "content": "\\e73b" + }, + { + "name": "Known vehicle", + "className": "pt-icon-known-vehicle", + "tags": "car, automobile, vehicle, van, drive, ride, distance, navigation, directions", + "group": "interface", + "content": "\\e73c" + }, + { + "name": "Unknown vehicle", + "className": "pt-icon-unknown-vehicle", + "tags": "car, automobile, vehicle, van, drive, ride, distance, navigation, directions", + "group": "interface", + "content": "\\e73d" + }, + { + "name": "Scatter plot", + "className": "pt-icon-scatter-plot", + "tags": "graph, diagram", + "group": "data", + "content": "\\e73e" + }, + { + "name": "Oil field", + "className": "pt-icon-oil-field", + "tags": "fuel, petroleum, gas, well, drilling, pump", + "group": "interface", + "content": "\\e73f" + }, + { + "name": "Rig", + "className": "pt-icon-rig", + "tags": "fuel, petroleum, gas, well, drilling", + "group": "interface", + "content": "\\e740" + }, + { + "name": "New map", + "className": "pt-icon-map-create", + "tags": "map, location, position, geography, world", + "group": "interface", + "content": "\\e741" + }, + { + "name": "Key: option", + "className": "pt-icon-key-option", + "tags": "interface, shortcuts, buttons", + "group": "media", + "content": "\\e742" + }, + { + "name": "List: detail view", + "className": "pt-icon-list-detail-view", + "tags": "agenda, four lines, table", + "group": "table", + "content": "\\e743" + }, + { + "name": "Swap: vertical", + "className": "pt-icon-swap-vertical", + "tags": "direction, position, opposite, inverse", + "group": "interface", + "content": "\\e744" + }, + { + "name": "Swap: horizontal", + "className": "pt-icon-swap-horizontal", + "tags": "direction, position, opposite, inverse", + "group": "interface", + "content": "\\e745" + }, + { + "name": "Numbered list", + "className": "pt-icon-numbered-list", + "tags": "order, list, array, arrange", + "group": "action", + "content": "\\e746" + }, + { + "name": "New grid item", + "className": "pt-icon-new-grid-item", + "tags": "layout, arrangement, add", + "group": "editor", + "content": "\\e747" + }, + { + "name": "Git: repo", + "className": "pt-icon-git-repo", + "tags": "github, repository, code, command", + "group": "action", + "content": "\\e748" + }, + { + "name": "Git: new branch", + "className": "pt-icon-git-new-branch", + "tags": "github, repository, code, command", + "group": "action", + "content": "\\e749" + }, + { + "name": "Manually entered data", + "className": "pt-icon-manually-entered-data", + "tags": "input, human", + "group": "editor", + "content": "\\e74a" + }, + { + "name": "Airplane", + "className": "pt-icon-airplane", + "tags": "flight, jet, travel, trip, transport, take-off", + "group": "interface", + "content": "\\e74b" + }, + { + "name": "Merge columns", + "className": "pt-icon-merge-columns", + "tags": "layout, change, two, combine, unite", + "group": "table", + "content": "\\e74f" + }, + { + "name": "Split columns", + "className": "pt-icon-split-columns", + "tags": "layout, change, two, break, divide", + "group": "table", + "content": "\\e750" + }, + { + "name": "Dashboard", + "className": "pt-icon-dashboard", + "tags": "panel, control", + "group": "interface", + "content": "\\e751" + }, + { + "name": "Publish function", + "className": "pt-icon-publish-function", + "tags": "math, calculation, share", + "group": "table", + "content": "\\e752" + }, + { + "name": "Path", + "className": "pt-icon-path", + "tags": "hierarchy, trail, steps", + "group": "interface", + "content": "\\e753" + }, + { + "name": "Moon", + "className": "pt-icon-moon", + "tags": "night, sky, dark", + "group": "miscellaneous", + "content": "\\e754" + }, + { + "name": "Remove column", + "className": "pt-icon-remove-column", + "tags": "table, detach, delete", + "group": "table", + "content": "\\e755" + }, + { + "name": "Numerical", + "className": "pt-icon-numerical", + "tags": "numbers, order, sort, arrange, array", + "group": "action", + "content": "\\e756" + }, + { + "name": "Key: tab", + "className": "pt-icon-key-tab", + "tags": "interface, shortcuts, buttons", + "group": "media", + "content": "\\e757" + }, + { + "name": "Regression chart", + "className": "pt-icon-regression-chart", + "tags": "graph, line, chart", + "group": "data", + "content": "\\e758" + }, + { + "name": "Translate", + "className": "pt-icon-translate", + "tags": "language, convert", + "group": "action", + "content": "\\e759" + }, + { + "name": "Eye: on", + "className": "pt-icon-eye-on", + "tags": "visibility, show", + "group": "interface", + "content": "\\e75a" + }, + { + "name": "Vertical bar chart: ascending", + "className": "pt-icon-vertical-bar-chart-asc", + "tags": "graph, bar, histogram", + "group": "data", + "content": "\\e75b" + }, + { + "name": "Horizontal bar chart: ascending", + "className": "pt-icon-horizontal-bar-chart-asc", + "tags": "graph, bar, histogram", + "group": "data", + "content": "\\e75c" + }, + { + "name": "Grouped bar chart", + "className": "pt-icon-grouped-bar-chart", + "tags": "graph, bar, chart", + "group": "data", + "content": "\\e75d" + }, + { + "name": "Full stacked chart", + "className": "pt-icon-full-stacked-chart", + "tags": "graph, bar, chart", + "group": "data", + "content": "\\e75e" + }, + { + "name": "Endorsed", + "className": "pt-icon-endorsed", + "tags": "tick mark, sign, ok, approved, success", + "group": "action", + "content": "\\e75f" + }, + { + "name": "Follower", + "className": "pt-icon-follower", + "tags": "person, human, male, female, character, customer, individual, social", + "group": "interface", + "content": "\\e760" + }, + { + "name": "Following", + "className": "pt-icon-following", + "tags": "person, human, male, female, character, customer, individual, social", + "group": "interface", + "content": "\\e761" + } +] diff --git a/src/App.css b/src/App.css deleted file mode 100644 index b41d297c..00000000 --- a/src/App.css +++ /dev/null @@ -1,33 +0,0 @@ -.App { - text-align: center; -} - -.App-logo { - animation: App-logo-spin infinite 20s linear; - height: 40vmin; - pointer-events: none; -} - -.App-header { - background-color: #282c34; - min-height: 100vh; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - font-size: calc(10px + 2vmin); - color: white; -} - -.App-link { - color: #61dafb; -} - -@keyframes App-logo-spin { - from { - transform: rotate(0deg); - } - to { - transform: rotate(360deg); - } -} diff --git a/src/App.test.tsx b/src/App.test.tsx deleted file mode 100644 index a754b201..00000000 --- a/src/App.test.tsx +++ /dev/null @@ -1,9 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom'; -import App from './App'; - -it('renders without crashing', () => { - const div = document.createElement('div'); - ReactDOM.render(, div); - ReactDOM.unmountComponentAtNode(div); -}); diff --git a/src/App.tsx b/src/App.tsx deleted file mode 100644 index 226ee631..00000000 --- a/src/App.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import React from 'react'; -import logo from './logo.svg'; -import './App.css'; - -const App: React.FC = () => { - return ( -
-
- logo -

- Edit src/App.tsx and save to reload. -

- - Learn React - -
-
- ); -} - -export default App; diff --git a/src/actions.ts b/src/actions.ts new file mode 100644 index 00000000..c46899b4 --- /dev/null +++ b/src/actions.ts @@ -0,0 +1,114 @@ +import { ArrayBufferCursor } from './data/ArrayBufferCursor'; +import { application_state } from './store'; +import { parse_quest, write_quest_qst } from './data/parsing/quest'; +import { parse_nj, parse_xj } from './data/parsing/ninja'; +import { get_area_sections } from './data/loading/areas'; +import { get_npc_geometry, get_object_geometry } from './data/loading/entities'; +import { create_object_mesh, create_npc_mesh } from './rendering/entities'; +import { create_model_mesh } from './rendering/models'; +import { VisibleQuestEntity } from './domain'; + +export function entity_selected(entity?: VisibleQuestEntity) { + application_state.selected_entity = entity; +} + +export function load_file(file: File) { + const reader = new FileReader(); + + reader.addEventListener('loadend', async () => { + if (!(reader.result instanceof ArrayBuffer)) { + console.error('Couldn\'t read file.'); + return; + } + + if (file.name.endsWith('.nj')) { + // Reset application state, then set the current model. + // Might want to do this in a MobX transaction. + reset_model_and_quest_state(); + application_state.current_model = create_model_mesh(parse_nj(new ArrayBufferCursor(reader.result, true))); + } else if (file.name.endsWith('.xj')) { + // Reset application state, then set the current model. + // Might want to do this in a MobX transaction. + reset_model_and_quest_state(); + application_state.current_model = create_model_mesh(parse_xj(new ArrayBufferCursor(reader.result, true))); + } else { + const quest = parse_quest(new ArrayBufferCursor(reader.result, true)); + + if (quest) { + // Reset application state, then set current quest and area in the correct order. + // Might want to do this in a MobX transaction. + reset_model_and_quest_state(); + application_state.current_quest = quest; + + if (quest.area_variants.length) { + application_state.current_area = quest.area_variants[0].area; + } + + // Load section data. + for (const variant of quest.area_variants) { + const sections = await get_area_sections(quest.episode, variant.area.id, variant.id) + variant.sections = sections; + + // Generate object geometry. + for (const object of quest.objects.filter(o => o.area_id === variant.area.id)) { + try { + const geometry = await get_object_geometry(object.type); + object.object3d = create_object_mesh(object, sections, geometry); + } catch (e) { + console.error(e); + } + } + + // Generate NPC geometry. + for (const npc of quest.npcs.filter(npc => npc.area_id === variant.area.id)) { + try { + const geometry = await get_npc_geometry(npc.type); + npc.object3d = create_npc_mesh(npc, sections, geometry); + } catch (e) { + console.error(e); + } + } + } + } + } + }); + + reader.readAsArrayBuffer(file); +} + +export function current_area_id_changed(area_id?: number) { + application_state.selected_entity = undefined; + + if (area_id == null) { + application_state.current_area = undefined; + } else if (application_state.current_quest) { + const area_variant = application_state.current_quest.area_variants.find( + variant => variant.area.id === area_id); + application_state.current_area = area_variant && area_variant.area; + } +} + +export function save_current_quest_to_file(file_name: string) { + if (application_state.current_quest) { + const cursor = write_quest_qst(application_state.current_quest, file_name); + + if (!file_name.endsWith('.qst')) { + file_name += '.qst'; + } + + const a = document.createElement('a'); + a.href = URL.createObjectURL(new Blob([cursor.buffer])); + a.download = file_name; + document.body.appendChild(a); + a.click(); + URL.revokeObjectURL(a.href); + document.body.removeChild(a); + } +} + +function reset_model_and_quest_state() { + application_state.current_quest = undefined; + application_state.current_area = undefined; + application_state.selected_entity = undefined; + application_state.current_model = undefined; +} diff --git a/src/data/ArrayBufferCursor.test.js b/src/data/ArrayBufferCursor.test.js new file mode 100644 index 00000000..d224ed7a --- /dev/null +++ b/src/data/ArrayBufferCursor.test.js @@ -0,0 +1,231 @@ +import { ArrayBufferCursor } from './ArrayBufferCursor'; + +test('simple properties and invariants', () => { + const cursor = new ArrayBufferCursor(10, true); + + expect(cursor.size).toBe(cursor.position + cursor.bytes_left); + expect(cursor.size).toBeLessThanOrEqual(cursor.capacity); + expect(cursor.size).toBe(0); + expect(cursor.capacity).toBe(10); + expect(cursor.position).toBe(0); + expect(cursor.bytes_left).toBe(0); + expect(cursor.little_endian).toBe(true); + + cursor.write_u8(99).write_u8(99).write_u8(99).write_u8(99); + cursor.seek(-1); + + expect(cursor.size).toBe(cursor.position + cursor.bytes_left); + expect(cursor.size).toBeLessThanOrEqual(cursor.capacity); + expect(cursor.size).toBe(4); + expect(cursor.capacity).toBe(10); + expect(cursor.position).toBe(3); + expect(cursor.bytes_left).toBe(1); + expect(cursor.little_endian).toBe(true); +}); + +test('correct byte order handling', () => { + const buffer = new Uint8Array([1, 2, 3, 4]).buffer; + + expect(new ArrayBufferCursor(buffer, false).u32()).toBe(0x01020304); + expect(new ArrayBufferCursor(buffer, true).u32()).toBe(0x04030201); +}); + +test('reallocation of internal buffer when necessary', () => { + const cursor = new ArrayBufferCursor(3, true); + cursor.write_u8(99).write_u8(99).write_u8(99).write_u8(99); + + expect(cursor.size).toBe(4); + expect(cursor.capacity).toBeGreaterThanOrEqual(4); + expect(cursor.buffer.byteLength).toBeGreaterThanOrEqual(4); +}); + +function test_integer_read(method_name: string) { + test(method_name, () => { + const bytes = parseInt(method_name.replace(/^[iu](\d+)$/, '$1'), 10) / 8; + let test_number_1 = 0; + let test_number_2 = 0; + // The "false" arrays are for big endian tests and the "true" arrays for little endian tests. + const test_arrays = { false: [], true: [] }; + + for (let i = 1; i <= bytes; ++i) { + // Generates numbers of the form 0x010203... + test_number_1 <<= 8; + test_number_1 |= i; + test_arrays[false].push(i); + test_arrays[true].unshift(i); + } + + for (let i = bytes + 1; i <= 2 * bytes; ++i) { + test_number_2 <<= 8; + test_number_2 |= i; + test_arrays[false].push(i); + test_arrays[true].splice(bytes, 0, i); + } + + for (const little_endian of [false, true]) { + const cursor = new ArrayBufferCursor( + new Uint8Array(test_arrays[little_endian]).buffer, little_endian); + + expect(cursor[method_name]()).toBe(test_number_1); + expect(cursor.position).toBe(bytes); + + expect(cursor[method_name]()).toBe(test_number_2); + expect(cursor.position).toBe(2 * bytes); + } + }); +} + +test_integer_read('u8'); +test_integer_read('u16'); +test_integer_read('u32'); +test_integer_read('i32'); + +test('u8_array', () => { + const cursor = new ArrayBufferCursor(new Uint8Array([1, 2, 3, 4, 5, 6, 7, 8]).buffer, true); + + expect(cursor.u8_array(3)).toEqual([1, 2, 3]); + expect(cursor.seek_start(2).u8_array(4)).toEqual([3, 4, 5, 6]); + expect(cursor.seek_start(5).u8_array(3)).toEqual([6, 7, 8]); +}); + +function test_string_read(method_name: string, char_size: number) { + test(method_name, () => { + const char_array = [7, 65, 66, 0, 255, 13]; + + for (const little_endian of [false, true]) { + const char_array_copy = []; + + for (const char of char_array) { + if (little_endian) char_array_copy.push(char); + + for (let i = 0; i < char_size - 1; ++i) { + char_array_copy.push(0); + } + + if (!little_endian) char_array_copy.push(char); + } + + const cursor = new ArrayBufferCursor( + new Uint8Array(char_array_copy).buffer, little_endian); + + cursor.seek_start(char_size); + expect(cursor[method_name](4 * char_size, true, true)).toBe('AB'); + expect(cursor.position).toBe(5 * char_size); + cursor.seek_start(char_size); + expect(cursor[method_name](2 * char_size, true, true)).toBe('AB'); + expect(cursor.position).toBe(3 * char_size); + + cursor.seek_start(char_size); + expect(cursor[method_name](4 * char_size, true, false)).toBe('AB'); + expect(cursor.position).toBe(4 * char_size); + cursor.seek_start(char_size); + expect(cursor[method_name](2 * char_size, true, false)).toBe('AB'); + expect(cursor.position).toBe(3 * char_size); + + cursor.seek_start(char_size); + expect(cursor[method_name](4 * char_size, false, true)).toBe('AB\0ÿ'); + expect(cursor.position).toBe(5 * char_size); + + cursor.seek_start(char_size); + expect(cursor[method_name](4 * char_size, false, false)).toBe('AB\0ÿ'); + expect(cursor.position).toBe(5 * char_size); + } + }); +} + +test_string_read('string_ascii', 1); +test_string_read('string_utf_16', 2); + +function test_integer_write(method_name: string) { + test(method_name, () => { + const bytes = parseInt(method_name.replace(/^write_[iu](\d+)$/, '$1'), 10) / 8; + let test_number_1 = 0; + let test_number_2 = 0; + // The "false" arrays are for big endian tests and the "true" arrays for little endian tests. + const test_arrays_1 = { false: [], true: [] }; + const test_arrays_2 = { false: [], true: [] }; + + for (let i = 1; i <= bytes; ++i) { + // Generates numbers of the form 0x010203... + test_number_1 <<= 8; + test_number_1 |= i; + test_number_2 <<= 8; + test_number_2 |= i + bytes; + test_arrays_1[false].push(i); + test_arrays_1[true].unshift(i); + test_arrays_2[false].push(i + bytes); + test_arrays_2[true].unshift(i + bytes); + } + + for (const little_endian of [false, true]) { + const cursor = new ArrayBufferCursor(0, little_endian); + cursor[method_name](test_number_1); + + expect(cursor.position).toBe(bytes); + expect(cursor.seek_start(0).u8_array(bytes)) + .toEqual(test_arrays_1[little_endian]); + expect(cursor.position).toBe(bytes); + + cursor[method_name](test_number_2); + + expect(cursor.position).toBe(2 * bytes); + expect(cursor.seek_start(0).u8_array(2 * bytes)) + .toEqual(test_arrays_1[little_endian].concat(test_arrays_2[little_endian])); + } + }); +} + +test_integer_write('write_u8'); +test_integer_write('write_u16'); +test_integer_write('write_u32'); + +test('write_f32', () => { + for (const little_endian of [false, true]) { + const cursor = new ArrayBufferCursor(0, little_endian); + cursor.write_f32(1337.9001); + + expect(cursor.position).toBe(4); + expect(cursor.seek(-4).f32()).toBeCloseTo(1337.9001, 4); + expect(cursor.position).toBe(4); + + cursor.write_f32(103.502); + + expect(cursor.position).toBe(8); + expect(cursor.seek(-4).f32()).toBeCloseTo(103.502, 3); + } +}); + +test('write_u8_array', () => { + for (const little_endian of [false, true]) { + const bytes = 10; + const cursor = new ArrayBufferCursor(2 * bytes, little_endian); + const uint8_array = new Uint8Array(cursor.buffer); + const test_array_1 = []; + const test_array_2 = []; + + for (let i = 1; i <= bytes; ++i) { + test_array_1.push(i); + test_array_2.push(i + bytes); + } + + cursor.write_u8_array(test_array_1); + + expect(cursor.position).toBe(bytes); + + for (let i = 0; i < bytes; ++i) { + expect(uint8_array[i]).toBe(test_array_1[i]); + } + + cursor.write_u8_array(test_array_2); + + expect(cursor.position).toBe(2 * bytes); + + for (let i = 0; i < bytes; ++i) { + expect(uint8_array[i]).toBe(test_array_1[i]); + } + + for (let i = 0; i < bytes; ++i) { + expect(uint8_array[i + bytes]).toBe(test_array_2[i]); + } + } +}); diff --git a/src/data/ArrayBufferCursor.ts b/src/data/ArrayBufferCursor.ts new file mode 100644 index 00000000..efeea9d4 --- /dev/null +++ b/src/data/ArrayBufferCursor.ts @@ -0,0 +1,432 @@ +// TODO: remove dependency on text-encoding because it is no longer maintained. +import { TextDecoder, TextEncoder } from 'text-encoding'; + +const ASCII_DECODER = new TextDecoder('ascii'); +const UTF_16BE_DECODER = new TextDecoder('utf-16be'); +const UTF_16LE_DECODER = new TextDecoder('utf-16le'); + +const ASCII_ENCODER = new TextEncoder('ascii'); +const UTF_16BE_ENCODER = new TextEncoder('utf-16be'); +const UTF_16LE_ENCODER = new TextEncoder('utf-16le'); + +/** + * A cursor for reading and writing binary data. + * Uses an ArrayBuffer internally. This buffer is reallocated if and only if a write beyond the current capacity happens. + */ +export class ArrayBufferCursor { + /** + * The cursor's size. This value will always be non-negative and equal to or smaller than the cursor's capacity. + */ + get size(): number { + return this._size; + } + + set size(size: number) { + if (size < 0) { + throw new Error('Size should be non-negative.') + } + + this._ensure_capacity(size); + this._size = size; + } + + /** + * The position from where bytes will be read or written. + */ + position: number; + + /** + * Byte order mode. + */ + little_endian: boolean; + + /** + * The amount of bytes left to read from the current position onward. + */ + get bytes_left(): number { + return this.size - this.position; + } + + /** + * The size of the underlying buffer. This value will always be equal to or greater than the cursor's size. + */ + get capacity(): number { + return this.buffer.byteLength; + } + + buffer: ArrayBuffer; + + private _size: number = 0; + private _dv: DataView; + private _uint8_array: Uint8Array; + private _utf_16_decoder: TextDecoder; + private _utf_16_encoder: TextEncoder; + + /** + * @param buffer_or_capacity - If an ArrayBuffer is given, writes to the cursor will be reflected in this array buffer and vice versa until a cursor write that requires allocating a new internal buffer happens + * @param little_endian - Decides in which byte order multi-byte integers and floats will be interpreted + */ + constructor(buffer_or_capacity: ArrayBuffer | number, little_endian?: boolean) { + if (typeof buffer_or_capacity === 'number') { + this.buffer = new ArrayBuffer(buffer_or_capacity); + this.size = 0; + } else if (buffer_or_capacity instanceof ArrayBuffer) { + this.buffer = buffer_or_capacity; + this.size = this.buffer.byteLength; + } else { + throw new Error('buffer_or_capacity should be an ArrayBuffer or a number.'); + } + + this.little_endian = !!little_endian; + this.position = 0; + this._dv = new DataView(this.buffer); + this._uint8_array = new Uint8Array(this.buffer, 0, this.size); + this._utf_16_decoder = little_endian ? UTF_16LE_DECODER : UTF_16BE_DECODER; + this._utf_16_encoder = little_endian ? UTF_16LE_ENCODER : UTF_16BE_ENCODER; + } + + // + // Public methods + // + + /** + * Seek forward or backward by a number of bytes. + * + * @param offset - if positive, seeks forward by offset bytes, otherwise seeks backward by -offset bytes. + */ + seek(offset: number) { + return this.seek_start(this.position + offset); + } + + /** + * Seek forward from the start of the cursor by a number of bytes. + * + * @param offset - greater or equal to 0 and smaller than size + */ + seek_start(offset: number) { + if (offset < 0 || offset > this.size) { + throw new Error(`Offset ${offset} is out of bounds.`); + } + + this.position = offset; + return this; + } + + /** + * Seek backward from the end of the cursor by a number of bytes. + * + * @param offset - greater or equal to 0 and smaller than size + */ + seek_end(offset: number) { + if (offset < 0 || offset > this.size) { + throw new Error(`Offset ${offset} is out of bounds.`); + } + + this.position = this.size - offset; + return this; + } + + /** + * Reads an unsigned 8-bit integer and increments position by 1. + */ + u8() { + return this._dv.getUint8(this.position++); + } + + /** + * Reads an unsigned 16-bit integer and increments position by 2. + */ + u16() { + const r = this._dv.getUint16(this.position, this.little_endian); + this.position += 2; + return r; + } + + /** + * Reads an unsigned 32-bit integer and increments position by 4. + */ + u32() { + const r = this._dv.getUint32(this.position, this.little_endian); + this.position += 4; + return r; + } + + /** + * Reads a signed 16-bit integer and increments position by 2. + */ + i16() { + const r = this._dv.getInt16(this.position, this.little_endian); + this.position += 2; + return r; + } + + /** + * Reads a signed 32-bit integer and increments position by 4. + */ + i32() { + const r = this._dv.getInt32(this.position, this.little_endian); + this.position += 4; + return r; + } + + /** + * Reads a 32-bit floating point number and increments position by 4. + */ + f32() { + const r = this._dv.getFloat32(this.position, this.little_endian); + this.position += 4; + return r; + } + + /** + * Reads n unsigned 8-bit integers and increments position by n. + */ + u8_array(n: number): number[] { + const array = []; + for (let i = 0; i < n; ++i) array.push(this._dv.getUint8(this.position++)); + return array; + } + + /** + * Reads n unsigned 16-bit integers and increments position by 2n. + */ + u16_array(n: number): number[] { + const array = []; + + for (let i = 0; i < n; ++i) { + array.push(this._dv.getUint16(this.position, this.little_endian)); + this.position += 2; + } + + return array; + } + + /** + * Consumes a variable number of bytes. + * + * @param size - the amount bytes to consume. + * @returns a new cursor containing size bytes. + */ + take(size: number): ArrayBufferCursor { + if (size < 0 || size > this.size - this.position) { + throw new Error(`Size ${size} out of bounds.`); + } + + this.position += size; + return new ArrayBufferCursor( + this.buffer.slice(this.position - size, this.position), this.little_endian); + } + + /** + * Consumes up to max_byte_length bytes. + */ + string_ascii(max_byte_length: number, null_terminated: boolean, drop_remaining: boolean) { + const string_length = null_terminated + ? this._index_of_u8(0, max_byte_length) - this.position + : max_byte_length; + + const r = ASCII_DECODER.decode( + new DataView(this.buffer, this.position, string_length)); + this.position += drop_remaining + ? max_byte_length + : Math.min(string_length + 1, max_byte_length); + return r; + } + + /** + * Consumes up to max_byte_length bytes. + */ + string_utf_16(max_byte_length: number, null_terminated: boolean, drop_remaining: boolean) { + const string_length = null_terminated + ? this._index_of_u16(0, max_byte_length) - this.position + : Math.floor(max_byte_length / 2) * 2; + + const r = this._utf_16_decoder.decode( + new DataView(this.buffer, this.position, string_length)); + this.position += drop_remaining + ? max_byte_length + : Math.min(string_length + 2, max_byte_length); + return r; + } + + /** + * Writes an unsigned 8-bit integer and increments position by 1. If necessary, grows the cursor and reallocates the underlying buffer. + */ + write_u8(value: number) { + this._ensure_capacity(this.position + 1); + + this._dv.setUint8(this.position++, value); + + if (this.position > this.size) { + this.size = this.position; + } + + return this; + } + + /** + * Writes an unsigned 16-bit integer and increments position by 2. If necessary, grows the cursor and reallocates the underlying buffer. + */ + write_u16(value: number) { + this._ensure_capacity(this.position + 2); + + this._dv.setUint16(this.position, value, this.little_endian); + this.position += 2; + + if (this.position > this.size) { + this.size = this.position; + } + + return this; + } + + /** + * Writes an unsigned 32-bit integer and increments position by 4. If necessary, grows the cursor and reallocates the underlying buffer. + */ + write_u32(value: number) { + this._ensure_capacity(this.position + 4); + + this._dv.setUint32(this.position, value, this.little_endian); + this.position += 4; + + if (this.position > this.size) { + this.size = this.position; + } + + return this; + } + + /** + * Writes an signed 32-bit integer and increments position by 4. If necessary, grows the cursor and reallocates the underlying buffer. + */ + write_i32(value: number) { + this._ensure_capacity(this.position + 4); + + this._dv.setInt32(this.position, value, this.little_endian); + this.position += 4; + + if (this.position > this.size) { + this.size = this.position; + } + + return this; + } + + /** + * Writes a 32-bit floating point number and increments position by 4. If necessary, grows the cursor and reallocates the underlying buffer. + */ + write_f32(value: number) { + this._ensure_capacity(this.position + 4); + + this._dv.setFloat32(this.position, value, this.little_endian); + this.position += 4; + + if (this.position > this.size) { + this.size = this.position; + } + + return this; + } + + /** + * Writes an array of unsigned 8-bit integers and increments position by the array's length. If necessary, grows the cursor and reallocates the underlying buffer. + */ + write_u8_array(array: number[]) { + this._ensure_capacity(this.position + array.length); + + new Uint8Array(this.buffer, this.position).set(new Uint8Array(array)); + this.position += array.length; + + if (this.position > this.size) { + this.size = this.position; + } + + return this; + } + + /** + * Writes the contents of other and increments position by the size of other. If necessary, grows the cursor and reallocates the underlying buffer. + */ + write_cursor(other: ArrayBufferCursor) { + this._ensure_capacity(this.position + other.size); + + new Uint8Array(this.buffer, this.position).set(new Uint8Array(other.buffer)); + this.position += other.size; + + if (this.position > this.size) { + this.size = this.position; + } + + return this; + } + + write_string_ascii(str: string, byte_length: number) { + let i = 0; + + for (const byte of ASCII_ENCODER.encode(str)) { + if (i < byte_length) { + this.write_u8(byte); + ++i; + } + } + + while (i < byte_length) { + this.write_u8(0); + ++i; + } + } + + /** + * @returns a Uint8Array that remains a write-through view of the underlying array buffer until the buffer is reallocated. + */ + uint8_array_view(): Uint8Array { + return this._uint8_array; + } + + // + // Private methods + // + + _index_of_u8(value: number, max_byte_length: number) { + const max_pos = Math.min(this.position + max_byte_length, this.size); + + for (let i = this.position; i < max_pos; ++i) { + if (this._dv.getUint8(i) === value) { + return i; + } + } + + return this.position + max_byte_length; + } + + _index_of_u16(value: number, max_byte_length: number) { + const max_pos = Math.min(this.position + max_byte_length, this.size); + + for (let i = this.position; i < max_pos; i += 2) { + if (this._dv.getUint16(i, this.little_endian) === value) { + return i; + } + } + + return this.position + max_byte_length; + } + + /** + * Increases buffer size if necessary. + */ + _ensure_capacity(min_new_size: number) { + if (min_new_size > this.capacity) { + let new_size = this.capacity || min_new_size; + + do { + new_size *= 2; + } while (new_size < min_new_size); + + const new_buffer = new ArrayBuffer(new_size); + new Uint8Array(new_buffer).set(new Uint8Array(this.buffer, 0, this.size)); + this.buffer = new_buffer; + this._dv = new DataView(this.buffer); + this._uint8_array = new Uint8Array(this.buffer, 0, min_new_size); + } + } +} diff --git a/src/data/compression/prs/compress.ts b/src/data/compression/prs/compress.ts new file mode 100644 index 00000000..5f23f53a --- /dev/null +++ b/src/data/compression/prs/compress.ts @@ -0,0 +1,298 @@ +/** + * This code is based on the Sylverant PRS compression code written by Lawrence Sebald. + */ + +import { ArrayBufferCursor } from '../../ArrayBufferCursor'; + +export function compress(src: ArrayBufferCursor): ArrayBufferCursor { + const ctx = new Context(src); + const hash_table = new HashTable(); + + if (ctx.src.size <= 3) { + // Make a literal copy of the input. + while (ctx.src.bytes_left) { + ctx.set_bit(1); + ctx.copy_literal(); + } + } else { + // Add the first two "strings" to the hash table. + hash_table.put(hash_table.hash(ctx.src), 0); + ctx.src.seek(1); + hash_table.put(hash_table.hash(ctx.src), 1); + ctx.src.seek(-1); + + // Copy the first two bytes as literals. + ctx.set_bit(1); + ctx.copy_literal(); + ctx.set_bit(1); + ctx.copy_literal(); + + while (ctx.src.bytes_left > 1) { + let [offset, mlen] = ctx.find_longest_match(hash_table, false); + + if (mlen > 0) { + ctx.src.seek(1); + const [offset2, mlen2] = ctx.find_longest_match(hash_table, true); + ctx.src.seek(-1); + + // Did the "lazy match" produce something more compressed? + if (mlen2 > mlen) { + let copy_literal = true; + // Check if it is a good idea to switch from a short match to a long one. + if (mlen >= 2 && mlen <= 5 && offset2 < offset) { + if (offset >= -256 && offset2 < -256) { + if (mlen2 - mlen < 3) { + copy_literal = false; + } + } + } + + if (copy_literal) { + ctx.set_bit(1); + ctx.copy_literal(); + continue; + } + } + + // What kind of match did we find? + if (mlen >= 2 && mlen <= 5 && offset >= -256) { + // Short match. + ctx.set_bit(0); + ctx.set_bit(0); + ctx.set_bit((mlen - 2) & 0x02); + ctx.set_bit((mlen - 2) & 0x01); + ctx.write_literal(offset & 0xFF); + ctx.add_intermediates(hash_table, mlen); + continue; + } else if (mlen >= 3 && mlen <= 9) { + // Long match, short length. + ctx.set_bit(0); + ctx.set_bit(1); + ctx.write_literal(((offset & 0x1F) << 3) | ((mlen - 2) & 0x07)); + ctx.write_literal(offset >> 5); + ctx.add_intermediates(hash_table, mlen); + continue; + } else if (mlen > 9) { + // Long match, long length. + if (mlen > 256) { + mlen = 256; + } + + ctx.set_bit(0); + ctx.set_bit(1); + ctx.write_literal((offset & 0x1F) << 3); + ctx.write_literal(offset >> 5); + ctx.write_literal(mlen - 1); + ctx.add_intermediates(hash_table, mlen); + continue; + } + } + + // If we get here, we didn't find a suitable match, so just we just make a literal copy. + ctx.set_bit(1); + ctx.copy_literal(); + } + + // If there's a left over byte at the end, make a literal copy. + if (ctx.src.bytes_left) { + ctx.set_bit(1); + ctx.copy_literal(); + } + } + + ctx.write_eof(); + + return ctx.dst.seek_start(0); +} + +const MAX_WINDOW = 0x2000; +const WINDOW_MASK = MAX_WINDOW - 1; +const HASH_SIZE = 1 << 8; + +class Context { + src: ArrayBufferCursor; + dst: ArrayBufferCursor; + flags: number; + flag_bits_left: number; + flag_offset: number; + + constructor(cursor: ArrayBufferCursor) { + this.src = cursor; + this.dst = new ArrayBufferCursor(cursor.size, cursor.little_endian); + this.flags = 0; + this.flag_bits_left = 0; + this.flag_offset = 0; + } + + set_bit(bit: number): void { + if (!this.flag_bits_left--) { + // Write out the flags to their position in the file, and store the next flags byte position. + const pos = this.dst.position; + this.dst + .seek_start(this.flag_offset) + .write_u8(this.flags) + .seek_start(pos) + .write_u8(0); // Placeholder for the next flags byte. + this.flag_offset = pos; + this.flag_bits_left = 7; + } + + this.flags >>>= 1; + + if (bit) { + this.flags |= 0x80; + } + } + + copy_literal(): void { + this.dst.write_u8(this.src.u8()); + } + + write_literal(value: number): void { + this.dst.write_u8(value); + } + + write_final_flags(): void { + this.flags >>>= this.flag_bits_left; + const pos = this.dst.position; + this.dst + .seek_start(this.flag_offset) + .write_u8(this.flags) + .seek_start(pos); + } + + write_eof(): void { + this.set_bit(0); + this.set_bit(1); + + this.write_final_flags(); + + this.write_literal(0); + this.write_literal(0); + } + + match_length(s2: number): number { + const array = this.src.uint8_array_view(); + let len = 0; + let s1 = this.src.position; + + while (s1 < array.byteLength && array[s1] === array[s2]) { + ++len; + ++s1; + ++s2; + } + + return len; + } + + find_longest_match(hash_table: HashTable, lazy: boolean): [number, number] { + if (!this.src.bytes_left) { + return [0, 0]; + } + + // Figure out where we're looking. + const hash = hash_table.hash(this.src); + + // If there is nothing in the table at that point, bail out now. + let entry = hash_table.get(hash); + + if (entry === null) { + if (!lazy) { + hash_table.put(hash, this.src.position); + } + + return [0, 0]; + } + + // If we'd go outside the window, truncate the hash chain now. + if (this.src.position - entry > MAX_WINDOW) { + hash_table.hash_to_offset[hash] = null; + + if (!lazy) { + hash_table.put(hash, this.src.position); + } + + return [0, 0]; + } + + // Ok, we have something in the hash table that matches the hash value. + // Follow the chain to see if we have an actual string match, and find the longest match. + let longest_length = 0; + let longest_match = 0; + + while (entry != null) { + const mlen = this.match_length(entry); + + if (mlen > longest_length || mlen >= 256) { + longest_length = mlen; + longest_match = entry; + } + + // Follow the chain, making sure not to exceed a difference of MAX_WINDOW. + let entry2 = hash_table.prev(entry); + + if (entry2 !== null) { + // If we'd go outside the window, truncate the hash chain now. + if (this.src.position - entry2 > MAX_WINDOW) { + hash_table.set_prev(entry, null); + entry2 = null; + } + } + + entry = entry2; + } + + // Add our current string to the hash. + if (!lazy) { + hash_table.put(hash, this.src.position); + } + + // Did we find a match? + const offset = longest_length > 0 ? longest_match - this.src.position : 0; + return [offset, longest_length]; + } + + add_intermediates(hash_table: HashTable, len: number): void { + this.src.seek(1); + + for (let i = 1; i < len; ++i) { + const hash = hash_table.hash(this.src); + hash_table.put(hash, this.src.position); + this.src.seek(1); + } + } +} + +class HashTable { + hash_to_offset: Array = new Array(HASH_SIZE).fill(null); + masked_offset_to_prev: Array = new Array(MAX_WINDOW).fill(null); + + hash(cursor: ArrayBufferCursor): number { + let hash = cursor.u8(); + + if (cursor.bytes_left) { + hash ^= cursor.u8(); + cursor.seek(-1); + } + + cursor.seek(-1); + return hash; + } + + get(hash: number): number | null { + return this.hash_to_offset[hash]; + } + + put(hash: number, offset: number): void { + this.set_prev(offset, this.hash_to_offset[hash]); + this.hash_to_offset[hash] = offset; + } + + prev(offset: number): number | null { + return this.masked_offset_to_prev[offset & WINDOW_MASK]; + } + + set_prev(offset: number, prev_offset: number | null): void { + this.masked_offset_to_prev[offset & WINDOW_MASK] = prev_offset; + } +} diff --git a/src/data/compression/prs/decompress.ts b/src/data/compression/prs/decompress.ts new file mode 100644 index 00000000..9ed5c07b --- /dev/null +++ b/src/data/compression/prs/decompress.ts @@ -0,0 +1,117 @@ +/** + * This code is based on the Sylverant PRS decompression code written by Lawrence Sebald. + */ + +/*eslint no-use-before-define: "off"*/ +import { ArrayBufferCursor } from '../../ArrayBufferCursor'; + +export function decompress(cursor: ArrayBufferCursor) { + const ctx = new Context(cursor); + + while (true) { + if (ctx.read_flag_bit() === 1) { + // Single byte copy. + ctx.copy_u8(); + } else { + // Multi byte copy. + let length; + let offset; + + if (ctx.read_flag_bit() === 0) { + // Short copy. + length = ctx.read_flag_bit() << 1; + length |= ctx.read_flag_bit(); + length += 2; + + offset = ctx.read_u8() - 256; + } else { + // Long copy or end of file. + offset = ctx.read_u16(); + + // Two zero bytes implies that this is the end of the file. + if (offset === 0) { + break; + } + + // Do we need to read a length byte, or is it encoded in what we already have? + length = offset & 0b111; + offset >>>= 3; + + if (length === 0) { + length = ctx.read_u8(); + length += 1; + } else { + length += 2; + } + + offset -= 8192; + } + + ctx.offset_copy(offset, length); + } + } + + return ctx.dst.seek_start(0); +} + +class Context { + src: ArrayBufferCursor; + dst: ArrayBufferCursor; + flags: number; + flag_bits_left: number; + + constructor(cursor: ArrayBufferCursor) { + this.src = cursor; + this.dst = new ArrayBufferCursor(4 * cursor.size, cursor.little_endian); + this.flags = 0; + this.flag_bits_left = 0; + } + + read_flag_bit() { + // Fetch a new flag byte when the previous byte has been processed. + if (this.flag_bits_left === 0) { + this.flags = this.read_u8(); + this.flag_bits_left = 8; + } + + let bit = this.flags & 1; + this.flags >>>= 1; + this.flag_bits_left -= 1; + return bit; + } + + copy_u8() { + this.dst.write_u8(this.read_u8()); + } + + read_u8() { + return this.src.u8(); + } + + read_u16() { + return this.src.u16(); + } + + offset_copy(offset: number, length: number) { + if (offset < -8192 || offset > 0) { + console.error(`offset was ${offset}, should be between -8192 and 0.`); + } + + if (length < 1 || length > 256) { + console.error(`length was ${length}, should be between 1 and 256.`); + } + + // The length can be larger than -offset, in that case we copy -offset bytes size/-offset times. + const buf_size = Math.min(-offset, length); + + this.dst.seek(offset); + const buf = this.dst.take(buf_size); + this.dst.seek(-offset - buf_size); + + for (let i = 0; i < Math.floor(length / buf_size); ++i) { + this.dst.write_cursor(buf); + } + + this.dst.write_cursor(buf.take(length % buf_size)); + } +} diff --git a/src/data/compression/prs/index.test.js b/src/data/compression/prs/index.test.js new file mode 100644 index 00000000..7e5f3e45 --- /dev/null +++ b/src/data/compression/prs/index.test.js @@ -0,0 +1,83 @@ +import { ArrayBufferCursor } from '../../ArrayBufferCursor'; +import { compress, decompress } from '../prs'; + +function test_with_bytes(bytes: number[], expected_compressed_size: number) { + const cursor = new ArrayBufferCursor(new Uint8Array(bytes).buffer, true); + + for (const byte of bytes) { + cursor.write_u8(byte); + } + + cursor.seek_start(0); + const compressed_cursor = compress(cursor); + + expect(compressed_cursor.size).toBe(expected_compressed_size); + + const test_cursor = decompress(compressed_cursor); + cursor.seek_start(0); + + expect(test_cursor.size).toBe(cursor.size); + + while (cursor.bytes_left) { + if (cursor.u8() !== test_cursor.u8()) { + cursor.seek(-1); + test_cursor.seek(-1); + break; + } + } + + expect(test_cursor.position).toBe(test_cursor.size); +} + +test('PRS compression and decompression, best case', () => { + // Compression factor: 0.018 + test_with_bytes(new Array(1000).fill(128), 18); +}); + +test('PRS compression and decompression, worst case', () => { + const prng = new Prng(); + + // Compression factor: 1.124 + test_with_bytes(new Array(1000).fill(0).map(_ => prng.next_integer(0, 255)), 1124); +}); + +test('PRS compression and decompression, typical case', () => { + const prng = new Prng(); + const pattern = [0, 0, 2, 0, 3, 0, 5, 0, 0, 0, 7, 9, 11, 13, 0, 0]; + const arrays = new Array(100) + .fill(pattern) + .map(array => array.map(e => e + prng.next_integer(0, 10))); + const flattened_array = [].concat.apply([], arrays); + + // Compression factor: 0.834 + test_with_bytes(flattened_array, 1335); +}); + +test('PRS compression and decompression, 0 bytes', () => { + test_with_bytes([], 3); +}); + +test('PRS compression and decompression, 1 byte', () => { + test_with_bytes([111], 4); +}); + +test('PRS compression and decompression, 2 bytes', () => { + test_with_bytes([111, 224], 5); +}); + +test('PRS compression and decompression, 3 bytes', () => { + test_with_bytes([56, 237, 158], 6); +}); + +class Prng { + seed = 1; + + next(): number { + const x = Math.sin(this.seed++) * 10000; + return x - Math.floor(x); + } + + next_integer(min: number, max: number): number { + return Math.floor(this.next() * (max + 1 - min)) + min; + } +} diff --git a/src/data/compression/prs/index.ts b/src/data/compression/prs/index.ts new file mode 100644 index 00000000..13e08870 --- /dev/null +++ b/src/data/compression/prs/index.ts @@ -0,0 +1,2 @@ +export { compress } from './compress'; +export { decompress } from './decompress'; \ No newline at end of file diff --git a/src/data/loading/areas.ts b/src/data/loading/areas.ts new file mode 100644 index 00000000..a26762c1 --- /dev/null +++ b/src/data/loading/areas.ts @@ -0,0 +1,79 @@ +import { Object3D } from 'three'; +import { Section } from '../../domain'; +import { get_area_render_data, get_area_collision_data } from './assets'; +import { parse_c_rel, parse_n_rel } from '../parsing/geometry'; + +// +// Caches +// +const sections_cache: Map> = new Map(); +const render_geometry_cache: Map> = new Map(); +const collision_geometry_cache: Map> = new Map(); + +export function get_area_sections( + episode: number, + area_id: number, + area_variant: number +): Promise { + const sections = sections_cache.get(`${episode}-${area_id}-${area_variant}`); + + if (sections) { + return sections; + } else { + return get_area_sections_and_render_geometry( + episode, area_id, area_variant).then(({sections}) => sections); + } +} + +export function get_area_render_geometry( + episode: number, + area_id: number, + area_variant: number +): Promise { + const object_3d = render_geometry_cache.get(`${episode}-${area_id}-${area_variant}`); + + if (object_3d) { + return object_3d; + } else { + return get_area_sections_and_render_geometry( + episode, area_id, area_variant).then(({object_3d}) => object_3d); + } +} + +export function get_area_collision_geometry( + episode: number, + area_id: number, + area_variant: number +): Promise { + const object_3d = collision_geometry_cache.get(`${episode}-${area_id}-${area_variant}`); + + if (object_3d) { + return object_3d; + } else { + const object_3d = get_area_collision_data( + episode, area_id, area_variant).then(parse_c_rel); + collision_geometry_cache.set(`${area_id}-${area_variant}`, object_3d); + return object_3d; + } +} + +function get_area_sections_and_render_geometry( + episode: number, + area_id: number, + area_variant: number +): Promise<{ sections: Section[], object_3d: Object3D }> { + const promise = get_area_render_data( + episode, area_id, area_variant).then(parse_n_rel); + + const sections = new Promise((resolve, reject) => { + promise.then(({sections}) => resolve(sections)).catch(reject); + }); + const object_3d = new Promise((resolve, reject) => { + promise.then(({object_3d}) => resolve(object_3d)).catch(reject); + }); + + sections_cache.set(`${episode}-${area_id}-${area_variant}`, sections); + render_geometry_cache.set(`${episode}-${area_id}-${area_variant}`, object_3d); + + return promise; +} diff --git a/src/data/loading/assets.ts b/src/data/loading/assets.ts new file mode 100644 index 00000000..53dead84 --- /dev/null +++ b/src/data/loading/assets.ts @@ -0,0 +1,216 @@ +import { NpcType, ObjectType } from '../../domain'; + +export function get_area_render_data( + episode: number, + area_id: number, + area_version: number +): Promise { + return get_area_asset(episode, area_id, area_version, 'render'); +} + +export function get_area_collision_data( + episode: number, + area_id: number, + area_version: number +): Promise { + return get_area_asset(episode, area_id, area_version, 'collision'); +} + +export async function get_npc_data(npc_type: NpcType): Promise<{ url: string, data: ArrayBuffer }> { + try { + const url = npc_type_to_url(npc_type); + const data = await get_asset(url); + return ({ url, data }); + } catch (e) { + return Promise.reject(e); + } +} + +export async function get_object_data(object_type: ObjectType): Promise<{ url: string, data: ArrayBuffer }> { + try { + const url = object_type_to_url(object_type); + const data = await get_asset(url); + return ({ url, data }); + } catch (e) { + return Promise.reject(e); + } +} + +/** + * Cache for the binary data. + */ +const buffer_cache: Map> = new Map(); + +function get_asset(url: string): Promise { + const promise = buffer_cache.get(url); + + if (promise) { + return promise; + } else { + const base_url = process.env.PUBLIC_URL; + const promise = fetch(base_url + url).then(r => r.arrayBuffer()); + buffer_cache.set(url, promise); + return promise; + } +} + +const area_base_names = [ + [ + ['city00_00', 1], + ['forest01', 1], + ['forest02', 1], + ['cave01_', 6], + ['cave02_', 5], + ['cave03_', 6], + ['machine01_', 6], + ['machine02_', 6], + ['ancient01_', 5], + ['ancient02_', 5], + ['ancient03_', 5], + ['boss01', 1], + ['boss02', 1], + ['boss03', 1], + ['darkfalz00', 1] + ], + [ + ['labo00_00', 1], + ['ruins01_', 3], + ['ruins02_', 3], + ['space01_', 3], + ['space02_', 3], + ['jungle01_00', 1], + ['jungle02_00', 1], + ['jungle03_00', 1], + ['jungle04_', 3], + ['jungle05_00', 1], + ['seabed01_', 3], + ['seabed02_', 3], + ['boss05', 1], + ['boss06', 1], + ['boss07', 1], + ['boss08', 1], + ['jungle06_00', 1], + ['jungle07_', 5] + ], + [ + // Don't remove, see usage of area_base_names in area_version_to_base_url. + ], + [ + ['city02_00', 1], + ['wilds01_00', 1], + ['wilds01_01', 1], + ['wilds01_02', 1], + ['wilds01_03', 1], + ['crater01_00', 1], + ['desert01_', 3], + ['desert02_', 3], + ['desert03_', 3], + ['boss09_00', 1] + ] +]; + +function area_version_to_base_url( + episode: number, + area_id: number, + area_variant: number +): string { + const episode_base_names = area_base_names[episode - 1]; + + if (0 <= area_id && area_id < episode_base_names.length) { + const [base_name, variants] = episode_base_names[area_id]; + + if (0 <= area_variant && area_variant < variants) { + let variant: string; + + if (variants === 1) { + variant = ''; + } else { + variant = String(area_variant); + while (variant.length < 2) variant = '0' + variant; + } + + return `/maps/map_${base_name}${variant}`; + } else { + throw new Error(`Unknown variant ${area_variant} of area ${area_id} in episode ${episode}.`); + } + } else { + throw new Error(`Unknown episode ${episode} area ${area_id}.`); + } +} + +type AreaAssetType = 'render' | 'collision'; + +function get_area_asset( + episode: number, + area_id: number, + area_variant: number, + type: AreaAssetType +): Promise { + try { + const base_url = area_version_to_base_url(episode, area_id, area_variant); + const suffix = type === 'render' ? 'n.rel' : 'c.rel'; + return get_asset(base_url + suffix); + } catch (e) { + return Promise.reject(e); + } +} + +function npc_type_to_url(npc_type: NpcType): string { + switch (npc_type) { + // The dubswitch model in in XJ format. + case NpcType.Dubswitch: return `/npcs/${npc_type.code}.xj`; + + // Episode II VR Temple + + case NpcType.Hildebear2: return npc_type_to_url(NpcType.Hildebear); + case NpcType.Hildeblue2: return npc_type_to_url(NpcType.Hildeblue); + case NpcType.RagRappy2: return npc_type_to_url(NpcType.RagRappy); + case NpcType.Monest2: return npc_type_to_url(NpcType.Monest); + case NpcType.PoisonLily2: return npc_type_to_url(NpcType.PoisonLily); + case NpcType.NarLily2: return npc_type_to_url(NpcType.NarLily); + case NpcType.GrassAssassin2: return npc_type_to_url(NpcType.GrassAssassin); + case NpcType.Dimenian2: return npc_type_to_url(NpcType.Dimenian); + case NpcType.LaDimenian2: return npc_type_to_url(NpcType.LaDimenian); + case NpcType.SoDimenian2: return npc_type_to_url(NpcType.SoDimenian); + case NpcType.DarkBelra2: return npc_type_to_url(NpcType.DarkBelra); + + // Episode II VR Spaceship + + case NpcType.SavageWolf2: return npc_type_to_url(NpcType.SavageWolf); + case NpcType.BarbarousWolf2: return npc_type_to_url(NpcType.BarbarousWolf); + case NpcType.PanArms2: return npc_type_to_url(NpcType.PanArms); + case NpcType.Dubchic2: return npc_type_to_url(NpcType.Dubchic); + case NpcType.Gilchic2: return npc_type_to_url(NpcType.Gilchic); + case NpcType.Garanz2: return npc_type_to_url(NpcType.Garanz); + case NpcType.Dubswitch2: return npc_type_to_url(NpcType.Dubswitch); + case NpcType.Delsaber2: return npc_type_to_url(NpcType.Delsaber); + case NpcType.ChaosSorcerer2: return npc_type_to_url(NpcType.ChaosSorcerer); + + default: return `/npcs/${npc_type.code}.nj`; + } +} + +function object_type_to_url(object_type: ObjectType): string { + switch (object_type) { + case ObjectType.EasterEgg: + case ObjectType.ChristmasTree: + case ObjectType.ChristmasWreath: + case ObjectType.TwentyFirstCentury: + case ObjectType.Sonic: + case ObjectType.WelcomeBoard: + case ObjectType.FloatingJelifish: + case ObjectType.RuinsSeal: + case ObjectType.Dolphin: + case ObjectType.Cacti: + case ObjectType.BigBrownRock: + case ObjectType.PoisonPlant: + case ObjectType.BigBlackRocks: + case ObjectType.FallingRock: + case ObjectType.DesertFixedTypeBoxBreakableCrystals: + case ObjectType.BeeHive: + return `/objects/${String(object_type.pso_id)}.nj`; + + default: + return `/objects/${String(object_type.pso_id)}.xj`; + } +} diff --git a/src/data/loading/entities.ts b/src/data/loading/entities.ts new file mode 100644 index 00000000..9455329c --- /dev/null +++ b/src/data/loading/entities.ts @@ -0,0 +1,52 @@ +import { BufferGeometry } from 'three'; +import { NpcType, ObjectType } from '../../domain'; +import { get_npc_data, get_object_data } from './assets'; +import { ArrayBufferCursor } from '../ArrayBufferCursor'; +import { parse_nj, parse_xj } from '../parsing/ninja'; + +const npc_cache: Map> = new Map(); +const object_cache: Map> = new Map(); + +export function get_npc_geometry(npc_type: NpcType): Promise { + let geometry = npc_cache.get(String(npc_type.id)); + + if (geometry) { + return geometry; + } else { + geometry = get_npc_data(npc_type).then(({ url, data }) => { + const cursor = new ArrayBufferCursor(data, true); + const object_3d = url.endsWith('.nj') ? parse_nj(cursor) : parse_xj(cursor); + + if (object_3d) { + return object_3d; + } else { + throw new Error('File could not be parsed into a BufferGeometry.'); + } + }); + + npc_cache.set(String(npc_type.id), geometry); + return geometry; + } +} + +export function get_object_geometry(object_type: ObjectType): Promise { + let geometry = object_cache.get(String(object_type.id)); + + if (geometry) { + return geometry; + } else { + geometry = get_object_data(object_type).then(({ url, data }) => { + const cursor = new ArrayBufferCursor(data, true); + const object_3d = url.endsWith('.nj') ? parse_nj(cursor) : parse_xj(cursor); + + if (object_3d) { + return object_3d; + } else { + throw new Error('File could not be parsed into a BufferGeometry.'); + } + }); + + object_cache.set(String(object_type.id), geometry); + return geometry; + } +} diff --git a/src/data/parsing/bin.test.js b/src/data/parsing/bin.test.js new file mode 100644 index 00000000..5d499314 --- /dev/null +++ b/src/data/parsing/bin.test.js @@ -0,0 +1,27 @@ +import * as fs from 'fs'; +import { ArrayBufferCursor } from '../ArrayBufferCursor'; +import * as prs from '../compression/prs'; +import { parse_bin, write_bin } from './bin'; + +/** + * Parse a file, convert the resulting structure to BIN again and check whether the end result is equal to the original. + */ +test('parse_bin and write_bin', () => { + const orig_buffer = fs.readFileSync('test/resources/quest118_e.bin').buffer; + const orig_bin = prs.decompress(new ArrayBufferCursor(orig_buffer, true)); + const test_bin = write_bin(parse_bin(orig_bin)); + orig_bin.seek_start(0); + + expect(test_bin.size).toBe(orig_bin.size); + + let match = true; + + while (orig_bin.bytes_left) { + if (test_bin.u8() !== orig_bin.u8()) { + match = false; + break; + } + } + + expect(match).toBe(true); +}); diff --git a/src/data/parsing/bin.ts b/src/data/parsing/bin.ts new file mode 100644 index 00000000..ff05e8f6 --- /dev/null +++ b/src/data/parsing/bin.ts @@ -0,0 +1,995 @@ +import { ArrayBufferCursor } from '../ArrayBufferCursor'; + +export function parse_bin(cursor: ArrayBufferCursor) { + const object_code_offset = cursor.u32(); + const function_offset_table_offset = cursor.u32(); // Relative offsets + const size = cursor.u32(); + cursor.seek(4); // Always seems to be 0xFFFFFFFF + const quest_number = cursor.u32(); + const language = cursor.u32(); + const quest_name = cursor.string_utf_16(64, true, true); + const short_description = cursor.string_utf_16(256, true, true); + const long_description = cursor.string_utf_16(576, true, true); + + if (size !== cursor.size) { + console.warn(`Value ${size} in bin size field does not match actual size ${cursor.size}.`); + } + + const function_offset_count = Math.floor( + (cursor.size - function_offset_table_offset) / 4); + + cursor.seek_start(function_offset_table_offset); + const function_offsets = []; + + for (let i = 0; i < function_offset_count; ++i) { + function_offsets.push(cursor.i32()); + } + + const instructions = parse_object_code( + cursor.seek_start(object_code_offset).take(function_offset_table_offset - object_code_offset)); + + return { + quest_number, + language, + quest_name, + short_description, + long_description, + function_offsets, + instructions, + data: cursor.seek_start(0).take(cursor.size) + }; +} + +export function write_bin({ data }: { data: ArrayBufferCursor }): ArrayBufferCursor { + return data.seek_start(0); +} + +export interface Instruction { + opcode: number; + mnemonic: string; + args: any[]; + size: number; +} + +function parse_object_code(cursor: ArrayBufferCursor): Instruction[] { + const instructions = []; + + while (cursor.bytes_left) { + const main_opcode = cursor.u8(); + let opcode; + let opsize; + let list; + + switch (main_opcode) { + case 0xF8: + opcode = cursor.u8(); + opsize = 2; + list = F8opcode_list; + break; + case 0xF9: + opcode = cursor.u8(); + opsize = 2; + list = F9opcode_list; + break; + default: + opcode = main_opcode; + opsize = 1; + list = opcode_list; + break; + } + + const [, mnemonic, mask] = list[opcode]; + const opargs = parse_instruction_arguments(cursor, mask); + + if (!opargs) { + console.error(`Parameters unknown for opcode 0x${opcode.toString(16).toUpperCase()}.`); + break; + } + + instructions.push({ + opcode, + mnemonic, + args: opargs.args, + size: opsize + opargs.size + }); + } + + return instructions; +} + +function parse_instruction_arguments(cursor: ArrayBufferCursor, mask: string | null) { + if (mask == null) { + return; + } + + const old_pos = cursor.position; + const args = []; + let size = 0; + + outer: + for (let i = 0; i < mask.length; ++i) { + switch (mask.charAt(i)) { + // Pushes something on the stack + case 'p': + break; + // Pops the stack (no increments) + case 'a': + break outer; + + // Unsigned integers + case 'B': + args.push(cursor.u8()); + size += 1; + break; + case 'W': + args.push(cursor.u16()); + size += 2; + break; + case 'L': + args.push(cursor.u32()); + size += 4; + break; + + // Signed integers + case 'I': + args.push(cursor.i32()); + size += 4; + break; + + // Floats + case 'f': + case 'F': + args.push(cursor.f32()); + size += 4; + break; + + // Registers? + case 'R': + case 'r': + size += 1; + break; + + // Pointers to unsigned integers? + case 'b': + args.push(cursor.u8()); + size += 1; + break; + case 'w': + args.push(cursor.u16()); + size += 2; + break; + case 'l': + args.push(cursor.u32()); + size += 4; + break; + + // Pointers to signed integers? + case 'i': + args.push(cursor.i32()); + size += 4; + break; + + // Variably sized data (e.g. strings)? + case 'j': + case 'J': + size += 1 + cursor.seek(size).u8() * 2; + break; + case 't': + case 'T': + size += 1 + cursor.seek(size).u8(); + break; + case 's': + case 'S': + while (cursor.u16()) { + size += 2; + } + size += 2; + break; + + default: + throw new Error(`Unknown mask part ${mask.charAt(i)}.`); + } + } + + cursor.seek_start(old_pos + size); + return { args, size }; +} + +const opcode_list: Array<[number, string, string | null]> = [ + [0x00, 'nop', ''], + [0x01, 'ret', ''], + [0x02, 'sync', ''], + [0x03, 'exit', 'aL'], + [0x04, 'thread', 'W'], + [0x05, 'va_start', ''], + [0x06, 'va_end', ''], + [0x07, 'va_call', 'W'], + [0x08, 'let', 'RR'], + [0x09, 'leti', 'RI'], + [0x0A, 'unknown', null], + [0x0B, 'unknown', null], + [0x0C, 'unknown', null], + [0x0D, 'unknown', null], + [0x0E, 'unknown', null], + [0x0F, 'unknown', null], + [0x10, 'set', 'R'], + [0x11, 'clear', 'R'], + [0x12, 'rev', 'R'], + [0x13, 'gset', 'w'], + [0x14, 'gclear', 'w'], + [0x15, 'grev', 'w'], + [0x16, 'glet', 'w'], + [0x17, 'gget', 'wR'], + [0x18, 'add', 'RR'], + [0x19, 'addi', 'RI'], + [0x1A, 'sub', 'RR'], + [0x1B, 'subi', 'RI'], + [0x1C, 'mul', 'RR'], + [0x1D, 'muli', 'RI'], + [0x1E, 'div', 'RR'], + [0x1F, 'divi', 'RI'], + [0x20, 'and', 'RR'], + [0x21, 'andi', 'RI'], + [0x22, 'or', 'RR'], + [0x23, 'ori', 'RI'], + [0x24, 'xor', 'RR'], + [0x25, 'xori', 'RI'], + [0x26, 'mod', 'RR'], + [0x27, 'modi', 'RI'], + [0x28, 'jmp', 'W'], + [0x29, 'call', 'W'], + [0x2A, 'jmp_on', 'Wt'], + [0x2B, 'jmp_off', 'Wt'], + [0x2C, 'jmp_=', 'RRW'], + [0x2D, 'jmpi_=', 'RIW'], + [0x2E, 'jmp_!=', 'RRW'], + [0x2F, 'jmpi_!=', 'RIW'], + [0x30, 'ujmp_>', 'RRW'], + [0x31, 'ujmpi_>', 'RLW'], + [0x32, 'jmp_>', 'RRW'], + [0x33, 'jmpi_>', 'RIW'], + [0x34, 'ujmp_<', 'RRW'], + [0x35, 'ujmpi_<', 'RLW'], + [0x36, 'jmp_<', 'RRW'], + [0x37, 'jmpi_<', 'RIW'], + [0x38, 'ujmp_>=', 'RRW'], + [0x39, 'ujmpi_>=', 'RLW'], + [0x3A, 'jmp_>=', 'RRW'], + [0x3B, 'jmpi_>=', 'RIW'], + [0x3C, 'ujmp_<=', 'RRW'], + [0x3D, 'ujmpi_<=', 'RLW'], + [0x3E, 'jmp_<=', 'RRW'], + [0x3F, 'jmpi_<=', 'RIW'], + [0x40, 'switch_jmp', 'Rj'], + [0x41, 'switch_call', 'Rj'], + [0x42, 'stack_push', 'R'], + [0x43, 'stack_pop', 'R'], + [0x44, 'stack_pushm', 'RL'], + [0x45, 'stack_popm', 'RL'], + [0x46, 'unknown', null], + [0x47, 'unknown', null], + [0x48, 'arg_pushr', 'pR'], + [0x49, 'arg_pushl', 'pI'], + [0x4A, 'arg_pushb', 'pB'], + [0x4B, 'arg_pushw', 'pW'], + [0x4C, 'unknown', null], + [0x4D, 'unknown', null], + [0x4E, 'arg_pushs', 'ps'], + [0x4F, 'unknown4F', 'RR'], + [0x50, 'message', 'aLs'], + [0x51, 'list', 'aRs'], + [0x52, 'fadein', ''], + [0x53, 'fadeout', ''], + [0x54, 'se', 'aL'], + [0x55, 'bgm', 'aL'], + [0x56, 'unknown', null], + [0x57, 'unknown', null], + [0x58, 'enable', 'aL'], + [0x59, 'disable', 'aL'], + [0x5A, 'window_msg', 'as'], + [0x5B, 'add_msg', 'as'], + [0x5C, 'mesend', ''], + [0x5D, 'gettime', 'R'], + [0x5E, 'winend', ''], + [0x5F, 'unknown', null], + //[ 0x60, 'npc_crt_V1', null ], + [0x60, 'npc_crt_V3', 'R'], + [0x61, 'npc_stop', 'aR'], + [0x62, 'npc_play', 'aL'], + [0x63, 'npc_kill', 'aR'], + [0x64, 'npc_nont', ''], + [0x65, 'npc_talk', ''], + //[ 0x66, 'npc_crp_V1', null ], + [0x66, 'npc_crp_V3', 'R'], + [0x67, 'unknown', null], + [0x68, 'create_pipe', 'aL'], + //[ 0x69, 'p_hpstat_V1', null ], + [0x69, 'p_hpstat_V3', 'aRL'], + //[ 0x6A, 'p_dead_V1', null ], + [0x6A, 'p_dead_V3', 'aRL'], + [0x6B, 'p_disablewarp', ''], + [0x6C, 'p_enablewarp', ''], + //[ 0x6D, 'p_move_V1', null ], + [0x6D, 'p_move_V3', 'R'], + [0x6E, 'p_look', 'aL'], + [0x6F, 'unknown', null], + [0x70, 'p_action_disable', ''], + [0x71, 'p_action_enable', ''], + [0x72, 'disable_movement1', 'aR'], + [0x73, 'enable_movement1', 'aR'], + [0x74, 'p_noncol', ''], + [0x75, 'p_col', ''], + [0x76, 'p_setpos', 'aRR'], + [0x77, 'p_return_guild', ''], + [0x78, 'p_talk_guild', 'aL'], + //[ 0x79, 'npc_talk_pl_V1', null ], + [0x79, 'npc_talk_pl_V3', 'R'], + [0x7A, 'npc_talk_kill', 'aL'], + //[ 0x7B, 'npc_crtpk_V1', null ], + [0x7B, 'npc_crtpk_V3', 'R'], + //[ 0x7C, 'npc_crppk_V1', null ], + [0x7C, 'npc_crppk_V3', 'R'], + //[ 0x7D, 'npc_crptalk_v1', null ], + [0x7D, 'npc_crptalk_v3', 'R'], + [0x7E, 'p_look_at_V1', 'aLL'], + //[ 0x7F, 'npc_crp_id_V1', null ], + [0x7F, 'npc_crp_id_V3', 'R'], + [0x80, 'cam_quake', ''], + [0x81, 'cam_adj', ''], + [0x82, 'cam_zmin', ''], + [0x83, 'cam_zmout', ''], + //[ 0x84, 'cam_pan_V1', null ], + [0x84, 'cam_pan_V3', 'R'], + [0x85, 'game_lev_super', ''], + [0x86, 'game_lev_reset', ''], + //[ 0x87, 'pos_pipe_V1', null ], + [0x87, 'pos_pipe_V3', 'R'], + [0x88, 'if_zone_clear', 'RR'], + [0x89, 'chk_ene_num', 'R'], + [0x8A, 'unhide_obj', 'R'], + [0x8B, 'unhide_ene', 'R'], + [0x8C, 'at_coords_call', 'R'], + [0x8D, 'at_coords_talk', 'R'], + [0x8E, 'col_npcin', 'R'], + [0x8F, 'col_npcinr', 'R'], + [0x90, 'switch_on', 'aL'], + [0x91, 'switch_off', 'aL'], + [0x92, 'playbgm_epi', 'aL'], + [0x93, 'set_mainwarp', 'aL'], + [0x94, 'set_obj_param', 'RR'], + [0x95, 'set_floor_handler', 'aLW'], + [0x96, 'clr_floor_handler', 'aL'], + [0x97, 'col_plinaw', 'R'], + [0x98, 'hud_hide', ''], + [0x99, 'hud_show', ''], + [0x9A, 'cine_enable', ''], + [0x9B, 'cine_disable', ''], + [0x9C, 'unknown', null], + [0x9D, 'unknown', null], + [0x9E, 'unknown', null], + [0x9F, 'unknown', null], + [0xA0, 'unknown', null], + [0xA1, 'set_qt_failure', 'W'], + [0xA2, 'set_qt_success', 'W'], + [0xA3, 'clr_qt_failure', ''], + [0xA4, 'clr_qt_success', ''], + [0xA5, 'set_qt_cancel', 'W'], + [0xA6, 'clr_qt_cancel', ''], + [0xA7, 'unknown', null], + //[ 0xA8, 'pl_walk_V1', null ], + [0xA8, 'pl_walk_V3', 'R'], + [0xA9, 'unknown', null], + [0xAA, 'unknown', null], + [0xAB, 'unknown', null], + [0xAC, 'unknown', null], + [0xAD, 'unknown', null], + [0xAE, 'unknown', null], + [0xAF, 'unknown', null], + [0xB0, 'pl_add_meseta', 'aLL'], + [0xB1, 'thread_stg', 'W'], + [0xB2, 'del_obj_param', 'R'], + [0xB3, 'item_create', 'RR'], + [0xB4, 'item_create2', 'RR'], + [0xB5, 'item_delete', 'RR'], + [0xB6, 'item_delete2', 'RR'], + [0xB7, 'item_check', 'RR'], + [0xB8, 'setevt', 'aL'], + [0xB9, 'get_difflvl', 'R'], + [0xBA, 'set_qt_exit', 'W'], + [0xBB, 'clr_qt_exit', ''], + [0xBC, 'unknown', null], + [0xBD, 'unknown', null], + [0xBE, 'unknown', null], + [0xBF, 'unknown', null], + //[ 0xC0, 'particle_V1', null ], + [0xC0, 'particle_V3', 'R'], + [0xC1, 'npc_text', 'aLs'], + [0xC2, 'npc_chkwarp', ''], + [0xC3, 'pl_pkoff', ''], + [0xC4, 'map_designate', 'R'], + [0xC5, 'masterkey_on', ''], + [0xC6, 'masterkey_off', ''], + [0xC7, 'window_time', ''], + [0xC8, 'winend_time', ''], + [0xC9, 'winset_time', 'R'], + [0xCA, 'getmtime', 'R'], + [0xCB, 'set_quest_board_handler', 'aLWs'], + [0xCC, 'clear_quest_board_handler', 'aL'], + //[ 0xCD, 'particle_id_V1', null ], + [0xCD, 'particle_id_V3', 'R'], + //[ 0xCE, 'npc_crptalk_id_V1', null ], + [0xCE, 'npc_crptalk_id_V3', 'R'], + [0xCF, 'npc_lang_clean', ''], + [0xD0, 'pl_pkon', ''], + [0xD1, 'pl_chk_item2', 'RR'], + [0xD2, 'enable_mainmenu', ''], + [0xD3, 'disable_mainmenu', ''], + [0xD4, 'start_battlebgm', ''], + [0xD5, 'end_battlebgm', ''], + [0xD6, 'disp_msg_qb', 'as'], + [0xD7, 'close_msg_qb', ''], + //[ 0xD8, 'set_eventflag_v1', null ], + [0xD8, 'set_eventflag_v3', 'aLL'], + [0xD9, 'sync_leti', null], + [0xDA, 'set_returnhunter', ''], + [0xDB, 'set_returncity', ''], + [0xDC, 'load_pvr', ''], + [0xDD, 'load_midi', ''], + [0xDE, 'unknown', null], + //[ 0xDF, 'npc_param_V1', null ], + [0xDF, 'npc_param_V3', 'aRL'], + [0xE0, 'pad_dragon', ''], + [0xE1, 'clear_mainwarp', 'aL'], + //[ 0xE2, 'pcam_param_V1', null ], + [0xE2, 'pcam_param_V3', 'R'], + //[ 0xE3, 'start_setevt_v1', null ], + [0xE3, 'start_setevt_v3', 'aRL'], + [0xE4, 'warp_on', ''], + [0xE5, 'warp_off', ''], + [0xE6, 'get_slotnumber', 'R'], + [0xE7, 'get_servernumber', 'R'], + [0xE8, 'set_eventflag2', 'aLR'], + [0xE9, 'res', 'RR'], + [0xEA, 'unknownEA', 'RL'], + [0xEB, 'enable_bgmctrl', 'aL'], + [0xEC, 'sw_send', 'R'], + [0xED, 'create_bgmctrl', ''], + [0xEE, 'pl_add_meseta2', 'aL'], + //[ 0xEF, 'sync_let', null ], + [0xEF, 'sync_register', 'aRL'], + [0xF0, 'send_regwork', null], + //[ 0xF1, 'leti_fixed_camera_V1', null ], + [0xF1, 'leti_fixed_camera_V3', 'R'], + [0xF2, 'default_camera_pos1', ''], + [0xF3, 'unknown', null], + [0xF4, 'unknown', null], + [0xF5, 'unknown', null], + [0xF6, 'unknown', null], + [0xF7, 'unknown', null], + [0xF8, 'unknownF8', 'R'], + [0xF9, 'unknown', null], + [0xFA, 'get_gc_number', 'R'], + [0xFB, 'unknownFB', 'W'], + [0xFC, 'unknown', null], + [0xFD, 'unknown', null], + [0xFE, 'unknown', null], + [0xFF, 'unknownFF', ''], +]; + +const F8opcode_list: Array<[number, string, string | null]> = [ + [0x00, 'unknown', null], + [0x01, 'set_chat_callback?', 'aRs'], + [0x02, 'unknown', null], + [0x03, 'unknown', null], + [0x04, 'unknown', null], + [0x05, 'unknown', null], + [0x06, 'unknown', null], + [0x07, 'unknown', null], + [0x08, 'get_difficulty_level2', 'R'], + [0x09, 'get_number_of_player1', 'R'], + [0x0A, 'get_coord_of_player', 'RR'], + [0x0B, 'unknownF80B', ''], + [0x0C, 'unknownF80C', ''], + [0x0D, 'map_designate_ex', 'R'], + [0x0E, 'unknownF80E', 'aL'], + [0x0F, 'unknownF80F', 'aL'], + [0x10, 'ba_initial_floor', 'aL'], + [0x11, 'set_ba_rules', ''], + [0x12, 'unknownF812', 'aL'], + [0x13, 'unknownF813', 'aL'], + [0x14, 'unknownF814', 'aL'], + [0x15, 'unknownF815', 'aL'], + [0x16, 'unknownF816', 'aL'], + [0x17, 'unknownF817', 'aL'], + [0x18, 'unknownF818', 'aL'], + [0x19, 'unknownF819', 'aL'], + [0x1A, 'unknownF81A', 'aL'], + [0x1B, 'unknownF81B', 'aL'], + [0x1C, 'ba_disp_msg', 'as'], + [0x1D, 'death_lvl_up', 'aL'], + [0x1E, 'death_tech_lvl_up', 'aL'], + [0x1F, 'unknown', null], + [0x20, 'cmode_stage', 'aL'], + [0x21, 'unknown', null], + [0x22, 'unknown', null], + [0x23, 'unknownF823', 'aL'], + [0x24, 'unknownF824', 'aL'], + [0x25, 'exp_multiplication', 'R'], + [0x26, 'exp_division?', 'R'], + [0x27, 'get_user_is_dead?', 'R'], + [0x28, 'go_floor', 'RR'], + [0x29, 'unknown', null], + [0x2A, 'unknown', null], + [0x2B, 'unlock_door2', 'aLL'], + [0x2C, 'lock_door2', 'aLL'], + [0x2D, 'if_switch_not_pressed', 'R'], + [0x2E, 'if_switch_pressed', 'R'], + [0x2F, 'unknownF82F', 'aLL'], + [0x30, 'control_dragon', 'R'], + [0x31, 'release_dragon', ''], + [0x32, 'unknown', null], + [0x33, 'unknown', null], + [0x34, 'unknown', null], + [0x35, 'unknown', null], + [0x36, 'unknown', null], + [0x37, 'unknown', null], + [0x38, 'shrink', 'R'], + [0x39, 'unshrink', 'R'], + [0x3A, 'unknown', null], + [0x3B, 'unknown', null], + [0x3C, 'display_clock2?', 'R'], + [0x3D, 'unknownF83D', 'aL'], + [0x3E, 'delete_area_title?', 'aL'], + [0x3F, 'unknown', null], + [0x40, 'load_npc_data', ''], + [0x41, 'get_npc_data', 'W'], + [0x42, 'unknown', null], + [0x43, 'unknown', null], + [0x44, 'unknown', null], + [0x45, 'unknown', null], + [0x46, 'unknown', null], + [0x47, 'unknown', null], + [0x48, 'give_damage_score', 'R'], + [0x49, 'take_damage_score', 'R'], + [0x4A, 'unk_score_F84A', 'R'], + [0x4B, 'unk_score_F84B', 'R'], + [0x4C, 'kill_score', 'R'], + [0x4D, 'death_score', 'R'], + [0x4E, 'unk_score_F84E', 'R'], + [0x4F, 'enemy_death_score', 'R'], + [0x50, 'meseta_score', 'R'], + [0x51, 'unknownF851', 'R'], + [0x52, 'unknownF852', 'aL'], + [0x53, 'reverse_warps', ''], + [0x54, 'unreverse_warps', ''], + [0x55, 'set_ult_map', ''], + [0x56, 'unset_ult_map', ''], + [0x57, 'set_area_title', 'as'], + [0x58, 'unknownF858', ''], + [0x59, 'unknown', null], + [0x5A, 'equip_item', 'R'], + [0x5B, 'unequip_item', 'aLL'], + [0x5C, 'unknown', null], + [0x5D, 'unknown', null], + [0x5E, 'unknownF85E', 'aL'], + [0x5F, 'unknownF85F', 'aL'], + [0x60, 'unknownF860', ''], + [0x61, 'unknownF861', 'aL'], + [0x62, 'unknown', null], + [0x63, 'unknown', null], + [0x64, 'cmode_rank', 'aLs'], + [0x65, 'award_item_name?', ''], + [0x66, 'award_item_select?', ''], + [0x67, 'award_item_give_to?', 'R'], + [0x68, 'unknownF868', 'RR'], + [0x69, 'unknownF869', 'RR'], + [0x6A, 'item_create_cmode', 'RR'], + [0x6B, 'unknownF86B', 'R'], + [0x6C, 'award_item_ok?', 'R'], + [0x6D, 'unknownF86D', ''], + [0x6E, 'unknownF86E', ''], + [0x6F, 'ba_set_lives', 'aL'], + [0x70, 'ba_set_tech_lvl', 'aL'], + [0x71, 'ba_set_lvl', 'aL'], + [0x72, 'ba_set_time_limit', 'aL'], + [0x73, 'boss_is_dead?', 'R'], + [0x74, 'unknown', null], + [0x75, 'unknown', null], + [0x76, 'unknown', null], + [0x77, 'enable_techs', 'R'], + [0x78, 'disable_techs', 'R'], + [0x79, 'get_gender', 'RR'], + [0x7A, 'get_chara_class', 'RR'], + [0x7B, 'take_slot_meseta', 'RR'], + [0x7C, 'unknown', null], + [0x7D, 'unknown', null], + [0x7E, 'unknown', null], + [0x7F, 'read_guildcard_flag', 'RR'], + [0x80, 'unknownF880', 'R'], + [0x81, 'get_pl_name?', 'R'], + [0x82, 'unknown', null], + [0x83, 'unknownF883', 'RR'], + [0x84, 'unknown', null], + [0x85, 'unknown', null], + [0x86, 'unknown', null], + [0x87, 'unknown', null], + [0x88, 'ba_close_msg', ''], + [0x89, 'unknown', null], + [0x8A, 'get_player_status', 'RR'], + [0x8B, 'send_mail', 'aRs'], + [0x8C, 'online_check', 'R'], + [0x8D, 'chl_set_timerecord?', 'R'], + [0x8E, 'chl_get_timerecord?', 'R'], + [0x8F, 'unknownF88F', 'R'], + [0x90, 'unknownF890', ''], + [0x91, 'load_enemy_data', 'aL'], + [0x92, 'get_physical_data', 'W'], + [0x93, 'get_attack_data', 'W'], + [0x94, 'get_resist_data', 'W'], + [0x95, 'get_movement_data', 'W'], + [0x96, 'unknown', null], + [0x97, 'unknown', null], + [0x98, 'shift_left', 'RR'], + [0x99, 'shift_right', 'RR'], + [0x9A, 'get_random', 'RR'], + [0x9B, 'reset_map', ''], + [0x9C, 'disp_chl_retry_menu', 'R'], + [0x9D, 'chl_reverser?', ''], + [0x9E, 'unknownF89E', 'aL'], + [0x9F, 'unknownF89F', 'R'], + [0xA0, 'unknownF8A0', ''], + [0xA1, 'unknownF8A1', ''], + [0xA2, 'unknown', null], + [0xA3, 'unknown', null], + [0xA4, 'unknown', null], + [0xA5, 'unknown', null], + [0xA6, 'unknown', null], + [0xA7, 'unknown', null], + [0xA8, 'unknownF8A8', 'aL'], + [0xA9, 'unknownF8A9', 'R'], + [0xAA, 'unknown', null], + [0xAB, 'unknown', null], + [0xAC, 'unknown', null], + [0xAD, 'get_number_of_player2', 'R'], + [0xAE, 'unknown', null], + [0xAF, 'unknown', null], + [0xB0, 'unknown', null], + [0xB1, 'unknown', null], + [0xB2, 'unknown', null], + [0xB3, 'unknown', null], + [0xB4, 'unknown', null], + [0xB5, 'unknown', null], + [0xB6, 'unknown', null], + [0xB7, 'unknown', null], + [0xB8, 'unknownF8B8', ''], + [0xB9, 'chl_recovery?', ''], + [0xBA, 'unknown', null], + [0xBB, 'unknown', null], + [0xBC, 'set_episode', 'L'], + [0xBD, 'unknown', null], + [0xBE, 'unknown', null], + [0xBF, 'unknown', null], + [0xC0, 'file_dl_req', 'aLs'], + [0xC1, 'get_dl_status', 'R'], + [0xC2, 'gba_unknown4?', ''], + [0xC3, 'get_gba_state?', 'R'], + [0xC4, 'unknownF8C4', 'R'], + [0xC5, 'unknownF8C5', 'R'], + [0xC6, 'QEXIT', ''], + [0xC7, 'use_animation', 'RR'], + [0xC8, 'stop_animation', 'R'], + [0xC9, 'run_to_coord', 'RR'], + [0xCA, 'set_slot_invincible', 'RR'], + [0xCB, 'unknownF8CB', 'R'], + [0xCC, 'set_slot_poison', 'R'], + [0xCD, 'set_slot_paralyze', 'R'], + [0xCE, 'set_slot_shock', 'R'], + [0xCF, 'set_slot_freeze', 'R'], + [0xD0, 'set_slot_slow', 'R'], + [0xD1, 'set_slot_confuse', 'R'], + [0xD2, 'set_slot_shifta', 'R'], + [0xD3, 'set_slot_deband', 'R'], + [0xD4, 'set_slot_jellen', 'R'], + [0xD5, 'set_slot_zalure', 'R'], + [0xD6, 'fleti_fixed_camera', 'aR'], + [0xD7, 'fleti_locked_camera', 'aLR'], + [0xD8, 'default_camera_pos2', ''], + [0xD9, 'set_motion_blur', ''], + [0xDA, 'set_screen_b&w', ''], + [0xDB, 'unknownF8DB', 'aLLLLRW'], + [0xDC, 'NPC_action_string', 'RRW'], + [0xDD, 'get_pad_cond', 'RR'], + [0xDE, 'get_button_cond', 'RR'], + [0xDF, 'freeze_enemies', ''], + [0xE0, 'unfreeze_enemies', ''], + [0xE1, 'freeze_everything', ''], + [0xE2, 'unfreeze_everything', ''], + [0xE3, 'restore_hp', 'R'], + [0xE4, 'restore_tp', 'R'], + [0xE5, 'close_chat_bubble', 'R'], + [0xE6, 'unknownF8E6', 'RR'], + [0xE7, 'unknownF8E7', 'RR'], + [0xE8, 'unknownF8E8', 'RR'], + [0xE9, 'unknownF8E9', 'RR'], + [0xEA, 'unknownF8EA', 'RR'], + [0xEB, 'unknownF8EB', 'RR'], + [0xEC, 'unknownF8EC', 'RR'], + [0xED, 'animation_check', 'RR'], + [0xEE, 'call_image_data', 'aLW'], + [0xEF, 'unknownF8EF', ''], + [0xF0, 'turn_off_bgm_p2', ''], + [0xF1, 'turn_on_bgm_p2', ''], + [0xF2, 'load_unk_data', 'aLLLLRW'], + [0xF3, 'particle2', 'aRLf'], + [0xF4, 'unknown', null], + [0xF5, 'unknown', null], + [0xF6, 'unknown', null], + [0xF7, 'unknown', null], + [0xF8, 'unknown', null], + [0xF9, 'unknown', null], + [0xFA, 'unknown', null], + [0xFB, 'unknown', null], + [0xFC, 'unknown', null], + [0xFD, 'unknown', null], + [0xFE, 'unknown', null], + [0xFF, 'unknown', null], +]; + +const F9opcode_list: Array<[number, string, string | null]> = [ + [0x00, 'unknown', null], + [0x01, 'dec2float', 'RR'], + [0x02, 'float2dec', 'RR'], + [0x03, 'flet', 'RR'], + [0x04, 'fleti', 'RF'], + [0x05, 'unknown', null], + [0x06, 'unknown', null], + [0x07, 'unknown', null], + [0x08, 'fadd', 'RR'], + [0x09, 'faddi', 'RF'], + [0x0A, 'fsub', 'RR'], + [0x0B, 'fsubi', 'RF'], + [0x0C, 'fmul', 'RR'], + [0x0D, 'fmuli', 'RF'], + [0x0E, 'fdiv', 'RR'], + [0x0F, 'fdivi', 'RF'], + [0x10, 'get_unknown_count?', 'aLR'], + [0x11, 'get_stackable_item_count', 'RR'], + [0x12, 'freeze_and_hide_equip', ''], + [0x13, 'thaw_and_show_equip', ''], + [0x14, 'set_paletteX_callback', 'aRW'], + [0x15, 'activate_paletteX', 'aR'], + [0x16, 'enable_paletteX', 'aR'], + [0x17, 'restore_paletteX', 'aL'], + [0x18, 'disable_paletteX', 'aL'], + [0x19, 'get_paletteX_activated', 'aLR'], + [0x1A, 'get_unknown_paletteX_status?', 'aLR'], + [0x1B, 'disable_movement2', 'aR'], + [0x1C, 'enable_movement2', 'aR'], + [0x1D, 'get_time_played', 'R'], + [0x1E, 'get_guildcard_total', 'R'], + [0x1F, 'get_slot_meseta', 'R'], + [0x20, 'get_player_level', 'aLR'], + [0x21, 'get_Section_ID', 'aLR'], + [0x22, 'get_player_hp', 'aRR'], + [0x23, 'get_floor_number', 'aRR'], + [0x24, 'get_coord_player_detect', 'RR'], + [0x25, 'read_global_flag', 'abR'], + [0x26, 'write_global_flag', 'abR'], + [0x27, 'unknownF927', 'RR'], + [0x28, 'floor_player_detect', 'R'], + [0x29, 'read_disk_file?', 'as'], + [0x2A, 'open_pack_select', ''], + [0x2B, 'item_select', 'R'], + [0x2C, 'get_item_id', 'R'], + [0x2D, 'color_change', 'aRRRRR'], + [0x2E, 'send_statistic?', 'aLLLLLLLL'], + [0x2F, 'unknownF92F', 'aLL'], + [0x30, 'chat_box', 'aLLLLLs'], + [0x31, 'chat_bubble', 'aLs'], + [0x32, 'unknown', null], + [0x33, 'unknownF933', 'R'], + [0x34, 'scroll_text', 'aLLLLLfRs'], + [0x35, 'gba_unknown1', ''], + [0x36, 'gba_unknown2', ''], + [0x37, 'gba_unknown3', ''], + [0x38, 'add_damage_to?', 'aLL'], + [0x39, 'item_delete2', 'aL'], + [0x3A, 'get_item_info', 'aLR'], + [0x3B, 'item_packing1', 'aL'], + [0x3C, 'item_packing2', 'aLL'], + [0x3D, 'get_lang_setting?', 'aR'], + [0x3E, 'prepare_statistic?', 'aLWW'], + [0x3F, 'keyword_detect', ''], + [0x40, 'Keyword', 'aRLs'], + [0x41, 'get_guildcard_num', 'aLR'], + [0x42, 'unknown', null], + [0x43, 'unknown', null], + [0x44, 'get_wrap_status', 'aLR'], + [0x45, 'initial_floor', 'aL'], + [0x46, 'sin', 'aRL'], + [0x47, 'cos', 'aRL'], + [0x48, 'unknown', null], + [0x49, 'unknown', null], + [0x4A, 'boss_is_dead2?', 'R'], + [0x4B, 'unknownF94B', 'R'], + [0x4C, 'unknownF94C', 'R'], + [0x4D, 'is_there_cardbattle', 'R'], + [0x4E, 'unknown', null], + [0x4F, 'unknown', null], + [0x50, 'BB_p2_menu', 'aL'], + [0x51, 'BB_Map_Designate', 'BWBB'], + [0x52, 'BB_get_number_in_pack', 'R'], + [0x53, 'BB_swap_item', 'aLLLLLLWW'], + [0x54, 'BB_check_wrap', 'aRR'], + [0x55, 'BB_exchange_PD_item', 'aRRRWW'], + [0x56, 'BB_exchange_PD_srank', 'aRRRRRWW'], + [0x57, 'BB_exchange_PD_special', 'aRRRRRLWW'], + [0x58, 'BB_exchange_PD_percent', 'aRRRRRLWW'], + [0x59, 'unknownF959', 'aL'], + [0x5A, 'unknown', null], + [0x5B, 'unknown', null], + [0x5C, 'BB_exchange_SLT', 'aLRWW'], + [0x5D, 'BB_exchange_PC', ''], + [0x5E, 'BB_box_create_BP', 'aLff'], + [0x5F, 'BB_exchange_PT', 'aRRLWW'], + [0x60, 'unknownF960', 'aL'], + [0x61, 'unknownF961', ''], + [0x62, 'unknown', null], + [0x63, 'unknown', null], + [0x64, 'unknown', null], + [0x65, 'unknown', null], + [0x66, 'unknown', null], + [0x67, 'unknown', null], + [0x68, 'unknown', null], + [0x69, 'unknown', null], + [0x6A, 'unknown', null], + [0x6B, 'unknown', null], + [0x6C, 'unknown', null], + [0x6D, 'unknown', null], + [0x6E, 'unknown', null], + [0x6F, 'unknown', null], + [0x70, 'unknown', null], + [0x71, 'unknown', null], + [0x72, 'unknown', null], + [0x73, 'unknown', null], + [0x74, 'unknown', null], + [0x75, 'unknown', null], + [0x76, 'unknown', null], + [0x77, 'unknown', null], + [0x78, 'unknown', null], + [0x79, 'unknown', null], + [0x7A, 'unknown', null], + [0x7B, 'unknown', null], + [0x7C, 'unknown', null], + [0x7D, 'unknown', null], + [0x7E, 'unknown', null], + [0x7F, 'unknown', null], + [0x80, 'unknown', null], + [0x81, 'unknown', null], + [0x82, 'unknown', null], + [0x83, 'unknown', null], + [0x84, 'unknown', null], + [0x85, 'unknown', null], + [0x86, 'unknown', null], + [0x87, 'unknown', null], + [0x88, 'unknown', null], + [0x89, 'unknown', null], + [0x8A, 'unknown', null], + [0x8B, 'unknown', null], + [0x8C, 'unknown', null], + [0x8D, 'unknown', null], + [0x8E, 'unknown', null], + [0x8F, 'unknown', null], + [0x90, 'unknown', null], + [0x91, 'unknown', null], + [0x92, 'unknown', null], + [0x93, 'unknown', null], + [0x94, 'unknown', null], + [0x95, 'unknown', null], + [0x96, 'unknown', null], + [0x97, 'unknown', null], + [0x98, 'unknown', null], + [0x99, 'unknown', null], + [0x9A, 'unknown', null], + [0x9B, 'unknown', null], + [0x9C, 'unknown', null], + [0x9D, 'unknown', null], + [0x9E, 'unknown', null], + [0x9F, 'unknown', null], + [0xA0, 'unknown', null], + [0xA1, 'unknown', null], + [0xA2, 'unknown', null], + [0xA3, 'unknown', null], + [0xA4, 'unknown', null], + [0xA5, 'unknown', null], + [0xA6, 'unknown', null], + [0xA7, 'unknown', null], + [0xA8, 'unknown', null], + [0xA9, 'unknown', null], + [0xAA, 'unknown', null], + [0xAB, 'unknown', null], + [0xAC, 'unknown', null], + [0xAD, 'unknown', null], + [0xAE, 'unknown', null], + [0xAF, 'unknown', null], + [0xB0, 'unknown', null], + [0xB1, 'unknown', null], + [0xB2, 'unknown', null], + [0xB3, 'unknown', null], + [0xB4, 'unknown', null], + [0xB5, 'unknown', null], + [0xB6, 'unknown', null], + [0xB7, 'unknown', null], + [0xB8, 'unknown', null], + [0xB9, 'unknown', null], + [0xBA, 'unknown', null], + [0xBB, 'unknown', null], + [0xBC, 'unknown', null], + [0xBD, 'unknown', null], + [0xBE, 'unknown', null], + [0xBF, 'unknown', null], + [0xC0, 'unknown', null], + [0xC1, 'unknown', null], + [0xC2, 'unknown', null], + [0xC3, 'unknown', null], + [0xC4, 'unknown', null], + [0xC5, 'unknown', null], + [0xC6, 'unknown', null], + [0xC7, 'unknown', null], + [0xC8, 'unknown', null], + [0xC9, 'unknown', null], + [0xCA, 'unknown', null], + [0xCB, 'unknown', null], + [0xCC, 'unknown', null], + [0xCD, 'unknown', null], + [0xCE, 'unknown', null], + [0xCF, 'unknown', null], + [0xD0, 'unknown', null], + [0xD1, 'unknown', null], + [0xD2, 'unknown', null], + [0xD3, 'unknown', null], + [0xD4, 'unknown', null], + [0xD5, 'unknown', null], + [0xD6, 'unknown', null], + [0xD7, 'unknown', null], + [0xD8, 'unknown', null], + [0xD9, 'unknown', null], + [0xDA, 'unknown', null], + [0xDB, 'unknown', null], + [0xDC, 'unknown', null], + [0xDD, 'unknown', null], + [0xDE, 'unknown', null], + [0xDF, 'unknown', null], + [0xE0, 'unknown', null], + [0xE1, 'unknown', null], + [0xE2, 'unknown', null], + [0xE3, 'unknown', null], + [0xE4, 'unknown', null], + [0xE5, 'unknown', null], + [0xE6, 'unknown', null], + [0xE7, 'unknown', null], + [0xE8, 'unknown', null], + [0xE9, 'unknown', null], + [0xEA, 'unknown', null], + [0xEB, 'unknown', null], + [0xEC, 'unknown', null], + [0xED, 'unknown', null], + [0xEE, 'unknown', null], + [0xEF, 'unknown', null], + [0xF0, 'unknown', null], + [0xF1, 'unknown', null], + [0xF2, 'unknown', null], + [0xF3, 'unknown', null], + [0xF4, 'unknown', null], + [0xF5, 'unknown', null], + [0xF6, 'unknown', null], + [0xF7, 'unknown', null], + [0xF8, 'unknown', null], + [0xF9, 'unknown', null], + [0xFA, 'unknown', null], + [0xFB, 'unknown', null], + [0xFC, 'unknown', null], + [0xFD, 'unknown', null], + [0xFE, 'unknown', null], + [0xFF, 'unknown', null], +]; \ No newline at end of file diff --git a/src/data/parsing/dat.test.js b/src/data/parsing/dat.test.js new file mode 100644 index 00000000..d6495749 --- /dev/null +++ b/src/data/parsing/dat.test.js @@ -0,0 +1,62 @@ +import * as fs from 'fs'; +import { ArrayBufferCursor } from '../ArrayBufferCursor'; +import * as prs from '../compression/prs'; +import { parse_dat, write_dat } from './dat'; + +/** + * Parse a file, convert the resulting structure to DAT again and check whether the end result is equal to the original. + */ +test('parse_dat and write_dat', () => { + const orig_buffer = fs.readFileSync('test/resources/quest118_e.dat').buffer; + const orig_dat = prs.decompress(new ArrayBufferCursor(orig_buffer, true)); + const test_dat = write_dat(parse_dat(orig_dat)); + orig_dat.seek_start(0); + + expect(test_dat.size).toBe(orig_dat.size); + + let match = true; + + while (orig_dat.bytes_left) { + if (test_dat.u8() !== orig_dat.u8()) { + match = false; + break; + } + } + + expect(match).toBe(true); +}); + +/** + * Parse a file, modify the resulting structure, convert it to DAT again and check whether the end result is equal to the original except for the bytes that should be changed. + */ +test('parse, modify and write DAT', () => { + const orig_buffer = fs.readFileSync('./test/resources/quest118_e.dat').buffer; + const orig_dat = prs.decompress(new ArrayBufferCursor(orig_buffer, true)); + const test_parsed = parse_dat(orig_dat); + orig_dat.seek_start(0); + + test_parsed.objs[9].position.x = 13; + test_parsed.objs[9].position.y = 17; + test_parsed.objs[9].position.z = 19; + + const test_dat = write_dat(test_parsed); + + expect(test_dat.size).toBe(orig_dat.size); + + let match = true; + + while (orig_dat.bytes_left) { + if (orig_dat.position === 16 + 9 * 68 + 16) { + orig_dat.seek(12); + + expect(test_dat.f32()).toBe(13); + expect(test_dat.f32()).toBe(17); + expect(test_dat.f32()).toBe(19); + } else if (test_dat.u8() !== orig_dat.u8()) { + match = false; + break; + } + } + + expect(match).toBe(true); +}); diff --git a/src/data/parsing/dat.ts b/src/data/parsing/dat.ts new file mode 100644 index 00000000..5a131a2c --- /dev/null +++ b/src/data/parsing/dat.ts @@ -0,0 +1,192 @@ +import { groupBy } from 'lodash'; +import { ArrayBufferCursor } from '../ArrayBufferCursor'; + +const OBJECT_SIZE = 68; +const NPC_SIZE = 72; + +export function parse_dat(cursor: ArrayBufferCursor) { + const objs = []; + const npcs = []; + const unknowns = []; + + while (cursor.bytes_left) { + const entity_type = cursor.u32(); + const total_size = cursor.u32(); + const area_id = cursor.u32(); + const entities_size = cursor.u32(); + + if (entity_type === 0) { + break; + } else { + if (entities_size !== total_size - 16) { + throw Error(`Malformed DAT file. Expected an entities size of ${total_size - 16}, got ${entities_size}.`); + } + + if (entity_type === 1) { // Objects + const object_count = Math.floor(entities_size / OBJECT_SIZE); + const start_position = cursor.position; + + for (let i = 0; i < object_count; ++i) { + const type_id = cursor.u16(); + const unknown1 = cursor.u8_array(10); + const section_id = cursor.u16(); + const unknown2 = cursor.u8_array(2); + const x = cursor.f32(); + const y = cursor.f32(); + const z = cursor.f32(); + const rotation_x = cursor.i32() / 0xFFFF * 2 * Math.PI; + const rotation_y = cursor.i32() / 0xFFFF * 2 * Math.PI; + const rotation_z = cursor.i32() / 0xFFFF * 2 * Math.PI; + // The next 3 floats seem to be scale values. + const unknown3 = cursor.u8_array(28); + + objs.push({ + type_id, + section_id, + position: { x, y, z }, + rotation: { x: rotation_x, y: rotation_y, z: rotation_z }, + area_id, + unknown: [unknown1, unknown2, unknown3] + }); + } + + const bytes_read = cursor.position - start_position; + + if (bytes_read !== entities_size) { + console.warn(`Read ${bytes_read} bytes instead of expected ${entities_size} for entity type ${entity_type} (Object).`); + cursor.seek(entities_size - bytes_read); + } + } else if (entity_type === 2) { // NPCs + const npc_count = Math.floor(entities_size / NPC_SIZE); + const start_position = cursor.position; + + for (let i = 0; i < npc_count; ++i) { + const type_id = cursor.u16(); + const unknown1 = cursor.u8_array(10); + const section_id = cursor.u16(); + const unknown2 = cursor.u8_array(6); + const x = cursor.f32(); + const y = cursor.f32(); + const z = cursor.f32(); + const rotation_x = cursor.i32() / 0xFFFF * 2 * Math.PI; + const rotation_y = cursor.i32() / 0xFFFF * 2 * Math.PI; + const rotation_z = cursor.i32() / 0xFFFF * 2 * Math.PI; + const unknown3 = cursor.u8_array(20); + const skin = cursor.u32(); + const unknown4 = cursor.u8_array(4); + + npcs.push({ + type_id, + section_id, + position: { x, y, z }, + rotation: { x: rotation_x, y: rotation_y, z: rotation_z }, + skin, + area_id, + unknown: [unknown1, unknown2, unknown3, unknown4] + }); + } + + const bytes_read = cursor.position - start_position; + + if (bytes_read !== entities_size) { + console.warn(`Read ${bytes_read} bytes instead of expected ${entities_size} for entity type ${entity_type} (NPC).`); + cursor.seek(entities_size - bytes_read); + } + } else { + // There are also waves (type 3) and unknown entity types 4 and 5. + unknowns.push({ + entity_type, + total_size, + area_id, + entities_size, + data: cursor.u8_array(entities_size) + }); + } + } + } + + return { objs, npcs, unknowns }; +} + +export function write_dat( + {objs, npcs, unknowns}: { objs: any[], npcs: any[], unknowns: any[] } +): ArrayBufferCursor { + const cursor = new ArrayBufferCursor( + objs.length * OBJECT_SIZE + npcs.length * NPC_SIZE + unknowns.length * 1000, true); + + const grouped_objs = groupBy(objs, obj => obj.area_id); + const obj_area_ids = Object.keys(grouped_objs) + .map(key => parseInt(key, 10)) + .sort((a, b) => a - b); + + for (const area_id of obj_area_ids) { + const area_objs = grouped_objs[area_id]; + const entities_size = area_objs.length * OBJECT_SIZE; + cursor.write_u32(1); // Entity type + cursor.write_u32(entities_size + 16); + cursor.write_u32(area_id); + cursor.write_u32(entities_size); + + for (const obj of area_objs) { + cursor.write_u16(obj.type_id); + cursor.write_u8_array(obj.unknown[0]); + cursor.write_u16(obj.section_id); + cursor.write_u8_array(obj.unknown[1]); + cursor.write_f32(obj.position.x); + cursor.write_f32(obj.position.y); + cursor.write_f32(obj.position.z); + cursor.write_i32(Math.round(obj.rotation.x / (2 * Math.PI) * 0xFFFF)); + cursor.write_i32(Math.round(obj.rotation.y / (2 * Math.PI) * 0xFFFF)); + cursor.write_i32(Math.round(obj.rotation.z / (2 * Math.PI) * 0xFFFF)); + cursor.write_u8_array(obj.unknown[2]); + } + } + + const grouped_npcs = groupBy(npcs, npc => npc.area_id); + const npc_area_ids = Object.keys(grouped_npcs) + .map(key => parseInt(key, 10)) + .sort((a, b) => a - b); + + for (const area_id of npc_area_ids) { + const area_npcs = grouped_npcs[area_id]; + const entities_size = area_npcs.length * NPC_SIZE; + cursor.write_u32(2); // Entity type + cursor.write_u32(entities_size + 16); + cursor.write_u32(area_id); + cursor.write_u32(entities_size); + + for (const npc of area_npcs) { + cursor.write_u16(npc.type_id); + cursor.write_u8_array(npc.unknown[0]); + cursor.write_u16(npc.section_id); + cursor.write_u8_array(npc.unknown[1]); + cursor.write_f32(npc.position.x); + cursor.write_f32(npc.position.y); + cursor.write_f32(npc.position.z); + cursor.write_i32(Math.round(npc.rotation.x / (2 * Math.PI) * 0xFFFF)); + cursor.write_i32(Math.round(npc.rotation.y / (2 * Math.PI) * 0xFFFF)); + cursor.write_i32(Math.round(npc.rotation.z / (2 * Math.PI) * 0xFFFF)); + cursor.write_u8_array(npc.unknown[2]); + cursor.write_u32(npc.skin); + cursor.write_u8_array(npc.unknown[3]); + } + } + + for (const unknown of unknowns) { + cursor.write_u32(unknown.entity_type); + cursor.write_u32(unknown.total_size); + cursor.write_u32(unknown.area_id); + cursor.write_u32(unknown.entities_size); + cursor.write_u8_array(unknown.data); + } + + // Final header. + cursor.write_u32(0); + cursor.write_u32(0); + cursor.write_u32(0); + cursor.write_u32(0); + + cursor.seek_start(0); + + return cursor; +} diff --git a/src/data/parsing/geometry.ts b/src/data/parsing/geometry.ts new file mode 100644 index 00000000..4a95db9e --- /dev/null +++ b/src/data/parsing/geometry.ts @@ -0,0 +1,373 @@ +import { + BufferAttribute, + BufferGeometry, + DoubleSide, + Face3, + Geometry, + Mesh, + MeshBasicMaterial, + MeshLambertMaterial, + Object3D, + TriangleStripDrawMode, + Vector3 +} from 'three'; +import { Vec3, Section } from '../../domain'; + +export function parse_c_rel(array_buffer: ArrayBuffer): Object3D { + const dv = new DataView(array_buffer); + + const object = new Object3D(); + const materials = [ + // Wall + new MeshBasicMaterial({ + color: 0x80C0D0, + transparent: true, + opacity: 0.25 + }), + // Ground + new MeshLambertMaterial({ + color: 0x50D0D0, + side: DoubleSide + }), + // Vegetation + new MeshLambertMaterial({ + color: 0x50B070, + side: DoubleSide + }), + // Section transition zone + new MeshLambertMaterial({ + color: 0x604080, + side: DoubleSide + }) + ]; + const wireframe_materials = [ + // Wall + new MeshBasicMaterial({ + color: 0x90D0E0, + wireframe: true, + transparent: true, + opacity: 0.3, + }), + // Ground + new MeshBasicMaterial({ + color: 0x60F0F0, + wireframe: true + }), + // Vegetation + new MeshBasicMaterial({ + color: 0x60C080, + wireframe: true + }), + // Section transition zone + new MeshBasicMaterial({ + color: 0x705090, + wireframe: true + }) + ]; + + const main_block_offset = dv.getUint32(dv.byteLength - 16, true); + const main_offset_table_offset = dv.getUint32(main_block_offset, true); + + for ( + let i = main_offset_table_offset; + i === main_offset_table_offset || dv.getUint32(i) !== 0; + i += 24 + ) { + const block_geometry = new Geometry(); + + const block_trailer_offset = dv.getUint32(i, true); + const vertex_count = dv.getUint32(block_trailer_offset, true); + const vertex_table_offset = dv.getUint32(block_trailer_offset + 4, true); + const vertex_table_end = vertex_table_offset + 12 * vertex_count; + const triangle_count = dv.getUint32(block_trailer_offset + 8, true); + const triangle_table_offset = dv.getUint32(block_trailer_offset + 12, true); + const triangle_table_end = triangle_table_offset + 36 * triangle_count; + + for (let j = vertex_table_offset; j < vertex_table_end; j += 12) { + const x = dv.getFloat32(j, true); + const y = dv.getFloat32(j + 4, true); + const z = dv.getFloat32(j + 8, true); + + block_geometry.vertices.push(new Vector3(x, y, z)); + } + + for (let j = triangle_table_offset; j < triangle_table_end; j += 36) { + const v1 = dv.getUint16(j, true); + const v2 = dv.getUint16(j + 2, true); + const v3 = dv.getUint16(j + 4, true); + const flags = dv.getUint16(j + 6, true); + const n = new Vector3( + dv.getFloat32(j + 8, true), + dv.getFloat32(j + 12, true), + dv.getFloat32(j + 16, true) + ); + const is_section_transition = flags & 0b1000000; + const is_vegetation = flags & 0b10000; + const is_ground = flags & 0b1; + const color_index = is_section_transition ? 3 : (is_vegetation ? 2 : (is_ground ? 1 : 0)); + + block_geometry.faces.push(new Face3(v1, v2, v3, n, undefined, color_index)); + } + + const mesh = new Mesh(block_geometry, materials); + mesh.renderOrder = 1; + object.add(mesh); + + const wireframe_mesh = new Mesh(block_geometry, wireframe_materials); + wireframe_mesh.renderOrder = 2; + object.add(wireframe_mesh); + } + + return object; +} + +export function parse_n_rel( + array_buffer: ArrayBuffer +): { sections: Section[], object_3d: Object3D } { + const dv = new DataView(array_buffer); + const sections = new Map(); + + const object = new Object3D(); + + const main_block_offset = dv.getUint32(dv.byteLength - 16, true); + const section_count = dv.getUint32(main_block_offset + 8, true); + const section_table_offset = dv.getUint32(main_block_offset + 16, true); + // const texture_name_offset = dv.getUint32(main_block_offset + 20, true); + + for ( + let i = section_table_offset; + i < section_table_offset + section_count * 52; + i += 52 + ) { + const section_id = dv.getInt32(i, true); + const section_x = dv.getFloat32(i + 4, true); + const section_y = dv.getFloat32(i + 8, true); + const section_z = dv.getFloat32(i + 12, true); + const section_rotation = dv.getInt32(i + 20, true) / 0xFFFF * 2 * Math.PI; + const section = new Section( + section_id, + new Vec3(section_x, section_y, section_z), + section_rotation); + sections.set(section_id, section); + + const index_lists_list = []; + const position_lists_list = []; + const normal_lists_list = []; + + const simple_geometry_offset_table_offset = dv.getUint32(i + 32, true); + // const complex_geometry_offset_table_offset = dv.getUint32(i + 36, true); + const simple_geometry_offset_count = dv.getUint32(i + 40, true); + // const complex_geometry_offset_count = dv.getUint32(i + 44, true); + + // console.log(`section id: ${section_id}, section rotation: ${section_rotation}, simple vertices: ${simple_geometry_offset_count}, complex vertices: ${complex_geometry_offset_count}`); + + for ( + let j = simple_geometry_offset_table_offset; + j < simple_geometry_offset_table_offset + simple_geometry_offset_count * 16; + j += 16 + ) { + let offset = dv.getUint32(j, true); + const flags = dv.getUint32(j + 12, true); + + if (flags & 0b100) { + offset = dv.getUint32(offset, true); + } + + const geometry_offset = dv.getUint32(offset + 4, true); + + if (geometry_offset > 0) { + const vertex_info_table_offset = dv.getUint32(geometry_offset + 4, true); + const vertex_info_count = dv.getUint32(geometry_offset + 8, true); + const triangle_strip_table_offset = dv.getUint32(geometry_offset + 12, true); + const triangle_strip_count = dv.getUint32(geometry_offset + 16, true); + // const transparent_object_table_offset = dv.getUint32(block_offset + 20, true); + // const transparent_object_count = dv.getUint32(block_offset + 24, true); + + // console.log(`block offset: ${block_offset}, vertex info count: ${vertex_info_count}, object table offset ${object_table_offset}, object count: ${object_count}, transparent object count: ${transparent_object_count}`); + + const geom_index_lists = []; + + for ( + let k = triangle_strip_table_offset; + k < triangle_strip_table_offset + triangle_strip_count * 20; + k += 20 + ) { + // const flag_and_texture_id_offset = dv.getUint32(k, true); + // const data_type = dv.getUint32(k + 4, true); + const triangle_strip_index_table_offset = dv.getUint32(k + 8, true); + const triangle_strip_index_count = dv.getUint32(k + 12, true); + + const triangle_strip_indices = []; + + for ( + let l = triangle_strip_index_table_offset; + l < triangle_strip_index_table_offset + triangle_strip_index_count * 2; + l += 2 + ) { + triangle_strip_indices.push(dv.getUint16(l, true)); + } + + geom_index_lists.push(triangle_strip_indices); + + // TODO: Read texture info. + } + + // TODO: Do the previous for the transparent index table. + + // Assume vertex_info_count == 1. TODO: Does that make sense? + if (vertex_info_count > 1) { + console.warn(`Vertex info count of ${vertex_info_count} was larger than expected.`); + } + + // const vertex_type = dv.getUint32(vertex_info_table_offset, true); + const vertex_table_offset = dv.getUint32(vertex_info_table_offset + 4, true); + const vertex_size = dv.getUint32(vertex_info_table_offset + 8, true); + const vertex_count = dv.getUint32(vertex_info_table_offset + 12, true); + + // console.log(`vertex type: ${vertex_type}, vertex size: ${vertex_size}, vertex count: ${vertex_count}`); + + const geom_positions = []; + const geom_normals = []; + + for ( + let k = vertex_table_offset; + k < vertex_table_offset + vertex_count * vertex_size; + k += vertex_size + ) { + let n_x, n_y, n_z; + + switch (vertex_size) { + case 16: + case 24: + // TODO: are these values sensible? + n_x = 0; + n_y = 1; + n_z = 0; + break; + case 28: + case 36: + n_x = dv.getFloat32(k + 12, true); + n_y = dv.getFloat32(k + 16, true); + n_z = dv.getFloat32(k + 20, true); + // TODO: color, texture coords. + break; + default: + console.error(`Unexpected vertex size of ${vertex_size}.`); + continue; + } + + const x = dv.getFloat32(k, true); + const y = dv.getFloat32(k + 4, true); + const z = dv.getFloat32(k + 8, true); + const rotated_x = section.cos_y_axis_rotation * x + section.sin_y_axis_rotation * z; + const rotated_z = -section.sin_y_axis_rotation * x + section.cos_y_axis_rotation * z; + + geom_positions.push(section_x + rotated_x); + geom_positions.push(section_y + y); + geom_positions.push(section_z + rotated_z); + geom_normals.push(n_x); + geom_normals.push(n_y); + geom_normals.push(n_z); + } + + index_lists_list.push(geom_index_lists); + position_lists_list.push(geom_positions); + normal_lists_list.push(geom_normals); + } else { + // console.error(`Block offset at ${offset + 4} was ${block_offset}.`); + } + } + + // function v_equal(v, w) { + // return v[0] === w[0] && v[1] === w[1] && v[2] === w[2]; + // } + + for (let i = 0; i < position_lists_list.length; ++i) { + const positions = position_lists_list[i]; + const normals = normal_lists_list[i]; + const geom_index_lists = index_lists_list[i]; + // const indices = []; + + geom_index_lists.forEach(object_indices => { + // for (let j = 2; j < object_indices.length; ++j) { + // const a = object_indices[j - 2]; + // const b = object_indices[j - 1]; + // const c = object_indices[j]; + + // if (a !== b && a !== c && b !== c) { + // const ap = positions.slice(3 * a, 3 * a + 3); + // const bp = positions.slice(3 * b, 3 * b + 3); + // const cp = positions.slice(3 * c, 3 * c + 3); + + // if (!v_equal(ap, bp) && !v_equal(ap, cp) && !v_equal(bp, cp)) { + // if (j % 2 === 0) { + // indices.push(a); + // indices.push(b); + // indices.push(c); + // } else { + // indices.push(b); + // indices.push(a); + // indices.push(c); + // } + // } + // } + // } + + const geometry = new BufferGeometry(); + geometry.addAttribute( + 'position', new BufferAttribute(new Float32Array(positions), 3)); + geometry.addAttribute( + 'normal', new BufferAttribute(new Float32Array(normals), 3)); + geometry.setIndex(new BufferAttribute(new Uint16Array(object_indices), 1)); + + const mesh = new Mesh( + geometry, + new MeshLambertMaterial({ + color: 0x44aaff, + // transparent: true, + opacity: 0.25, + side: DoubleSide + }) + ); + mesh.setDrawMode(TriangleStripDrawMode); + mesh.userData.section = section; + object.add(mesh); + }); + + // const geometry = new BufferGeometry(); + // geometry.addAttribute( + // 'position', new BufferAttribute(new Float32Array(positions), 3)); + // geometry.addAttribute( + // 'normal', new BufferAttribute(new Float32Array(normals), 3)); + // geometry.setIndex(new BufferAttribute(new Uint16Array(indices), 1)); + + // const mesh = new Mesh( + // geometry, + // new MeshLambertMaterial({ + // color: 0x44aaff, + // transparent: true, + // opacity: 0.25, + // side: DoubleSide + // }) + // ); + // object.add(mesh); + + // const wireframe_mesh = new Mesh( + // geometry, + // new MeshBasicMaterial({ + // color: 0x88ccff, + // wireframe: true, + // transparent: true, + // opacity: 0.75, + // }) + // ); + // wireframe_mesh.setDrawMode(THREE.TriangleStripDrawMode); + // object.add(wireframe_mesh); + } + } + + return { + sections: [...sections.values()].sort((a, b) => a.id - b.id), + object_3d: object + }; +} diff --git a/src/data/parsing/ninja/index.ts b/src/data/parsing/ninja/index.ts new file mode 100644 index 00000000..418294b0 --- /dev/null +++ b/src/data/parsing/ninja/index.ts @@ -0,0 +1,139 @@ +import { + BufferAttribute, + BufferGeometry, + Euler, + Matrix4, + Quaternion, + Vector3 +} from 'three'; +import { ArrayBufferCursor } from '../../ArrayBufferCursor'; +import { parse_nj_model, NjContext } from './nj'; +import { parse_xj_model, XjContext } from './xj'; + +// TODO: +// - deal with multiple NJCM chunks +// - deal with other types of chunks + +export function parse_nj(cursor: ArrayBufferCursor): BufferGeometry | undefined { + return parse_ninja(cursor, 'nj'); +} + +export function parse_xj(cursor: ArrayBufferCursor): BufferGeometry | undefined { + return parse_ninja(cursor, 'xj'); +} + +type Format = 'nj' | 'xj'; +type Context = NjContext | XjContext; + +function parse_ninja(cursor: ArrayBufferCursor, format: Format): BufferGeometry | undefined { + while (cursor.bytes_left) { + // Ninja uses a little endian variant of the IFF format. + // IFF files contain chunks preceded by an 8-byte header. + // The header consists of 4 ASCII characters for the "Type ID" and a 32-bit integer specifying the chunk size. + const iff_type_id = cursor.string_ascii(4, false, false); + const iff_chunk_size = cursor.u32(); + + if (iff_type_id === 'NJCM') { + return parse_njcm(cursor.take(iff_chunk_size), format); + } else { + cursor.seek(iff_chunk_size); + } + } +} + +function parse_njcm(cursor: ArrayBufferCursor, format: Format): BufferGeometry | undefined { + if (cursor.bytes_left) { + let context: Context; + + if (format === 'nj') { + context = { + format, + positions: [], + normals: [], + cached_chunk_offsets: [], + vertices: [] + }; + } else { + context = { + format, + positions: [], + normals: [], + indices: [] + }; + } + + parse_sibling_objects(cursor, new Matrix4(), context); + return create_buffer_geometry(context); + } +} + +function parse_sibling_objects( + cursor: ArrayBufferCursor, + parent_matrix: Matrix4, + context: Context +): void { + const eval_flags = cursor.u32(); + const no_translate = (eval_flags & 0b1) !== 0; + const no_rotate = (eval_flags & 0b10) !== 0; + const no_scale = (eval_flags & 0b100) !== 0; + const hidden = (eval_flags & 0b1000) !== 0; + const break_child_trace = (eval_flags & 0b10000) !== 0; + const zxy_rotation_order = (eval_flags & 0b100000) !== 0; + + const model_offset = cursor.u32(); + const pos_x = cursor.f32(); + const pos_y = cursor.f32(); + const pos_z = cursor.f32(); + const rotation_x = cursor.i32() * (2 * Math.PI / 0xFFFF); + const rotation_y = cursor.i32() * (2 * Math.PI / 0xFFFF); + const rotation_z = cursor.i32() * (2 * Math.PI / 0xFFFF); + const scale_x = cursor.f32(); + const scale_y = cursor.f32(); + const scale_z = cursor.f32(); + const child_offset = cursor.u32(); + const sibling_offset = cursor.u32(); + + const rotation = new Euler(rotation_x, rotation_y, rotation_z, zxy_rotation_order ? 'ZXY' : 'ZYX'); + const matrix = new Matrix4() + .compose( + no_translate ? new Vector3() : new Vector3(pos_x, pos_y, pos_z), + no_rotate ? new Quaternion(0, 0, 0, 1) : new Quaternion().setFromEuler(rotation), + no_scale ? new Vector3(1, 1, 1) : new Vector3(scale_x, scale_y, scale_z) + ) + .premultiply(parent_matrix); + + if (model_offset && !hidden) { + cursor.seek_start(model_offset); + parse_model(cursor, matrix, context); + } + + if (child_offset && !break_child_trace) { + cursor.seek_start(child_offset); + parse_sibling_objects(cursor, matrix, context); + } + + if (sibling_offset) { + cursor.seek_start(sibling_offset); + parse_sibling_objects(cursor, parent_matrix, context); + } +} + +function create_buffer_geometry(context: Context): BufferGeometry { + const geometry = new BufferGeometry(); + geometry.addAttribute('position', new BufferAttribute(new Float32Array(context.positions), 3)); + geometry.addAttribute('normal', new BufferAttribute(new Float32Array(context.normals), 3)); + + if ('indices' in context) { + geometry.setIndex(new BufferAttribute(new Uint16Array(context.indices), 1)); + } + + return geometry; +} + +function parse_model(cursor: ArrayBufferCursor, matrix: Matrix4, context: Context): void { + if (context.format === 'nj') { + parse_nj_model(cursor, matrix, context); + } else { + parse_xj_model(cursor, matrix, context); + } +} diff --git a/src/data/parsing/ninja/nj.ts b/src/data/parsing/ninja/nj.ts new file mode 100644 index 00000000..261ea8a2 --- /dev/null +++ b/src/data/parsing/ninja/nj.ts @@ -0,0 +1,311 @@ +import { Matrix3, Matrix4, Vector3 } from 'three'; +import { ArrayBufferCursor } from '../../ArrayBufferCursor'; + +// TODO: +// - deal with multiple NJCM chunks +// - deal with other types of chunks +// - textures +// - colors +// - bump maps +// - animation +// - deal with vertex information contained in triangle strips + +export interface NjContext { + format: 'nj'; + positions: number[]; + normals: number[]; + cached_chunk_offsets: number[]; + vertices: { position: Vector3, normal: Vector3 }[]; +} + +interface Node { + vertices: { position: Vector3, normal: Vector3 }[]; + indices: number[]; + parent?: Node; + children: Node[]; +} + +interface ChunkVertex { + index: number; + position: [number, number, number]; + normal?: [number, number, number]; +} + +interface ChunkTriangleStrip { + clockwise_winding: boolean; + indices: number[]; +} + +export function parse_nj_model(cursor: ArrayBufferCursor, matrix: Matrix4, context: NjContext): void { + const { positions, normals, cached_chunk_offsets, vertices } = context; + + const vlist_offset = cursor.u32(); // Vertex list + const plist_offset = cursor.u32(); // Triangle strip index list + + const normal_matrix = new Matrix3().getNormalMatrix(matrix); + + if (vlist_offset) { + cursor.seek_start(vlist_offset); + + for (const chunk of parse_chunks(cursor, cached_chunk_offsets, true)) { + if (chunk.chunk_type === 'VERTEX') { + const chunk_vertices: ChunkVertex[] = chunk.data; + + for (const vertex of chunk_vertices) { + const position = new Vector3(...vertex.position).applyMatrix4(matrix); + const normal = vertex.normal ? new Vector3(...vertex.normal).applyMatrix3(normal_matrix) : new Vector3(0, 1, 0); + vertices[vertex.index] = { position, normal }; + } + } + } + } + + if (plist_offset) { + cursor.seek_start(plist_offset); + + for (const chunk of parse_chunks(cursor, cached_chunk_offsets, false)) { + if (chunk.chunk_type === 'STRIP') { + for (const { clockwise_winding, indices: strip_indices } of chunk.data) { + for (let j = 2; j < strip_indices.length; ++j) { + const a = vertices[strip_indices[j - 2]]; + const b = vertices[strip_indices[j - 1]]; + const c = vertices[strip_indices[j]]; + + if (a && b && c) { + if (j % 2 === (clockwise_winding ? 1 : 0)) { + positions.splice(positions.length, 0, a.position.x, a.position.y, a.position.z); + positions.splice(positions.length, 0, b.position.x, b.position.y, b.position.z); + positions.splice(positions.length, 0, c.position.x, c.position.y, c.position.z); + normals.splice(normals.length, 0, a.normal.x, a.normal.y, a.normal.z); + normals.splice(normals.length, 0, b.normal.x, b.normal.y, b.normal.z); + normals.splice(normals.length, 0, c.normal.x, c.normal.y, c.normal.z); + } else { + positions.splice(positions.length, 0, b.position.x, b.position.y, b.position.z); + positions.splice(positions.length, 0, a.position.x, a.position.y, a.position.z); + positions.splice(positions.length, 0, c.position.x, c.position.y, c.position.z); + normals.splice(normals.length, 0, b.normal.x, b.normal.y, b.normal.z); + normals.splice(normals.length, 0, a.normal.x, a.normal.y, a.normal.z); + normals.splice(normals.length, 0, c.normal.x, c.normal.y, c.normal.z); + } + } + } + } + } + } + } +} + +function parse_chunks(cursor: ArrayBufferCursor, cached_chunk_offsets: number[], wide_end_chunks: boolean): any[] { + const chunks = []; + let loop = true; + + while (loop) { + const chunk_type_id = cursor.u8(); + const flags = cursor.u8(); + const chunk_start_position = cursor.position; + let chunk_type = 'UNKOWN'; + let chunk_sub_type = null; + let data = null; + let size = 0; + + if (chunk_type_id === 0) { + chunk_type = 'NULL'; + } else if (1 <= chunk_type_id && chunk_type_id <= 5) { + chunk_type = 'BITS'; + + if (chunk_type_id === 4) { + chunk_sub_type = 'CACHE_POLYGON_LIST'; + data = { + store_index: flags, + offset: cursor.position + }; + cached_chunk_offsets[data.store_index] = data.offset; + loop = false; + } else if (chunk_type_id === 5) { + chunk_sub_type = 'DRAW_POLYGON_LIST'; + data = { + store_index: flags + }; + cursor.seek_start(cached_chunk_offsets[data.store_index]); + chunks.splice(chunks.length, 0, ...parse_chunks(cursor, cached_chunk_offsets, wide_end_chunks)); + } + } else if (8 <= chunk_type_id && chunk_type_id <= 9) { + chunk_type = 'TINY'; + size = 2; + } else if (17 <= chunk_type_id && chunk_type_id <= 31) { + chunk_type = 'MATERIAL'; + size = 2 + 2 * cursor.u16(); + } else if (32 <= chunk_type_id && chunk_type_id <= 50) { + chunk_type = 'VERTEX'; + size = 2 + 4 * cursor.u16(); + data = parse_chunk_vertex(cursor, chunk_type_id, flags); + } else if (56 <= chunk_type_id && chunk_type_id <= 58) { + chunk_type = 'VOLUME'; + size = 2 + 2 * cursor.u16(); + } else if (64 <= chunk_type_id && chunk_type_id <= 75) { + chunk_type = 'STRIP'; + size = 2 + 2 * cursor.u16(); + data = parse_chunk_triangle_strip(cursor, chunk_type_id); + } else if (chunk_type_id === 255) { + chunk_type = 'END'; + size = wide_end_chunks ? 2 : 0; + loop = false; + } else { + // Ignore unknown chunks. + console.warn(`Unknown chunk type: ${chunk_type_id}.`); + size = 2 + 2 * cursor.u16(); + } + + cursor.seek_start(chunk_start_position + size); + + chunks.push({ + chunk_type, + chunk_sub_type, + chunk_type_id, + data + }); + } + + return chunks; +} + +function parse_chunk_vertex(cursor: ArrayBufferCursor, chunk_type_id: number, flags: number): ChunkVertex[] { + // There are apparently 4 different sets of vertices, ignore all but set 0. + if ((flags & 0b11) !== 0) { + return []; + } + + const index = cursor.u16(); + const vertex_count = cursor.u16(); + + const vertices: ChunkVertex[] = []; + + for (let i = 0; i < vertex_count; ++i) { + const vertex: ChunkVertex = { + index: index + i, + position: [ + cursor.f32(), // x + cursor.f32(), // y + cursor.f32(), // z + ] + }; + + if (chunk_type_id === 32) { + cursor.seek(4); // Always 1.0 + } else if (chunk_type_id === 33) { + cursor.seek(4); // Always 1.0 + vertex.normal = [ + cursor.f32(), // x + cursor.f32(), // y + cursor.f32(), // z + ]; + cursor.seek(4); // Always 0.0 + } else if (35 <= chunk_type_id && chunk_type_id <= 40) { + if (chunk_type_id === 37) { + // Ninja flags + vertex.index = index + cursor.u16(); + cursor.seek(2); + } else { + // Skip user flags and material information. + cursor.seek(4); + } + } else if (41 <= chunk_type_id && chunk_type_id <= 47) { + vertex.normal = [ + cursor.f32(), // x + cursor.f32(), // y + cursor.f32(), // z + ]; + + if (chunk_type_id >= 42) { + if (chunk_type_id === 44) { + // Ninja flags + vertex.index = index + cursor.u16(); + cursor.seek(2); + } else { + // Skip user flags and material information. + cursor.seek(4); + } + } + } else if (chunk_type_id >= 48) { + // Skip 32-bit vertex normal in format: reserved(2)|x(10)|y(10)|z(10) + cursor.seek(4); + + if (chunk_type_id >= 49) { + // Skip user flags and material information. + cursor.seek(4); + } + } + + vertices.push(vertex); + } + + return vertices; +} + +function parse_chunk_triangle_strip(cursor: ArrayBufferCursor, chunk_type_id: number): ChunkTriangleStrip[] { + const user_offset_and_strip_count = cursor.u16(); + const user_flags_size = user_offset_and_strip_count >>> 14; + const strip_count = user_offset_and_strip_count & 0x3FFF; + let options; + + switch (chunk_type_id) { + case 64: options = [false, false, false, false]; break; + case 65: options = [true, false, false, false]; break; + case 66: options = [true, false, false, false]; break; + case 67: options = [false, false, true, false]; break; + case 68: options = [true, false, true, false]; break; + case 69: options = [true, false, true, false]; break; + case 70: options = [false, true, false, false]; break; + case 71: options = [true, true, false, false]; break; + case 72: options = [true, true, false, false]; break; + case 73: options = [false, false, false, false]; break; + case 74: options = [true, false, false, true]; break; + case 75: options = [true, false, false, true]; break; + default: throw new Error(`Unexpected chunk type ID: ${chunk_type_id}.`); + } + + const [ + parse_texture_coords, + parse_color, + parse_normal, + parse_texture_coords_hires + ] = options; + + const strips = []; + + for (let i = 0; i < strip_count; ++i) { + const winding_flag_and_index_count = cursor.i16(); + const clockwise_winding = winding_flag_and_index_count < 1; + const index_count = Math.abs(winding_flag_and_index_count); + + const indices = []; + + for (let j = 0; j < index_count; ++j) { + indices.push(cursor.u16()); + + if (parse_texture_coords) { + cursor.seek(4); + } + + if (parse_color) { + cursor.seek(4); + } + + if (parse_normal) { + cursor.seek(6); + } + + if (parse_texture_coords_hires) { + cursor.seek(8); + } + + if (j >= 2) { + cursor.seek(2 * user_flags_size); + } + } + + strips.push({ clockwise_winding, indices }); + } + + return strips; +} diff --git a/src/data/parsing/ninja/xj.ts b/src/data/parsing/ninja/xj.ts new file mode 100644 index 00000000..9ea3442f --- /dev/null +++ b/src/data/parsing/ninja/xj.ts @@ -0,0 +1,170 @@ +import { Matrix3, Matrix4, Vector3 } from 'three'; +import { ArrayBufferCursor } from '../../ArrayBufferCursor'; + +// TODO: +// - textures +// - colors +// - bump maps +// - animation + +export interface XjContext { + format: 'xj'; + positions: number[]; + normals: number[]; + indices: number[]; +} + +export function parse_xj_model(cursor: ArrayBufferCursor, matrix: Matrix4, context: XjContext): void { + const { positions, normals, indices } = context; + + cursor.seek(4); // Flags according to QEdit, seemingly always 0. + const vertex_info_list_offset = cursor.u32(); + cursor.seek(4); // Seems to be the vertex_info_count, always 1. + const triangle_strip_list_a_offset = cursor.u32(); + const triangle_strip_a_count = cursor.u32(); + const triangle_strip_list_b_offset = cursor.u32(); + const triangle_strip_b_count = cursor.u32(); + cursor.seek(16); // Bounding sphere position and radius in floats. + + const normal_matrix = new Matrix3().getNormalMatrix(matrix); + const index_offset = positions.length / 3; + + if (vertex_info_list_offset) { + cursor.seek_start(vertex_info_list_offset); + cursor.seek(4); // Possibly the vertex type. + const vertex_list_offset = cursor.u32(); + const vertex_size = cursor.u32(); + const vertex_count = cursor.u32(); + + for (let i = 0; i < vertex_count; ++i) { + cursor.seek_start(vertex_list_offset + i * vertex_size); + const position = new Vector3( + cursor.f32(), + cursor.f32(), + cursor.f32() + ).applyMatrix4(matrix); + let normal; + + if (vertex_size === 28 || vertex_size === 32 || vertex_size === 36) { + normal = new Vector3( + cursor.f32(), + cursor.f32(), + cursor.f32() + ).applyMatrix3(normal_matrix); + } else { + normal = new Vector3(0, 1, 0); + } + + positions.push(position.x); + positions.push(position.y); + positions.push(position.z); + normals.push(normal.x); + normals.push(normal.y); + normals.push(normal.z); + } + } + + if (triangle_strip_list_a_offset) { + parse_triangle_strip_list( + cursor, + triangle_strip_list_a_offset, + triangle_strip_a_count, + positions, + normals, + indices, + index_offset); + } + + if (triangle_strip_list_b_offset) { + parse_triangle_strip_list( + cursor, + triangle_strip_list_b_offset, + triangle_strip_b_count, + positions, + normals, + indices, + index_offset); + } +} + +function parse_triangle_strip_list( + cursor: ArrayBufferCursor, + triangle_strip_list_offset: number, + triangle_strip_count: number, + positions: number[], + normals: number[], + indices: number[], + index_offset: number +): void { + for (let i = 0; i < triangle_strip_count; ++i) { + cursor.seek_start(triangle_strip_list_offset + i * 20); + cursor.seek(8); // Skip material information. + const index_list_offset = cursor.u32(); + const index_count = cursor.u32(); + // Ignoring 4 bytes. + + cursor.seek_start(index_list_offset); + const strip_indices = cursor.u16_array(index_count); + let clockwise = true; + + for (let j = 2; j < strip_indices.length; ++j) { + const a = index_offset + strip_indices[j - 2]; + const b = index_offset + strip_indices[j - 1]; + const c = index_offset + strip_indices[j]; + const pa = new Vector3(positions[3 * a], positions[3 * a + 1], positions[3 * a + 2]); + const pb = new Vector3(positions[3 * b], positions[3 * b + 1], positions[3 * b + 2]); + const pc = new Vector3(positions[3 * c], positions[3 * c + 1], positions[3 * c + 2]); + const na = new Vector3(normals[3 * a], normals[3 * a + 1], normals[3 * a + 2]); + const nb = new Vector3(normals[3 * a], normals[3 * a + 1], normals[3 * a + 2]); + const nc = new Vector3(normals[3 * a], normals[3 * a + 1], normals[3 * a + 2]); + + // Calculate a surface normal and reverse the vertex winding if at least 2 of the vertex normals point in the opposite direction. + // This hack fixes the winding for most models. + const normal = pb.clone().sub(pa).cross(pc.clone().sub(pa)); + + if (clockwise) { + normal.negate(); + } + + const opposite_count = + (normal.dot(na) < 0 ? 1 : 0) + + (normal.dot(nb) < 0 ? 1 : 0) + + (normal.dot(nc) < 0 ? 1 : 0); + + if (opposite_count >= 2) { + clockwise = !clockwise; + } + + if (clockwise) { + indices.push(b); + indices.push(a); + indices.push(c); + } else { + indices.push(a); + indices.push(b); + indices.push(c); + } + + clockwise = !clockwise; + + // The following switch statement fixes model 180.xj (zanba). + // switch (j) { + // case 17: + // case 52: + // case 70: + // case 92: + // case 97: + // case 126: + // case 140: + // case 148: + // case 187: + // case 200: + // console.warn(`swapping winding at: ${j}, (${a}, ${b}, ${c})`); + // break; + // default: + // ccw = !ccw; + // break; + // } + } + } +} diff --git a/src/data/parsing/qst.test.js b/src/data/parsing/qst.test.js new file mode 100644 index 00000000..8ad24044 --- /dev/null +++ b/src/data/parsing/qst.test.js @@ -0,0 +1,33 @@ +import * as fs from 'fs'; +import { ArrayBufferCursor } from '../ArrayBufferCursor'; +import * as prs from '../compression/prs'; +import { parse_qst, write_qst } from './qst'; +import { walk_qst_files } from '../../../test/src/utils'; + +/** + * Parse a file, convert the resulting structure to QST again and check whether the end result is equal to the original. + */ +test('parse_qst and write_qst', () => { + walk_qst_files((file_path, file_name, file_content) => { + const orig_qst = new ArrayBufferCursor(file_content.buffer, true); + const orig_quest = parse_qst(orig_qst); + + if (orig_quest) { + const test_qst = write_qst(orig_quest); + orig_qst.seek_start(0); + + expect(test_qst.size).toBe(orig_qst.size); + + let match = true; + + while (orig_qst.bytes_left) { + if (test_qst.u8() !== orig_qst.u8()) { + match = false; + break; + } + } + + expect(match).toBe(true); + } + }); +}); diff --git a/src/data/parsing/qst.ts b/src/data/parsing/qst.ts new file mode 100644 index 00000000..8eec3d5c --- /dev/null +++ b/src/data/parsing/qst.ts @@ -0,0 +1,276 @@ +import { ArrayBufferCursor } from '../ArrayBufferCursor'; + +interface QstContainedFile { + name: string; + name_2?: string; // Unsure what this is + quest_no?: number; + expected_size?: number; + data: ArrayBufferCursor; + chunk_nos: Set; +} + +interface ParseQstResult { + version: string; + files: QstContainedFile[]; +} + +/** + * Low level parsing function for .qst files. + * Can only read the Blue Burst format. + */ +export function parse_qst(cursor: ArrayBufferCursor): ParseQstResult | null { + // A .qst file contains two 88-byte headers that describe the embedded .dat and .bin files. + let version = 'PC'; + + // Detect version. + const version_a = cursor.u8(); + cursor.seek(1); + const version_b = cursor.u8(); + + if (version_a === 0x44) { + version = 'Dreamcast/GameCube'; + } else if (version_a === 0x58) { + if (version_b === 0x44) { + version = 'Blue Burst'; + } + } else if (version_a === 0xA6) { + version = 'Dreamcast download'; + } + + if (version === 'Blue Burst') { + // Read headers and contained files. + cursor.seek_start(0); + + const headers = parse_headers(cursor); + + const files = parse_files( + cursor, new Map(headers.map(h => [h.file_name, h.size]))); + + for (const file of files) { + const header = headers.find(h => h.file_name === file.name); + + if (header) { + file.quest_no = header.quest_no; + file.name_2 = header.file_name_2; + } + } + + return { + version, + files + }; + } else { + return null; + } +} + +interface SimpleQstContainedFile { + name: string; + name_2?: string; + quest_no?: number; + data: ArrayBufferCursor; +} + +interface WriteQstParams { + version?: string; + files: SimpleQstContainedFile[]; +} + +/** + * Always writes in Blue Burst format. + */ +export function write_qst(params: WriteQstParams): ArrayBufferCursor { + const files = params.files; + const total_size = files + .map(f => 88 + Math.ceil(f.data.size / 1024) * 1056) + .reduce((a, b) => a + b); + const cursor = new ArrayBufferCursor(total_size, true); + + write_file_headers(cursor, files); + write_file_chunks(cursor, files); + + if (cursor.size !== total_size) { + throw new Error(`Expected a final file size of ${total_size}, but got ${cursor.size}.`); + } + + return cursor.seek_start(0); +} + +/** + * TODO: Read all headers instead of just the first 2. + */ +function parse_headers(cursor: ArrayBufferCursor): any[] { + const files = []; + + for (let i = 0; i < 2; ++i) { + cursor.seek(4); + const quest_no = cursor.u16(); + cursor.seek(38); + const file_name = cursor.string_ascii(16, true, true); + const size = cursor.u32(); + // Not sure what this is: + const file_name_2 = cursor.string_ascii(24, true, true); + + files.push({ + quest_no, + file_name, + file_name_2, + size + }); + } + + return files; +} + +function parse_files(cursor: ArrayBufferCursor, expected_sizes: Map): QstContainedFile[] { + // Files are interleaved in 1056 byte chunks. + // Each chunk has a 24 byte header, 1024 byte data segment and an 8 byte trailer. + const files = new Map(); + + while (cursor.bytes_left) { + const start_position = cursor.position; + + // Read meta data. + const chunk_no = cursor.seek(4).u8(); + const file_name = cursor.seek(3).string_ascii(16, true, true); + + let file = files.get(file_name); + + if (!file) { + const expected_size = expected_sizes.get(file_name); + files.set(file_name, file = { + name: file_name, + expected_size, + data: new ArrayBufferCursor(expected_size || (10 * 1024), true), + chunk_nos: new Set() + }); + } + + if (file.chunk_nos.has(chunk_no)) { + console.warn(`File chunk number ${chunk_no} of file ${file_name} was already encountered, overwriting previous chunk.`); + } else { + file.chunk_nos.add(chunk_no); + } + + // Read file data. + let size = cursor.seek(1024).u32(); + cursor.seek(-1028); + + if (size > 1024) { + console.warn(`Data segment size of ${size} is larger than expected maximum size, reading just 1024 bytes.`); + size = 1024; + } + + const data = cursor.take(size); + const chunk_position = chunk_no * 1024; + file.data.size = Math.max(chunk_position + size, file.data.size); + file.data.seek_start(chunk_position).write_cursor(data); + + // Skip the padding and the trailer. + cursor.seek(1032 - data.size); + + if (cursor.position !== start_position + 1056) { + throw new Error(`Read ${cursor.position - start_position} file chunk message bytes instead of expected 1056.`); + } + } + + for (const file of files.values()) { + // Clean up file properties. + file.data.seek_start(0); + file.chunk_nos = new Set(Array.from(file.chunk_nos.values()).sort((a, b) => a - b)); + + // Check whether the expected size was correct. + if (file.expected_size != null && file.data.size !== file.expected_size) { + console.warn(`File ${file.name} has an actual size of ${file.data.size} instead of the expected size ${file.expected_size}.`); + } + + // Detect missing file chunks. + const actual_size = Math.max(file.data.size, file.expected_size || 0); + + for (let chunk_no = 0; chunk_no < Math.ceil(actual_size / 1024); ++chunk_no) { + if (!file.chunk_nos.has(chunk_no)) { + console.warn(`File ${file.name} is missing chunk ${chunk_no}.`); + } + } + } + + return Array.from(files.values()); +} + +function write_file_headers(cursor: ArrayBufferCursor, files: SimpleQstContainedFile[]): void { + for (const file of files) { + cursor.write_u16(88); // Header size. + cursor.write_u16(0x44); // Magic number. + cursor.write_u16(file.quest_no || 0); + + for (let i = 0; i < 38; ++i) { + cursor.write_u8(0); + } + + cursor.write_string_ascii(file.name, 16); + cursor.write_u32(file.data.size); + + let file_name_2: string; + + if (file.name_2 == null) { + // Not sure this makes sense. + const dot_pos = file.name.lastIndexOf('.'); + file_name_2 = dot_pos === -1 + ? file.name + '_j' + : file.name.slice(0, dot_pos) + '_j' + file.name.slice(dot_pos); + } else { + file_name_2 = file.name_2; + } + + cursor.write_string_ascii(file_name_2, 24); + } +} + +function write_file_chunks(cursor: ArrayBufferCursor, files: SimpleQstContainedFile[]): void { + // Files are interleaved in 1056 byte chunks. + // Each chunk has a 24 byte header, 1024 byte data segment and an 8 byte trailer. + files = files.slice(); + const chunk_nos = new Array(files.length).fill(0); + + while (files.length) { + let i = 0; + + while (i < files.length) { + if (!write_file_chunk(cursor, files[i].data, chunk_nos[i]++, files[i].name)) { + // Remove if there are no more chunks to write. + files.splice(i, 1); + chunk_nos.splice(i, 1); + } else { + ++i; + } + } + } +} + +/** + * @returns true if there are bytes left to write in data, false otherwise. + */ +function write_file_chunk( + cursor: ArrayBufferCursor, + data: ArrayBufferCursor, + chunk_no: number, + name: string +): boolean { + cursor.write_u8_array([28, 4, 19, 0]); + cursor.write_u8(chunk_no); + cursor.write_u8_array([0, 0, 0]); + cursor.write_string_ascii(name, 16); + + const size = Math.min(1024, data.bytes_left); + cursor.write_cursor(data.take(size)); + + // Padding. + for (let i = size; i < 1024; ++i) { + cursor.write_u8(0); + } + + cursor.write_u32(size); + cursor.write_u32(0); + + return !!data.bytes_left; +} diff --git a/src/data/parsing/quest.test.js b/src/data/parsing/quest.test.js new file mode 100644 index 00000000..386e15cd --- /dev/null +++ b/src/data/parsing/quest.test.js @@ -0,0 +1,67 @@ +import * as fs from 'fs'; +import { ArrayBufferCursor } from '../ArrayBufferCursor'; +import * as prs from '../compression/prs'; +import { parse_quest, write_quest_qst } from './quest'; +import { ObjectType } from '../../domain'; +import { walk_qst_files } from '../../../test/src/utils'; + +test('parse Towards the Future', () => { + const buffer = fs.readFileSync('test/resources/quest118_e.qst').buffer; + const cursor = new ArrayBufferCursor(buffer, true); + const quest = parse_quest(cursor); + + expect(quest.name).toBe('Towards the Future'); + expect(quest.short_description).toBe('Challenge the\nnew simulator.'); + expect(quest.long_description).toBe('Client: Principal\nQuest: Wishes to have\nhunters challenge the\nnew simulator\nReward: ??? Meseta'); + expect(quest.episode).toBe(1); + expect(quest.objects.length).toBe(277); + expect(quest.objects[0].type).toBe(ObjectType.MenuActivation); + expect(quest.objects[4].type).toBe(ObjectType.PlayerSet); + expect(quest.npcs.length).toBe(216); + expect(testable_area_variants(quest)).toEqual([ + [0, 0], [2, 0], [11, 0], [5, 4], [12, 0], [7, 4], [13, 0], [8, 4], [10, 4], [14, 0]]); +}); + +/** + * Parse a QST file, write the resulting Quest object to QST again, then parse that again. + * Then check whether the two Quest objects are equal. + */ +test('parse_quest and write_quest_qst', () => { + const buffer = fs.readFileSync('test/resources/tethealla_v0.143_quests/solo/ep1/02.qst').buffer; + const cursor = new ArrayBufferCursor(buffer, true); + const orig_quest = parse_quest(cursor); + const test_quest = parse_quest(write_quest_qst(orig_quest, '02.qst')); + + expect(test_quest.name).toBe(orig_quest.name); + expect(test_quest.short_description).toBe(orig_quest.short_description); + expect(test_quest.long_description).toBe(orig_quest.long_description); + expect(test_quest.episode).toBe(orig_quest.episode); + expect(testable_objects(test_quest)) + .toEqual(testable_objects(orig_quest)); + expect(testable_npcs(test_quest)) + .toEqual(testable_npcs(orig_quest)); + expect(testable_area_variants(test_quest)) + .toEqual(testable_area_variants(orig_quest)); +}); + +function testable_objects(quest) { + return quest.objects.map(object => [ + object.area_id, + object.section_id, + object.position, + object.type + ]); +} + +function testable_npcs(quest) { + return quest.npcs.map(npc => [ + npc.area_id, + npc.section_id, + npc.position, + npc.type + ]); +} + +function testable_area_variants(quest) { + return quest.area_variants.map(av => [av.area.id, av.id]); +} diff --git a/src/data/parsing/quest.ts b/src/data/parsing/quest.ts new file mode 100644 index 00000000..1c02d1a3 --- /dev/null +++ b/src/data/parsing/quest.ts @@ -0,0 +1,533 @@ +import { ArrayBufferCursor } from '../ArrayBufferCursor'; +import * as prs from '../compression/prs'; +import { parse_dat, write_dat } from './dat'; +import { parse_bin, write_bin, Instruction } from './bin'; +import { parse_qst, write_qst } from './qst'; +import { + Vec3, + AreaVariant, + QuestNpc, + QuestObject, + Quest, + ObjectType, + NpcType +} from '../../domain'; +import { area_store } from '../../store'; + +/** + * High level parsing function that delegates to lower level parsing functions. + * + * Always delegates to parse_qst at the moment. + */ +export function parse_quest(cursor: ArrayBufferCursor): Quest | null { + const qst = parse_qst(cursor); + + if (!qst) { + return null; + } + + let dat_file = null; + let bin_file = null; + + for (const file of qst.files) { + if (file.name.endsWith('.dat')) { + dat_file = file; + } else if (file.name.endsWith('.bin')) { + bin_file = file; + } + } + + // TODO: deal with missing/multiple DAT or BIN file. + + if (!dat_file || !bin_file) { + return null; + } + + const dat = parse_dat(prs.decompress(dat_file.data)); + const bin = parse_bin(prs.decompress(bin_file.data)); + let episode = 1; + let area_variants: AreaVariant[] = []; + + if (bin.function_offsets.length) { + const func_0_ops = get_func_operations(bin.instructions, bin.function_offsets[0]); + + if (func_0_ops) { + episode = get_episode(func_0_ops); + area_variants = get_area_variants(episode, func_0_ops); + } else { + console.warn(`Function 0 offset ${bin.function_offsets[0]} is invalid.`); + } + } else { + console.warn('File contains no functions.'); + } + + return new Quest( + bin.quest_name, + bin.short_description, + bin.long_description, + dat_file.quest_no, + episode, + area_variants, + parse_obj_data(dat.objs), + parse_npc_data(episode, dat.npcs), + { unknowns: dat.unknowns }, + bin.data + ); +} + +export function write_quest_qst(quest: Quest, file_name: string): ArrayBufferCursor { + const dat = write_dat({ + objs: objects_to_dat_data(quest.episode, quest.objects), + npcs: npcs_to_dat_data(quest.episode, quest.npcs), + unknowns: quest.dat.unknowns + }); + const bin = write_bin({ data: quest.bin }); + const ext_start = file_name.lastIndexOf('.'); + const base_file_name = ext_start === -1 ? file_name : file_name.slice(0, ext_start); + + return write_qst({ + files: [ + { + name: base_file_name + '.dat', + quest_no: quest.quest_no, + data: prs.compress(dat) + }, + { + name: base_file_name + '.bin', + quest_no: quest.quest_no, + data: prs.compress(bin) + } + ] + }); +} + +/** + * Defaults to episode I. + */ +function get_episode(func_0_ops: Instruction[]): number { + const set_episode = func_0_ops.find(op => op.mnemonic === 'set_episode'); + + if (set_episode) { + switch (set_episode.args[0]) { + default: + case 0: return 1; + case 1: return 2; + case 2: return 4; + } + } else { + console.warn('Function 0 has no set_episode instruction.'); + return 1; + } +} + +function get_area_variants(episode: number, func_0_ops: Instruction[]): AreaVariant[] { + const area_variants = new Map(); + const bb_maps = func_0_ops.filter(op => op.mnemonic === 'BB_Map_Designate'); + + for (const bb_map of bb_maps) { + const area_id = bb_map.args[0]; + const variant_id = bb_map.args[2]; + area_variants.set(area_id, variant_id); + } + + // Sort by area order and then variant id. + return ( + Array.from(area_variants) + .map(([area_id, variant_id]) => + area_store.get_variant(episode, area_id, variant_id)) + .sort((a, b) => a.area.order - b.area.order || a.id - b.id) + ); +} + +function get_func_operations(operations: Instruction[], func_offset: number) { + let position = 0; + let func_found = false; + const func_ops = []; + + for (const operation of operations) { + if (position === func_offset) { + func_found = true; + } + + if (func_found) { + func_ops.push(operation); + + // Break when ret is encountered. + if (operation.opcode === 1) { + break; + } + } + + position += operation.size; + } + + return func_found ? func_ops : null; +} + +function parse_obj_data(objs: any[]): QuestObject[] { + return objs.map(obj_data => { + const { x, y, z } = obj_data.position; + const rot = obj_data.rotation; + return new QuestObject( + obj_data.area_id, + obj_data.section_id, + new Vec3(x, y, z), + new Vec3(rot.x, rot.y, rot.z), + ObjectType.from_pso_id(obj_data.type_id), + obj_data + ); + }); +} + +function parse_npc_data(episode: number, npcs: any[]): QuestNpc[] { + return npcs.map(npc_data => { + const { x, y, z } = npc_data.position; + const rot = npc_data.rotation; + return new QuestNpc( + npc_data.area_id, + npc_data.section_id, + new Vec3(x, y, z), + new Vec3(rot.x, rot.y, rot.z), + get_npc_type(episode, npc_data), + npc_data + ); + }); +} + +function get_npc_type(episode: number, { type_id, unknown, skin, area_id }: any): NpcType { + const regular = (unknown[2][18] & 0x80) === 0; + + switch (`${type_id}, ${skin % 3}, ${episode}`) { + case `${0x044}, 0, 1`: return NpcType.Booma; + case `${0x044}, 1, 1`: return NpcType.Gobooma; + case `${0x044}, 2, 1`: return NpcType.Gigobooma; + + case `${0x063}, 0, 1`: return NpcType.EvilShark; + case `${0x063}, 1, 1`: return NpcType.PalShark; + case `${0x063}, 2, 1`: return NpcType.GuilShark; + + case `${0x0A6}, 0, 1`: return NpcType.Dimenian; + case `${0x0A6}, 0, 2`: return NpcType.Dimenian2; + case `${0x0A6}, 1, 1`: return NpcType.LaDimenian; + case `${0x0A6}, 1, 2`: return NpcType.LaDimenian2; + case `${0x0A6}, 2, 1`: return NpcType.SoDimenian; + case `${0x0A6}, 2, 2`: return NpcType.SoDimenian2; + + case `${0x0D6}, 0, 2`: return NpcType.Mericarol; + case `${0x0D6}, 1, 2`: return NpcType.Mericus; + case `${0x0D6}, 2, 2`: return NpcType.Merikle; + + case `${0x115}, 0, 4`: return NpcType.Boota; + case `${0x115}, 1, 4`: return NpcType.ZeBoota; + case `${0x115}, 2, 4`: return NpcType.BaBoota; + case `${0x117}, 0, 4`: return NpcType.Goran; + case `${0x117}, 1, 4`: return NpcType.PyroGoran; + case `${0x117}, 2, 4`: return NpcType.GoranDetonator; + } + + switch (`${type_id}, ${skin % 2}, ${episode}`) { + case `${0x040}, 0, 1`: return NpcType.Hildebear; + case `${0x040}, 0, 2`: return NpcType.Hildebear2; + case `${0x040}, 1, 1`: return NpcType.Hildeblue; + case `${0x040}, 1, 2`: return NpcType.Hildeblue2; + case `${0x041}, 0, 1`: return NpcType.RagRappy; + case `${0x041}, 0, 2`: return NpcType.RagRappy2; + case `${0x041}, 0, 4`: return NpcType.SandRappy; + case `${0x041}, 1, 1`: return NpcType.AlRappy; + case `${0x041}, 1, 2`: return NpcType.LoveRappy; + case `${0x041}, 1, 4`: return NpcType.DelRappy; + + case `${0x061}, 0, 1`: return area_id > 15 ? NpcType.DelLily : NpcType.PoisonLily; + case `${0x061}, 0, 2`: return area_id > 15 ? NpcType.DelLily : NpcType.PoisonLily2; + case `${0x061}, 1, 1`: return area_id > 15 ? NpcType.DelLily : NpcType.NarLily; + case `${0x061}, 1, 2`: return area_id > 15 ? NpcType.DelLily : NpcType.NarLily2; + + case `${0x080}, 0, 1`: return NpcType.Dubchic; + case `${0x080}, 0, 2`: return NpcType.Dubchic2; + case `${0x080}, 1, 1`: return NpcType.Gilchic; + case `${0x080}, 1, 2`: return NpcType.Gilchic2; + + case `${0x0D4}, 0, 2`: return NpcType.SinowBerill; + case `${0x0D4}, 1, 2`: return NpcType.SinowSpigell; + case `${0x0D5}, 0, 2`: return NpcType.Merillia; + case `${0x0D5}, 1, 2`: return NpcType.Meriltas; + case `${0x0D7}, 0, 2`: return NpcType.UlGibbon; + case `${0x0D7}, 1, 2`: return NpcType.ZolGibbon; + + case `${0x0DD}, 0, 2`: return NpcType.Dolmolm; + case `${0x0DD}, 1, 2`: return NpcType.Dolmdarl; + case `${0x0E0}, 0, 2`: return area_id > 15 ? NpcType.Epsilon : NpcType.SinowZoa; + case `${0x0E0}, 1, 2`: return area_id > 15 ? NpcType.Epsilon : NpcType.SinowZele; + + case `${0x112}, 0, 4`: return NpcType.MerissaA; + case `${0x112}, 1, 4`: return NpcType.MerissaAA; + case `${0x114}, 0, 4`: return NpcType.Zu; + case `${0x114}, 1, 4`: return NpcType.Pazuzu; + case `${0x116}, 0, 4`: return NpcType.Dorphon; + case `${0x116}, 1, 4`: return NpcType.DorphonEclair; + case `${0x119}, 0, 4`: return regular ? NpcType.SaintMillion : NpcType.Kondrieu; + case `${0x119}, 1, 4`: return regular ? NpcType.Shambertin : NpcType.Kondrieu; + } + + switch (`${type_id}, ${episode}`) { + case `${0x042}, 1`: return NpcType.Monest; + case `${0x042}, 2`: return NpcType.Monest2; + case `${0x043}, 1`: return regular ? NpcType.SavageWolf : NpcType.BarbarousWolf; + case `${0x043}, 2`: return regular ? NpcType.SavageWolf2 : NpcType.BarbarousWolf2; + + case `${0x060}, 1`: return NpcType.GrassAssassin; + case `${0x060}, 2`: return NpcType.GrassAssassin2; + case `${0x062}, 1`: return NpcType.NanoDragon; + case `${0x064}, 1`: return regular ? NpcType.PofuillySlime : NpcType.PouillySlime; + case `${0x065}, 1`: return NpcType.PanArms; + case `${0x065}, 2`: return NpcType.PanArms2; + + case `${0x081}, 1`: return NpcType.Garanz; + case `${0x081}, 2`: return NpcType.Garanz2; + case `${0x082}, 1`: return regular ? NpcType.SinowBeat : NpcType.SinowGold; + case `${0x083}, 1`: return NpcType.Canadine; + case `${0x084}, 1`: return NpcType.Canane; + case `${0x085}, 1`: return NpcType.Dubswitch; + case `${0x085}, 2`: return NpcType.Dubswitch2; + + case `${0x0A0}, 1`: return NpcType.Delsaber; + case `${0x0A0}, 2`: return NpcType.Delsaber2; + case `${0x0A1}, 1`: return NpcType.ChaosSorcerer; + case `${0x0A1}, 2`: return NpcType.ChaosSorcerer2; + case `${0x0A2}, 1`: return NpcType.DarkGunner; + case `${0x0A4}, 1`: return NpcType.ChaosBringer; + case `${0x0A5}, 1`: return NpcType.DarkBelra; + case `${0x0A5}, 2`: return NpcType.DarkBelra2; + case `${0x0A7}, 1`: return NpcType.Bulclaw; + case `${0x0A8}, 1`: return NpcType.Claw; + + case `${0x0C0}, 1`: return NpcType.Dragon; + case `${0x0C0}, 2`: return NpcType.GalGryphon; + case `${0x0C1}, 1`: return NpcType.DeRolLe; + // TODO: + // case `${0x0C2}, 1`: return NpcType.VolOptPart1; + case `${0x0C5}, 1`: return NpcType.VolOpt; + case `${0x0C8}, 1`: return NpcType.DarkFalz; + case `${0x0CA}, 2`: return NpcType.OlgaFlow; + case `${0x0CB}, 2`: return NpcType.BarbaRay; + case `${0x0CC}, 2`: return NpcType.GolDragon; + + case `${0x0D8}, 2`: return NpcType.Gibbles; + case `${0x0D9}, 2`: return NpcType.Gee; + case `${0x0DA}, 2`: return NpcType.GiGue; + + case `${0x0DB}, 2`: return NpcType.Deldepth; + case `${0x0DC}, 2`: return NpcType.Delbiter; + case `${0x0DE}, 2`: return NpcType.Morfos; + case `${0x0DF}, 2`: return NpcType.Recobox; + case `${0x0E1}, 2`: return NpcType.IllGill; + + case `${0x110}, 4`: return NpcType.Astark; + case `${0x111}, 4`: return regular ? NpcType.SatelliteLizard : NpcType.Yowie; + case `${0x113}, 4`: return NpcType.Girtablulu; + } + + switch (type_id) { + case 0x004: return NpcType.FemaleFat; + case 0x005: return NpcType.FemaleMacho; + case 0x007: return NpcType.FemaleTall; + case 0x00A: return NpcType.MaleDwarf; + case 0x00B: return NpcType.MaleFat; + case 0x00C: return NpcType.MaleMacho; + case 0x00D: return NpcType.MaleOld; + case 0x019: return NpcType.BlueSoldier; + case 0x01A: return NpcType.RedSoldier; + case 0x01B: return NpcType.Principal; + case 0x01C: return NpcType.Tekker; + case 0x01D: return NpcType.GuildLady; + case 0x01E: return NpcType.Scientist; + case 0x01F: return NpcType.Nurse; + case 0x020: return NpcType.Irene; + case 0x0F1: return NpcType.ItemShop; + case 0x0FE: return NpcType.Nurse2; + } + + // TODO: remove log statement: + console.log(`Unknown type ID: ${type_id} (0x${type_id.toString(16)}).`); + return NpcType.Unknown; +} + +function objects_to_dat_data(episode: number, objects: QuestObject[]): any[] { + return objects.map(object => ({ + type_id: object.type.pso_id, + section_id: object.section_id, + position: object.section_position, + rotation: object.rotation, + area_id: object.area_id, + unknown: object.dat.unknown + })); +} + +function npcs_to_dat_data(episode: number, npcs: QuestNpc[]): any[] { + return npcs.map(npc => { + // If the type is unknown, type_data will be null and we use the raw data from the DAT file. + const type_data = npc_type_to_dat_data(npc.type); + + if (type_data) { + npc.dat.unknown[2][18] = (npc.dat.unknown[2][18] & ~0x80) | (type_data.regular ? 0 : 0x80); + } + + return { + type_id: type_data ? type_data.type_id : npc.dat.type_id, + section_id: npc.section_id, + position: npc.section_position, + rotation: npc.rotation, + skin: type_data ? type_data.skin : npc.dat.skin, + area_id: npc.area_id, + unknown: npc.dat.unknown + }; + }); +} + +function npc_type_to_dat_data( + type: NpcType +): { type_id: number, skin: number, regular: boolean } | null { + switch (type) { + default: throw new Error(`Unexpected type ${type.code}.`); + + case NpcType.Unknown: return null; + + case NpcType.FemaleFat: return { type_id: 0x004, skin: 0, regular: true }; + case NpcType.FemaleMacho: return { type_id: 0x005, skin: 0, regular: true }; + case NpcType.FemaleTall: return { type_id: 0x007, skin: 0, regular: true }; + case NpcType.MaleDwarf: return { type_id: 0x00A, skin: 0, regular: true }; + case NpcType.MaleFat: return { type_id: 0x00B, skin: 0, regular: true }; + case NpcType.MaleMacho: return { type_id: 0x00C, skin: 0, regular: true }; + case NpcType.MaleOld: return { type_id: 0x00D, skin: 0, regular: true }; + case NpcType.BlueSoldier: return { type_id: 0x019, skin: 0, regular: true }; + case NpcType.RedSoldier: return { type_id: 0x01A, skin: 0, regular: true }; + case NpcType.Principal: return { type_id: 0x01B, skin: 0, regular: true }; + case NpcType.Tekker: return { type_id: 0x01C, skin: 0, regular: true }; + case NpcType.GuildLady: return { type_id: 0x01D, skin: 0, regular: true }; + case NpcType.Scientist: return { type_id: 0x01E, skin: 0, regular: true }; + case NpcType.Nurse: return { type_id: 0x01F, skin: 0, regular: true }; + case NpcType.Irene: return { type_id: 0x020, skin: 0, regular: true }; + case NpcType.ItemShop: return { type_id: 0x0F1, skin: 0, regular: true }; + case NpcType.Nurse2: return { type_id: 0x0FE, skin: 0, regular: true }; + + case NpcType.Hildebear: return { type_id: 0x040, skin: 0, regular: true }; + case NpcType.Hildeblue: return { type_id: 0x040, skin: 1, regular: true }; + case NpcType.RagRappy: return { type_id: 0x041, skin: 0, regular: true }; + case NpcType.AlRappy: return { type_id: 0x041, skin: 1, regular: true }; + case NpcType.Monest: return { type_id: 0x042, skin: 0, regular: true }; + case NpcType.SavageWolf: return { type_id: 0x043, skin: 0, regular: true }; + case NpcType.BarbarousWolf: return { type_id: 0x043, skin: 0, regular: false }; + case NpcType.Booma: return { type_id: 0x044, skin: 0, regular: true }; + case NpcType.Gobooma: return { type_id: 0x044, skin: 1, regular: true }; + case NpcType.Gigobooma: return { type_id: 0x044, skin: 2, regular: true }; + case NpcType.Dragon: return { type_id: 0x0C0, skin: 0, regular: true }; + + case NpcType.GrassAssassin: return { type_id: 0x060, skin: 0, regular: true }; + case NpcType.PoisonLily: return { type_id: 0x061, skin: 0, regular: true }; + case NpcType.NarLily: return { type_id: 0x061, skin: 1, regular: true }; + case NpcType.NanoDragon: return { type_id: 0x062, skin: 0, regular: true }; + case NpcType.EvilShark: return { type_id: 0x063, skin: 0, regular: true }; + case NpcType.PalShark: return { type_id: 0x063, skin: 1, regular: true }; + case NpcType.GuilShark: return { type_id: 0x063, skin: 2, regular: true }; + case NpcType.PofuillySlime: return { type_id: 0x064, skin: 0, regular: true }; + case NpcType.PouillySlime: return { type_id: 0x064, skin: 0, regular: false }; + case NpcType.PanArms: return { type_id: 0x065, skin: 0, regular: true }; + case NpcType.DeRolLe: return { type_id: 0x0C1, skin: 0, regular: true }; + + case NpcType.Dubchic: return { type_id: 0x080, skin: 0, regular: true }; + case NpcType.Gilchic: return { type_id: 0x080, skin: 1, regular: true }; + case NpcType.Garanz: return { type_id: 0x081, skin: 0, regular: true }; + case NpcType.SinowBeat: return { type_id: 0x082, skin: 0, regular: true }; + case NpcType.SinowGold: return { type_id: 0x082, skin: 0, regular: false }; + case NpcType.Canadine: return { type_id: 0x083, skin: 0, regular: true }; + case NpcType.Canane: return { type_id: 0x084, skin: 0, regular: true }; + case NpcType.Dubswitch: return { type_id: 0x085, skin: 0, regular: true }; + case NpcType.VolOpt: return { type_id: 0x0C5, skin: 0, regular: true }; + + case NpcType.Delsaber: return { type_id: 0x0A0, skin: 0, regular: true }; + case NpcType.ChaosSorcerer: return { type_id: 0x0A1, skin: 0, regular: true }; + case NpcType.DarkGunner: return { type_id: 0x0A2, skin: 0, regular: true }; + case NpcType.ChaosBringer: return { type_id: 0x0A4, skin: 0, regular: true }; + case NpcType.DarkBelra: return { type_id: 0x0A5, skin: 0, regular: true }; + case NpcType.Dimenian: return { type_id: 0x0A6, skin: 0, regular: true }; + case NpcType.LaDimenian: return { type_id: 0x0A6, skin: 1, regular: true }; + case NpcType.SoDimenian: return { type_id: 0x0A6, skin: 2, regular: true }; + case NpcType.Bulclaw: return { type_id: 0x0A7, skin: 0, regular: true }; + case NpcType.Claw: return { type_id: 0x0A8, skin: 0, regular: true }; + case NpcType.DarkFalz: return { type_id: 0x0C8, skin: 0, regular: true }; + + case NpcType.Hildebear2: return { type_id: 0x040, skin: 0, regular: true }; + case NpcType.Hildeblue2: return { type_id: 0x040, skin: 1, regular: true }; + case NpcType.RagRappy2: return { type_id: 0x041, skin: 0, regular: true }; + case NpcType.LoveRappy: return { type_id: 0x041, skin: 1, regular: true }; + case NpcType.Monest2: return { type_id: 0x042, skin: 0, regular: true }; + case NpcType.PoisonLily2: return { type_id: 0x061, skin: 0, regular: true }; + case NpcType.NarLily2: return { type_id: 0x061, skin: 1, regular: true }; + case NpcType.GrassAssassin2: return { type_id: 0x060, skin: 0, regular: true }; + case NpcType.Dimenian2: return { type_id: 0x0A6, skin: 0, regular: true }; + case NpcType.LaDimenian2: return { type_id: 0x0A6, skin: 1, regular: true }; + case NpcType.SoDimenian2: return { type_id: 0x0A6, skin: 2, regular: true }; + case NpcType.DarkBelra2: return { type_id: 0x0A5, skin: 0, regular: true }; + case NpcType.BarbaRay: return { type_id: 0x0CB, skin: 0, regular: true }; + + case NpcType.SavageWolf2: return { type_id: 0x043, skin: 0, regular: true }; + case NpcType.BarbarousWolf2: return { type_id: 0x043, skin: 0, regular: false }; + case NpcType.PanArms2: return { type_id: 0x065, skin: 0, regular: true }; + case NpcType.Dubchic2: return { type_id: 0x080, skin: 0, regular: true }; + case NpcType.Gilchic2: return { type_id: 0x080, skin: 1, regular: true }; + case NpcType.Garanz2: return { type_id: 0x081, skin: 0, regular: true }; + case NpcType.Dubswitch2: return { type_id: 0x085, skin: 0, regular: true }; + case NpcType.Delsaber2: return { type_id: 0x0A0, skin: 0, regular: true }; + case NpcType.ChaosSorcerer2: return { type_id: 0x0A1, skin: 0, regular: true }; + case NpcType.GolDragon: return { type_id: 0x0CC, skin: 0, regular: true }; + + case NpcType.SinowBerill: return { type_id: 0x0D4, skin: 0, regular: true }; + case NpcType.SinowSpigell: return { type_id: 0x0D4, skin: 1, regular: true }; + case NpcType.Merillia: return { type_id: 0x0D5, skin: 0, regular: true }; + case NpcType.Meriltas: return { type_id: 0x0D5, skin: 1, regular: true }; + case NpcType.Mericarol: return { type_id: 0x0D6, skin: 0, regular: true }; + case NpcType.Mericus: return { type_id: 0x0D6, skin: 1, regular: true }; + case NpcType.Merikle: return { type_id: 0x0D6, skin: 2, regular: true }; + case NpcType.UlGibbon: return { type_id: 0x0D7, skin: 0, regular: true }; + case NpcType.ZolGibbon: return { type_id: 0x0D7, skin: 1, regular: true }; + case NpcType.Gibbles: return { type_id: 0x0D8, skin: 0, regular: true }; + case NpcType.Gee: return { type_id: 0x0D9, skin: 0, regular: true }; + case NpcType.GiGue: return { type_id: 0x0DA, skin: 0, regular: true }; + case NpcType.GalGryphon: return { type_id: 0x0C0, skin: 0, regular: true }; + + case NpcType.Deldepth: return { type_id: 0x0DB, skin: 0, regular: true }; + case NpcType.Delbiter: return { type_id: 0x0DC, skin: 0, regular: true }; + case NpcType.Dolmolm: return { type_id: 0x0DD, skin: 0, regular: true }; + case NpcType.Dolmdarl: return { type_id: 0x0DD, skin: 1, regular: true }; + case NpcType.Morfos: return { type_id: 0x0DE, skin: 0, regular: true }; + case NpcType.Recobox: return { type_id: 0x0DF, skin: 0, regular: true }; + case NpcType.Epsilon: return { type_id: 0x0E0, skin: 0, regular: true }; + case NpcType.SinowZoa: return { type_id: 0x0E0, skin: 0, regular: true }; + case NpcType.SinowZele: return { type_id: 0x0E0, skin: 1, regular: true }; + case NpcType.IllGill: return { type_id: 0x0E1, skin: 0, regular: true }; + case NpcType.DelLily: return { type_id: 0x061, skin: 0, regular: true }; + case NpcType.OlgaFlow: return { type_id: 0x0CA, skin: 0, regular: true }; + + case NpcType.SandRappy: return { type_id: 0x041, skin: 0, regular: true }; + case NpcType.DelRappy: return { type_id: 0x041, skin: 1, regular: true }; + case NpcType.Astark: return { type_id: 0x110, skin: 0, regular: true }; + case NpcType.SatelliteLizard: return { type_id: 0x111, skin: 0, regular: true }; + case NpcType.Yowie: return { type_id: 0x111, skin: 0, regular: false }; + case NpcType.MerissaA: return { type_id: 0x112, skin: 0, regular: true }; + case NpcType.MerissaAA: return { type_id: 0x112, skin: 1, regular: true }; + case NpcType.Girtablulu: return { type_id: 0x113, skin: 0, regular: true }; + case NpcType.Zu: return { type_id: 0x114, skin: 0, regular: true }; + case NpcType.Pazuzu: return { type_id: 0x114, skin: 1, regular: true }; + case NpcType.Boota: return { type_id: 0x115, skin: 0, regular: true }; + case NpcType.ZeBoota: return { type_id: 0x115, skin: 1, regular: true }; + case NpcType.BaBoota: return { type_id: 0x115, skin: 2, regular: true }; + case NpcType.Dorphon: return { type_id: 0x116, skin: 0, regular: true }; + case NpcType.DorphonEclair: return { type_id: 0x116, skin: 1, regular: true }; + case NpcType.Goran: return { type_id: 0x117, skin: 0, regular: true }; + case NpcType.PyroGoran: return { type_id: 0x117, skin: 1, regular: true }; + case NpcType.GoranDetonator: return { type_id: 0x117, skin: 2, regular: true }; + case NpcType.SaintMillion: return { type_id: 0x119, skin: 0, regular: true }; + case NpcType.Shambertin: return { type_id: 0x119, skin: 1, regular: true }; + case NpcType.Kondrieu: return { type_id: 0x119, skin: 0, regular: false }; + } +} diff --git a/src/domain/NpcType.ts b/src/domain/NpcType.ts new file mode 100644 index 00000000..d121a80e --- /dev/null +++ b/src/domain/NpcType.ts @@ -0,0 +1,363 @@ +export class NpcType { + id: number; + code: string; + name: string; + enemy: boolean; + + constructor(id: number, code: string, name: string, enemy: boolean) { + if (!Number.isInteger(id) || id < 1) + throw new Error(`Expected id to be an integer greater than or equal to 1, got ${id}.`); + if (!code) throw new Error('code is required.'); + if (!name) throw new Error('name is required.'); + if (typeof enemy !== 'boolean') throw new Error('enemy is required.'); + + this.id = id; + this.code = code; + this.name = name; + this.enemy = enemy; + } + + // + // Unknown NPCs + // + + static Unknown: NpcType; + + // + // Friendly NPCs + // + + static FemaleFat: NpcType; + static FemaleMacho: NpcType; + static FemaleTall: NpcType; + static MaleDwarf: NpcType; + static MaleFat: NpcType; + static MaleMacho: NpcType; + static MaleOld: NpcType; + static BlueSoldier: NpcType; + static RedSoldier: NpcType; + static Principal: NpcType; + static Tekker: NpcType; + static GuildLady: NpcType; + static Scientist: NpcType; + static Nurse: NpcType; + static Irene: NpcType; + static ItemShop: NpcType; + static Nurse2: NpcType; + + // + // Enemy NPCs + // + + // Episode I Forest + + static Hildebear: NpcType; + static Hildeblue: NpcType; + static RagRappy: NpcType; + static AlRappy: NpcType; + static Monest: NpcType; + static SavageWolf: NpcType; + static BarbarousWolf: NpcType; + static Booma: NpcType; + static Gobooma: NpcType; + static Gigobooma: NpcType; + static Dragon: NpcType; + + // Episode I Caves + + static GrassAssassin: NpcType; + static PoisonLily: NpcType; + static NarLily: NpcType; + static NanoDragon: NpcType; + static EvilShark: NpcType; + static PalShark: NpcType; + static GuilShark: NpcType; + static PofuillySlime: NpcType; + static PouillySlime: NpcType; + static PanArms: NpcType; + static DeRolLe: NpcType; + + // Episode I Mines + + static Dubchic: NpcType; + static Gilchic: NpcType; + static Garanz: NpcType; + static SinowBeat: NpcType; + static SinowGold: NpcType; + static Canadine: NpcType; + static Canane: NpcType; + static Dubswitch: NpcType; + static VolOpt: NpcType; + + // Episode I Ruins + + static Delsaber: NpcType; + static ChaosSorcerer: NpcType; + static DarkGunner: NpcType; + static ChaosBringer: NpcType; + static DarkBelra: NpcType; + static Dimenian: NpcType; + static LaDimenian: NpcType; + static SoDimenian: NpcType; + static Bulclaw: NpcType; + static Claw: NpcType; + static DarkFalz: NpcType; + + // Episode II VR Temple + + static Hildebear2: NpcType; + static Hildeblue2: NpcType; + static RagRappy2: NpcType; + static LoveRappy: NpcType; + static Monest2: NpcType; + static PoisonLily2: NpcType; + static NarLily2: NpcType; + static GrassAssassin2: NpcType; + static Dimenian2: NpcType; + static LaDimenian2: NpcType; + static SoDimenian2: NpcType; + static DarkBelra2: NpcType; + static BarbaRay: NpcType; + + // Episode II VR Spaceship + + static SavageWolf2: NpcType; + static BarbarousWolf2: NpcType; + static PanArms2: NpcType; + static Dubchic2: NpcType; + static Gilchic2: NpcType; + static Garanz2: NpcType; + static Dubswitch2: NpcType; + static Delsaber2: NpcType; + static ChaosSorcerer2: NpcType; + static GolDragon: NpcType; + + // Episode II Central Control Area + + static SinowBerill: NpcType; + static SinowSpigell: NpcType; + static Merillia: NpcType; + static Meriltas: NpcType; + static Mericarol: NpcType; + static Mericus: NpcType; + static Merikle: NpcType; + static UlGibbon: NpcType; + static ZolGibbon: NpcType; + static Gibbles: NpcType; + static Gee: NpcType; + static GiGue: NpcType; + static GalGryphon: NpcType; + + // Episode II Seabed + + static Deldepth: NpcType; + static Delbiter: NpcType; + static Dolmolm: NpcType; + static Dolmdarl: NpcType; + static Morfos: NpcType; + static Recobox: NpcType; + static Epsilon: NpcType; + static SinowZoa: NpcType; + static SinowZele: NpcType; + static IllGill: NpcType; + static DelLily: NpcType; + static OlgaFlow: NpcType; + + // Episode IV + + static SandRappy: NpcType; + static DelRappy: NpcType; + static Astark: NpcType; + static SatelliteLizard: NpcType; + static Yowie: NpcType; + static MerissaA: NpcType; + static MerissaAA: NpcType; + static Girtablulu: NpcType; + static Zu: NpcType; + static Pazuzu: NpcType; + static Boota: NpcType; + static ZeBoota: NpcType; + static BaBoota: NpcType; + static Dorphon: NpcType; + static DorphonEclair: NpcType; + static Goran: NpcType; + static PyroGoran: NpcType; + static GoranDetonator: NpcType; + static SaintMillion: NpcType; + static Shambertin: NpcType; + static Kondrieu: NpcType; +} + +(function () { + let id = 1; + + // + // Unknown NPCs + // + + NpcType.Unknown = new NpcType(id++, 'Unknown', 'Unknown', false); + + // + // Friendly NPCs + // + + NpcType.FemaleFat = new NpcType(id++, 'FemaleFat', 'Female Fat', false); + NpcType.FemaleMacho = new NpcType(id++, 'FemaleMacho', 'Female Macho', false); + NpcType.FemaleTall = new NpcType(id++, 'FemaleTall', 'Female Tall', false); + NpcType.MaleDwarf = new NpcType(id++, 'MaleDwarf', 'Male Dwarf', false); + NpcType.MaleFat = new NpcType(id++, 'MaleFat', 'Male Fat', false); + NpcType.MaleMacho = new NpcType(id++, 'MaleMacho', 'Male Macho', false); + NpcType.MaleOld = new NpcType(id++, 'MaleOld', 'Male Old', false); + NpcType.BlueSoldier = new NpcType(id++, 'BlueSoldier', 'Blue Soldier', false); + NpcType.RedSoldier = new NpcType(id++, 'RedSoldier', 'Red Soldier', false); + NpcType.Principal = new NpcType(id++, 'Principal', 'Principal', false); + NpcType.Tekker = new NpcType(id++, 'Tekker', 'Tekker', false); + NpcType.GuildLady = new NpcType(id++, 'GuildLady', 'Guild Lady', false); + NpcType.Scientist = new NpcType(id++, 'Scientist', 'Scientist', false); + NpcType.Nurse = new NpcType(id++, 'Nurse', 'Nurse', false); + NpcType.Irene = new NpcType(id++, 'Irene', 'Irene', false); + NpcType.ItemShop = new NpcType(id++, 'ItemShop', 'Item Shop', false); + NpcType.Nurse2 = new NpcType(id++, 'Nurse2', 'Nurse (Episode II)', false); + + // + // Enemy NPCs + // + + // Episode I Forest + + NpcType.Hildebear = new NpcType(id++, 'Hildebear', 'Hildebear', true); + NpcType.Hildeblue = new NpcType(id++, 'Hildeblue', 'Hildeblue', true); + NpcType.RagRappy = new NpcType(id++, 'RagRappy', 'Rag Rappy', true); + NpcType.AlRappy = new NpcType(id++, 'AlRappy', 'Al Rappy', true); + NpcType.Monest = new NpcType(id++, 'Monest', 'Monest', true); + NpcType.SavageWolf = new NpcType(id++, 'SavageWolf', 'Savage Wolf', true); + NpcType.BarbarousWolf = new NpcType(id++, 'BarbarousWolf', 'Barbarous Wolf', true); + NpcType.Booma = new NpcType(id++, 'Booma', 'Booma', true); + NpcType.Gobooma = new NpcType(id++, 'Gobooma', 'Gobooma', true); + NpcType.Gigobooma = new NpcType(id++, 'Gigobooma', 'Gigobooma', true); + NpcType.Dragon = new NpcType(id++, 'Dragon', 'Dragon', true); + + // Episode I Caves + + NpcType.GrassAssassin = new NpcType(id++, 'GrassAssassin', 'Grass Assassin', true); + NpcType.PoisonLily = new NpcType(id++, 'PoisonLily', 'Poison Lily', true); + NpcType.NarLily = new NpcType(id++, 'NarLily', 'Nar Lily', true); + NpcType.NanoDragon = new NpcType(id++, 'NanoDragon', 'Nano Dragon', true); + NpcType.EvilShark = new NpcType(id++, 'EvilShark', 'Evil Shark', true); + NpcType.PalShark = new NpcType(id++, 'PalShark', 'Pal Shark', true); + NpcType.GuilShark = new NpcType(id++, 'GuilShark', 'Guil Shark', true); + NpcType.PofuillySlime = new NpcType(id++, 'PofuillySlime', 'Pofuilly Slime', true); + NpcType.PouillySlime = new NpcType(id++, 'PouillySlime', 'Pouilly Slime', true); + NpcType.PanArms = new NpcType(id++, 'PanArms', 'Pan Arms', true); + NpcType.DeRolLe = new NpcType(id++, 'DeRolLe', 'De Rol Le', true); + + // Episode I Mines + + NpcType.Dubchic = new NpcType(id++, 'Dubchic', 'Dubchic', true); + NpcType.Gilchic = new NpcType(id++, 'Gilchic', 'Gilchic', true); + NpcType.Garanz = new NpcType(id++, 'Garanz', 'Garanz', true); + NpcType.SinowBeat = new NpcType(id++, 'SinowBeat', 'Sinow Beat', true); + NpcType.SinowGold = new NpcType(id++, 'SinowGold', 'Sinow Gold', true); + NpcType.Canadine = new NpcType(id++, 'Canadine', 'Canadine', true); + NpcType.Canane = new NpcType(id++, 'Canane', 'Canane', true); + NpcType.Dubswitch = new NpcType(id++, 'Dubswitch', 'Dubswitch', true); + NpcType.VolOpt = new NpcType(id++, 'VolOpt', 'Vol Opt', true); + + // Episode I Ruins + + NpcType.Delsaber = new NpcType(id++, 'Delsaber', 'Delsaber', true); + NpcType.ChaosSorcerer = new NpcType(id++, 'ChaosSorcerer', 'Chaos Sorcerer', true); + NpcType.DarkGunner = new NpcType(id++, 'DarkGunner', 'Dark Gunner', true); + NpcType.ChaosBringer = new NpcType(id++, 'ChaosBringer', 'Chaos Bringer', true); + NpcType.DarkBelra = new NpcType(id++, 'DarkBelra', 'Dark Belra', true); + NpcType.Dimenian = new NpcType(id++, 'Dimenian', 'Dimenian', true); + NpcType.LaDimenian = new NpcType(id++, 'LaDimenian', 'La Dimenian', true); + NpcType.SoDimenian = new NpcType(id++, 'SoDimenian', 'So Dimenian', true); + NpcType.Bulclaw = new NpcType(id++, 'Bulclaw', 'Bulclaw', true); + NpcType.Claw = new NpcType(id++, 'Claw', 'Claw', true); + NpcType.DarkFalz = new NpcType(id++, 'DarkFalz', 'Dark Falz', true); + + // Episode II VR Temple + + NpcType.Hildebear2 = new NpcType(id++, 'Hildebear2', 'Hildebear (Ep. II)', true); + NpcType.Hildeblue2 = new NpcType(id++, 'Hildeblue2', 'Hildeblue (Ep. II)', true); + NpcType.RagRappy2 = new NpcType(id++, 'RagRappy2', 'Rag Rappy (Ep. II)', true); + NpcType.LoveRappy = new NpcType(id++, 'LoveRappy', 'Love Rappy', true); + NpcType.Monest2 = new NpcType(id++, 'Monest2', 'Monest (Ep. II)', true); + NpcType.PoisonLily2 = new NpcType(id++, 'PoisonLily2', 'Poison Lily (Ep. II)', true); + NpcType.NarLily2 = new NpcType(id++, 'NarLily2', 'Nar Lily (Ep. II)', true); + NpcType.GrassAssassin2 = new NpcType(id++, 'GrassAssassin2', 'Grass Assassin (Ep. II)', true); + NpcType.Dimenian2 = new NpcType(id++, 'Dimenian2', 'Dimenian (Ep. II)', true); + NpcType.LaDimenian2 = new NpcType(id++, 'LaDimenian2', 'La Dimenian (Ep. II)', true); + NpcType.SoDimenian2 = new NpcType(id++, 'SoDimenian2', 'So Dimenian (Ep. II)', true); + NpcType.DarkBelra2 = new NpcType(id++, 'DarkBelra2', 'Dark Belra (Ep. II)', true); + NpcType.BarbaRay = new NpcType(id++, 'BarbaRay', 'Barba Ray', true); + + // Episode II VR Spaceship + + NpcType.SavageWolf2 = new NpcType(id++, 'SavageWolf2', 'Savage Wolf (Ep. II)', true); + NpcType.BarbarousWolf2 = new NpcType(id++, 'BarbarousWolf2', 'Barbarous Wolf (Ep. II)', true); + NpcType.PanArms2 = new NpcType(id++, 'PanArms2', 'Pan Arms (Ep. II)', true); + NpcType.Dubchic2 = new NpcType(id++, 'Dubchic2', 'Dubchic (Ep. II)', true); + NpcType.Gilchic2 = new NpcType(id++, 'Gilchic2', 'Gilchic (Ep. II)', true); + NpcType.Garanz2 = new NpcType(id++, 'Garanz2', 'Garanz (Ep. II)', true); + NpcType.Dubswitch2 = new NpcType(id++, 'Dubswitch2', 'Dubswitch (Ep. II)', true); + NpcType.Delsaber2 = new NpcType(id++, 'Delsaber2', 'Delsaber (Ep. II)', true); + NpcType.ChaosSorcerer2 = new NpcType(id++, 'ChaosSorcerer2', 'Chaos Sorcerer (Ep. II)', true); + NpcType.GolDragon = new NpcType(id++, 'GolDragon', 'Gol Dragon', true); + + // Episode II Central Control Area + + NpcType.SinowBerill = new NpcType(id++, 'SinowBerill', 'Sinow Berill', true); + NpcType.SinowSpigell = new NpcType(id++, 'SinowSpigell', 'Sinow Spigell', true); + NpcType.Merillia = new NpcType(id++, 'Merillia', 'Merillia', true); + NpcType.Meriltas = new NpcType(id++, 'Meriltas', 'Meriltas', true); + NpcType.Mericarol = new NpcType(id++, 'Mericarol', 'Mericarol', true); + NpcType.Mericus = new NpcType(id++, 'Mericus', 'Mericus', true); + NpcType.Merikle = new NpcType(id++, 'Merikle', 'Merikle', true); + NpcType.UlGibbon = new NpcType(id++, 'UlGibbon', 'Ul Gibbon', true); + NpcType.ZolGibbon = new NpcType(id++, 'ZolGibbon', 'Zol Gibbon', true); + NpcType.Gibbles = new NpcType(id++, 'Gibbles', 'Gibbles', true); + NpcType.Gee = new NpcType(id++, 'Gee', 'Gee', true); + NpcType.GiGue = new NpcType(id++, 'GiGue', 'Gi Gue', true); + NpcType.GalGryphon = new NpcType(id++, 'GalGryphon', 'Gal Gryphon', true); + + // Episode II Seabed + + NpcType.Deldepth = new NpcType(id++, 'Deldepth', 'Deldepth', true); + NpcType.Delbiter = new NpcType(id++, 'Delbiter', 'Delbiter', true); + NpcType.Dolmolm = new NpcType(id++, 'Dolmolm', 'Dolmolm', true); + NpcType.Dolmdarl = new NpcType(id++, 'Dolmdarl', 'Dolmdarl', true); + NpcType.Morfos = new NpcType(id++, 'Morfos', 'Morfos', true); + NpcType.Recobox = new NpcType(id++, 'Recobox', 'Recobox', true); + NpcType.Epsilon = new NpcType(id++, 'Epsilon', 'Epsilon', true); + NpcType.SinowZoa = new NpcType(id++, 'SinowZoa', 'Sinow Zoa', true); + NpcType.SinowZele = new NpcType(id++, 'SinowZele', 'Sinow Zele', true); + NpcType.IllGill = new NpcType(id++, 'IllGill', 'Ill Gill', true); + NpcType.DelLily = new NpcType(id++, 'DelLily', 'Del Lily', true); + NpcType.OlgaFlow = new NpcType(id++, 'OlgaFlow', 'Olga Flow', true); + + // Episode IV + + NpcType.SandRappy = new NpcType(id++, 'SandRappy', 'Sand Rappy', true); + NpcType.DelRappy = new NpcType(id++, 'DelRappy', 'Del Rappy', true); + NpcType.Astark = new NpcType(id++, 'Astark', 'Astark', true); + NpcType.SatelliteLizard = new NpcType(id++, 'SatelliteLizard', 'Satellite Lizard', true); + NpcType.Yowie = new NpcType(id++, 'Yowie', 'Yowie', true); + NpcType.MerissaA = new NpcType(id++, 'MerissaA', 'Merissa A', true); + NpcType.MerissaAA = new NpcType(id++, 'MerissaAA', 'Merissa AA', true); + NpcType.Girtablulu = new NpcType(id++, 'Girtablulu', 'Girtablulu', true); + NpcType.Zu = new NpcType(id++, 'Zu', 'Zu', true); + NpcType.Pazuzu = new NpcType(id++, 'Pazuzu', 'Pazuzu', true); + NpcType.Boota = new NpcType(id++, 'Boota', 'Boota', true); + NpcType.ZeBoota = new NpcType(id++, 'ZeBoota', 'Ze Boota', true); + NpcType.BaBoota = new NpcType(id++, 'BaBoota', 'Ba Boota', true); + NpcType.Dorphon = new NpcType(id++, 'Dorphon', 'Dorphon', true); + NpcType.DorphonEclair = new NpcType(id++, 'DorphonEclair', 'Dorphon Eclair', true); + NpcType.Goran = new NpcType(id++, 'Goran', 'Goran', true); + NpcType.PyroGoran = new NpcType(id++, 'PyroGoran', 'Pyro Goran', true); + NpcType.GoranDetonator = new NpcType(id++, 'GoranDetonator', 'Goran Detonator', true); + NpcType.SaintMillion = new NpcType(id++, 'SaintMillion', 'Saint-Million', true); + NpcType.Shambertin = new NpcType(id++, 'Shambertin', 'Shambertin', true); + NpcType.Kondrieu = new NpcType(id++, 'Kondrieu', 'Kondrieu', true); +} ()); diff --git a/src/domain/ObjectType.ts b/src/domain/ObjectType.ts new file mode 100644 index 00000000..158fb93f --- /dev/null +++ b/src/domain/ObjectType.ts @@ -0,0 +1,870 @@ +export class ObjectType { + id: number; + pso_id?: number; + name: string; + + constructor(id: number, pso_id: number | undefined, name: string) { + if (!Number.isInteger(id) || id < 1) + throw new Error(`Expected id to be an integer greater than or equal to 1, got ${id}.`); + if (pso_id != null && (!Number.isInteger(pso_id) || pso_id < 0)) + throw new Error(`Expected pso_id to be null or an integer greater than or equal to 0, got ${pso_id}.`); + if (!name) throw new Error('name is required.'); + + this.id = id; + this.pso_id = pso_id; + this.name = name; + } + + static Unknown: ObjectType; + static PlayerSet: ObjectType; + static Particle: ObjectType; + static Teleporter: ObjectType; + static Warp: ObjectType; + static LightCollision: ObjectType; + static Item: ObjectType; + static EnvSound: ObjectType; + static FogCollision: ObjectType; + static EventCollision: ObjectType; + static CharaCollision: ObjectType; + static ElementalTrap: ObjectType; + static StatusTrap: ObjectType; + static HealTrap: ObjectType; + static LargeElementalTrap: ObjectType; + static ObjRoomID: ObjectType; + static Sensor: ObjectType; + static UnknownItem16: ObjectType; + static Lensflare: ObjectType; + static ScriptCollision: ObjectType; + static HealRing: ObjectType; + static MapCollision: ObjectType; + static ScriptCollisionA: ObjectType; + static ItemLight: ObjectType; + static RadarCollision: ObjectType; + static FogCollisionSW: ObjectType; + static BossTeleporter: ObjectType; + static ImageBoard: ObjectType; + static QuestWarp: ObjectType; + static Epilogue: ObjectType; + static UnknownItem29: ObjectType; + static UnknownItem30: ObjectType; + static UnknownItem31: ObjectType; + static BoxDetectObject: ObjectType; + static SymbolChatObject: ObjectType; + static TouchPlateObject: ObjectType; + static TargetableObject: ObjectType; + static EffectObject: ObjectType; + static CountDownObject: ObjectType; + static UnknownItem38: ObjectType; + static UnknownItem39: ObjectType; + static UnknownItem40: ObjectType; + static UnknownItem41: ObjectType; + static MenuActivation: ObjectType; + static TelepipeLocation: ObjectType; + static BGMCollision: ObjectType; + static MainRagolTeleporter: ObjectType; + static LobbyTeleporter: ObjectType; + static PrincipalWarp: ObjectType; + static ShopDoor: ObjectType; + static HuntersGuildDoor: ObjectType; + static TeleporterDoor: ObjectType; + static MedicalCenterDoor: ObjectType; + static Elevator: ObjectType; + static EasterEgg: ObjectType; + static ValentinesHeart: ObjectType; + static ChristmasTree: ObjectType; + static ChristmasWreath: ObjectType; + static HalloweenPumpkin: ObjectType; + static TwentyFirstCentury: ObjectType; + static Sonic: ObjectType; + static WelcomeBoard: ObjectType; + static Firework: ObjectType; + static LobbyScreenDoor: ObjectType; + static MainRagolTeleporterBattleInNextArea: ObjectType; + static LabTeleporterDoor: ObjectType; + static Pioneer2InvisibleTouchplate: ObjectType; + static ForestDoor: ObjectType; + static ForestSwitch: ObjectType; + static LaserFence: ObjectType; + static LaserSquareFence: ObjectType; + static ForestLaserFenceSwitch: ObjectType; + static LightRays: ObjectType; + static BlueButterfly: ObjectType; + static Probe: ObjectType; + static RandomTypeBox1: ObjectType; + static ForestWeatherStation: ObjectType; + static Battery: ObjectType; + static ForestConsole: ObjectType; + static BlackSlidingDoor: ObjectType; + static RicoMessagePod: ObjectType; + static EnergyBarrier: ObjectType; + static ForestRisingBridge: ObjectType; + static SwitchNoneDoor: ObjectType; + static EnemyBoxGrey: ObjectType; + static FixedTypeBox: ObjectType; + static EnemyBoxBrown: ObjectType; + static EmptyTypeBox: ObjectType; + static LaserFenseEx: ObjectType; + static LaserSquareFenceEx: ObjectType; + static FloorPanel1: ObjectType; + static Caves4ButtonDoor: ObjectType; + static CavesNormalDoor: ObjectType; + static CavesSmashingPillar: ObjectType; + static CavesSign1: ObjectType; + static CavesSign2: ObjectType; + static CavesSign3: ObjectType; + static HexagalTank: ObjectType; + static BrownPlatform: ObjectType; + static WarningLightObject: ObjectType; + static Rainbow: ObjectType; + static FloatingJelifish: ObjectType; + static FloatingDragonfly: ObjectType; + static CavesSwitchDoor: ObjectType; + static RobotRechargeStation: ObjectType; + static CavesCakeShop: ObjectType; + static Caves1SmallRedRock: ObjectType; + static Caves1MediumRedRock: ObjectType; + static Caves1LargeRedRock: ObjectType; + static Caves2SmallRock1: ObjectType; + static Caves2MediumRock1: ObjectType; + static Caves2LargeRock1: ObjectType; + static Caves2SmallRock2: ObjectType; + static Caves2MediumRock2: ObjectType; + static Caves2LargeRock2: ObjectType; + static Caves3SmallRock: ObjectType; + static Caves3MediumRock: ObjectType; + static Caves3LargeRock: ObjectType; + static FloorPanel2: ObjectType; + static DestructableRockCaves1: ObjectType; + static DestructableRockCaves2: ObjectType; + static DestructableRockCaves3: ObjectType; + static MinesDoor: ObjectType; + static FloorPanel3: ObjectType; + static MinesSwitchDoor: ObjectType; + static LargeCryoTube: ObjectType; + static ComputerLikeCalus: ObjectType; + static GreenScreenOpeningAndClosing: ObjectType; + static FloatingRobot: ObjectType; + static FloatingBlueLight: ObjectType; + static SelfDestructingObject1: ObjectType; + static SelfDestructingObject2: ObjectType; + static SelfDestructingObject3: ObjectType; + static SparkMachine: ObjectType; + static MinesLargeFlashingCrate: ObjectType; + static RuinsSeal: ObjectType; + static RuinsTeleporter: ObjectType; + static RuinsWarpSiteToSite: ObjectType; + static RuinsSwitch: ObjectType; + static FloorPanel4: ObjectType; + static Ruins1Door: ObjectType; + static Ruins3Door: ObjectType; + static Ruins2Door: ObjectType; + static Ruins11ButtonDoor: ObjectType; + static Ruins21ButtonDoor: ObjectType; + static Ruins31ButtonDoor: ObjectType; + static Ruins4ButtonDoor: ObjectType; + static Ruins2ButtonDoor: ObjectType; + static RuinsSensor: ObjectType; + static RuinsFenceSwitch: ObjectType; + static RuinsLaserFence4x2: ObjectType; + static RuinsLaserFence6x2: ObjectType; + static RuinsLaserFence4x4: ObjectType; + static RuinsLaserFence6x4: ObjectType; + static RuinsPoisonBlob: ObjectType; + static RuinsPilarTrap: ObjectType; + static PopupTrapNoTech: ObjectType; + static RuinsCrystal: ObjectType; + static Monument: ObjectType; + static RuinsRock1: ObjectType; + static RuinsRock2: ObjectType; + static RuinsRock3: ObjectType; + static RuinsRock4: ObjectType; + static RuinsRock5: ObjectType; + static RuinsRock6: ObjectType; + static RuinsRock7: ObjectType; + static Poison: ObjectType; + static FixedBoxTypeRuins: ObjectType; + static RandomBoxTypeRuins: ObjectType; + static EnemyTypeBoxYellow: ObjectType; + static EnemyTypeBoxBlue: ObjectType; + static EmptyTypeBoxBlue: ObjectType; + static DestructableRock: ObjectType; + static PopupTrapsTechs: ObjectType; + static FlyingWhiteBird: ObjectType; + static Tower: ObjectType; + static FloatingRocks: ObjectType; + static FloatingSoul: ObjectType; + static Butterfly: ObjectType; + static LobbyGameMenu: ObjectType; + static LobbyWarpObject: ObjectType; + static Lobby1EventObjectDefaultTree: ObjectType; + static UnknownItem387: ObjectType; + static UnknownItem388: ObjectType; + static UnknownItem389: ObjectType; + static LobbyEventObjectStaticPumpkin: ObjectType; + static LobbyEventObject3ChristmasWindows: ObjectType; + static LobbyEventObjectRedAndWhiteCurtain: ObjectType; + static UnknownItem393: ObjectType; + static UnknownItem394: ObjectType; + static LobbyFishTank: ObjectType; + static LobbyEventObjectButterflies: ObjectType; + static UnknownItem400: ObjectType; + static GreyWallLow: ObjectType; + static SpaceshipDoor: ObjectType; + static GreyWallHigh: ObjectType; + static TempleNormalDoor: ObjectType; + static BreakableWallWallButUnbreakable: ObjectType; + static BrokenCilinderAndRubble: ObjectType; + static ThreeBrokenWallPiecesOnFloor: ObjectType; + static HighBrickCilinder: ObjectType; + static LyingCilinder: ObjectType; + static BrickConeWithFlatTop: ObjectType; + static BreakableTempleWall: ObjectType; + static TempleMapDetect: ObjectType; + static SmallBrownBrickRisingBridge: ObjectType; + static LongRisingBridgeWithPinkHighEdges: ObjectType; + static FourSwitchTempleDoor: ObjectType; + static FourButtonSpaceshipDoor: ObjectType; + static ItemBoxCca: ObjectType; + static TeleporterEp2: ObjectType; + static CCADoor: ObjectType; + static SpecialBoxCCA: ObjectType; + static BigCCADoor: ObjectType; + static BigCCADoorSwitch: ObjectType; + static LittleRock: ObjectType; + static Little3StoneWall: ObjectType; + static Medium3StoneWall: ObjectType; + static SpiderPlant: ObjectType; + static CCAAreaTeleporter: ObjectType; + static UnknownItem523: ObjectType; + static WhiteBird: ObjectType; + static OrangeBird: ObjectType; + static Saw: ObjectType; + static LaserDetect: ObjectType; + static UnknownItem529: ObjectType; + static UnknownItem530: ObjectType; + static Seagull: ObjectType; + static Fish: ObjectType; + static SeabedDoorWithBlueEdges: ObjectType; + static SeabedDoorAlwaysOpenNonTriggerable: ObjectType; + static LittleCryotube: ObjectType; + static WideGlassWallBreakable: ObjectType; + static BlueFloatingRobot: ObjectType; + static RedFloatingRobot: ObjectType; + static Dolphin: ObjectType; + static CaptureTrap: ObjectType; + static VRLink: ObjectType; + static UnknownItem576: ObjectType; + static WarpInBarbaRayRoom: ObjectType; + static UnknownItem672: ObjectType; + static GeeNest: ObjectType; + static LabComputerConsole: ObjectType; + static LabComputerConsoleGreenScreen: ObjectType; + static ChairYelllowPillow: ObjectType; + static OrangeWallWithHoleInMiddle: ObjectType; + static GreyWallWithHoleInMiddle: ObjectType; + static LongTable: ObjectType; + static GBAStation: ObjectType; + static TalkLinkToSupport: ObjectType; + static InstaWarp: ObjectType; + static LabInvisibleObject: ObjectType; + static LabGlassWindowDoor: ObjectType; + static UnknownItem700: ObjectType; + static LabCelingWarp: ObjectType; + static Ep4LightSource: ObjectType; + static Cacti: ObjectType; + static BigBrownRock: ObjectType; + static BreakableBrownRock: ObjectType; + static UnknownItem832: ObjectType; + static UnknownItem833: ObjectType; + static PoisonPlant: ObjectType; + static UnknownItem897: ObjectType; + static UnknownItem898: ObjectType; + static OozingDesertPlant: ObjectType; + static UnknownItem901: ObjectType; + static BigBlackRocks: ObjectType; + static UnknownItem903: ObjectType; + static UnknownItem904: ObjectType; + static UnknownItem905: ObjectType; + static UnknownItem906: ObjectType; + static FallingRock: ObjectType; + static DesertPlantHasCollision: ObjectType; + static DesertFixedTypeBoxBreakableCrystals: ObjectType; + static UnknownItem910: ObjectType; + static BeeHive: ObjectType; + static UnknownItem912: ObjectType; + static Heat: ObjectType; + static TopOfSaintMillionEgg: ObjectType; + static UnknownItem961: ObjectType; + + static from_pso_id(pso_id: number): ObjectType { + switch (pso_id) { + default: return ObjectType.Unknown; + + case 0: return ObjectType.PlayerSet; + case 1: return ObjectType.Particle; + case 2: return ObjectType.Teleporter; + case 3: return ObjectType.Warp; + case 4: return ObjectType.LightCollision; + case 5: return ObjectType.Item; + case 6: return ObjectType.EnvSound; + case 7: return ObjectType.FogCollision; + case 8: return ObjectType.EventCollision; + case 9: return ObjectType.CharaCollision; + case 10: return ObjectType.ElementalTrap; + case 11: return ObjectType.StatusTrap; + case 12: return ObjectType.HealTrap; + case 13: return ObjectType.LargeElementalTrap; + case 14: return ObjectType.ObjRoomID; + case 15: return ObjectType.Sensor; + case 16: return ObjectType.UnknownItem16; + case 17: return ObjectType.Lensflare; + case 18: return ObjectType.ScriptCollision; + case 19: return ObjectType.HealRing; + case 20: return ObjectType.MapCollision; + case 21: return ObjectType.ScriptCollisionA; + case 22: return ObjectType.ItemLight; + case 23: return ObjectType.RadarCollision; + case 24: return ObjectType.FogCollisionSW; + case 25: return ObjectType.BossTeleporter; + case 26: return ObjectType.ImageBoard; + case 27: return ObjectType.QuestWarp; + case 28: return ObjectType.Epilogue; + case 29: return ObjectType.UnknownItem29; + case 30: return ObjectType.UnknownItem30; + case 31: return ObjectType.UnknownItem31; + case 32: return ObjectType.BoxDetectObject; + case 33: return ObjectType.SymbolChatObject; + case 34: return ObjectType.TouchPlateObject; + case 35: return ObjectType.TargetableObject; + case 36: return ObjectType.EffectObject; + case 37: return ObjectType.CountDownObject; + case 38: return ObjectType.UnknownItem38; + case 39: return ObjectType.UnknownItem39; + case 40: return ObjectType.UnknownItem40; + case 41: return ObjectType.UnknownItem41; + case 64: return ObjectType.MenuActivation; + case 65: return ObjectType.TelepipeLocation; + case 66: return ObjectType.BGMCollision; + case 67: return ObjectType.MainRagolTeleporter; + case 68: return ObjectType.LobbyTeleporter; + case 69: return ObjectType.PrincipalWarp; + case 70: return ObjectType.ShopDoor; + case 71: return ObjectType.HuntersGuildDoor; + case 72: return ObjectType.TeleporterDoor; + case 73: return ObjectType.MedicalCenterDoor; + case 74: return ObjectType.Elevator; + case 75: return ObjectType.EasterEgg; + case 76: return ObjectType.ValentinesHeart; + case 77: return ObjectType.ChristmasTree; + case 78: return ObjectType.ChristmasWreath; + case 79: return ObjectType.HalloweenPumpkin; + case 80: return ObjectType.TwentyFirstCentury; + case 81: return ObjectType.Sonic; + case 82: return ObjectType.WelcomeBoard; + case 83: return ObjectType.Firework; + case 84: return ObjectType.LobbyScreenDoor; + case 85: return ObjectType.MainRagolTeleporterBattleInNextArea; + case 86: return ObjectType.LabTeleporterDoor; + case 87: return ObjectType.Pioneer2InvisibleTouchplate; + case 128: return ObjectType.ForestDoor; + case 129: return ObjectType.ForestSwitch; + case 130: return ObjectType.LaserFence; + case 131: return ObjectType.LaserSquareFence; + case 132: return ObjectType.ForestLaserFenceSwitch; + case 133: return ObjectType.LightRays; + case 134: return ObjectType.BlueButterfly; + case 135: return ObjectType.Probe; + case 136: return ObjectType.RandomTypeBox1; + case 137: return ObjectType.ForestWeatherStation; + case 138: return ObjectType.Battery; + case 139: return ObjectType.ForestConsole; + case 140: return ObjectType.BlackSlidingDoor; + case 141: return ObjectType.RicoMessagePod; + case 142: return ObjectType.EnergyBarrier; + case 143: return ObjectType.ForestRisingBridge; + case 144: return ObjectType.SwitchNoneDoor; + case 145: return ObjectType.EnemyBoxGrey; + case 146: return ObjectType.FixedTypeBox; + case 147: return ObjectType.EnemyBoxBrown; + case 149: return ObjectType.EmptyTypeBox; + case 150: return ObjectType.LaserFenseEx; + case 151: return ObjectType.LaserSquareFenceEx; + case 192: return ObjectType.FloorPanel1; + case 193: return ObjectType.Caves4ButtonDoor; + case 194: return ObjectType.CavesNormalDoor; + case 195: return ObjectType.CavesSmashingPillar; + case 196: return ObjectType.CavesSign1; + case 197: return ObjectType.CavesSign2; + case 198: return ObjectType.CavesSign3; + case 199: return ObjectType.HexagalTank; + case 200: return ObjectType.BrownPlatform; + case 201: return ObjectType.WarningLightObject; + case 203: return ObjectType.Rainbow; + case 204: return ObjectType.FloatingJelifish; + case 205: return ObjectType.FloatingDragonfly; + case 206: return ObjectType.CavesSwitchDoor; + case 207: return ObjectType.RobotRechargeStation; + case 208: return ObjectType.CavesCakeShop; + case 209: return ObjectType.Caves1SmallRedRock; + case 210: return ObjectType.Caves1MediumRedRock; + case 211: return ObjectType.Caves1LargeRedRock; + case 212: return ObjectType.Caves2SmallRock1; + case 213: return ObjectType.Caves2MediumRock1; + case 214: return ObjectType.Caves2LargeRock1; + case 215: return ObjectType.Caves2SmallRock2; + case 216: return ObjectType.Caves2MediumRock2; + case 217: return ObjectType.Caves2LargeRock2; + case 218: return ObjectType.Caves3SmallRock; + case 219: return ObjectType.Caves3MediumRock; + case 220: return ObjectType.Caves3LargeRock; + case 222: return ObjectType.FloorPanel2; + case 223: return ObjectType.DestructableRockCaves1; + case 224: return ObjectType.DestructableRockCaves2; + case 225: return ObjectType.DestructableRockCaves3; + case 256: return ObjectType.MinesDoor; + case 257: return ObjectType.FloorPanel3; + case 258: return ObjectType.MinesSwitchDoor; + case 259: return ObjectType.LargeCryoTube; + case 260: return ObjectType.ComputerLikeCalus; + case 261: return ObjectType.GreenScreenOpeningAndClosing; + case 262: return ObjectType.FloatingRobot; + case 263: return ObjectType.FloatingBlueLight; + case 264: return ObjectType.SelfDestructingObject1; + case 265: return ObjectType.SelfDestructingObject2; + case 266: return ObjectType.SelfDestructingObject3; + case 267: return ObjectType.SparkMachine; + case 268: return ObjectType.MinesLargeFlashingCrate; + case 304: return ObjectType.RuinsSeal; + case 320: return ObjectType.RuinsTeleporter; + case 321: return ObjectType.RuinsWarpSiteToSite; + case 322: return ObjectType.RuinsSwitch; + case 323: return ObjectType.FloorPanel4; + case 324: return ObjectType.Ruins1Door; + case 325: return ObjectType.Ruins3Door; + case 326: return ObjectType.Ruins2Door; + case 327: return ObjectType.Ruins11ButtonDoor; + case 328: return ObjectType.Ruins21ButtonDoor; + case 329: return ObjectType.Ruins31ButtonDoor; + case 330: return ObjectType.Ruins4ButtonDoor; + case 331: return ObjectType.Ruins2ButtonDoor; + case 332: return ObjectType.RuinsSensor; + case 333: return ObjectType.RuinsFenceSwitch; + case 334: return ObjectType.RuinsLaserFence4x2; + case 335: return ObjectType.RuinsLaserFence6x2; + case 336: return ObjectType.RuinsLaserFence4x4; + case 337: return ObjectType.RuinsLaserFence6x4; + case 338: return ObjectType.RuinsPoisonBlob; + case 339: return ObjectType.RuinsPilarTrap; + case 340: return ObjectType.PopupTrapNoTech; + case 341: return ObjectType.RuinsCrystal; + case 342: return ObjectType.Monument; + case 345: return ObjectType.RuinsRock1; + case 346: return ObjectType.RuinsRock2; + case 347: return ObjectType.RuinsRock3; + case 348: return ObjectType.RuinsRock4; + case 349: return ObjectType.RuinsRock5; + case 350: return ObjectType.RuinsRock6; + case 351: return ObjectType.RuinsRock7; + case 352: return ObjectType.Poison; + case 353: return ObjectType.FixedBoxTypeRuins; + case 354: return ObjectType.RandomBoxTypeRuins; + case 355: return ObjectType.EnemyTypeBoxYellow; + case 356: return ObjectType.EnemyTypeBoxBlue; + case 357: return ObjectType.EmptyTypeBoxBlue; + case 358: return ObjectType.DestructableRock; + case 359: return ObjectType.PopupTrapsTechs; + case 368: return ObjectType.FlyingWhiteBird; + case 369: return ObjectType.Tower; + case 370: return ObjectType.FloatingRocks; + case 371: return ObjectType.FloatingSoul; + case 372: return ObjectType.Butterfly; + case 384: return ObjectType.LobbyGameMenu; + case 385: return ObjectType.LobbyWarpObject; + case 386: return ObjectType.Lobby1EventObjectDefaultTree; + case 387: return ObjectType.UnknownItem387; + case 388: return ObjectType.UnknownItem388; + case 389: return ObjectType.UnknownItem389; + case 390: return ObjectType.LobbyEventObjectStaticPumpkin; + case 391: return ObjectType.LobbyEventObject3ChristmasWindows; + case 392: return ObjectType.LobbyEventObjectRedAndWhiteCurtain; + case 393: return ObjectType.UnknownItem393; + case 394: return ObjectType.UnknownItem394; + case 395: return ObjectType.LobbyFishTank; + case 396: return ObjectType.LobbyEventObjectButterflies; + case 400: return ObjectType.UnknownItem400; + case 401: return ObjectType.GreyWallLow; + case 402: return ObjectType.SpaceshipDoor; + case 403: return ObjectType.GreyWallHigh; + case 416: return ObjectType.TempleNormalDoor; + case 417: return ObjectType.BreakableWallWallButUnbreakable; + case 418: return ObjectType.BrokenCilinderAndRubble; + case 419: return ObjectType.ThreeBrokenWallPiecesOnFloor; + case 420: return ObjectType.HighBrickCilinder; + case 421: return ObjectType.LyingCilinder; + case 422: return ObjectType.BrickConeWithFlatTop; + case 423: return ObjectType.BreakableTempleWall; + case 424: return ObjectType.TempleMapDetect; + case 425: return ObjectType.SmallBrownBrickRisingBridge; + case 426: return ObjectType.LongRisingBridgeWithPinkHighEdges; + case 427: return ObjectType.FourSwitchTempleDoor; + case 448: return ObjectType.FourButtonSpaceshipDoor; + case 512: return ObjectType.ItemBoxCca; + case 513: return ObjectType.TeleporterEp2; + case 514: return ObjectType.CCADoor; + case 515: return ObjectType.SpecialBoxCCA; + case 516: return ObjectType.BigCCADoor; + case 517: return ObjectType.BigCCADoorSwitch; + case 518: return ObjectType.LittleRock; + case 519: return ObjectType.Little3StoneWall; + case 520: return ObjectType.Medium3StoneWall; + case 521: return ObjectType.SpiderPlant; + case 522: return ObjectType.CCAAreaTeleporter; + case 523: return ObjectType.UnknownItem523; + case 524: return ObjectType.WhiteBird; + case 525: return ObjectType.OrangeBird; + case 527: return ObjectType.Saw; + case 528: return ObjectType.LaserDetect; + case 529: return ObjectType.UnknownItem529; + case 530: return ObjectType.UnknownItem530; + case 531: return ObjectType.Seagull; + case 544: return ObjectType.Fish; + case 545: return ObjectType.SeabedDoorWithBlueEdges; + case 546: return ObjectType.SeabedDoorAlwaysOpenNonTriggerable; + case 547: return ObjectType.LittleCryotube; + case 548: return ObjectType.WideGlassWallBreakable; + case 549: return ObjectType.BlueFloatingRobot; + case 550: return ObjectType.RedFloatingRobot; + case 551: return ObjectType.Dolphin; + case 552: return ObjectType.CaptureTrap; + case 553: return ObjectType.VRLink; + case 576: return ObjectType.UnknownItem576; + case 640: return ObjectType.WarpInBarbaRayRoom; + case 672: return ObjectType.UnknownItem672; + case 688: return ObjectType.GeeNest; + case 689: return ObjectType.LabComputerConsole; + case 690: return ObjectType.LabComputerConsoleGreenScreen; + case 691: return ObjectType.ChairYelllowPillow; + case 692: return ObjectType.OrangeWallWithHoleInMiddle; + case 693: return ObjectType.GreyWallWithHoleInMiddle; + case 694: return ObjectType.LongTable; + case 695: return ObjectType.GBAStation; + case 696: return ObjectType.TalkLinkToSupport; + case 697: return ObjectType.InstaWarp; + case 698: return ObjectType.LabInvisibleObject; + case 699: return ObjectType.LabGlassWindowDoor; + case 700: return ObjectType.UnknownItem700; + case 701: return ObjectType.LabCelingWarp; + case 768: return ObjectType.Ep4LightSource; + case 769: return ObjectType.Cacti; + case 770: return ObjectType.BigBrownRock; + case 771: return ObjectType.BreakableBrownRock; + case 832: return ObjectType.UnknownItem832; + case 833: return ObjectType.UnknownItem833; + case 896: return ObjectType.PoisonPlant; + case 897: return ObjectType.UnknownItem897; + case 898: return ObjectType.UnknownItem898; + case 899: return ObjectType.OozingDesertPlant; + case 901: return ObjectType.UnknownItem901; + case 902: return ObjectType.BigBlackRocks; + case 903: return ObjectType.UnknownItem903; + case 904: return ObjectType.UnknownItem904; + case 905: return ObjectType.UnknownItem905; + case 906: return ObjectType.UnknownItem906; + case 907: return ObjectType.FallingRock; + case 908: return ObjectType.DesertPlantHasCollision; + case 909: return ObjectType.DesertFixedTypeBoxBreakableCrystals; + case 910: return ObjectType.UnknownItem910; + case 911: return ObjectType.BeeHive; + case 912: return ObjectType.UnknownItem912; + case 913: return ObjectType.Heat; + case 960: return ObjectType.TopOfSaintMillionEgg; + case 961: return ObjectType.UnknownItem961; + } + } +} + +(function () { + let id = 1; + + ObjectType.Unknown = new ObjectType(id++, undefined, 'Unknown'); + + ObjectType.PlayerSet = new ObjectType(id++, 0, 'Player Set'); + ObjectType.Particle = new ObjectType(id++, 1, 'Particle'); + ObjectType.Teleporter = new ObjectType(id++, 2, 'Teleporter'); + ObjectType.Warp = new ObjectType(id++, 3, 'Warp'); + ObjectType.LightCollision = new ObjectType(id++, 4, 'Light Collision'); + ObjectType.Item = new ObjectType(id++, 5, 'Item'); + ObjectType.EnvSound = new ObjectType(id++, 6, 'Env Sound'); + ObjectType.FogCollision = new ObjectType(id++, 7, 'Fog Collision'); + ObjectType.EventCollision = new ObjectType(id++, 8, 'Event Collision'); + ObjectType.CharaCollision = new ObjectType(id++, 9, 'Chara Collision'); + ObjectType.ElementalTrap = new ObjectType(id++, 10, 'Elemental Trap'); + ObjectType.StatusTrap = new ObjectType(id++, 11, 'Status Trap'); + ObjectType.HealTrap = new ObjectType(id++, 12, 'Heal Trap'); + ObjectType.LargeElementalTrap = new ObjectType(id++, 13, 'Large Elemental Trap'); + ObjectType.ObjRoomID = new ObjectType(id++, 14, 'Obj Room ID'); + ObjectType.Sensor = new ObjectType(id++, 15, 'Sensor'); + ObjectType.UnknownItem16 = new ObjectType(id++, 16, 'Unknown Item (16)'); + ObjectType.Lensflare = new ObjectType(id++, 17, 'Lensflare'); + ObjectType.ScriptCollision = new ObjectType(id++, 18, 'Script Collision'); + ObjectType.HealRing = new ObjectType(id++, 19, 'Heal Ring'); + ObjectType.MapCollision = new ObjectType(id++, 20, 'Map Collision'); + ObjectType.ScriptCollisionA = new ObjectType(id++, 21, 'Script Collision A'); + ObjectType.ItemLight = new ObjectType(id++, 22, 'Item Light'); + ObjectType.RadarCollision = new ObjectType(id++, 23, 'Radar Collision'); + ObjectType.FogCollisionSW = new ObjectType(id++, 24, 'Fog Collision SW'); + ObjectType.BossTeleporter = new ObjectType(id++, 25, 'Boss Teleporter'); + ObjectType.ImageBoard = new ObjectType(id++, 26, 'Image Board'); + ObjectType.QuestWarp = new ObjectType(id++, 27, 'Quest Warp'); + ObjectType.Epilogue = new ObjectType(id++, 28, 'Epilogue'); + ObjectType.UnknownItem29 = new ObjectType(id++, 29, 'Unknown Item (29)'); + ObjectType.UnknownItem30 = new ObjectType(id++, 30, 'Unknown Item (30)'); + ObjectType.UnknownItem31 = new ObjectType(id++, 31, 'Unknown Item (31)'); + ObjectType.BoxDetectObject = new ObjectType(id++, 32, 'Box Detect Object'); + ObjectType.SymbolChatObject = new ObjectType(id++, 33, 'Symbol Chat Object'); + ObjectType.TouchPlateObject = new ObjectType(id++, 34, 'Touch plate Object'); + ObjectType.TargetableObject = new ObjectType(id++, 35, 'Targetable Object'); + ObjectType.EffectObject = new ObjectType(id++, 36, 'Effect object'); + ObjectType.CountDownObject = new ObjectType(id++, 37, 'Count Down Object'); + ObjectType.UnknownItem38 = new ObjectType(id++, 38, 'Unknown Item (38)'); + ObjectType.UnknownItem39 = new ObjectType(id++, 39, 'Unknown Item (39)'); + ObjectType.UnknownItem40 = new ObjectType(id++, 40, 'Unknown Item (40)'); + ObjectType.UnknownItem41 = new ObjectType(id++, 41, 'Unknown Item (41)'); + ObjectType.MenuActivation = new ObjectType(id++, 64, 'Menu activation'); + ObjectType.TelepipeLocation = new ObjectType(id++, 65, 'Telepipe Location'); + ObjectType.BGMCollision = new ObjectType(id++, 66, 'BGM Collision'); + ObjectType.MainRagolTeleporter = new ObjectType(id++, 67, 'Main Ragol Teleporter'); + ObjectType.LobbyTeleporter = new ObjectType(id++, 68, 'Lobby Teleporter'); + ObjectType.PrincipalWarp = new ObjectType(id++, 69, 'Principal warp'); + ObjectType.ShopDoor = new ObjectType(id++, 70, 'Shop Door'); + ObjectType.HuntersGuildDoor = new ObjectType(id++, 71, 'Hunter\'s Guild Door'); + ObjectType.TeleporterDoor = new ObjectType(id++, 72, 'Teleporter Door'); + ObjectType.MedicalCenterDoor = new ObjectType(id++, 73, 'Medical Center Door'); + ObjectType.Elevator = new ObjectType(id++, 74, 'Elevator'); + ObjectType.EasterEgg = new ObjectType(id++, 75, 'Easter Egg'); + ObjectType.ValentinesHeart = new ObjectType(id++, 76, 'Valentines Heart'); + ObjectType.ChristmasTree = new ObjectType(id++, 77, 'Christmas Tree'); + ObjectType.ChristmasWreath = new ObjectType(id++, 78, 'Christmas Wreath'); + ObjectType.HalloweenPumpkin = new ObjectType(id++, 79, 'Halloween Pumpkin'); + ObjectType.TwentyFirstCentury = new ObjectType(id++, 80, '21st Century'); + ObjectType.Sonic = new ObjectType(id++, 81, 'Sonic'); + ObjectType.WelcomeBoard = new ObjectType(id++, 82, 'Welcome Board'); + ObjectType.Firework = new ObjectType(id++, 83, 'Firework'); + ObjectType.LobbyScreenDoor = new ObjectType(id++, 84, 'Lobby Screen Door'); + ObjectType.MainRagolTeleporterBattleInNextArea = new ObjectType(id++, 85, 'Main Ragol Teleporter (Battle in next area?)'); + ObjectType.LabTeleporterDoor = new ObjectType(id++, 86, 'Lab Teleporter Door'); + ObjectType.Pioneer2InvisibleTouchplate = new ObjectType(id++, 87, 'Pioneer 2 Invisible Touchplate'); + ObjectType.ForestDoor = new ObjectType(id++, 128, 'Forest Door'); + ObjectType.ForestSwitch = new ObjectType(id++, 129, 'Forest Switch'); + ObjectType.LaserFence = new ObjectType(id++, 130, 'Laser Fence'); + ObjectType.LaserSquareFence = new ObjectType(id++, 131, 'Laser Square Fence'); + ObjectType.ForestLaserFenceSwitch = new ObjectType(id++, 132, 'Forest Laser Fence Switch'); + ObjectType.LightRays = new ObjectType(id++, 133, 'Light rays'); + ObjectType.BlueButterfly = new ObjectType(id++, 134, 'Blue Butterfly'); + ObjectType.Probe = new ObjectType(id++, 135, 'Probe'); + ObjectType.RandomTypeBox1 = new ObjectType(id++, 136, 'Random Type Box 1'); + ObjectType.ForestWeatherStation = new ObjectType(id++, 137, 'Forest Weather Station'); + ObjectType.Battery = new ObjectType(id++, 138, 'Battery'); + ObjectType.ForestConsole = new ObjectType(id++, 139, 'Forest Console'); + ObjectType.BlackSlidingDoor = new ObjectType(id++, 140, 'Black Sliding Door'); + ObjectType.RicoMessagePod = new ObjectType(id++, 141, 'Rico Message Pod'); + ObjectType.EnergyBarrier = new ObjectType(id++, 142, 'Energy Barrier'); + ObjectType.ForestRisingBridge = new ObjectType(id++, 143, 'Forest Rising Bridge'); + ObjectType.SwitchNoneDoor = new ObjectType(id++, 144, 'Switch (none door)'); + ObjectType.EnemyBoxGrey = new ObjectType(id++, 145, 'Enemy Box (Grey)'); + ObjectType.FixedTypeBox = new ObjectType(id++, 146, 'Fixed Type Box'); + ObjectType.EnemyBoxBrown = new ObjectType(id++, 147, 'Enemy Box (Brown)'); + ObjectType.EmptyTypeBox = new ObjectType(id++, 149, 'Empty Type Box'); + ObjectType.LaserFenseEx = new ObjectType(id++, 150, 'Laser Fense Ex'); + ObjectType.LaserSquareFenceEx = new ObjectType(id++, 151, 'Laser Square Fence Ex'); + ObjectType.FloorPanel1 = new ObjectType(id++, 192, 'Floor Panel 1'); + ObjectType.Caves4ButtonDoor = new ObjectType(id++, 193, 'Caves 4 Button door'); + ObjectType.CavesNormalDoor = new ObjectType(id++, 194, 'Caves Normal door'); + ObjectType.CavesSmashingPillar = new ObjectType(id++, 195, 'Caves Smashing Pillar'); + ObjectType.CavesSign1 = new ObjectType(id++, 196, 'Caves Sign 1'); + ObjectType.CavesSign2 = new ObjectType(id++, 197, 'Caves Sign 2'); + ObjectType.CavesSign3 = new ObjectType(id++, 198, 'Caves Sign 3'); + ObjectType.HexagalTank = new ObjectType(id++, 199, 'Hexagal Tank'); + ObjectType.BrownPlatform = new ObjectType(id++, 200, 'Brown Platform'); + ObjectType.WarningLightObject = new ObjectType(id++, 201, 'Warning Light Object'); + ObjectType.Rainbow = new ObjectType(id++, 203, 'Rainbow'); + ObjectType.FloatingJelifish = new ObjectType(id++, 204, 'Floating Jelifish'); + ObjectType.FloatingDragonfly = new ObjectType(id++, 205, 'Floating Dragonfly'); + ObjectType.CavesSwitchDoor = new ObjectType(id++, 206, 'Caves Switch Door'); + ObjectType.RobotRechargeStation = new ObjectType(id++, 207, 'Robot Recharge Station'); + ObjectType.CavesCakeShop = new ObjectType(id++, 208, 'Caves Cake Shop'); + ObjectType.Caves1SmallRedRock = new ObjectType(id++, 209, 'Caves 1 Small Red Rock'); + ObjectType.Caves1MediumRedRock = new ObjectType(id++, 210, 'Caves 1 Medium Red Rock'); + ObjectType.Caves1LargeRedRock = new ObjectType(id++, 211, 'Caves 1 Large Red Rock'); + ObjectType.Caves2SmallRock1 = new ObjectType(id++, 212, 'Caves 2 Small Rock 1'); + ObjectType.Caves2MediumRock1 = new ObjectType(id++, 213, 'Caves 2 Medium Rock 1'); + ObjectType.Caves2LargeRock1 = new ObjectType(id++, 214, 'Caves 2 Large Rock 1'); + ObjectType.Caves2SmallRock2 = new ObjectType(id++, 215, 'Caves 2 Small Rock 2'); + ObjectType.Caves2MediumRock2 = new ObjectType(id++, 216, 'Caves 2 Medium Rock 2'); + ObjectType.Caves2LargeRock2 = new ObjectType(id++, 217, 'Caves 2 Large Rock 2'); + ObjectType.Caves3SmallRock = new ObjectType(id++, 218, 'Caves 3 Small Rock'); + ObjectType.Caves3MediumRock = new ObjectType(id++, 219, 'Caves 3 Medium Rock'); + ObjectType.Caves3LargeRock = new ObjectType(id++, 220, 'Caves 3 Large Rock'); + ObjectType.FloorPanel2 = new ObjectType(id++, 222, 'Floor Panel 2'); + ObjectType.DestructableRockCaves1 = new ObjectType(id++, 223, 'Destructable Rock (Caves 1)'); + ObjectType.DestructableRockCaves2 = new ObjectType(id++, 224, 'Destructable Rock (Caves 2)'); + ObjectType.DestructableRockCaves3 = new ObjectType(id++, 225, 'Destructable Rock (Caves 3)'); + ObjectType.MinesDoor = new ObjectType(id++, 256, 'Mines Door'); + ObjectType.FloorPanel3 = new ObjectType(id++, 257, 'Floor Panel 3'); + ObjectType.MinesSwitchDoor = new ObjectType(id++, 258, 'Mines Switch Door'); + ObjectType.LargeCryoTube = new ObjectType(id++, 259, 'Large Cryo-Tube'); + ObjectType.ComputerLikeCalus = new ObjectType(id++, 260, 'Computer (like calus)'); + ObjectType.GreenScreenOpeningAndClosing = new ObjectType(id++, 261, 'Green Screen opening and closing'); + ObjectType.FloatingRobot = new ObjectType(id++, 262, 'Floating Robot'); + ObjectType.FloatingBlueLight = new ObjectType(id++, 263, 'Floating Blue Light'); + ObjectType.SelfDestructingObject1 = new ObjectType(id++, 264, 'Self Destructing Object 1'); + ObjectType.SelfDestructingObject2 = new ObjectType(id++, 265, 'Self Destructing Object 2'); + ObjectType.SelfDestructingObject3 = new ObjectType(id++, 266, 'Self Destructing Object 3'); + ObjectType.SparkMachine = new ObjectType(id++, 267, 'Spark Machine'); + ObjectType.MinesLargeFlashingCrate = new ObjectType(id++, 268, 'Mines Large Flashing Crate'); + ObjectType.RuinsSeal = new ObjectType(id++, 304, 'Ruins Seal'); + ObjectType.RuinsTeleporter = new ObjectType(id++, 320, 'Ruins Teleporter'); + ObjectType.RuinsWarpSiteToSite = new ObjectType(id++, 321, 'Ruins Warp (Site to site)'); + ObjectType.RuinsSwitch = new ObjectType(id++, 322, 'Ruins Switch'); + ObjectType.FloorPanel4 = new ObjectType(id++, 323, 'Floor Panel 4'); + ObjectType.Ruins1Door = new ObjectType(id++, 324, 'Ruins 1 Door'); + ObjectType.Ruins3Door = new ObjectType(id++, 325, 'Ruins 3 Door'); + ObjectType.Ruins2Door = new ObjectType(id++, 326, 'Ruins 2 Door'); + ObjectType.Ruins11ButtonDoor = new ObjectType(id++, 327, 'Ruins 1-1 Button Door'); + ObjectType.Ruins21ButtonDoor = new ObjectType(id++, 328, 'Ruins 2-1 Button Door'); + ObjectType.Ruins31ButtonDoor = new ObjectType(id++, 329, 'Ruins 3-1 Button Door'); + ObjectType.Ruins4ButtonDoor = new ObjectType(id++, 330, 'Ruins 4-Button Door'); + ObjectType.Ruins2ButtonDoor = new ObjectType(id++, 331, 'Ruins 2-Button Door'); + ObjectType.RuinsSensor = new ObjectType(id++, 332, 'Ruins Sensor'); + ObjectType.RuinsFenceSwitch = new ObjectType(id++, 333, 'Ruins Fence Switch'); + ObjectType.RuinsLaserFence4x2 = new ObjectType(id++, 334, 'Ruins Laser Fence 4x2'); + ObjectType.RuinsLaserFence6x2 = new ObjectType(id++, 335, 'Ruins Laser Fence 6x2'); + ObjectType.RuinsLaserFence4x4 = new ObjectType(id++, 336, 'Ruins Laser Fence 4x4'); + ObjectType.RuinsLaserFence6x4 = new ObjectType(id++, 337, 'Ruins Laser Fence 6x4'); + ObjectType.RuinsPoisonBlob = new ObjectType(id++, 338, 'Ruins poison Blob'); + ObjectType.RuinsPilarTrap = new ObjectType(id++, 339, 'Ruins Pilar Trap'); + ObjectType.PopupTrapNoTech = new ObjectType(id++, 340, 'Popup Trap (No Tech)'); + ObjectType.RuinsCrystal = new ObjectType(id++, 341, 'Ruins Crystal'); + ObjectType.Monument = new ObjectType(id++, 342, 'Monument'); + ObjectType.RuinsRock1 = new ObjectType(id++, 345, 'Ruins Rock 1'); + ObjectType.RuinsRock2 = new ObjectType(id++, 346, 'Ruins Rock 2'); + ObjectType.RuinsRock3 = new ObjectType(id++, 347, 'Ruins Rock 3'); + ObjectType.RuinsRock4 = new ObjectType(id++, 348, 'Ruins Rock 4'); + ObjectType.RuinsRock5 = new ObjectType(id++, 349, 'Ruins Rock 5'); + ObjectType.RuinsRock6 = new ObjectType(id++, 350, 'Ruins Rock 6'); + ObjectType.RuinsRock7 = new ObjectType(id++, 351, 'Ruins Rock 7'); + ObjectType.Poison = new ObjectType(id++, 352, 'Poison'); + ObjectType.FixedBoxTypeRuins = new ObjectType(id++, 353, 'Fixed Box Type (Ruins)'); + ObjectType.RandomBoxTypeRuins = new ObjectType(id++, 354, 'Random Box Type (Ruins)'); + ObjectType.EnemyTypeBoxYellow = new ObjectType(id++, 355, 'Enemy Type Box (Yellow)'); + ObjectType.EnemyTypeBoxBlue = new ObjectType(id++, 356, 'Enemy Type Box (Blue)'); + ObjectType.EmptyTypeBoxBlue = new ObjectType(id++, 357, 'Empty Type Box (Blue)'); + ObjectType.DestructableRock = new ObjectType(id++, 358, 'Destructable Rock'); + ObjectType.PopupTrapsTechs = new ObjectType(id++, 359, 'Popup Traps (techs)'); + ObjectType.FlyingWhiteBird = new ObjectType(id++, 368, 'Flying White Bird'); + ObjectType.Tower = new ObjectType(id++, 369, 'Tower'); + ObjectType.FloatingRocks = new ObjectType(id++, 370, 'Floating Rocks'); + ObjectType.FloatingSoul = new ObjectType(id++, 371, 'Floating Soul'); + ObjectType.Butterfly = new ObjectType(id++, 372, 'Butterfly'); + ObjectType.LobbyGameMenu = new ObjectType(id++, 384, 'Lobby Game menu'); + ObjectType.LobbyWarpObject = new ObjectType(id++, 385, 'Lobby Warp Object'); + ObjectType.Lobby1EventObjectDefaultTree = new ObjectType(id++, 386, 'Lobby 1 Event Object (Default Tree)'); + ObjectType.UnknownItem387 = new ObjectType(id++, 387, 'Unknown Item (387)'); + ObjectType.UnknownItem388 = new ObjectType(id++, 388, 'Unknown Item (388)'); + ObjectType.UnknownItem389 = new ObjectType(id++, 389, 'Unknown Item (389)'); + ObjectType.LobbyEventObjectStaticPumpkin = new ObjectType(id++, 390, 'Lobby Event Object (Static Pumpkin)'); + ObjectType.LobbyEventObject3ChristmasWindows = new ObjectType(id++, 391, 'Lobby Event Object (3 Christmas Windows)'); + ObjectType.LobbyEventObjectRedAndWhiteCurtain = new ObjectType(id++, 392, 'Lobby Event Object (Red and White Curtain)'); + ObjectType.UnknownItem393 = new ObjectType(id++, 393, 'Unknown Item (393)'); + ObjectType.UnknownItem394 = new ObjectType(id++, 394, 'Unknown Item (394)'); + ObjectType.LobbyFishTank = new ObjectType(id++, 395, 'Lobby Fish Tank'); + ObjectType.LobbyEventObjectButterflies = new ObjectType(id++, 396, 'Lobby Event Object (Butterflies)'); + ObjectType.UnknownItem400 = new ObjectType(id++, 400, 'Unknown Item (400)'); + ObjectType.GreyWallLow = new ObjectType(id++, 401, 'grey wall low'); + ObjectType.SpaceshipDoor = new ObjectType(id++, 402, 'Spaceship Door'); + ObjectType.GreyWallHigh = new ObjectType(id++, 403, 'grey wall high'); + ObjectType.TempleNormalDoor = new ObjectType(id++, 416, 'Temple Normal Door'); + ObjectType.BreakableWallWallButUnbreakable = new ObjectType(id++, 417, '"breakable wall wall, but unbreakable"'); + ObjectType.BrokenCilinderAndRubble = new ObjectType(id++, 418, 'Broken cilinder and rubble'); + ObjectType.ThreeBrokenWallPiecesOnFloor = new ObjectType(id++, 419, '3 broken wall pieces on floor'); + ObjectType.HighBrickCilinder = new ObjectType(id++, 420, 'high brick cilinder'); + ObjectType.LyingCilinder = new ObjectType(id++, 421, 'lying cilinder'); + ObjectType.BrickConeWithFlatTop = new ObjectType(id++, 422, 'brick cone with flat top'); + ObjectType.BreakableTempleWall = new ObjectType(id++, 423, 'breakable temple wall'); + ObjectType.TempleMapDetect = new ObjectType(id++, 424, 'Temple Map Detect'); + ObjectType.SmallBrownBrickRisingBridge = new ObjectType(id++, 425, 'small brown brick rising bridge'); + ObjectType.LongRisingBridgeWithPinkHighEdges = new ObjectType(id++, 426, 'long rising bridge (with pink high edges)'); + ObjectType.FourSwitchTempleDoor = new ObjectType(id++, 427, '4 switch temple door'); + ObjectType.FourButtonSpaceshipDoor = new ObjectType(id++, 448, '4 button spaceship door'); + ObjectType.ItemBoxCca = new ObjectType(id++, 512, 'item box cca'); + ObjectType.TeleporterEp2 = new ObjectType(id++, 513, 'Teleporter (Ep 2)'); + ObjectType.CCADoor = new ObjectType(id++, 514, 'CCA Door'); + ObjectType.SpecialBoxCCA = new ObjectType(id++, 515, 'Special Box CCA'); + ObjectType.BigCCADoor = new ObjectType(id++, 516, 'Big CCA Door'); + ObjectType.BigCCADoorSwitch = new ObjectType(id++, 517, 'Big CCA Door Switch'); + ObjectType.LittleRock = new ObjectType(id++, 518, 'Little Rock'); + ObjectType.Little3StoneWall = new ObjectType(id++, 519, 'Little 3 Stone Wall'); + ObjectType.Medium3StoneWall = new ObjectType(id++, 520, 'Medium 3 stone wall'); + ObjectType.SpiderPlant = new ObjectType(id++, 521, 'Spider Plant'); + ObjectType.CCAAreaTeleporter = new ObjectType(id++, 522, 'CCA Area Teleporter'); + ObjectType.UnknownItem523 = new ObjectType(id++, 523, 'Unknown Item (523)'); + ObjectType.WhiteBird = new ObjectType(id++, 524, 'White Bird'); + ObjectType.OrangeBird = new ObjectType(id++, 525, 'Orange Bird'); + ObjectType.Saw = new ObjectType(id++, 527, 'Saw'); + ObjectType.LaserDetect = new ObjectType(id++, 528, 'Laser Detect'); + ObjectType.UnknownItem529 = new ObjectType(id++, 529, 'Unknown Item (529)'); + ObjectType.UnknownItem530 = new ObjectType(id++, 530, 'Unknown Item (530)'); + ObjectType.Seagull = new ObjectType(id++, 531, 'Seagull'); + ObjectType.Fish = new ObjectType(id++, 544, 'Fish'); + ObjectType.SeabedDoorWithBlueEdges = new ObjectType(id++, 545, 'Seabed Door (with blue edges)'); + ObjectType.SeabedDoorAlwaysOpenNonTriggerable = new ObjectType(id++, 546, 'Seabed door (always open, non-triggerable)'); + ObjectType.LittleCryotube = new ObjectType(id++, 547, 'Little Cryotube'); + ObjectType.WideGlassWallBreakable = new ObjectType(id++, 548, 'Wide Glass Wall (breakable)'); + ObjectType.BlueFloatingRobot = new ObjectType(id++, 549, 'Blue floating robot'); + ObjectType.RedFloatingRobot = new ObjectType(id++, 550, 'Red floating robot'); + ObjectType.Dolphin = new ObjectType(id++, 551, 'Dolphin'); + ObjectType.CaptureTrap = new ObjectType(id++, 552, 'Capture Trap'); + ObjectType.VRLink = new ObjectType(id++, 553, 'VR link'); + ObjectType.UnknownItem576 = new ObjectType(id++, 576, 'Unknown Item (576)'); + ObjectType.WarpInBarbaRayRoom = new ObjectType(id++, 640, 'Warp in Barba Ray Room'); + ObjectType.UnknownItem672 = new ObjectType(id++, 672, 'Unknown Item (672)'); + ObjectType.GeeNest = new ObjectType(id++, 688, 'Gee Nest'); + ObjectType.LabComputerConsole = new ObjectType(id++, 689, 'Lab Computer Console'); + ObjectType.LabComputerConsoleGreenScreen = new ObjectType(id++, 690, 'Lab Computer Console (Green Screen)'); + ObjectType.ChairYelllowPillow = new ObjectType(id++, 691, 'Chair, Yelllow Pillow'); + ObjectType.OrangeWallWithHoleInMiddle = new ObjectType(id++, 692, 'orange wall with hole in middle'); + ObjectType.GreyWallWithHoleInMiddle = new ObjectType(id++, 693, 'grey wall with hole in middle'); + ObjectType.LongTable = new ObjectType(id++, 694, 'long table'); + ObjectType.GBAStation = new ObjectType(id++, 695, 'GBA Station'); + ObjectType.TalkLinkToSupport = new ObjectType(id++, 696, 'Talk (link to support)'); + ObjectType.InstaWarp = new ObjectType(id++, 697, 'insta-warp'); + ObjectType.LabInvisibleObject = new ObjectType(id++, 698, 'Lab Invisible Object'); + ObjectType.LabGlassWindowDoor = new ObjectType(id++, 699, 'Lab Glass window Door'); + ObjectType.UnknownItem700 = new ObjectType(id++, 700, 'Unknown Item (700)'); + ObjectType.LabCelingWarp = new ObjectType(id++, 701, 'Lab Celing Warp'); + ObjectType.Ep4LightSource = new ObjectType(id++, 768, 'Ep4 Light Source'); + ObjectType.Cacti = new ObjectType(id++, 769, 'cacti'); + ObjectType.BigBrownRock = new ObjectType(id++, 770, 'Big Brown Rock'); + ObjectType.BreakableBrownRock = new ObjectType(id++, 771, 'Breakable Brown Rock'); + ObjectType.UnknownItem832 = new ObjectType(id++, 832, 'Unknown Item (832)'); + ObjectType.UnknownItem833 = new ObjectType(id++, 833, 'Unknown Item (833)'); + ObjectType.PoisonPlant = new ObjectType(id++, 896, 'Poison Plant'); + ObjectType.UnknownItem897 = new ObjectType(id++, 897, 'Unknown Item (897)'); + ObjectType.UnknownItem898 = new ObjectType(id++, 898, 'Unknown Item (898)'); + ObjectType.OozingDesertPlant = new ObjectType(id++, 899, 'Oozing Desert Plant'); + ObjectType.UnknownItem901 = new ObjectType(id++, 901, 'Unknown Item (901)'); + ObjectType.BigBlackRocks = new ObjectType(id++, 902, 'big black rocks'); + ObjectType.UnknownItem903 = new ObjectType(id++, 903, 'Unknown Item (903)'); + ObjectType.UnknownItem904 = new ObjectType(id++, 904, 'Unknown Item (904)'); + ObjectType.UnknownItem905 = new ObjectType(id++, 905, 'Unknown Item (905)'); + ObjectType.UnknownItem906 = new ObjectType(id++, 906, 'Unknown Item (906)'); + ObjectType.FallingRock = new ObjectType(id++, 907, 'Falling Rock'); + ObjectType.DesertPlantHasCollision = new ObjectType(id++, 908, 'Desert Plant (has collision)'); + ObjectType.DesertFixedTypeBoxBreakableCrystals = new ObjectType(id++, 909, 'Desert Fixed Type Box (Breakable Crystals)'); + ObjectType.UnknownItem910 = new ObjectType(id++, 910, 'Unknown Item (910)'); + ObjectType.BeeHive = new ObjectType(id++, 911, 'Bee Hive'); + ObjectType.UnknownItem912 = new ObjectType(id++, 912, 'Unknown Item (912)'); + ObjectType.Heat = new ObjectType(id++, 913, 'Heat'); + ObjectType.TopOfSaintMillionEgg = new ObjectType(id++, 960, 'Top of saint million egg'); + ObjectType.UnknownItem961 = new ObjectType(id++, 961, 'Unknown Item (961)'); +}()); diff --git a/src/domain/index.ts b/src/domain/index.ts new file mode 100644 index 00000000..16effe43 --- /dev/null +++ b/src/domain/index.ts @@ -0,0 +1,265 @@ +import { Object3D } from 'three'; +import { computed, observable } from 'mobx'; +import { NpcType } from './NpcType'; +import { ObjectType } from './ObjectType'; + +export { NpcType } from './NpcType'; +export { ObjectType } from './ObjectType'; + +export class Vec3 { + x: number; + y: number; + z: number; + + constructor(x?: number, y?: number, z?: number) { + this.x = x || 0; + this.y = y || 0; + this.z = z || 0; + } + + add(v: Vec3): Vec3 { + this.x += v.x; + this.y += v.y; + this.z += v.z; + return this; + } + + clone(x?: number, y?: number, z?: number) { + return new Vec3( + typeof x === 'number' ? x : this.x, + typeof y === 'number' ? y : this.y, + typeof z === 'number' ? z : this.z); + } +}; + +export class Section { + id: number; + @observable position: Vec3; + @observable y_axis_rotation: number; + + @computed get sin_y_axis_rotation(): number { + return Math.sin(this.y_axis_rotation); + } + + @computed get cos_y_axis_rotation(): number { + return Math.cos(this.y_axis_rotation); + } + + constructor( + id: number, + position: Vec3, + y_axis_rotation: number + ) { + if (!Number.isInteger(id) || id < -1) + throw new Error(`Expected id to be an integer greater than or equal to -1, got ${id}.`); + if (!position) throw new Error('position is required.'); + if (typeof y_axis_rotation !== 'number') throw new Error('y_axis_rotation is required.'); + + this.id = id; + this.position = position; + this.y_axis_rotation = y_axis_rotation; + } +} + +export class Quest { + @observable name: string; + @observable short_description: string; + @observable long_description: string; + @observable quest_no?: number; + @observable episode: number; + @observable area_variants: AreaVariant[]; + @observable objects: QuestObject[]; + @observable npcs: QuestNpc[]; + /** + * (Partial) raw DAT data that can't be parsed yet by Phantasmal. + */ + dat: any; + /** + * (Partial) raw BIN data that can't be parsed yet by Phantasmal. + */ + bin: any; + + constructor( + name: string, + short_description: string, + long_description: string, + quest_no: number | undefined, + episode: number, + area_variants: AreaVariant[], + objects: QuestObject[], + npcs: QuestNpc[], + dat: any, + bin: any + ) { + if (quest_no != null && (!Number.isInteger(quest_no) || quest_no < 0)) throw new Error('quest_no should be null or a non-negative integer.'); + if (episode !== 1 && episode !== 2 && episode !== 4) throw new Error('episode should be 1, 2 or 4.'); + if (!objects || !(objects instanceof Array)) throw new Error('objs is required.'); + if (!npcs || !(npcs instanceof Array)) throw new Error('npcs is required.'); + + this.name = name; + this.short_description = short_description; + this.long_description = long_description; + this.quest_no = quest_no; + this.episode = episode; + this.area_variants = area_variants; + this.objects = objects; + this.npcs = npcs; + this.dat = dat; + this.bin = bin; + } +} + +export class VisibleQuestEntity { + @observable area_id: number; + + @computed get section_id(): number { + return this.section ? this.section.id : this._section_id; + } + + @observable section?: Section; + + /** + * World position + */ + @observable position: Vec3; + + @observable rotation: Vec3; + + /** + * Section-relative position + */ + @computed get section_position(): Vec3 { + let { x, y, z } = this.position; + + if (this.section) { + const rel_x = x - this.section.position.x; + const rel_y = y - this.section.position.y; + const rel_z = z - this.section.position.z; + const sin = -this.section.sin_y_axis_rotation; + const cos = this.section.cos_y_axis_rotation; + const rot_x = cos * rel_x + sin * rel_z; + const rot_z = -sin * rel_x + cos * rel_z; + x = rot_x; + y = rel_y; + z = rot_z; + } + + return new Vec3(x, y, z); + } + + set section_position(sect_pos: Vec3) { + let { x: rel_x, y: rel_y, z: rel_z } = sect_pos; + + if (this.section) { + const sin = -this.section.sin_y_axis_rotation; + const cos = this.section.cos_y_axis_rotation; + const rot_x = cos * rel_x - sin * rel_z; + const rot_z = sin * rel_x + cos * rel_z; + const x = rot_x + this.section.position.x; + const y = rel_y + this.section.position.y; + const z = rot_z + this.section.position.z; + this.position = new Vec3(x, y, z); + } + } + + object3d?: Object3D; + + constructor( + area_id: number, + section_id: number, + position: Vec3, + rotation: Vec3 + ) { + if (Object.getPrototypeOf(this) === Object.getPrototypeOf(VisibleQuestEntity)) + throw new Error('Abstract class should not be instantiated directly.'); + if (!Number.isInteger(area_id) || area_id < 0) + throw new Error(`Expected area_id to be a non-negative integer, got ${area_id}.`); + if (!Number.isInteger(section_id) || section_id < 0) + throw new Error(`Expected section_id to be a non-negative integer, got ${section_id}.`); + if (!position) throw new Error('position is required.'); + if (!rotation) throw new Error('rotation is required.'); + + this.area_id = area_id; + this._section_id = section_id; + this.position = position; + this.rotation = rotation; + } + + private _section_id: number; +} + +export class QuestObject extends VisibleQuestEntity { + @observable type: ObjectType; + /** + * The raw data from a DAT file. + */ + dat: any; + + constructor( + area_id: number, + section_id: number, + position: Vec3, + rotation: Vec3, + type: ObjectType, + dat: any + ) { + super(area_id, section_id, position, rotation); + + if (!type) throw new Error('type is required.'); + + this.type = type; + this.dat = dat; + } +} + +export class QuestNpc extends VisibleQuestEntity { + @observable type: NpcType; + /** + * The raw data from a DAT file. + */ + dat: any; + + constructor( + area_id: number, + section_id: number, + position: Vec3, + rotation: Vec3, + type: NpcType, + dat: any + ) { + super(area_id, section_id, position, rotation); + + if (!type) throw new Error('type is required.'); + + this.type = type; + this.dat = dat; + } +} + +export class Area { + id: number; + name: string; + order: number; + area_variants: AreaVariant[]; + + constructor(id: number, name: string, order: number, area_variants: AreaVariant[]) { + if (!Number.isInteger(id) || id < 0) + throw new Error(`Expected id to be a non-negative integer, got ${id}.`); + if (!name) throw new Error('name is required.'); + if (!area_variants) throw new Error('area_variants is required.'); + + this.id = id; + this.name = name; + this.order = order; + this.area_variants = area_variants; + } +} + +export class AreaVariant { + @observable sections: Section[] = []; + + constructor(public id: number, public area: Area) { + if (!Number.isInteger(id) || id < 0) + throw new Error(`Expected id to be a non-negative integer, got ${id}.`); + } +} diff --git a/src/index.css b/src/index.css index ec2585e8..4f91c1d9 100644 --- a/src/index.css +++ b/src/index.css @@ -1,13 +1,12 @@ body { - margin: 0; - font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', - 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', - sans-serif; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; + background-color: #293742; + margin: 0; } -code { - font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', - monospace; -} +body, #phantq-root { + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; +} \ No newline at end of file diff --git a/src/index.tsx b/src/index.tsx index 87d1be55..ca0ee6ed 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,12 +1,12 @@ import React from 'react'; import ReactDOM from 'react-dom'; +import { ApplicationComponent } from './ui/ApplicationComponent'; import './index.css'; -import App from './App'; -import * as serviceWorker from './serviceWorker'; +import "normalize.css"; +import "@blueprintjs/core/lib/css/blueprint.css"; +import "@blueprintjs/icons/lib/css/blueprint-icons.css"; -ReactDOM.render(, document.getElementById('root')); - -// If you want your app to work offline and load faster, you can change -// unregister() to register() below. Note this comes with some pitfalls. -// Learn more about service workers: https://bit.ly/CRA-PWA -serviceWorker.unregister(); +ReactDOM.render( + , + document.getElementById('phantq-root') +); diff --git a/src/logo.svg b/src/logo.svg deleted file mode 100644 index 6b60c104..00000000 --- a/src/logo.svg +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/src/rendering/Renderer.ts b/src/rendering/Renderer.ts new file mode 100644 index 00000000..855fd491 --- /dev/null +++ b/src/rendering/Renderer.ts @@ -0,0 +1,472 @@ +import * as THREE from 'three'; +import { + Color, + HemisphereLight, + MOUSE, + Object3D, + PerspectiveCamera, + Plane, + Raycaster, + Scene, + Vector2, + Vector3, + WebGLRenderer, + Intersection, + Mesh, + MeshLambertMaterial +} from 'three'; +import OrbitControlsCreator from 'three-orbit-controls'; +import { Vec3, Area, Quest, VisibleQuestEntity, QuestObject, QuestNpc, Section } from '../domain'; +import { get_area_collision_geometry, get_area_render_geometry } from '../data/loading/areas'; +import { + OBJECT_COLOR, + OBJECT_HOVER_COLOR, + OBJECT_SELECTED_COLOR, + NPC_COLOR, + NPC_HOVER_COLOR, + NPC_SELECTED_COLOR +} from './entities'; + +const OrbitControls = OrbitControlsCreator(THREE); + +interface QuestRendererParams { + on_select: (visible_quest_entity: VisibleQuestEntity | undefined) => void; +}; + +interface IntersectionData { + object: Mesh; + entity: VisibleQuestEntity; + grab_offset: Vector3; + drag_adjust: Vector3; + drag_y: number; + manipulating: boolean; +} + +/** + * Renders one quest area at a time. + */ +export class Renderer { + private _renderer = new WebGLRenderer({ antialias: true }); + private _camera: PerspectiveCamera; + private _controls: any; + private _raycaster = new Raycaster(); + private _scene = new Scene(); + private _quest?: Quest; + private _quest_entities_loaded = false; + private _area?: Area; + private _objs: Map = new Map(); // Objs grouped by area id + private _npcs: Map = new Map(); // Npcs grouped by area id + private _collision_geometry = new Object3D(); + private _render_geometry = new Object3D(); + private _obj_geometry = new Object3D(); + private _npc_geometry = new Object3D(); + private _on_select?: (visible_quest_entity: VisibleQuestEntity | undefined) => void; + private _hovered_data?: IntersectionData; + private _selected_data?: IntersectionData; + private _model?: Object3D; + + constructor({ on_select }: QuestRendererParams) { + this._on_select = on_select; + + this._renderer.domElement.addEventListener( + 'mousedown', this._on_mouse_down); + this._renderer.domElement.addEventListener( + 'mouseup', this._on_mouse_up); + this._renderer.domElement.addEventListener( + 'mousemove', this._on_mouse_move); + + this._camera = new PerspectiveCamera(75, 1, 0.1, 5000); + this._controls = new OrbitControls( + this._camera, this._renderer.domElement); + this._controls.mouseButtons.ORBIT = MOUSE.RIGHT; + this._controls.mouseButtons.PAN = MOUSE.LEFT; + + this._scene.background = new Color(0x151C21); + this._scene.add(new HemisphereLight(0xffffff, 0x505050, 1)); + this._scene.add(this._obj_geometry); + this._scene.add(this._npc_geometry); + + requestAnimationFrame(this._render_loop); + } + + get dom_element(): HTMLElement { + return this._renderer.domElement; + } + + set_size(width: number, height: number) { + this._renderer.setSize(width, height); + this._camera.aspect = width / height; + this._camera.updateProjectionMatrix(); + } + + set_quest_and_area(quest?: Quest, area?: Area) { + let update = false; + + if (this._area !== area) { + this._area = area; + update = true; + } + + if (this._quest !== quest) { + this._quest = quest; + + this._objs.clear(); + this._npcs.clear(); + + if (quest) { + for (const obj of quest.objects) { + const array = this._objs.get(obj.area_id) || []; + array.push(obj); + this._objs.set(obj.area_id, array); + } + + for (const npc of quest.npcs) { + const array = this._npcs.get(npc.area_id) || []; + array.push(npc); + this._npcs.set(npc.area_id, array); + } + } + + update = true; + } + + if (update) { + this._update_geometry(); + } + } + + /** + * Renders a generic Object3D. + */ + set_model(model?: Object3D) { + if (this._model !== model) { + if (this._model) { + this._scene.remove(this._model); + } + + if (model) { + this.set_quest_and_area(undefined, undefined); + this._scene.add(model); + this._reset_camera(); + } + + this._model = model; + } + } + + private _update_geometry() { + this._scene.remove(this._obj_geometry); + this._scene.remove(this._npc_geometry); + this._obj_geometry = new Object3D(); + this._npc_geometry = new Object3D(); + this._scene.add(this._obj_geometry); + this._scene.add(this._npc_geometry); + this._quest_entities_loaded = false; + + this._scene.remove(this._collision_geometry); + + if (this._quest && this._area) { + const episode = this._quest.episode; + const area_id = this._area.id; + const variant = this._quest.area_variants.find(v => v.area.id === area_id); + const variant_id = (variant && variant.id) || 0; + + get_area_collision_geometry(episode, area_id, variant_id).then(geometry => { + if (this._quest && this._area) { + this.set_model(undefined); + this._scene.remove(this._collision_geometry); + + this._reset_camera(); + + this._collision_geometry = geometry; + this._scene.add(geometry); + } + }); + + get_area_render_geometry(episode, area_id, variant_id).then(geometry => { + if (this._quest && this._area) { + this._render_geometry = geometry; + } + }); + } + } + + private _reset_camera() { + this._controls.reset(); + this._camera.position.set(0, 800, 700); + this._camera.lookAt(new Vector3(0, 0, 0)); + } + + private _render_loop = () => { + this._controls.update(); + this._add_loaded_entities(); + this._renderer.render(this._scene, this._camera); + requestAnimationFrame(this._render_loop); + } + + private _add_loaded_entities() { + if (this._quest && this._area && !this._quest_entities_loaded) { + let loaded = true; + + for (const object of this._quest.objects) { + if (object.area_id === this._area.id) { + if (object.object3d) { + this._obj_geometry.add(object.object3d); + } else { + loaded = false; + } + } + } + + for (const npc of this._quest.npcs) { + if (npc.area_id === this._area.id) { + if (npc.object3d) { + this._npc_geometry.add(npc.object3d); + } else { + loaded = false; + } + } + } + + this._quest_entities_loaded = loaded; + } + } + + private _on_mouse_down = (e: MouseEvent) => { + const old_selected_data = this._selected_data; + const data = this._pick_entity( + this._pointer_pos_to_device_coords(e)); + + // Did we pick a different object than the previously hovered over 3D object? + if (this._hovered_data && (!data || data.object !== this._hovered_data.object)) { + (this._hovered_data.object.material as MeshLambertMaterial).color.set( + this._get_color(this._hovered_data.entity, 'normal')); + } + + // Did we pick a different object than the previously selected 3D object? + if (this._selected_data && (!data || data.object !== this._selected_data.object)) { + (this._selected_data.object.material as MeshLambertMaterial).color.set( + this._get_color(this._selected_data.entity, 'normal')); + this._selected_data.manipulating = false; + } + + if (data) { + // User selected an entity. + (data.object.material as MeshLambertMaterial).color.set(this._get_color(data.entity, 'selected')); + data.manipulating = true; + this._hovered_data = data; + this._selected_data = data; + this._controls.enabled = false; + } else { + // User clicked on terrain or outside of area. + this._hovered_data = undefined; + this._selected_data = undefined; + this._controls.enabled = true; + } + + const selection_changed = old_selected_data && data + ? old_selected_data.object !== data.object + : old_selected_data !== data; + + if (selection_changed && this._on_select) { + this._on_select(data && data.entity); + } + } + + private _on_mouse_up = () => { + if (this._selected_data) { + this._selected_data.manipulating = false; + this._controls.enabled = true; + } + } + + private _on_mouse_move = (e: MouseEvent) => { + const pointer_pos = this._pointer_pos_to_device_coords(e); + + if (this._selected_data && this._selected_data.manipulating) { + if (e.button === 0) { + // User is dragging a selected entity. + const data = this._selected_data; + + if (e.shiftKey) { + // Vertical movement. + // We intersect with a plane that's oriented toward the camera and that's coplanar with the point where the entity was grabbed. + this._raycaster.setFromCamera(pointer_pos, this._camera); + const ray = this._raycaster.ray; + const negative_world_dir = this._camera.getWorldDirection(new Vector3()).negate(); + const plane = new Plane().setFromNormalAndCoplanarPoint( + new Vector3(negative_world_dir.x, 0, negative_world_dir.z).normalize(), + data.object.position.sub(data.grab_offset)); + const intersection_point = new Vector3(); + + if (ray.intersectPlane(plane, intersection_point)) { + const y = intersection_point.y + data.grab_offset.y; + const y_delta = y - data.entity.position.y; + data.drag_y += y_delta; + data.drag_adjust.y -= y_delta; + data.entity.position = new Vec3( + data.entity.position.x, + y, + data.entity.position.z + ); + } + } else { + // Horizontal movement accross terrain. + // Cast ray adjusted for dragging entities. + const { intersection: terrain, section } = this._pick_terrain(pointer_pos, data); + + if (terrain) { + data.entity.position = new Vec3( + terrain.point.x, + terrain.point.y + data.drag_y, + terrain.point.z + ); + + if (section) { + data.entity.section = section; + } + } else { + // If the cursor is not over any terrain, we translate the entity accross the horizontal plane in which the entity's origin lies. + this._raycaster.setFromCamera(pointer_pos, this._camera); + const ray = this._raycaster.ray; + // ray.origin.add(data.drag_adjust); + const plane = new Plane( + new Vector3(0, 1, 0), + -data.entity.position.y + data.grab_offset.y); + const intersection_point = new Vector3(); + + if (ray.intersectPlane(plane, intersection_point)) { + data.entity.position = new Vec3( + intersection_point.x + data.grab_offset.x, + data.entity.position.y, + intersection_point.z + data.grab_offset.z + ); + } + } + } + } + } else { + // User is hovering. + const old_data = this._hovered_data; + const data = this._pick_entity(pointer_pos); + + if (old_data && (!data || data.object !== old_data.object)) { + if (!this._selected_data || old_data.object !== this._selected_data.object) { + (old_data.object.material as MeshLambertMaterial).color.set( + this._get_color(old_data.entity, 'normal')); + } + + this._hovered_data = undefined; + } + + if (data && (!old_data || data.object !== old_data.object)) { + if (!this._selected_data || data.object !== this._selected_data.object) { + (data.object.material as MeshLambertMaterial).color.set( + this._get_color(data.entity, 'hover')); + } + + this._hovered_data = data; + } + } + } + + private _pointer_pos_to_device_coords(e: MouseEvent) { + const coords = new Vector2(); + this._renderer.getSize(coords); + coords.width = e.offsetX / coords.width * 2 - 1; + coords.height = e.offsetY / coords.height * -2 + 1; + return coords; + } + + /** + * @param pointer_pos - pointer coordinates in normalized device space + */ + private _pick_entity(pointer_pos: Vector2): IntersectionData | undefined { + // Find the nearest object and NPC under the pointer. + this._raycaster.setFromCamera(pointer_pos, this._camera); + const [nearest_object] = this._raycaster.intersectObjects( + this._obj_geometry.children); + const [nearest_npc] = this._raycaster.intersectObjects( + this._npc_geometry.children); + + if (!nearest_object && !nearest_npc) { + return; + } + + const object_dist = nearest_object ? nearest_object.distance : Infinity; + const npc_dist = nearest_npc ? nearest_npc.distance : Infinity; + const intersection = object_dist < npc_dist ? nearest_object : nearest_npc; + + const entity = intersection.object.userData.entity; + // Vector that points from the grabbing point to the model's origin. + const grab_offset = intersection.object.position + .clone() + .sub(intersection.point); + // Vector that points from the grabbing point to the terrain point directly under the model's origin. + const drag_adjust = grab_offset.clone(); + // Distance to terrain. + let drag_y = 0; + + // Find vertical distance to terrain. + this._raycaster.set( + intersection.object.position, new Vector3(0, -1, 0)); + const [terrain] = this._raycaster.intersectObjects( + this._collision_geometry.children, true); + + if (terrain) { + drag_adjust.sub(new Vector3(0, terrain.distance, 0)); + drag_y += terrain.distance; + } + + return { + object: intersection.object as Mesh, + entity, + grab_offset, + drag_adjust, + drag_y, + manipulating: false + }; + } + + /** + * @param pointer_pos - pointer coordinates in normalized device space + */ + private _pick_terrain(pointer_pos: Vector2, data: any): { intersection?: Intersection, section?: Section } { + this._raycaster.setFromCamera(pointer_pos, this._camera); + this._raycaster.ray.origin.add(data.drag_adjust); + const terrains = this._raycaster.intersectObjects( + this._collision_geometry.children, true); + + // Don't allow entities to be placed on very steep terrain. + // E.g. walls. + // TODO: make use of the flags field in the collision data. + for (const terrain of terrains) { + if (terrain.face!.normal.y > 0.75) { + // Find section ID. + this._raycaster.set( + terrain.point.clone().setY(1000), new Vector3(0, -1, 0)); + const render_terrains = this._raycaster + .intersectObjects(this._render_geometry.children, true) + .filter(rt => rt.object.userData.section.id >= 0); + + return { + intersection: terrain, + section: render_terrains[0] && render_terrains[0].object.userData.section + }; + } + } + + return {}; + } + + private _get_color(entity: VisibleQuestEntity, type: 'normal' | 'hover' | 'selected') { + const is_npc = entity instanceof QuestNpc; + + switch (type) { + default: + case 'normal': return is_npc ? NPC_COLOR : OBJECT_COLOR; + case 'hover': return is_npc ? NPC_HOVER_COLOR : OBJECT_HOVER_COLOR; + case 'selected': return is_npc ? NPC_SELECTED_COLOR : OBJECT_SELECTED_COLOR; + } + } +} diff --git a/src/rendering/entities.test.js b/src/rendering/entities.test.js new file mode 100644 index 00000000..8254b58b --- /dev/null +++ b/src/rendering/entities.test.js @@ -0,0 +1,60 @@ +import { + create_object_mesh, + create_npc_mesh, + OBJECT_COLOR, + NPC_COLOR +} from './entities'; +import { Object3D, Vector3 } from 'three'; +import { Vec3, QuestNpc, QuestObject, Section, NpcType, ObjectType } from '../domain'; + +test('create geometry for quest objects', () => { + const object = new QuestObject(7, 13, new Vec3(17, 19, 23), new Vec3(), ObjectType.PrincipalWarp, null); + const sect_rot = 0.6; + const sect_rot_sin = Math.sin(sect_rot); + const sect_rot_cos = Math.cos(sect_rot); + const geometry = create_object_mesh( + object, [new Section(13, new Vec3(29, 31, 37), sect_rot)]); + + expect(geometry).toBeInstanceOf(Object3D); + expect(geometry.name).toBe('Object'); + expect(geometry.userData.entity).toBe(object); + expect(geometry.position.x).toBe(sect_rot_cos * 17 + sect_rot_sin * 23 + 29); + expect(geometry.position.y).toBe(19 + 31); + expect(geometry.position.z).toBe(-sect_rot_sin * 17 + sect_rot_cos * 23 + 37); + expect(geometry.material.color.getHex()).toBe(OBJECT_COLOR); +}); + +test('create geometry for quest NPCs', () => { + const npc = new QuestNpc(7, 13, new Vec3(17, 19, 23), new Vec3(), NpcType.Booma, null); + const sect_rot = 0.6; + const sect_rot_sin = Math.sin(sect_rot); + const sect_rot_cos = Math.cos(sect_rot); + const geometry = create_npc_mesh( + npc, [new Section(13, new Vec3(29, 31, 37), sect_rot)]); + + expect(geometry).toBeInstanceOf(Object3D); + expect(geometry.name).toBe('NPC'); + expect(geometry.userData.entity).toBe(npc); + expect(geometry.position.x).toBe(sect_rot_cos * 17 + sect_rot_sin * 23 + 29); + expect(geometry.position.y).toBe(19 + 31); + expect(geometry.position.z).toBe(-sect_rot_sin * 17 + sect_rot_cos * 23 + 37); + expect(geometry.material.color.getHex()).toBe(NPC_COLOR); +}); + +test('geometry position changes when entity position changes element-wise', () => { + const npc = new QuestNpc(7, 13, new Vec3(17, 19, 23), new Vec3(), NpcType.Booma, null); + const geometry = create_npc_mesh( + npc, [new Section(13, new Vec3(0, 0, 0), 0)]); + npc.position = new Vec3(2, 3, 5).add(npc.position); + + expect(geometry.position).toEqual(new Vector3(19, 22, 28)); +}); + +test('geometry position changes when entire entity position changes', () => { + const npc = new QuestNpc(7, 13, new Vec3(17, 19, 23), new Vec3(), NpcType.Booma, null); + const geometry = create_npc_mesh( + npc, [new Section(13, new Vec3(0, 0, 0), 0)]); + npc.position = new Vec3(2, 3, 5); + + expect(geometry.position).toEqual(new Vector3(2, 3, 5)); +}); diff --git a/src/rendering/entities.ts b/src/rendering/entities.ts new file mode 100644 index 00000000..c6e69ab3 --- /dev/null +++ b/src/rendering/entities.ts @@ -0,0 +1,66 @@ +import { BufferGeometry, CylinderGeometry, DoubleSide, Mesh, MeshLambertMaterial } from 'three'; +import { autorun } from 'mobx'; +import { Vec3, VisibleQuestEntity, QuestNpc, QuestObject, Section } from '../domain'; + +export const OBJECT_COLOR = 0xFFFF00; +export const OBJECT_HOVER_COLOR = 0xFFDF3F; +export const OBJECT_SELECTED_COLOR = 0xFFAA00; +export const NPC_COLOR = 0xFF0000; +export const NPC_HOVER_COLOR = 0xFF3F5F; +export const NPC_SELECTED_COLOR = 0xFF0054; + +export function create_object_mesh(object: QuestObject, sections: Section[], geometry: BufferGeometry): Mesh { + return create_mesh(object, sections, geometry, OBJECT_COLOR, 'Object'); +} + +export function create_npc_mesh(npc: QuestNpc, sections: Section[], geometry: BufferGeometry): Mesh { + return create_mesh(npc, sections, geometry, NPC_COLOR, 'NPC'); +} + +const cylinder = new CylinderGeometry(3, 3, 20).translate(0, 10, 0); + +function create_mesh( + entity: VisibleQuestEntity, + sections: Section[], + geometry: BufferGeometry, + color: number, + type: string +): Mesh { + let {x, y, z} = entity.position; + + const section = sections.find(s => s.id === entity.section_id); + entity.section = section; + + if (section) { + const {x: sec_x, y: sec_y, z: sec_z} = section.position; + const rot_x = section.cos_y_axis_rotation * x + section.sin_y_axis_rotation * z; + const rot_z = -section.sin_y_axis_rotation * x + section.cos_y_axis_rotation * z; + x = rot_x + sec_x; + y += sec_y; + z = rot_z + sec_z; + } else { + console.warn(`Section ${entity.section_id} not found.`); + } + + const object_3d = new Mesh( + geometry || cylinder, + new MeshLambertMaterial({ + color, + side: DoubleSide + }) + ); + object_3d.name = type; + object_3d.userData.entity = entity; + + // TODO: dispose autorun? + autorun(() => { + const {x, y, z} = entity.position; + object_3d.position.set(x, y, z); + const rot = entity.rotation; + object_3d.rotation.set(rot.x, rot.y, rot.z); + }); + + entity.position = new Vec3(x, y, z); + + return object_3d; +} diff --git a/src/rendering/models.ts b/src/rendering/models.ts new file mode 100644 index 00000000..e0ef5264 --- /dev/null +++ b/src/rendering/models.ts @@ -0,0 +1,11 @@ +import { BufferGeometry, DoubleSide, Mesh, MeshLambertMaterial } from 'three'; + +export function create_model_mesh(geometry?: BufferGeometry): Mesh | undefined { + return geometry && new Mesh( + geometry, + new MeshLambertMaterial({ + color: 0xFF00FF, + side: DoubleSide + }) + ); +} diff --git a/src/serviceWorker.ts b/src/serviceWorker.ts deleted file mode 100644 index 15d90cb8..00000000 --- a/src/serviceWorker.ts +++ /dev/null @@ -1,143 +0,0 @@ -// This optional code is used to register a service worker. -// register() is not called by default. - -// This lets the app load faster on subsequent visits in production, and gives -// it offline capabilities. However, it also means that developers (and users) -// will only see deployed updates on subsequent visits to a page, after all the -// existing tabs open on the page have been closed, since previously cached -// resources are updated in the background. - -// To learn more about the benefits of this model and instructions on how to -// opt-in, read https://bit.ly/CRA-PWA - -const isLocalhost = Boolean( - window.location.hostname === 'localhost' || - // [::1] is the IPv6 localhost address. - window.location.hostname === '[::1]' || - // 127.0.0.1/8 is considered localhost for IPv4. - window.location.hostname.match( - /^127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/ - ) -); - -type Config = { - onSuccess?: (registration: ServiceWorkerRegistration) => void; - onUpdate?: (registration: ServiceWorkerRegistration) => void; -}; - -export function register(config?: Config) { - if (process.env.NODE_ENV === 'production' && 'serviceWorker' in navigator) { - // The URL constructor is available in all browsers that support SW. - const publicUrl = new URL( - (process as { env: { [key: string]: string } }).env.PUBLIC_URL, - window.location.href - ); - if (publicUrl.origin !== window.location.origin) { - // Our service worker won't work if PUBLIC_URL is on a different origin - // from what our page is served on. This might happen if a CDN is used to - // serve assets; see https://github.com/facebook/create-react-app/issues/2374 - return; - } - - window.addEventListener('load', () => { - const swUrl = `${process.env.PUBLIC_URL}/service-worker.js`; - - if (isLocalhost) { - // This is running on localhost. Let's check if a service worker still exists or not. - checkValidServiceWorker(swUrl, config); - - // Add some additional logging to localhost, pointing developers to the - // service worker/PWA documentation. - navigator.serviceWorker.ready.then(() => { - console.log( - 'This web app is being served cache-first by a service ' + - 'worker. To learn more, visit https://bit.ly/CRA-PWA' - ); - }); - } else { - // Is not localhost. Just register service worker - registerValidSW(swUrl, config); - } - }); - } -} - -function registerValidSW(swUrl: string, config?: Config) { - navigator.serviceWorker - .register(swUrl) - .then(registration => { - registration.onupdatefound = () => { - const installingWorker = registration.installing; - if (installingWorker == null) { - return; - } - installingWorker.onstatechange = () => { - if (installingWorker.state === 'installed') { - if (navigator.serviceWorker.controller) { - // At this point, the updated precached content has been fetched, - // but the previous service worker will still serve the older - // content until all client tabs are closed. - console.log( - 'New content is available and will be used when all ' + - 'tabs for this page are closed. See https://bit.ly/CRA-PWA.' - ); - - // Execute callback - if (config && config.onUpdate) { - config.onUpdate(registration); - } - } else { - // At this point, everything has been precached. - // It's the perfect time to display a - // "Content is cached for offline use." message. - console.log('Content is cached for offline use.'); - - // Execute callback - if (config && config.onSuccess) { - config.onSuccess(registration); - } - } - } - }; - }; - }) - .catch(error => { - console.error('Error during service worker registration:', error); - }); -} - -function checkValidServiceWorker(swUrl: string, config?: Config) { - // Check if the service worker can be found. If it can't reload the page. - fetch(swUrl) - .then(response => { - // Ensure service worker exists, and that we really are getting a JS file. - const contentType = response.headers.get('content-type'); - if ( - response.status === 404 || - (contentType != null && contentType.indexOf('javascript') === -1) - ) { - // No service worker found. Probably a different app. Reload the page. - navigator.serviceWorker.ready.then(registration => { - registration.unregister().then(() => { - window.location.reload(); - }); - }); - } else { - // Service worker found. Proceed as normal. - registerValidSW(swUrl, config); - } - }) - .catch(() => { - console.log( - 'No internet connection found. App is running in offline mode.' - ); - }); -} - -export function unregister() { - if ('serviceWorker' in navigator) { - navigator.serviceWorker.ready.then(registration => { - registration.unregister(); - }); - } -} diff --git a/src/store.ts b/src/store.ts new file mode 100644 index 00000000..bb420789 --- /dev/null +++ b/src/store.ts @@ -0,0 +1,97 @@ +import { observable } from 'mobx'; +import { Object3D } from 'three'; +import { Area, AreaVariant, Quest, VisibleQuestEntity } from './domain'; + +function area(id: number, name: string, order: number, variants: number) { + const area = new Area(id, name, order, []); + const varis = Array(variants).fill(null).map((_, i) => new AreaVariant(i, area)); + area.area_variants.splice(0, 0, ...varis); + return area; +} + +class AreaStore { + areas: Area[][]; + + constructor() { + // The IDs match the PSO IDs for areas. + this.areas = []; + let order = 0; + this.areas[1] = [ + area(0, 'Pioneer II', order++, 1), + area(1, 'Forest 1', order++, 1), + area(2, 'Forest 2', order++, 1), + area(11, 'Under the Dome', order++, 1), + area(3, 'Cave 1', order++, 6), + area(4, 'Cave 2', order++, 5), + area(5, 'Cave 3', order++, 6), + area(12, 'Underground Channel', order++, 1), + area(6, 'Mine 1', order++, 6), + area(7, 'Mine 2', order++, 6), + area(13, 'Monitor Room', order++, 1), + area(8, 'Ruins 1', order++, 5), + area(9, 'Ruins 2', order++, 5), + area(10, 'Ruins 3', order++, 5), + area(14, 'Dark Falz', order++, 1) + ]; + order = 0; + this.areas[2] = [ + area(0, 'Lab', order++, 1), + area(1, 'VR Temple Alpha', order++, 3), + area(2, 'VR Temple Beta', order++, 3), + area(14, 'VR Temple Final', order++, 1), + area(3, 'VR Spaceship Alpha', order++, 3), + area(4, 'VR Spaceship Beta', order++, 3), + area(15, 'VR Spaceship Final', order++, 1), + area(5, 'Central Control Area', order++, 1), + area(6, 'Jungle Area East', order++, 1), + area(7, 'Jungle Area North', order++, 1), + area(8, 'Mountain Area', order++, 3), + area(9, 'Seaside Area', order++, 1), + area(12, 'Cliffs of Gal Da Val', order++, 1), + area(10, 'Seabed Upper Levels', order++, 3), + area(11, 'Seabed Lower Levels', order++, 3), + area(13, 'Test Subject Disposal Area', order++, 1), + area(16, 'Seaside Area at Night', order++, 1), + area(17, 'Control Tower', order++, 5) + ]; + order = 0; + this.areas[4] = [ + area(0, 'Pioneer II (Ep. IV)', order++, 1), + area(1, 'Crater Route 1', order++, 1), + area(2, 'Crater Route 2', order++, 1), + area(3, 'Crater Route 3', order++, 1), + area(4, 'Crater Route 4', order++, 1), + area(5, 'Crater Interior', order++, 1), + area(6, 'Subterranean Desert 1', order++, 3), + area(7, 'Subterranean Desert 2', order++, 3), + area(8, 'Subterranean Desert 3', order++, 3), + area(9, 'Meteor Impact Site', order++, 1) + ]; + } + + get_variant(episode: number, area_id: number, variant_id: number) { + if (episode !== 1 && episode !== 2 && episode !== 4) + throw new Error(`Expected episode to be 1, 2 or 4, got ${episode}.`); + + const area = this.areas[episode].find(a => a.id === area_id); + if (!area) + throw new Error(`Area id ${area_id} for episode ${episode} is invalid.`); + + const area_variant = area.area_variants[variant_id]; + if (!area_variant) + throw new Error(`Area variant id ${variant_id} for area ${area_id} of episode ${episode} is invalid.`); + + return area_variant; + } +} + +export const area_store = new AreaStore(); + +class ApplicationState { + @observable current_model?: Object3D; + @observable current_quest?: Quest; + @observable current_area?: Area; + @observable selected_entity?: VisibleQuestEntity; +} + +export const application_state = new ApplicationState(); diff --git a/src/ui/ApplicationComponent.css b/src/ui/ApplicationComponent.css new file mode 100644 index 00000000..7b6b1ab9 --- /dev/null +++ b/src/ui/ApplicationComponent.css @@ -0,0 +1,38 @@ +.ApplicationComponent { + display: flex; + flex-direction: column; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; +} + +.ApplicationComponent-heading { + font-size: 22px !important; +} + +.ApplicationComponent-beta { + color: #f55656; + font-weight: bold; + margin-left: 2; +} + +.ApplicationComponent-file-upload { + display: inline-block; + width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + word-wrap: normal; +} + +.ApplicationComponent-main { + flex: 1; + display: flex; + overflow: hidden; +} + +.ApplicationComponent-main div:nth-child(2) { + flex: 1; +} \ No newline at end of file diff --git a/src/ui/ApplicationComponent.tsx b/src/ui/ApplicationComponent.tsx new file mode 100644 index 00000000..fb45b4ea --- /dev/null +++ b/src/ui/ApplicationComponent.tsx @@ -0,0 +1,158 @@ +import React, { ChangeEvent, KeyboardEvent } from 'react'; +import { observer } from 'mobx-react'; +import { Button, Dialog, Intent } from '@blueprintjs/core'; +import { application_state } from '../store'; +import { current_area_id_changed, load_file, save_current_quest_to_file } from '../actions'; +import { Area3DComponent } from './Area3DComponent'; +import { EntityInfoComponent } from './EntityInfoComponent'; +import { QuestInfoComponent } from './QuestInfoComponent'; +import './ApplicationComponent.css'; + +@observer +export class ApplicationComponent extends React.Component<{}, { + filename?: string, + save_dialog_open: boolean, + save_dialog_filename: string +}> { + state = { + filename: undefined, + save_dialog_open: false, + save_dialog_filename: 'Untitled' + }; + + render() { + const quest = application_state.current_quest; + const model = application_state.current_model; + const areas = quest ? Array.from(quest.area_variants).map(a => a.area) : undefined; + const area = application_state.current_area; + const area_id = area ? String(area.id) : undefined; + + return ( +
+ +
+ + + +
+ +
+ +
+
+
+
+
+
+
+ ); + } + + private _on_file_change = (e: ChangeEvent) => { + if (e.currentTarget.files) { + const file = e.currentTarget.files[0]; + + if (file) { + this.setState({ + filename: file.name + }); + load_file(file); + } + } + } + + private _on_area_select_change = (e: ChangeEvent) => { + const area_id = parseInt(e.currentTarget.value, 10); + current_area_id_changed(area_id); + } + + private _on_save_as_click = () => { + let name = this.state.filename || 'Untitled'; + name = name.endsWith('.qst') ? name.slice(0, -4) : name; + + this.setState({ + save_dialog_open: true, + save_dialog_filename: name + }); + } + + private _on_save_dialog_name_change = (e: ChangeEvent) => { + this.setState({ save_dialog_filename: e.currentTarget.value }); + } + + private _on_save_dialog_name_key_up = (e: KeyboardEvent) => { + if (e.key === 'Enter') { + this._on_save_dialog_save_click(); + } + } + + private _on_save_dialog_save_click = () => { + save_current_quest_to_file(this.state.save_dialog_filename); + this.setState({ save_dialog_open: false }); + } + + private _on_save_dialog_close = () => { + this.setState({ save_dialog_open: false }); + } +} diff --git a/src/ui/Area3DComponent.tsx b/src/ui/Area3DComponent.tsx new file mode 100644 index 00000000..40a239ca --- /dev/null +++ b/src/ui/Area3DComponent.tsx @@ -0,0 +1,62 @@ +import React from 'react'; +import { Object3D } from 'three'; +import { entity_selected } from '../actions'; +import { Renderer } from '../rendering/Renderer'; +import { Area, Quest, VisibleQuestEntity } from '../domain'; + +interface Props { + quest?: Quest; + area?: Area; + model?: Object3D; +} + +export class Area3DComponent extends React.Component { + private _renderer: Renderer; + + constructor(props: Props) { + super(props); + + // _renderer has to be assigned here so that it happens after _on_select is assigned. + this._renderer = new Renderer({ + on_select: this._on_select + }); + } + + render() { + return
; + } + + componentDidMount() { + window.addEventListener('resize', this._on_resize); + } + + componentWillUnmount() { + window.removeEventListener('resize', this._on_resize); + } + + componentWillReceiveProps({ quest, area, model }: Props) { + if (model) { + this._renderer.set_model(model); + } else { + this._renderer.set_quest_and_area(quest, area); + } + } + + shouldComponentUpdate() { + return false; + } + + private _modify_dom = (div: HTMLDivElement) => { + this._renderer.set_size(div.clientWidth, div.clientHeight); + div.appendChild(this._renderer.dom_element); + } + + private _on_select = (entity?: VisibleQuestEntity) => { + entity_selected(entity); + } + + private _on_resize = () => { + const wrapper_div = this._renderer.dom_element.parentNode as HTMLDivElement; + this._renderer.set_size(wrapper_div.clientWidth, wrapper_div.clientHeight); + } +} diff --git a/src/ui/EntityInfoComponent.css b/src/ui/EntityInfoComponent.css new file mode 100644 index 00000000..54cc0497 --- /dev/null +++ b/src/ui/EntityInfoComponent.css @@ -0,0 +1,4 @@ +.EntityInfoComponent-coord input { + text-align: right; + padding-right: 10px !important; +} \ No newline at end of file diff --git a/src/ui/EntityInfoComponent.tsx b/src/ui/EntityInfoComponent.tsx new file mode 100644 index 00000000..e8de386d --- /dev/null +++ b/src/ui/EntityInfoComponent.tsx @@ -0,0 +1,196 @@ +import React, { CSSProperties } from 'react'; +import { observer } from 'mobx-react'; +import { NumericInput } from '@blueprintjs/core'; +import { VisibleQuestEntity, QuestObject, QuestNpc } from '../domain'; +import './EntityInfoComponent.css'; + +const container_style: CSSProperties = { + width: 200, + padding: 10, + display: 'flex', + flexDirection: 'column' +}; + +const table_style: CSSProperties = { + borderCollapse: 'collapse' +}; + +interface Props { + entity?: VisibleQuestEntity +} + +@observer +export class EntityInfoComponent extends React.Component { + state = { + position: { + x: null, + y: null, + z: null, + }, + section_position: { + x: null, + y: null, + z: null, + } + }; + + componentWillReceiveProps({ entity }: Props) { + if (this.props.entity !== entity) { + this._clear_position_state(); + } + } + + render() { + const entity = this.props.entity; + + if (entity) { + const section_id = entity.section ? entity.section.id : entity.section_id; + let name = null; + + if (entity instanceof QuestObject) { + name = ( + + Object: {entity.type.name} + + ); + } else if (entity instanceof QuestNpc) { + name = ( + + NPC: {entity.type.name} + + ); + } + + return ( +
+ + + {name} + + + + + + + + + + + + + + + + +
Section: {section_id}
World position:
+ + + {this._coord_row('position', 'x')} + {this._coord_row('position', 'y')} + {this._coord_row('position', 'z')} + +
+
Section position:
+ + + {this._coord_row('section_position', 'x')} + {this._coord_row('section_position', 'y')} + {this._coord_row('section_position', 'z')} + +
+
+
+ ); + } else { + return
; + } + } + + private _coord_row(pos_type: string, coord: string) { + if (this.props.entity) { + const entity = this.props.entity; + const value_str = (this.state as any)[pos_type][coord]; + const value = value_str + ? value_str + // Do multiplication, rounding, division and || with zero to avoid numbers close to zero flickering between 0 and -0. + : (Math.round((entity as any)[pos_type][coord] * 10000) / 10000 || 0).toFixed(4); + return ( + + {coord.toUpperCase()}: + + + + + ); + } else { + return null; + } + } + + private _pos_change = { + position: { + x: (value: number, value_str: string) => { + this._pos_changed('position', 'x', value, value_str); + }, + y: (value: number, value_str: string) => { + this._pos_changed('position', 'y', value, value_str); + }, + z: (value: number, value_str: string) => { + this._pos_changed('position', 'z', value, value_str); + } + }, + section_position: { + x: (value: number, value_str: string) => { + this._pos_changed('section_position', 'x', value, value_str); + }, + y: (value: number, value_str: string) => { + this._pos_changed('section_position', 'y', value, value_str); + }, + z: (value: number, value_str: string) => { + this._pos_changed('section_position', 'z', value, value_str); + } + } + }; + + private _pos_changed(pos_type: string, coord: string, value: number, value_str: string) { + if (!isNaN(value)) { + const entity = this.props.entity as any; + + if (entity) { + const v = entity[pos_type].clone(); + v[coord] = value; + entity[pos_type] = v; + } + } + + this.setState({ + [pos_type]: { + [coord]: value_str + } + }); + } + + private _coord_input_blurred = () => { + this._clear_position_state(); + } + + private _clear_position_state() { + this.setState({ + position: { + x: null, + y: null, + z: null, + }, + section_position: { + x: null, + y: null, + z: null, + } + }); + } +} diff --git a/src/ui/QuestInfoComponent.tsx b/src/ui/QuestInfoComponent.tsx new file mode 100644 index 00000000..e27f4ac8 --- /dev/null +++ b/src/ui/QuestInfoComponent.tsx @@ -0,0 +1,92 @@ +import React, { CSSProperties } from 'react'; +import { NpcType, Quest } from '../domain'; + +const container_style: CSSProperties = { + width: 280, + padding: 10, + display: 'flex', + flexDirection: 'column' +}; + +const table_style: CSSProperties = { + borderCollapse: 'collapse', + width: '100%' +}; + +const table_header_style: CSSProperties = { + textAlign: 'right', + paddingRight: 5 +}; + +const description_style: CSSProperties = { + whiteSpace: 'pre-wrap', + margin: '3px 0 3px 0' +}; + +const npc_counts_container_style: CSSProperties = { + overflow: 'auto' +}; + +export function QuestInfoComponent({ quest }: { quest?: Quest }) { + if (quest) { + const episode = quest.episode === 4 ? 'IV' : (quest.episode === 2 ? 'II' : 'I'); + const npc_counts = new Map(); + + for (const npc of quest.npcs) { + const val = npc_counts.get(npc.type) || 0; + npc_counts.set(npc.type, val + 1); + } + + const extra_canadines = (npc_counts.get(NpcType.Canane) || 0) * 8; + + // Sort by type ID. + const sorted_npc_counts = [...npc_counts].sort((a, b) => a[0].id - b[0].id); + + const npc_count_rows = sorted_npc_counts.map(([npc_type, count]) => { + const extra = npc_type === NpcType.Canadine ? extra_canadines : 0; + return ( + + {npc_type.name}: + {count + extra} + + ); + }); + + return ( +
+ + + + + + + + + + + + + + + +
Name:{quest.name}
Episode:{episode}
+
{quest.short_description}
+
+
{quest.long_description}
+
+
+ + + + + + {npc_count_rows} + +
NPC Counts
+
+
+ ); + } else { + return
; + } +} diff --git a/test/resources/quest118_e.bin b/test/resources/quest118_e.bin new file mode 100644 index 00000000..54e78a88 Binary files /dev/null and b/test/resources/quest118_e.bin differ diff --git a/test/resources/quest118_e.dat b/test/resources/quest118_e.dat new file mode 100644 index 00000000..c831c5b8 Binary files /dev/null and b/test/resources/quest118_e.dat differ diff --git a/test/resources/quest118_e.qst b/test/resources/quest118_e.qst new file mode 100644 index 00000000..ced6fd3e Binary files /dev/null and b/test/resources/quest118_e.qst differ diff --git a/test/resources/tethealla_v0.143_quests/battle.ini b/test/resources/tethealla_v0.143_quests/battle.ini new file mode 100644 index 00000000..d9621d67 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/battle.ini @@ -0,0 +1,3 @@ +battle\ +Battle +Two or more$players fight$it out...$ $Who is the$best hunter? diff --git a/test/resources/tethealla_v0.143_quests/battle/1.qst b/test/resources/tethealla_v0.143_quests/battle/1.qst new file mode 100644 index 00000000..c1bd752b Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/battle/1.qst differ diff --git a/test/resources/tethealla_v0.143_quests/battle/2.qst b/test/resources/tethealla_v0.143_quests/battle/2.qst new file mode 100644 index 00000000..1ac875d4 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/battle/2.qst differ diff --git a/test/resources/tethealla_v0.143_quests/battle/3.qst b/test/resources/tethealla_v0.143_quests/battle/3.qst new file mode 100644 index 00000000..d200ad82 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/battle/3.qst differ diff --git a/test/resources/tethealla_v0.143_quests/battle/4.qst b/test/resources/tethealla_v0.143_quests/battle/4.qst new file mode 100644 index 00000000..74361390 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/battle/4.qst differ diff --git a/test/resources/tethealla_v0.143_quests/battle/5.qst b/test/resources/tethealla_v0.143_quests/battle/5.qst new file mode 100644 index 00000000..e5702595 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/battle/5.qst differ diff --git a/test/resources/tethealla_v0.143_quests/battle/6.qst b/test/resources/tethealla_v0.143_quests/battle/6.qst new file mode 100644 index 00000000..846b4774 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/battle/6.qst differ diff --git a/test/resources/tethealla_v0.143_quests/battle/7.qst b/test/resources/tethealla_v0.143_quests/battle/7.qst new file mode 100644 index 00000000..c7eeb194 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/battle/7.qst differ diff --git a/test/resources/tethealla_v0.143_quests/battle/8.qst b/test/resources/tethealla_v0.143_quests/battle/8.qst new file mode 100644 index 00000000..250d401d Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/battle/8.qst differ diff --git a/test/resources/tethealla_v0.143_quests/battle/quest.lst b/test/resources/tethealla_v0.143_quests/battle/quest.lst new file mode 100644 index 00000000..2c890894 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/battle/quest.lst @@ -0,0 +1,8 @@ +1.qst +2.qst +3.qst +4.qst +5.qst +6.qst +7.qst +8.qst diff --git a/test/resources/tethealla_v0.143_quests/chl/ep1/1.qst b/test/resources/tethealla_v0.143_quests/chl/ep1/1.qst new file mode 100644 index 00000000..debf561e Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/chl/ep1/1.qst differ diff --git a/test/resources/tethealla_v0.143_quests/chl/ep1/2.qst b/test/resources/tethealla_v0.143_quests/chl/ep1/2.qst new file mode 100644 index 00000000..17583c43 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/chl/ep1/2.qst differ diff --git a/test/resources/tethealla_v0.143_quests/chl/ep1/3.qst b/test/resources/tethealla_v0.143_quests/chl/ep1/3.qst new file mode 100644 index 00000000..320d59c5 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/chl/ep1/3.qst differ diff --git a/test/resources/tethealla_v0.143_quests/chl/ep1/4.qst b/test/resources/tethealla_v0.143_quests/chl/ep1/4.qst new file mode 100644 index 00000000..4da2ca0e Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/chl/ep1/4.qst differ diff --git a/test/resources/tethealla_v0.143_quests/chl/ep1/5.qst b/test/resources/tethealla_v0.143_quests/chl/ep1/5.qst new file mode 100644 index 00000000..947c64ec Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/chl/ep1/5.qst differ diff --git a/test/resources/tethealla_v0.143_quests/chl/ep1/6.qst b/test/resources/tethealla_v0.143_quests/chl/ep1/6.qst new file mode 100644 index 00000000..cd76e532 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/chl/ep1/6.qst differ diff --git a/test/resources/tethealla_v0.143_quests/chl/ep1/7.qst b/test/resources/tethealla_v0.143_quests/chl/ep1/7.qst new file mode 100644 index 00000000..6b351f48 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/chl/ep1/7.qst differ diff --git a/test/resources/tethealla_v0.143_quests/chl/ep1/8.qst b/test/resources/tethealla_v0.143_quests/chl/ep1/8.qst new file mode 100644 index 00000000..453efcc9 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/chl/ep1/8.qst differ diff --git a/test/resources/tethealla_v0.143_quests/chl/ep1/9.qst b/test/resources/tethealla_v0.143_quests/chl/ep1/9.qst new file mode 100644 index 00000000..5585fe8f Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/chl/ep1/9.qst differ diff --git a/test/resources/tethealla_v0.143_quests/chl/ep2/21.qst b/test/resources/tethealla_v0.143_quests/chl/ep2/21.qst new file mode 100644 index 00000000..5f81ca7f Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/chl/ep2/21.qst differ diff --git a/test/resources/tethealla_v0.143_quests/chl/ep2/22.qst b/test/resources/tethealla_v0.143_quests/chl/ep2/22.qst new file mode 100644 index 00000000..fc7a48e0 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/chl/ep2/22.qst differ diff --git a/test/resources/tethealla_v0.143_quests/chl/ep2/23.qst b/test/resources/tethealla_v0.143_quests/chl/ep2/23.qst new file mode 100644 index 00000000..8d359aaf Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/chl/ep2/23.qst differ diff --git a/test/resources/tethealla_v0.143_quests/chl/ep2/24.qst b/test/resources/tethealla_v0.143_quests/chl/ep2/24.qst new file mode 100644 index 00000000..7593a17d Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/chl/ep2/24.qst differ diff --git a/test/resources/tethealla_v0.143_quests/chl/ep2/25.qst b/test/resources/tethealla_v0.143_quests/chl/ep2/25.qst new file mode 100644 index 00000000..f1a899e4 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/chl/ep2/25.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/event/ma1.qst b/test/resources/tethealla_v0.143_quests/ep1/event/ma1.qst new file mode 100644 index 00000000..9fe6e093 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/event/ma1.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/event/ma4-a.qst b/test/resources/tethealla_v0.143_quests/ep1/event/ma4-a.qst new file mode 100644 index 00000000..3acb6d87 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/event/ma4-a.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/event/ma4-b.qst b/test/resources/tethealla_v0.143_quests/ep1/event/ma4-b.qst new file mode 100644 index 00000000..f83c05a7 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/event/ma4-b.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/event/ma4-c.qst b/test/resources/tethealla_v0.143_quests/ep1/event/ma4-c.qst new file mode 100644 index 00000000..6f53703f Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/event/ma4-c.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/event/princgift.qst b/test/resources/tethealla_v0.143_quests/ep1/event/princgift.qst new file mode 100644 index 00000000..52d6e38d Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/event/princgift.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/event/quest.lst b/test/resources/tethealla_v0.143_quests/ep1/event/quest.lst new file mode 100644 index 00000000..72c76d2a --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep1/event/quest.lst @@ -0,0 +1,7 @@ +ma1.qst +ma4-a.qst +ma4-b.qst +ma4-c.qst +princgift.qst +sunset base.qst +whiteday.qst diff --git a/test/resources/tethealla_v0.143_quests/ep1/event/sunset base.qst b/test/resources/tethealla_v0.143_quests/ep1/event/sunset base.qst new file mode 100644 index 00000000..b8c15abe Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/event/sunset base.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/event/whiteday.qst b/test/resources/tethealla_v0.143_quests/ep1/event/whiteday.qst new file mode 100644 index 00000000..044305a5 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/event/whiteday.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/ext/en1.qst b/test/resources/tethealla_v0.143_quests/ep1/ext/en1.qst new file mode 100644 index 00000000..7f4706de Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/ext/en1.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/ext/en2.qst b/test/resources/tethealla_v0.143_quests/ep1/ext/en2.qst new file mode 100644 index 00000000..be005b11 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/ext/en2.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/ext/en3.qst b/test/resources/tethealla_v0.143_quests/ep1/ext/en3.qst new file mode 100644 index 00000000..17984982 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/ext/en3.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/ext/en4.qst b/test/resources/tethealla_v0.143_quests/ep1/ext/en4.qst new file mode 100644 index 00000000..e451ef5c Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/ext/en4.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/ext/mop-up1.qst b/test/resources/tethealla_v0.143_quests/ep1/ext/mop-up1.qst new file mode 100644 index 00000000..7949a841 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/ext/mop-up1.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/ext/mop-up2.qst b/test/resources/tethealla_v0.143_quests/ep1/ext/mop-up2.qst new file mode 100644 index 00000000..672e74f2 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/ext/mop-up2.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/ext/mop-up3.qst b/test/resources/tethealla_v0.143_quests/ep1/ext/mop-up3.qst new file mode 100644 index 00000000..581ba855 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/ext/mop-up3.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/ext/mop-up4.qst b/test/resources/tethealla_v0.143_quests/ep1/ext/mop-up4.qst new file mode 100644 index 00000000..19e06f49 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/ext/mop-up4.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/ext/quest.lst b/test/resources/tethealla_v0.143_quests/ep1/ext/quest.lst new file mode 100644 index 00000000..62abf0c0 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep1/ext/quest.lst @@ -0,0 +1,9 @@ +en1.qst +en2.qst +en3.qst +en4.qst +mop-up1.qst +mop-up2.qst +mop-up3.qst +mop-up4.qst +todays rate.qst diff --git a/test/resources/tethealla_v0.143_quests/ep1/ext/todays rate.qst b/test/resources/tethealla_v0.143_quests/ep1/ext/todays rate.qst new file mode 100644 index 00000000..379efb1e Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/ext/todays rate.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/recovery/fragmentofmemoryen.qst b/test/resources/tethealla_v0.143_quests/ep1/recovery/fragmentofmemoryen.qst new file mode 100644 index 00000000..1b0a68cc Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/recovery/fragmentofmemoryen.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/recovery/gallon.qst b/test/resources/tethealla_v0.143_quests/ep1/recovery/gallon.qst new file mode 100644 index 00000000..425a1d4a Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/recovery/gallon.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/recovery/lost havoc vulcan.qst b/test/resources/tethealla_v0.143_quests/ep1/recovery/lost havoc vulcan.qst new file mode 100644 index 00000000..f3db2099 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/recovery/lost havoc vulcan.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/recovery/lost heat sword.qst b/test/resources/tethealla_v0.143_quests/ep1/recovery/lost heat sword.qst new file mode 100644 index 00000000..e509903b Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/recovery/lost heat sword.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/recovery/lost ice spinner.qst b/test/resources/tethealla_v0.143_quests/ep1/recovery/lost ice spinner.qst new file mode 100644 index 00000000..587c4aa1 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/recovery/lost ice spinner.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/recovery/lost soul blade.qst b/test/resources/tethealla_v0.143_quests/ep1/recovery/lost soul blade.qst new file mode 100644 index 00000000..4e677b79 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/recovery/lost soul blade.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/recovery/quest.lst b/test/resources/tethealla_v0.143_quests/ep1/recovery/quest.lst new file mode 100644 index 00000000..0303788c --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep1/recovery/quest.lst @@ -0,0 +1,7 @@ +fragmentofmemoryen.qst +gallon.qst +lost heat sword.qst +lost ice spinner.qst +lost soul blade.qst +lost havoc vulcan.qst +rappy holiday.qst diff --git a/test/resources/tethealla_v0.143_quests/ep1/recovery/rappy holiday.qst b/test/resources/tethealla_v0.143_quests/ep1/recovery/rappy holiday.qst new file mode 100644 index 00000000..057c648a Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/recovery/rappy holiday.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/vr/labyrinthe trial.qst b/test/resources/tethealla_v0.143_quests/ep1/vr/labyrinthe trial.qst new file mode 100644 index 00000000..6e948f39 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/vr/labyrinthe trial.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1/vr/quest.lst b/test/resources/tethealla_v0.143_quests/ep1/vr/quest.lst new file mode 100644 index 00000000..b7c077b6 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep1/vr/quest.lst @@ -0,0 +1,2 @@ +labyrinthe trial.qst +ttf.qst diff --git a/test/resources/tethealla_v0.143_quests/ep1/vr/ttf.qst b/test/resources/tethealla_v0.143_quests/ep1/vr/ttf.qst new file mode 100644 index 00000000..23854015 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep1/vr/ttf.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep1gov.ini b/test/resources/tethealla_v0.143_quests/ep1gov.ini new file mode 100644 index 00000000..f69bd8fc --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep1gov.ini @@ -0,0 +1,3 @@ +princ\ep1\ +Government +Urgent missions$from the$Principal! diff --git a/test/resources/tethealla_v0.143_quests/ep1solo.ini b/test/resources/tethealla_v0.143_quests/ep1solo.ini new file mode 100644 index 00000000..07afb913 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep1solo.ini @@ -0,0 +1,6 @@ +solo\ep1\ +Main Story +Experience the$main story of$Phantasy Star$Online! +solo\ep1\side\ +Side Story +Uncover a$little more$about what's$going on... diff --git a/test/resources/tethealla_v0.143_quests/ep1team.ini b/test/resources/tethealla_v0.143_quests/ep1team.ini new file mode 100644 index 00000000..f56bbcd3 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep1team.ini @@ -0,0 +1,12 @@ +ep1\event\ +Event +Quests made$for special$events. +ep1\ext\ +Extermination +Quests where$you need to$kill monsters. +ep1\recovery\ +Retrieval +Quests where$you need to$retrieve an$item. +ep1\vr\ +VR +Battle enemies$in a virtual$room! diff --git a/test/resources/tethealla_v0.143_quests/ep2/event/beach laughter.qst b/test/resources/tethealla_v0.143_quests/ep2/event/beach laughter.qst new file mode 100644 index 00000000..bde2302c Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/event/beach laughter.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/event/christmas.qst b/test/resources/tethealla_v0.143_quests/ep2/event/christmas.qst new file mode 100644 index 00000000..17d4887f Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/event/christmas.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/event/dream messenger.qst b/test/resources/tethealla_v0.143_quests/ep2/event/dream messenger.qst new file mode 100644 index 00000000..4714f96b Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/event/dream messenger.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/event/festival on the beach.qst.old b/test/resources/tethealla_v0.143_quests/ep2/event/festival on the beach.qst.old new file mode 100644 index 00000000..4db0f8cb Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/event/festival on the beach.qst.old differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/event/halloween.qst b/test/resources/tethealla_v0.143_quests/ep2/event/halloween.qst new file mode 100644 index 00000000..ed92547d Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/event/halloween.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/event/ma2.qst b/test/resources/tethealla_v0.143_quests/ep2/event/ma2.qst new file mode 100644 index 00000000..c2fefce7 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/event/ma2.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/event/ma4-a.qst b/test/resources/tethealla_v0.143_quests/ep2/event/ma4-a.qst new file mode 100644 index 00000000..3e4335d4 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/event/ma4-a.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/event/ma4-b.qst b/test/resources/tethealla_v0.143_quests/ep2/event/ma4-b.qst new file mode 100644 index 00000000..65b57bc7 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/event/ma4-b.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/event/ma4-c.qst b/test/resources/tethealla_v0.143_quests/ep2/event/ma4-c.qst new file mode 100644 index 00000000..a492cf5b Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/event/ma4-c.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/event/quest.lst b/test/resources/tethealla_v0.143_quests/ep2/event/quest.lst new file mode 100644 index 00000000..fce96afd --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep2/event/quest.lst @@ -0,0 +1,9 @@ +christmas.qst +dream messenger.qst +quest239.qst +halloween.qst +ma2.qst +ma4-a.qst +ma4-b.qst +ma4-c.qst +singing by the beach.qst diff --git a/test/resources/tethealla_v0.143_quests/ep2/event/quest239.qst b/test/resources/tethealla_v0.143_quests/ep2/event/quest239.qst new file mode 100644 index 00000000..7e1f3d5b Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/event/quest239.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/event/singing by the beach.qst b/test/resources/tethealla_v0.143_quests/ep2/event/singing by the beach.qst new file mode 100644 index 00000000..be92760b Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/event/singing by the beach.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/ext/pw1.qst b/test/resources/tethealla_v0.143_quests/ep2/ext/pw1.qst new file mode 100644 index 00000000..2ae55410 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/ext/pw1.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/ext/pw2.qst b/test/resources/tethealla_v0.143_quests/ep2/ext/pw2.qst new file mode 100644 index 00000000..733a49cd Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/ext/pw2.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/ext/pw3.qst b/test/resources/tethealla_v0.143_quests/ep2/ext/pw3.qst new file mode 100644 index 00000000..ad72d100 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/ext/pw3.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/ext/pw4.qst b/test/resources/tethealla_v0.143_quests/ep2/ext/pw4.qst new file mode 100644 index 00000000..e964d939 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/ext/pw4.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/ext/quest.lst b/test/resources/tethealla_v0.143_quests/ep2/ext/quest.lst new file mode 100644 index 00000000..313871c4 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep2/ext/quest.lst @@ -0,0 +1,4 @@ +pw1.qst +pw2.qst +pw3.qst +pw4.qst diff --git a/test/resources/tethealla_v0.143_quests/ep2/shop/gallon.qst b/test/resources/tethealla_v0.143_quests/ep2/shop/gallon.qst new file mode 100644 index 00000000..eaa04e0d Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/shop/gallon.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/shop/quest.lst b/test/resources/tethealla_v0.143_quests/ep2/shop/quest.lst new file mode 100644 index 00000000..d8c85e26 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep2/shop/quest.lst @@ -0,0 +1 @@ +gallon.qst diff --git a/test/resources/tethealla_v0.143_quests/ep2/tower/east.qst b/test/resources/tethealla_v0.143_quests/ep2/tower/east.qst new file mode 100644 index 00000000..88c86204 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/tower/east.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/tower/quest.lst b/test/resources/tethealla_v0.143_quests/ep2/tower/quest.lst new file mode 100644 index 00000000..e842db05 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep2/tower/quest.lst @@ -0,0 +1,2 @@ +east.qst +west.qst diff --git a/test/resources/tethealla_v0.143_quests/ep2/tower/west.qst b/test/resources/tethealla_v0.143_quests/ep2/tower/west.qst new file mode 100644 index 00000000..eac27870 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/tower/west.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/vr/quest.lst b/test/resources/tethealla_v0.143_quests/ep2/vr/quest.lst new file mode 100644 index 00000000..7a9a7a77 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep2/vr/quest.lst @@ -0,0 +1,2 @@ +reach for the dream.qst +respectivetomorrow.qst diff --git a/test/resources/tethealla_v0.143_quests/ep2/vr/reach for the dream.qst b/test/resources/tethealla_v0.143_quests/ep2/vr/reach for the dream.qst new file mode 100644 index 00000000..b72b88dc Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/vr/reach for the dream.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2/vr/respectivetomorrow.qst b/test/resources/tethealla_v0.143_quests/ep2/vr/respectivetomorrow.qst new file mode 100644 index 00000000..e99b279e Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep2/vr/respectivetomorrow.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep2gov.ini b/test/resources/tethealla_v0.143_quests/ep2gov.ini new file mode 100644 index 00000000..c6f87a91 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep2gov.ini @@ -0,0 +1,3 @@ +princ\ep2\ +Lab +Urgent missions$from the Lab! diff --git a/test/resources/tethealla_v0.143_quests/ep2solo.ini b/test/resources/tethealla_v0.143_quests/ep2solo.ini new file mode 100644 index 00000000..01fdaa0e --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep2solo.ini @@ -0,0 +1,3 @@ +solo\ep2\ +Side Story +Uncover a$little more$about what's$going on... diff --git a/test/resources/tethealla_v0.143_quests/ep2team.ini b/test/resources/tethealla_v0.143_quests/ep2team.ini new file mode 100644 index 00000000..b40205f7 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep2team.ini @@ -0,0 +1,15 @@ +ep2\event\ +Event +Quests made$for special$events. +ep2\ext\ +Extermination +Quests where$you need to$kill monsters. +ep2\shop\ +Shop +Time for$shopping! +ep2\tower\ +Tower +Run through$the tower of$the dome. +ep2\vr\ +VR +Battle enemies$in a virtual$room! diff --git a/test/resources/tethealla_v0.143_quests/ep4/event/clarie's deal.qst b/test/resources/tethealla_v0.143_quests/ep4/event/clarie's deal.qst new file mode 100644 index 00000000..ba54e5e6 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/event/clarie's deal.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/event/login.qst b/test/resources/tethealla_v0.143_quests/ep4/event/login.qst new file mode 100644 index 00000000..301bfe51 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/event/login.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/event/ma4-a.qst b/test/resources/tethealla_v0.143_quests/ep4/event/ma4-a.qst new file mode 100644 index 00000000..0a37a23c Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/event/ma4-a.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/event/ma4-b.qst b/test/resources/tethealla_v0.143_quests/ep4/event/ma4-b.qst new file mode 100644 index 00000000..b3f680eb Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/event/ma4-b.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/event/ma4-c.qst b/test/resources/tethealla_v0.143_quests/ep4/event/ma4-c.qst new file mode 100644 index 00000000..329dcd8f Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/event/ma4-c.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/event/quest.lst b/test/resources/tethealla_v0.143_quests/ep4/event/quest.lst new file mode 100644 index 00000000..6d196e22 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep4/event/quest.lst @@ -0,0 +1,6 @@ +clarie's deal.qst +login.qst +ma4-a.qst +ma4-b.qst +ma4-c.qst +wildhouse.qst diff --git a/test/resources/tethealla_v0.143_quests/ep4/event/wildhouse.qst b/test/resources/tethealla_v0.143_quests/ep4/event/wildhouse.qst new file mode 100644 index 00000000..8ae83b67 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/event/wildhouse.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe1.qst b/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe1.qst new file mode 100644 index 00000000..89ac110a Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe1.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe2.qst b/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe2.qst new file mode 100644 index 00000000..a4b4d436 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe2.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe3.qst b/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe3.qst new file mode 100644 index 00000000..506d649c Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe3.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe4.qst b/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe4.qst new file mode 100644 index 00000000..f65639de Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe4.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe5.qst b/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe5.qst new file mode 100644 index 00000000..9d7123d4 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/ext/newwipe5.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/ext/quest.lst b/test/resources/tethealla_v0.143_quests/ep4/ext/quest.lst new file mode 100644 index 00000000..a3511378 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep4/ext/quest.lst @@ -0,0 +1,10 @@ +newwipe1.qst +newwipe2.qst +newwipe3.qst +newwipe4.qst +newwipe5.qst +waroflimit1.qst +waroflimit2.qst +waroflimit3.qst +waroflimit4.qst +waroflimit5.qst diff --git a/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit1.qst b/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit1.qst new file mode 100644 index 00000000..ea1dcc40 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit1.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit2.qst b/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit2.qst new file mode 100644 index 00000000..d13438a4 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit2.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit3.qst b/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit3.qst new file mode 100644 index 00000000..1b9db535 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit3.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit4.qst b/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit4.qst new file mode 100644 index 00000000..bb89f6c7 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit4.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit5.qst b/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit5.qst new file mode 100644 index 00000000..b0261cc4 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/ext/waroflimit5.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/shop/itempresent.qst b/test/resources/tethealla_v0.143_quests/ep4/shop/itempresent.qst new file mode 100644 index 00000000..62cc78c3 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/shop/itempresent.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/shop/quest.lst b/test/resources/tethealla_v0.143_quests/ep4/shop/quest.lst new file mode 100644 index 00000000..aa6ba9ce --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep4/shop/quest.lst @@ -0,0 +1 @@ +quest205.qst diff --git a/test/resources/tethealla_v0.143_quests/ep4/shop/quest205.qst b/test/resources/tethealla_v0.143_quests/ep4/shop/quest205.qst new file mode 100644 index 00000000..23e6457f Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/shop/quest205.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/vr/max3.qst b/test/resources/tethealla_v0.143_quests/ep4/vr/max3.qst new file mode 100644 index 00000000..8fccd860 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/ep4/vr/max3.qst differ diff --git a/test/resources/tethealla_v0.143_quests/ep4/vr/quest.lst b/test/resources/tethealla_v0.143_quests/ep4/vr/quest.lst new file mode 100644 index 00000000..0de9ac36 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep4/vr/quest.lst @@ -0,0 +1 @@ +max3.qst diff --git a/test/resources/tethealla_v0.143_quests/ep4gov.ini b/test/resources/tethealla_v0.143_quests/ep4gov.ini new file mode 100644 index 00000000..960df4dd --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep4gov.ini @@ -0,0 +1,3 @@ +princ\ep4\ +Government +Urgent missions$from the$Principal! diff --git a/test/resources/tethealla_v0.143_quests/ep4solo.ini b/test/resources/tethealla_v0.143_quests/ep4solo.ini new file mode 100644 index 00000000..111bcb68 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep4solo.ini @@ -0,0 +1,3 @@ +solo\ep4\ +Side Story +Uncover more$about what's$going on... diff --git a/test/resources/tethealla_v0.143_quests/ep4team.ini b/test/resources/tethealla_v0.143_quests/ep4team.ini new file mode 100644 index 00000000..eedffa2d --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/ep4team.ini @@ -0,0 +1,12 @@ +ep4\event\ +Event +Quests made$for special$events. +ep4\ext\ +Extermination +Quests where$you have to$kill monsters. +ep4\vr\ +VR +Battle enemies$in a virtual$room! +ep4\shop\ +Shop +Time for$shopping! diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/1-1.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/1-1.qst new file mode 100644 index 00000000..0cb594fa Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/1-1.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/1-2.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/1-2.qst new file mode 100644 index 00000000..87d20123 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/1-2.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/1-3.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/1-3.qst new file mode 100644 index 00000000..c4847b44 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/1-3.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/2-1.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/2-1.qst new file mode 100644 index 00000000..e27bf4d7 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/2-1.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/2-2.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/2-2.qst new file mode 100644 index 00000000..216179b1 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/2-2.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/2-3.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/2-3.qst new file mode 100644 index 00000000..8ce344d3 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/2-3.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/2-4.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/2-4.qst new file mode 100644 index 00000000..6c1edc28 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/2-4.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/3-1.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/3-1.qst new file mode 100644 index 00000000..5cd45891 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/3-1.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/3-2.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/3-2.qst new file mode 100644 index 00000000..db9014a0 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/3-2.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/3-3.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/3-3.qst new file mode 100644 index 00000000..ff651e3a Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/3-3.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/4-1.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/4-1.qst new file mode 100644 index 00000000..0fd9ca76 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/4-1.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/4-2.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/4-2.qst new file mode 100644 index 00000000..bf0bee91 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/4-2.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/4-3.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/4-3.qst new file mode 100644 index 00000000..3338d6b2 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/4-3.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/4-4.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/4-4.qst new file mode 100644 index 00000000..9072e644 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/4-4.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/4-5.qst b/test/resources/tethealla_v0.143_quests/princ/ep1/4-5.qst new file mode 100644 index 00000000..61d61844 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep1/4-5.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep1/quest.lst b/test/resources/tethealla_v0.143_quests/princ/ep1/quest.lst new file mode 100644 index 00000000..aec15b4a --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/princ/ep1/quest.lst @@ -0,0 +1,15 @@ +1-1.qst +1-2.qst +1-3.qst +2-1.qst +2-2.qst +2-3.qst +2-4.qst +3-1.qst +3-2.qst +3-3.qst +4-1.qst +4-2.qst +4-3.qst +4-4.qst +4-5.qst diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest.lst b/test/resources/tethealla_v0.143_quests/princ/ep2/quest.lst new file mode 100644 index 00000000..acaacac8 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/princ/ep2/quest.lst @@ -0,0 +1,18 @@ +quest451.raw +quest452.raw +quest453.raw +quest454.raw +quest455.raw +quest456.raw +quest457.raw +quest458.raw +quest459.raw +quest460.raw +quest461.raw +quest462.raw +quest463.raw +quest464.raw +quest465.raw +quest466.raw +quest467.raw +quest468.raw diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest451.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest451.raw new file mode 100644 index 00000000..4a1c9a3d Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest451.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest452.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest452.raw new file mode 100644 index 00000000..0061c0cd Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest452.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest453.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest453.raw new file mode 100644 index 00000000..da263130 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest453.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest454.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest454.raw new file mode 100644 index 00000000..cf66af40 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest454.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest455.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest455.raw new file mode 100644 index 00000000..3e953e35 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest455.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest456.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest456.raw new file mode 100644 index 00000000..6d361845 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest456.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest457.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest457.raw new file mode 100644 index 00000000..2fd3b986 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest457.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest458.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest458.raw new file mode 100644 index 00000000..355ab443 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest458.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest459.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest459.raw new file mode 100644 index 00000000..aece6a47 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest459.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest460.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest460.raw new file mode 100644 index 00000000..3272211c Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest460.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest461.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest461.raw new file mode 100644 index 00000000..a62b9d69 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest461.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest462.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest462.raw new file mode 100644 index 00000000..3c815710 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest462.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest463.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest463.raw new file mode 100644 index 00000000..ee48e92d Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest463.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest464.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest464.raw new file mode 100644 index 00000000..67ed9739 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest464.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest465.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest465.raw new file mode 100644 index 00000000..e98f770f Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest465.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest466.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest466.raw new file mode 100644 index 00000000..c233988c Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest466.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest467.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest467.raw new file mode 100644 index 00000000..8a6615b8 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest467.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep2/quest468.raw b/test/resources/tethealla_v0.143_quests/princ/ep2/quest468.raw new file mode 100644 index 00000000..44f74b31 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep2/quest468.raw differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep4/9-1.qst b/test/resources/tethealla_v0.143_quests/princ/ep4/9-1.qst new file mode 100644 index 00000000..112e2e3f Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep4/9-1.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep4/9-2.qst b/test/resources/tethealla_v0.143_quests/princ/ep4/9-2.qst new file mode 100644 index 00000000..fdd86073 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep4/9-2.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep4/9-3.qst b/test/resources/tethealla_v0.143_quests/princ/ep4/9-3.qst new file mode 100644 index 00000000..23072ba2 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep4/9-3.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep4/9-4.qst b/test/resources/tethealla_v0.143_quests/princ/ep4/9-4.qst new file mode 100644 index 00000000..8176c5a2 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep4/9-4.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep4/9-5.qst b/test/resources/tethealla_v0.143_quests/princ/ep4/9-5.qst new file mode 100644 index 00000000..89d820a4 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep4/9-5.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep4/9-6.qst b/test/resources/tethealla_v0.143_quests/princ/ep4/9-6.qst new file mode 100644 index 00000000..10462611 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep4/9-6.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep4/9-7.qst b/test/resources/tethealla_v0.143_quests/princ/ep4/9-7.qst new file mode 100644 index 00000000..04ebfd9b Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep4/9-7.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep4/9-8.qst b/test/resources/tethealla_v0.143_quests/princ/ep4/9-8.qst new file mode 100644 index 00000000..bc2ddadf Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep4/9-8.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep4/pod.qst b/test/resources/tethealla_v0.143_quests/princ/ep4/pod.qst new file mode 100644 index 00000000..8547af52 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/princ/ep4/pod.qst differ diff --git a/test/resources/tethealla_v0.143_quests/princ/ep4/quest.lst b/test/resources/tethealla_v0.143_quests/princ/ep4/quest.lst new file mode 100644 index 00000000..7590b1b2 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/princ/ep4/quest.lst @@ -0,0 +1,9 @@ +9-1.qst +9-2.qst +9-3.qst +9-4.qst +9-5.qst +9-6.qst +9-7.qst +9-8.qst +pod.qst diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/01.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/01.qst new file mode 100644 index 00000000..7cd39222 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/01.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/02.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/02.qst new file mode 100644 index 00000000..f27cf020 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/02.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/03.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/03.qst new file mode 100644 index 00000000..48a83d27 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/03.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/04.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/04.qst new file mode 100644 index 00000000..5f049232 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/04.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/05.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/05.qst new file mode 100644 index 00000000..aaa5c0ec Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/05.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/06.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/06.qst new file mode 100644 index 00000000..a8d93dde Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/06.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/07.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/07.qst new file mode 100644 index 00000000..7f39b9e8 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/07.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/08.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/08.qst new file mode 100644 index 00000000..78339c50 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/08.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/09.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/09.qst new file mode 100644 index 00000000..18261848 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/09.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/10.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/10.qst new file mode 100644 index 00000000..2a2ea561 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/10.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/11.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/11.qst new file mode 100644 index 00000000..271be323 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/11.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/12.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/12.qst new file mode 100644 index 00000000..8ee28fb6 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/12.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/13.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/13.qst new file mode 100644 index 00000000..d20c63df Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/13.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/14.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/14.qst new file mode 100644 index 00000000..f842245e Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/14.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/15.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/15.qst new file mode 100644 index 00000000..b8bd1ba4 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/15.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/16.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/16.qst new file mode 100644 index 00000000..676b4dfe Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/16.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/17.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/17.qst new file mode 100644 index 00000000..6c145c1f Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/17.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/18.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/18.qst new file mode 100644 index 00000000..23830bb7 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/18.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/19.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/19.qst new file mode 100644 index 00000000..e991d8d1 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/19.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/20.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/20.qst new file mode 100644 index 00000000..35575a8f Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/20.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/21.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/21.qst new file mode 100644 index 00000000..0a5d8ecb Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/21.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/22.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/22.qst new file mode 100644 index 00000000..d6c5c749 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/22.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/23.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/23.qst new file mode 100644 index 00000000..5781da5b Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/23.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/24.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/24.qst new file mode 100644 index 00000000..1c6038ba Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/24.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/25.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/25.qst new file mode 100644 index 00000000..1891eea9 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/25.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/quest.lst b/test/resources/tethealla_v0.143_quests/solo/ep1/quest.lst new file mode 100644 index 00000000..fca1baf7 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/solo/ep1/quest.lst @@ -0,0 +1,25 @@ +01.qst +02.qst +03.qst +04.qst +05.qst +06.qst +07.qst +08.qst +09.qst +10.qst +11.qst +12.qst +13.qst +14.qst +15.qst +16.qst +17.qst +18.qst +19.qst +20.qst +21.qst +22.qst +23.qst +24.qst +25.qst diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/side/26.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/side/26.qst new file mode 100644 index 00000000..6baf3654 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/side/26.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/side/goodluck.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/side/goodluck.qst new file mode 100644 index 00000000..6dc08552 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/side/goodluck.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/side/quest.lst b/test/resources/tethealla_v0.143_quests/solo/ep1/side/quest.lst new file mode 100644 index 00000000..37d9a3ed --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/solo/ep1/side/quest.lst @@ -0,0 +1,4 @@ +quest035.qst +26.qst +quest073.qst +goodluck.qst diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/side/quest035.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/side/quest035.qst new file mode 100644 index 00000000..a2500498 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/side/quest035.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep1/side/quest073.qst b/test/resources/tethealla_v0.143_quests/solo/ep1/side/quest073.qst new file mode 100644 index 00000000..5ebca2e4 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep1/side/quest073.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep2/01.qst b/test/resources/tethealla_v0.143_quests/solo/ep2/01.qst new file mode 100644 index 00000000..4fc972b9 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep2/01.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep2/quest.lst b/test/resources/tethealla_v0.143_quests/solo/ep2/quest.lst new file mode 100644 index 00000000..18787cb5 --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/solo/ep2/quest.lst @@ -0,0 +1 @@ +01.qst diff --git a/test/resources/tethealla_v0.143_quests/solo/ep4/01-blackpaper.qst b/test/resources/tethealla_v0.143_quests/solo/ep4/01-blackpaper.qst new file mode 100644 index 00000000..8810ce30 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep4/01-blackpaper.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep4/02-pioneer spirit.qst b/test/resources/tethealla_v0.143_quests/solo/ep4/02-pioneer spirit.qst new file mode 100644 index 00000000..d90c5229 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep4/02-pioneer spirit.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep4/03-Warrior Pride.qst b/test/resources/tethealla_v0.143_quests/solo/ep4/03-Warrior Pride.qst new file mode 100644 index 00000000..ce6a4eb6 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep4/03-Warrior Pride.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep4/04-Restless Lion.qst b/test/resources/tethealla_v0.143_quests/solo/ep4/04-Restless Lion.qst new file mode 100644 index 00000000..0496bd92 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep4/04-Restless Lion.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep4/blackpaper2.qst b/test/resources/tethealla_v0.143_quests/solo/ep4/blackpaper2.qst new file mode 100644 index 00000000..88e99618 Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep4/blackpaper2.qst differ diff --git a/test/resources/tethealla_v0.143_quests/solo/ep4/quest.lst b/test/resources/tethealla_v0.143_quests/solo/ep4/quest.lst new file mode 100644 index 00000000..d900064f --- /dev/null +++ b/test/resources/tethealla_v0.143_quests/solo/ep4/quest.lst @@ -0,0 +1,6 @@ +01-blackpaper.qst +blackpaper2.qst +02-pioneer spirit.qst +03-Warrior Pride.qst +04-Restless Lion.qst +wilderending.qst diff --git a/test/resources/tethealla_v0.143_quests/solo/ep4/wilderending.qst b/test/resources/tethealla_v0.143_quests/solo/ep4/wilderending.qst new file mode 100644 index 00000000..b51d427a Binary files /dev/null and b/test/resources/tethealla_v0.143_quests/solo/ep4/wilderending.qst differ diff --git a/test/src/utils.ts b/test/src/utils.ts new file mode 100644 index 00000000..a536c82f --- /dev/null +++ b/test/src/utils.ts @@ -0,0 +1,48 @@ +import * as fs from 'fs'; + +/** + * Applies f to all QST files in a directory. + * F is called with the path to the file, the file name and the content of the file. + * Uses the QST files provided with Tethealla version 0.143 by default. + */ +export function walk_qst_files( + f: (path: string, file_name: string, contents: Buffer) => void, + dir: string = 'test/resources/tethealla_v0.143_quests' +) { + for (const [path, file] of get_qst_files(dir)) { + f(path, file, fs.readFileSync(path)); + } +} + +export function get_qst_files(dir: string): [string, string][] { + let files: [string, string][] = []; + + for (const file of fs.readdirSync(dir)) { + const path = `${dir}/${file}`; + const stats = fs.statSync(path); + + if (stats.isDirectory()) { + files = files.concat(get_qst_files(path)); + } else if (path.endsWith('.qst')) { + // BUG: Battle quests are not always parsed in the same way. + // Could be a bug in Jest or Node as the quest parsing code has no randomness or dependency on mutable state. + // TODO: Some quests can not yet be parsed correctly. + const exceptions = [ + '/battle/', // Battle mode quests + '/princ/', // Goverment quests + 'fragmentofmemoryen.qst', + 'lost havoc vulcan.qst', + 'ep2/event/ma4-a.qst', + 'gallon.qst', + 'ep1/04.qst', + 'goodluck.qst' + ]; + + if (exceptions.every(e => path.indexOf(e) === -1)) { + files.push([path, file]); + } + } + } + + return files; +} diff --git a/tsconfig.json b/tsconfig.json index 0980b23f..b3583351 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,9 +17,11 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "preserve" + "jsx": "preserve", + "experimentalDecorators": true, + "downlevelIteration": true }, "include": [ "src" ] -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 5d9d7746..779c238a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -859,6 +859,13 @@ dependencies: regenerator-runtime "^0.13.2" +"@babel/runtime@^7.1.2": + version "7.4.5" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.4.5.tgz#582bb531f5f9dc67d2fcb682979894f75e253f12" + integrity sha512-TuI4qpWZP6lGOGIuGWtp9sPluqYICmbk8T/1vpSysqJxRPkudh/ofFWyqdcMsDf2s7KvDL4/YHgKyvcS3g9CJQ== + dependencies: + regenerator-runtime "^0.13.2" + "@babel/template@^7.1.0", "@babel/template@^7.4.0", "@babel/template@^7.4.4": version "7.4.4" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.4.4.tgz#f4b88d1225689a08f5bc3a17483545be9e4ed237" @@ -892,6 +899,30 @@ lodash "^4.17.11" to-fast-properties "^2.0.0" +"@blueprintjs/core@^3.15.1": + version "3.15.1" + resolved "https://registry.yarnpkg.com/@blueprintjs/core/-/core-3.15.1.tgz#9792e9fb7e2e066dd5339fadeaf2f85b1485832a" + integrity sha512-M8ltbqqlMZuZ6SEuqo/3Fr59ZcUfd8Er7ocbm7EACVfRW7dRhOCd/TKkf2kfICNtCDwznwXk0iAePLXZhUGtQg== + dependencies: + "@blueprintjs/icons" "^3.8.0" + "@types/dom4" "^2.0.1" + classnames "^2.2" + dom4 "^2.0.1" + normalize.css "^8.0.0" + popper.js "^1.14.1" + react-popper "^1.0.0" + react-transition-group "^2.2.1" + resize-observer-polyfill "^1.5.0" + tslib "^1.9.0" + +"@blueprintjs/icons@^3.8.0": + version "3.8.0" + resolved "https://registry.yarnpkg.com/@blueprintjs/icons/-/icons-3.8.0.tgz#7c77c67e4a241740f803f05e4f6e3ce43c6d6560" + integrity sha512-yHaRQ3vfV9Gf3foZ4ONtxddz+u5ufkHqHj8Ia5VhPbFgG4el+cPdmsGGIIM72rgKS1KQa5Ay+ggjpByUlXvrKg== + dependencies: + classnames "^2.2" + tslib "^1.9.0" + "@cnakazawa/watch@^1.0.3": version "1.0.3" resolved "https://registry.yarnpkg.com/@cnakazawa/watch/-/watch-1.0.3.tgz#099139eaec7ebf07a27c1786a3ff64f39464d2ef" @@ -1233,6 +1264,11 @@ dependencies: "@babel/types" "^7.3.0" +"@types/dom4@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@types/dom4/-/dom4-2.0.1.tgz#506d5781b9bcab81bd9a878b198aec7dee2a6033" + integrity sha512-kSkVAvWmMZiCYtvqjqQEwOmvKwcH+V4uiv3qPQ8pAh1Xl39xggGEo8gHUqV4waYGHezdFw0rKBR8Jt0CrQSDZA== + "@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0": version "2.0.1" resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff" @@ -1265,6 +1301,11 @@ dependencies: "@types/jest-diff" "*" +"@types/lodash@^4.14.132": + version "4.14.132" + resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.132.tgz#8ce45ca8745ff2e004fac0de0ab46f61e390ffa0" + integrity sha512-RNUU1rrh85NgUJcjOOr96YXr+RHwInGbaQCZmlitqOaCKXffj8bh+Zxwuq5rjDy5OgzFldDVoqk4pyLEDiwxIw== + "@types/node@*": version "12.0.0" resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.0.tgz#d11813b9c0ff8aaca29f04cbc12817f4c7d656e5" @@ -1305,6 +1346,11 @@ resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e" integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw== +"@types/text-encoding@^0.0.35": + version "0.0.35" + resolved "https://registry.yarnpkg.com/@types/text-encoding/-/text-encoding-0.0.35.tgz#6f14474e0b232bc70c59677aadc65dcc5a99c3a9" + integrity sha512-jfo/A88XIiAweUa8np+1mPbm3h2w0s425YrI8t3wk5QxhH6UI7w517MboNVnGDeMSuoFwA8Rwmklno+FicvV4g== + "@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2": version "2.0.3" resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.3.tgz#9c088679876f374eb5983f150d4787aa6fb32d7e" @@ -1754,7 +1800,7 @@ arrify@^1.0.1: resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d" integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0= -asap@~2.0.6: +asap@~2.0.3, asap@~2.0.6: version "2.0.6" resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46" integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY= @@ -2458,6 +2504,11 @@ class-utils@^0.3.5: isobject "^3.0.0" static-extend "^0.1.1" +classnames@^2.2: + version "2.2.6" + resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.2.6.tgz#43935bffdd291f326dad0a205309b38d00f650ce" + integrity sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q== + clean-css@4.2.x: version "4.2.1" resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.1.tgz#2d411ef76b8569b6d0c84068dabe85b0aa5e5c17" @@ -2740,6 +2791,11 @@ core-js@3.0.1: resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.0.1.tgz#1343182634298f7f38622f95e73f54e48ddf4738" integrity sha512-sco40rF+2KlE0ROMvydjkrVMMG1vYilP2ALoRXcYR4obqbYIuV3Bg+51GEDW+HF8n7NRA+iaA4qD0nD9lo9mew== +core-js@^1.0.0: + version "1.2.7" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636" + integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY= + core-js@^2.4.0: version "2.6.5" resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.5.tgz#44bc8d249e7fb2ff5d00e0341a7ffb94fbf67895" @@ -2801,6 +2857,14 @@ create-hmac@^1.1.0, create-hmac@^1.1.2, create-hmac@^1.1.4: safe-buffer "^5.0.1" sha.js "^2.4.8" +create-react-context@<=0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/create-react-context/-/create-react-context-0.2.2.tgz#9836542f9aaa22868cd7d4a6f82667df38019dca" + integrity sha512-KkpaLARMhsTsgp0d2NA/R94F/eDLbhXERdIq3LvX2biCAXcDvHYoOqHfWCHf1+OLj+HKBotLG3KqaOOf+C1C+A== + dependencies: + fbjs "^0.8.0" + gud "^1.0.0" + cross-spawn@6.0.5, cross-spawn@^6.0.0, cross-spawn@^6.0.5: version "6.0.5" resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4" @@ -3299,6 +3363,13 @@ dom-converter@^0.2: dependencies: utila "~0.4" +dom-helpers@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/dom-helpers/-/dom-helpers-3.4.0.tgz#e9b369700f959f62ecde5a6babde4bccd9169af8" + integrity sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA== + dependencies: + "@babel/runtime" "^7.1.2" + dom-serializer@0: version "0.1.1" resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-0.1.1.tgz#1ec4059e284babed36eec2941d4a970a189ce7c0" @@ -3307,6 +3378,11 @@ dom-serializer@0: domelementtype "^1.3.0" entities "^1.1.1" +dom4@^2.0.1: + version "2.1.5" + resolved "https://registry.yarnpkg.com/dom4/-/dom4-2.1.5.tgz#f98a94eb67b340f0fa5b42b0ee9c38cda035428e" + integrity sha512-gJbnVGq5zaBUY0lUh0LUEVGYrtN75Ks8ZwpwOYvnVFrKy/qzXK4R/1WuLIFExWj/tBxbRAkTzZUGJHXmqsBNjQ== + domain-browser@^1.1.1: version "1.2.0" resolved "https://registry.yarnpkg.com/domain-browser/-/domain-browser-1.2.0.tgz#3d31f50191a6749dd1375a7f522e823d42e54eda" @@ -3425,6 +3501,13 @@ encodeurl@~1.0.2: resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59" integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k= +encoding@^0.1.11: + version "0.1.12" + resolved "https://registry.yarnpkg.com/encoding/-/encoding-0.1.12.tgz#538b66f3ee62cd1ab51ec323829d1f9480c74beb" + integrity sha1-U4tm8+5izRq1HsMjgp0flIDHS+s= + dependencies: + iconv-lite "~0.4.13" + end-of-stream@^1.0.0, end-of-stream@^1.1.0: version "1.4.1" resolved "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.1.tgz#ed29634d19baba463b6ce6b80a37213eab71ec43" @@ -3918,6 +4001,19 @@ fb-watchman@^2.0.0: dependencies: bser "^2.0.0" +fbjs@^0.8.0: + version "0.8.17" + resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.17.tgz#c4d598ead6949112653d6588b01a5cdcd9f90fdd" + integrity sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90= + dependencies: + core-js "^1.0.0" + isomorphic-fetch "^2.1.1" + loose-envify "^1.0.0" + object-assign "^4.1.0" + promise "^7.1.1" + setimmediate "^1.0.5" + ua-parser-js "^0.7.18" + figgy-pudding@^3.5.1: version "3.5.1" resolved "https://registry.yarnpkg.com/figgy-pudding/-/figgy-pudding-3.5.1.tgz#862470112901c727a0e495a80744bd5baa1d6790" @@ -4310,6 +4406,11 @@ growly@^1.3.0: resolved "https://registry.yarnpkg.com/growly/-/growly-1.3.0.tgz#f10748cbe76af964b7c96c93c6bcc28af120c081" integrity sha1-8QdIy+dq+WS3yWyTxrzCivEgwIE= +gud@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/gud/-/gud-1.0.0.tgz#a489581b17e6a70beca9abe3ae57de7a499852c0" + integrity sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw== + gzip-size@5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/gzip-size/-/gzip-size-5.0.0.tgz#a55ecd99222f4c48fd8c01c625ce3b349d0a0e80" @@ -4473,6 +4574,13 @@ hmac-drbg@^1.0.0: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.1" +hoist-non-react-statics@^3.0.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.0.tgz#b09178f0122184fb95acf525daaecb4d8f45958b" + integrity sha512-0XsbTXxgiaCDYDIWFcwkmerZPSwywfUqYmwT4jzewKTQSWoE6FCMoUVOeBJWK3E/CrWbxRG3m5GzY4lnIwGRBA== + dependencies: + react-is "^16.7.0" + hosted-git-info@^2.1.4: version "2.7.1" resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.7.1.tgz#97f236977bd6e125408930ff6de3eec6281ec047" @@ -4612,7 +4720,7 @@ iconv-lite@0.4.23: dependencies: safer-buffer ">= 2.1.2 < 3" -iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4: +iconv-lite@0.4.24, iconv-lite@^0.4.24, iconv-lite@^0.4.4, iconv-lite@~0.4.13: version "0.4.24" resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.24.tgz#2022b4b25fbddc21d2f524974a474aafe733908b" integrity sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA== @@ -5049,7 +5157,7 @@ is-root@2.0.0: resolved "https://registry.yarnpkg.com/is-root/-/is-root-2.0.0.tgz#838d1e82318144e5a6f77819d90207645acc7019" integrity sha512-F/pJIk8QD6OX5DNhRB7hWamLsUilmkDGho48KbgZ6xg/lmAZXHxzXQ91jzB3yRSw5kdQGGGc4yz8HYhTYIMWPg== -is-stream@^1.1.0: +is-stream@^1.0.1, is-stream@^1.1.0: version "1.1.0" resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44" integrity sha1-EtSj3U5o4Lec6428hBc66A2RykQ= @@ -5105,6 +5213,14 @@ isobject@^3.0.0, isobject@^3.0.1: resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= +isomorphic-fetch@^2.1.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz#611ae1acf14f5e81f729507472819fe9733558a9" + integrity sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk= + dependencies: + node-fetch "^1.0.1" + whatwg-fetch ">=0.10.0" + isstream@~0.1.2: version "0.1.2" resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a" @@ -6202,6 +6318,19 @@ mkdirp@0.5.1, mkdirp@0.5.x, mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@ dependencies: minimist "0.0.8" +mobx-react@^5.4.4: + version "5.4.4" + resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-5.4.4.tgz#b3de9c6eabcd0ed8a40036888cb0221ab9568b80" + integrity sha512-2mTzpyEjVB/RGk2i6KbcmP4HWcAUFox5ZRCrGvSyz49w20I4C4qql63grPpYrS9E9GKwgydBHQlA4y665LuRCQ== + dependencies: + hoist-non-react-statics "^3.0.0" + react-lifecycles-compat "^3.0.2" + +mobx@^5.9.4: + version "5.9.4" + resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.9.4.tgz#1dee92aba33f67b7baeeb679e3bd376a12e55812" + integrity sha512-L9JjTX2rtQUAhCIgnHokfntNOsF14uioT9LqStf6Mya+16j56ZBe21E8Y9V59tfr2aH2kLQPD10qtCJXBuTAxw== + move-concurrently@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/move-concurrently/-/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92" @@ -6300,6 +6429,14 @@ no-case@^2.2.0: dependencies: lower-case "^1.1.1" +node-fetch@^1.0.1: + version "1.7.3" + resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef" + integrity sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ== + dependencies: + encoding "^0.1.11" + is-stream "^1.0.1" + node-forge@0.7.5: version "0.7.5" resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.7.5.tgz#6c152c345ce11c52f465c2abd957e8639cd674df" @@ -6418,6 +6555,11 @@ normalize-url@^3.0.0: resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== +normalize.css@^8.0.0: + version "8.0.1" + resolved "https://registry.yarnpkg.com/normalize.css/-/normalize.css-8.0.1.tgz#9b98a208738b9cc2634caacbc42d131c97487bf3" + integrity sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg== + npm-bundled@^1.0.1: version "1.0.6" resolved "https://registry.yarnpkg.com/npm-bundled/-/npm-bundled-1.0.6.tgz#e7ba9aadcef962bb61248f91721cd932b3fe6bdd" @@ -6959,6 +7101,11 @@ pnp-webpack-plugin@1.2.1: dependencies: ts-pnp "^1.0.0" +popper.js@^1.14.1, popper.js@^1.14.4: + version "1.15.0" + resolved "https://registry.yarnpkg.com/popper.js/-/popper.js-1.15.0.tgz#5560b99bbad7647e9faa475c6b8056621f5a4ff2" + integrity sha512-w010cY1oCUmI+9KwwlWki+r5jxKfTFDVoadl7MSrIujHU5MJ5OR6HTDj6Xo8aoR/QsA56x8jKjA59qGH4ELtrA== + portfinder@^1.0.9: version "1.0.20" resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.20.tgz#bea68632e54b2e13ab7b0c4775e9b41bf270e44a" @@ -7679,6 +7826,13 @@ promise@8.0.2: dependencies: asap "~2.0.6" +promise@^7.1.1: + version "7.3.1" + resolved "https://registry.yarnpkg.com/promise/-/promise-7.3.1.tgz#064b72602b18f90f29192b8b1bc418ffd1ebd3bf" + integrity sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg== + dependencies: + asap "~2.0.3" + prompts@^2.0.1: version "2.0.4" resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.0.4.tgz#179f9d4db3128b9933aa35f93a800d8fce76a682" @@ -7687,7 +7841,7 @@ prompts@^2.0.1: kleur "^3.0.2" sisteransi "^1.0.0" -prop-types@^15.6.2: +prop-types@^15.6.1, prop-types@^15.6.2: version "15.7.2" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== @@ -7888,7 +8042,7 @@ react-dev-utils@^9.0.1: strip-ansi "5.2.0" text-table "0.2.0" -react-dom@16.8.6: +react-dom@^16.8.6: version "16.8.6" resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.8.6.tgz#71d6303f631e8b0097f56165ef608f051ff6e10f" integrity sha512-1nL7PIq9LTL3fthPqwkvr2zY7phIPjYrT0jp4HjyEQrEROnw4dG41VVwi/wfoCneoleqrNX7iAD+pXebJZwrwA== @@ -7903,11 +8057,28 @@ react-error-overlay@^5.1.6: resolved "https://registry.yarnpkg.com/react-error-overlay/-/react-error-overlay-5.1.6.tgz#0cd73407c5d141f9638ae1e0c63e7b2bf7e9929d" integrity sha512-X1Y+0jR47ImDVr54Ab6V9eGk0Hnu7fVWGeHQSOXHf/C2pF9c6uy3gef8QUeuUiWlNb0i08InPSE5a/KJzNzw1Q== -react-is@^16.8.1, react-is@^16.8.4: +react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4: version "16.8.6" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16" integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA== +react-lifecycles-compat@^3.0.2, react-lifecycles-compat@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362" + integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA== + +react-popper@^1.0.0: + version "1.3.3" + resolved "https://registry.yarnpkg.com/react-popper/-/react-popper-1.3.3.tgz#2c6cef7515a991256b4f0536cd4bdcb58a7b6af6" + integrity sha512-ynMZBPkXONPc5K4P5yFWgZx5JGAUIP3pGGLNs58cfAPgK67olx7fmLp+AdpZ0+GoQ+ieFDa/z4cdV6u7sioH6w== + dependencies: + "@babel/runtime" "^7.1.2" + create-react-context "<=0.2.2" + popper.js "^1.14.4" + prop-types "^15.6.1" + typed-styles "^0.0.7" + warning "^4.0.2" + react-scripts@3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/react-scripts/-/react-scripts-3.0.1.tgz#e5565350d8069cc9966b5998d3fe3befe3d243ac" @@ -7968,7 +8139,17 @@ react-scripts@3.0.1: optionalDependencies: fsevents "2.0.6" -react@16.8.6: +react-transition-group@^2.2.1: + version "2.9.0" + resolved "https://registry.yarnpkg.com/react-transition-group/-/react-transition-group-2.9.0.tgz#df9cdb025796211151a436c69a8f3b97b5b07c8d" + integrity sha512-+HzNTCHpeQyl4MJ/bdE0u6XRMe9+XG/+aL4mCxVN4DnPBQ0/5bfHWPDuOZUzYdMj94daZaZdCCc1Dzt9R/xSSg== + dependencies: + dom-helpers "^3.4.0" + loose-envify "^1.4.0" + prop-types "^15.6.2" + react-lifecycles-compat "^3.0.4" + +react@^16.8.6: version "16.8.6" resolved "https://registry.yarnpkg.com/react/-/react-16.8.6.tgz#ad6c3a9614fd3a4e9ef51117f54d888da01f2bbe" integrity sha512-pC0uMkhLaHm11ZSJULfOBqV4tIZkx87ZLvbbQYunNixAAvjnC+snJCg0XQXn9VIsttVsbZP/H/ewzgsd5fxKXw== @@ -8245,6 +8426,11 @@ requires-port@^1.0.0: resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8= +resize-observer-polyfill@^1.5.0: + version "1.5.1" + resolved "https://registry.yarnpkg.com/resize-observer-polyfill/-/resize-observer-polyfill-1.5.1.tgz#0e9020dd3d21024458d4ebd27e23e40269810464" + integrity sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg== + resolve-cwd@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-2.0.0.tgz#00a9f7387556e27038eae232caa372a6a59b665a" @@ -8522,7 +8708,7 @@ set-value@^2.0.0: is-plain-object "^2.0.3" split-string "^3.0.1" -setimmediate@^1.0.4: +setimmediate@^1.0.4, setimmediate@^1.0.5: version "1.0.5" resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285" integrity sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= @@ -9087,11 +9273,26 @@ test-exclude@^5.2.3: read-pkg-up "^4.0.0" require-main-filename "^2.0.0" +text-encoding@^0.7.0: + version "0.7.0" + resolved "https://registry.yarnpkg.com/text-encoding/-/text-encoding-0.7.0.tgz#f895e836e45990624086601798ea98e8f36ee643" + integrity sha512-oJQ3f1hrOnbRLOcwKz0Liq2IcrvDeZRHXhd9RgLrsT+DjWY/nty1Hi7v3dtkaEYbPYe0mUoOfzRrMwfXXwgPUA== + text-table@0.2.0, text-table@^0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ= +three-orbit-controls@^82.1.0: + version "82.1.0" + resolved "https://registry.yarnpkg.com/three-orbit-controls/-/three-orbit-controls-82.1.0.tgz#11a7f33d0a20ecec98f098b37780f6537374fab4" + integrity sha1-EafzPQog7OyY8Jizd4D2U3N0+rQ= + +three@^0.104.0: + version "0.104.0" + resolved "https://registry.yarnpkg.com/three/-/three-0.104.0.tgz#9ad1da492153b753a89e0df066631215bd9d9087" + integrity sha512-q617IMBC5k40U2E9UC4/LtmhzTOOLB1jGMIooUL+QrhZ7abiGCSDrKrpCDt9V8RTl6xw+0FYfA1PYsIPKbQOgg== + throat@^4.0.0: version "4.1.0" resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a" @@ -9256,6 +9457,11 @@ type-is@~1.6.16: media-typer "0.3.0" mime-types "~2.1.24" +typed-styles@^0.0.7: + version "0.0.7" + resolved "https://registry.yarnpkg.com/typed-styles/-/typed-styles-0.0.7.tgz#93392a008794c4595119ff62dde6809dbc40a3d9" + integrity sha512-pzP0PWoZUhsECYjABgCGQlRGL1n7tOHsgwYv3oIiEpJwGhFTuty/YNeduxQYzXXa3Ge5BdT6sHYIQYpl4uJ+5Q== + typedarray@^0.0.6: version "0.0.6" resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" @@ -9266,6 +9472,11 @@ typescript@3.4.5: resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.4.5.tgz#2d2618d10bb566572b8d7aad5180d84257d70a99" integrity sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw== +ua-parser-js@^0.7.18: + version "0.7.19" + resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.19.tgz#94151be4c0a7fb1d001af7022fdaca4642659e4b" + integrity sha512-T3PVJ6uz8i0HzPxOF9SWzWAlfN/DavlpQqepn22xgve/5QecC+XMCAtmUNnY7C9StehaV6exjUCI801lOI7QlQ== + uglify-js@3.4.x: version "3.4.10" resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.4.10.tgz#9ad9563d8eb3acdfb8d38597d2af1d815f6a755f" @@ -9575,6 +9786,13 @@ walker@^1.0.7, walker@~1.0.5: dependencies: makeerror "1.0.x" +warning@^4.0.2: + version "4.0.3" + resolved "https://registry.yarnpkg.com/warning/-/warning-4.0.3.tgz#16e9e077eb8a86d6af7d64aa1e05fd85b4678ca3" + integrity sha512-rpJyN222KWIvHJ/F53XSZv0Zl/accqHR8et1kpaMTD/fLCRxtV8iX8czMzY7sVZupTI3zcUTg8eycS2kNF9l6w== + dependencies: + loose-envify "^1.0.0" + watchpack@^1.5.0: version "1.6.0" resolved "https://registry.yarnpkg.com/watchpack/-/watchpack-1.6.0.tgz#4bc12c2ebe8aa277a71f1d3f14d685c7b446cd00" @@ -9722,7 +9940,7 @@ whatwg-encoding@^1.0.1, whatwg-encoding@^1.0.3, whatwg-encoding@^1.0.5: dependencies: iconv-lite "0.4.24" -whatwg-fetch@3.0.0: +whatwg-fetch@3.0.0, whatwg-fetch@>=0.10.0: version "3.0.0" resolved "https://registry.yarnpkg.com/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz#fc804e458cc460009b1a2b966bc8817d2578aefb" integrity sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==