Skip to content

Releases: DanielWillett/ConflictScanner

v1.2.2

Choose a tag to compare

@DanielWillett DanielWillett released this 23 Jul 23:46
fcfad18

Updated to latest version of Unturned, supporting Tag and Road assets.

v1.2.1

Choose a tag to compare

@DanielWillett DanielWillett released this 20 Mar 22:25
f2fbe6c

Updated find to support IDs and GUIDs, plus improved search a bit and better handling of rich text in names.

v1.2.0

Choose a tag to compare

@DanielWillett DanielWillett released this 03 Feb 05:03

Added find command:
find [type] [search]

Type can be anything such as: LevelAsset, Barricade, Item, Supply, LandscapeMaterialAsset, etc.
Search is applied to the assets English name, or the asset name if it doesn't have an english name.
It uses Levenshtein distance to sort the results.

query <query>

Uses the Z.Expressions.Eval package as a dynamic Where query on a list of asset files https://eval-expression.net/.

Use queries such as:
query x => x.Dictionary.ContainsKey("Pro")
query x => x.Id > 35000 && x.Id < 40000

I want to improve queries in the future ideally to make them more useful.

v1.1.0

Choose a tag to compare

@DanielWillett DanielWillett released this 07 Sep 01:32

Cleaned up a lot, added refreshing, changing the path without restarting.

v1.0.0

Choose a tag to compare

@DanielWillett DanielWillett released this 06 Sep 21:58
407b48d
Create LICENSE