Skip to content

Releases: Source2ZE/Stripplier

v2.0.1

31 Aug 17:48
Compare
Choose a tag to compare
  • Fix issue where an add: block only adding one connection keyvalue does not get added by Stripplier due to an oversight.
  • Fix issue where the Stripplier errors out when trying to modify a non-existing editor dictionary.

v2

09 Aug 16:05
9fd5dc9
Compare
Choose a tag to compare
v2
  • Major refactoring on data structure, now exclusively using dictionaries for faster queries.
  • Added support for stripper modifications using replace: or delete: by model number. The script will search for a suitable replacement for the volume, and if one is not found the operation will simply be nulled.
  • Refactored some utility functions to make them more legible.
  • Added script logging exclusively for errors. Much more detailed than the regular log.

This now has been tested on CS:GO LMS p3 (~6000 lines), CS:GO diddle v3 (~4000 lines), CS:S mako v5 3 (~10000 lines), and CS:S minas v3 3 (~24000 lines) without any issues. For this reason, this release will be considered as final release version and any future updates will be minor fixes or improvements.

Edit (17/04/24): This release does not have the fix where connection kv would not properly be added with entities created in an add: block. This only happens if there is only one connection kv being added, and when adding by referencing the compiled model number.

Basically, the chance of encountering this bug is pretty low, but be aware if you feel like something's amiss.

v1.2

04 Aug 14:12
Compare
Choose a tag to compare
  • Improve functions for reading files
  • Implemented search by model number feature
  • Added function to try to look for func ent volume boundary in the same stripper block when deleting model number

Also added a separate .zip that has an executable with its necessary dependencies - this may help when the standalone .exe is false-positively flagged for virus.

v1.1

03 Aug 14:55
Compare
Choose a tag to compare
  • Added error handling of creating a new func entity that does not have an origin provided by a stripper
  • Improved warning message for new func entity min/max boundaries not being found
  • Removed letter case restriction for regex values
  • Added regex search support for connection kv

v1.0

03 Aug 01:58
420f135
Compare
Choose a tag to compare
  • Release version