v1.4.0; update README

This commit is contained in:
Tom Burrows
2021-03-24 12:54:52 +00:00
parent c3c19c6c49
commit 3e43a52a1b
4 changed files with 5 additions and 4 deletions

View File

@@ -35,9 +35,11 @@ Press `Shift + E` whilst in a vehicle (not just a spidertron!) to open its inven
Spidertron inventories are automatically sorted just like the player's.
### No item loss
### Spidertron corpse with inventory
A spidertron's items are spilled on the ground instead of being lost when it dies.
Spidertron inventories are saved into a corpse instead of being lost when it dies.
![Demo](https://github.com/tburrows13/SpidertronEnhancements/raw/master/resources/corpse.png)
---
## Known Bugs / Limitations

View File

@@ -1,6 +1,6 @@
{
"name": "SpidertronEnhancements",
"version": "1.3.0",
"version": "1.4.0",
"title": "Spidertron Enhancements",
"author": "Xorimuth",
"description": "Some simple features to make your life easier whilst using a spidertron:\n - Enter a vehicle without leaving your spidertron\n - Quickly toggle between engineer and spidertron\n - Use spidertron remote pathfinder to navigate around lakes\n - Automatically sort spidertron inventories\n - Pipette remotes from inventory by hovering over spidertrons\n - Directly open the inventory of a vehicle that you are currently driving",

BIN
resources/corpse.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 KiB

View File

@@ -177,7 +177,6 @@ script.on_event(defines.events.on_player_driving_changed_state,
script.on_event("spidertron-enhancements-toggle-driving",
function(event)
game.print("Custom control")
local player = game.get_player(event.player_index)
local serialised_data = global.stored_spidertrons[player.index]