Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
induktio committed Aug 19, 2022
1 parent 6f625d6 commit 6f33b17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ ServerActors=EventLogger.EventMod

Changelog
---------
### v1.4
* Suspect AI has been rewritten to cover open doorways and other threats they notice better. Suspects will also sometimes shoot at opening doors.
* Suspect movement priorities have been adjusted. Some of them will usually stay barricaded while others will investigate noise.
* When the round begins, a new message is displayed in the chat that the mod is loaded.

### v1.3
* Suspect awareness is increased and they are much more likely to watch nearby doors as they are opened.
* Add new config options: StoryArchetypes, EnemySkill, EnemyMinMorale, EnemyMaxMorale. By default these are disabled.
Expand Down
4 changes: 2 additions & 2 deletions SurvivalMod/Classes/SVMod.uc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class SVMod extends SwatGame.SwatMutator
IInterested_GameEvent_PawnDamaged,
IInterestedInDoorOpening;

const VERSION = "1.3";
const MAX_ITER = 200;
const VERSION = "1.4";
const MAX_ITER = 400;

var config bool Enabled;
var config bool CheckNoise;
Expand Down

0 comments on commit 6f33b17

Please sign in to comment.