Skip to content

Commit

Permalink
Update mod info
Browse files Browse the repository at this point in the history
  • Loading branch information
Diordany committed Mar 18, 2024
1 parent 602c834 commit 850a544
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ You can install this mod through the built-in modloader of Factorio under the na

```
cd <path to factorio mods>
git clone https://github.com/Diordany/factorio-ember-autopilot.git ember-autopilot_0.2.1
git clone https://github.com/Diordany/factorio-ember-autopilot.git ember-autopilot_0.3.0
```

## Installation from ZIP

Just save the .zip file to the mod directory of Factorio as `ember-autopilot_0.2.1.zip` (or leave the name as is if downloading from the releases page).
Just save the .zip file to the mod directory of Factorio as `ember-autopilot_0.3.0.zip` (or leave the name as is if downloading from the releases page).

# Features

Expand All @@ -39,7 +39,7 @@ You can make the player walk towards a target position with the command:
/ember-walkpos <x> <y>
```

This agent does not use a pathfinding algorithm however, so it is possible that the agent gets stuck colliding with other objects. In that case, just run the **stop** command.
This agent does not use a pathfinding algorithm. It stops whenever it's path is blocked.

[cmd-walkpos](https://github.com/Diordany/factorio-ember-autopilot/assets/54911023/dbbb233f-3038-4a63-bcfc-60cab858f53f)

Expand Down
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
---------------------------------------------------------------------------------------------------
Version: 0.3.0
Date: 18. 03. 2024
Ease of use:
- The Walking Agent now automatically stops when it's path is blocked.
Optimizations:
- The Walking Agent no longer calculates the position on each tick.
Scripting:
- The surface module can now calculate centered positions.
- The surface module can now calculate random adjacent (centered).
- The move_to_target_pos function now returns the blocked path state.
- Both the Walking and the Wander agents now use the blocked path state to determine their behavior.
- The pilot now gives feedback to the agents.
---------------------------------------------------------------------------------------------------
Version: 0.2.1
Date: 17. 03. 2024
Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-autopilot",
"version": "0.2.1",
"version": "0.3.0",
"title": "Ember Autopilot",
"author": "Diordany van Hemert",
"homepage": "https://github.com/Diordany/factorio-ember-autopilot",
Expand Down

0 comments on commit 850a544

Please sign in to comment.