Skip to content

Commit

Permalink
add acknowledgements; fix vehicle IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Berny23 committed Aug 4, 2022
1 parent 059640b commit f545175
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,11 @@ After that, run the command `hostname -I` in your virtual machine (or on your si
## Acknowledgements
* **ags131** for writing one of the main NodeJS libraries I'm using: [https://www.npmjs.com/package/node-ld](https://www.npmjs.com/package/node-ld). My project would've been impossible to create without this guy's research.

* **cort1237** for implementing writing to toy tags as well as several UI updates and support for saving toy tags locally. He has made the emulator more user-friendly.
* **cort1237** for implementing writing data (like vehicle upgrades) to toy tags, as well as several user interface updates and support for saving toy tags locally.

* **benlucaslaws** for improving the user experience and implementing a complete filtering system for vehicle/character abilities and game worlds.

* **Luigimeansme** and **DaPiMan** for helping with missing or misplaced vehicle IDs.

## License
[MIT](https://choosealicense.com/licenses/mit/)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ld-toypad-emulator",
"version": "1.3.5",
"version": "1.4.0",
"description": "Toy Pad Emulator for Lego Dimensions",
"repository": "https://github.com/Berny23/LD-ToyPad-Emulator",
"main": "index.js",
Expand Down
4 changes: 2 additions & 2 deletions server/json/tokenmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
{ "id": 1010, "upgrademap": 0, "rebuild": 1, "name": "* Lasercraft", "world": "The LEGO Movie", "abilities": "Flying,Flight Docks and Flight Cargo Hooks,Gold LEGO Blowup" },
{ "id": 1011, "upgrademap": 0, "rebuild": 2, "name": "* The Annihilator", "world": "The LEGO Movie", "abilities": "Flying,Flight Docks and Flight Cargo Hooks,Silver LEGO Blowup" },
{ "id": 1012, "upgrademap": 0, "rebuild": 0, "name": "DeLorean Time Machine", "world": "Back to the Future", "abilities": "Accelerator Switches,Time Travel" },
{ "id": 1014, "upgrademap": 0, "rebuild": 2, "name": "* Electric Time Machine", "world": "Back to the Future", "abilities": "Special Attack,Electricity,Tow Bar,Accelerator Switches" },
{ "id": 1013, "upgrademap": 0, "rebuild": 1, "name": "* Ultra Time Machine", "world": "Back to the Future", "abilities": "Silver LEGO Blowup,Flying,Flight Docks and Flight Cargo Hooks" },
{ "id": 1013, "upgrademap": 0, "rebuild": 2, "name": "* Electric Time Machine", "world": "Back to the Future", "abilities": "Special Attack,Electricity,Tow Bar,Accelerator Switches" },
{ "id": 1014, "upgrademap": 0, "rebuild": 1, "name": "* Ultra Time Machine", "world": "Back to the Future", "abilities": "Silver LEGO Blowup,Flying,Flight Docks and Flight Cargo Hooks" },
{ "id": 1015, "upgrademap": 0, "rebuild": 0, "name": "Hoverboard", "world": "Back to the Future", "abilities": "" },
{ "id": 1016, "upgrademap": 0, "rebuild": 1, "name": "* Cyclone Board", "world": "Back to the Future", "abilities": "Special Attack" },
{ "id": 1017, "upgrademap": 0, "rebuild": 2, "name": "* Ultimate Hoverjet", "world": "Back to the Future", "abilities": "Flying,Silver LEGO Blowup" },
Expand Down

0 comments on commit f545175

Please sign in to comment.