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 17, 2024
1 parent 5cd77c7 commit 757bccb
Show file tree
Hide file tree
Showing 3 changed files with 15 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.1.1
git clone https://github.com/Diordany/factorio-ember-autopilot.git ember-autopilot_0.2.0
```

## Installation from ZIP

Just save the .zip file to the mod directory of Factorio as `ember-autopilot_0.1.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.2.0.zip` (or leave the name as is if downloading from the releases page).

# Features

Expand All @@ -45,7 +45,7 @@ This agent does not use a pathfinding algorithm however, so it is possible that

## Wander Agent

This agent wanders around aimlessly while trying to avoid obstacles. Start the agent with the command:
This agent wanders around aimlessly while trying to avoid obstacles. The agent gets stuck in certain situations, so it needs some refinement. Start the agent with the command:

```
/ember-wander
Expand Down
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
---------------------------------------------------------------------------------------------------
Version: 0.2.0
Date: 17. 03. 2024
Bugfixes:
- Fixed Wander Agent prematurely selecting a new target position.
Debug:
- Added a print function for positions.
Features:
- Added custom collision detection functions.
Regressions:
- Apparently, the wander agent still gets stuck. It seemed like the problem was solved at first, because the wander agent selected a new target prematurely.
---------------------------------------------------------------------------------------------------
Version: 0.1.1
Date: 16. 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.1.1",
"version": "0.2.0",
"title": "Ember Autopilot",
"author": "Diordany van Hemert",
"homepage": "https://github.com/Diordany/factorio-ember-autopilot",
Expand Down

0 comments on commit 757bccb

Please sign in to comment.