Skip to content

Releases: mega-group/fivepd-json

1.0.0

06 Aug 09:59

Choose a tag to compare

Enhance suspect behaviors and refactor namespaces

- Added new suspect behaviors: "follow", "wander", and "chase".
- Adjusted "flee&shoot" behavior to change shooting distance and removed weapon-giving functionality.
- Updated `VictimBehavior.cs` namespace from `fivepd_json.net.Behavior` to `fivepd_json.Behavior`.
- Improved debug logging in `JsonBridge.cs` for better cleanup messages.
- Modified `SpawnSuspects.cs` to conditionally attach blips based on pursuit configuration.
- Included `CalloutConfigGenerator.cs` in the project file for callout template generation.
- Removed `dialogue` property from `VictimConfig.cs` for simplification.
- Added `JsonTemplateGenerator` class to create structured callout templates and log them for debugging.