Skip to content

Releases: ccgm-harpy/map-mod-repo-scanner

v0.1.4

14 Dec 06:26
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release

Removed the program exit after scanning, it's annoying to open it back up every time.

Added support for the "lobbymap" keyword in the map.config file. When a map is a lobbymap, setting the supported "modes" and "size" is not necessary.

Previous versions would give a false positive when this is the case.

I've also added a Linux build courtesy of Koteyka

v0.1.3

14 Dec 05:31
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Fixed an issue where the indexfile scanner would report the incorrect line number.
This was because I forgot to enumerate a for-loop.

v0.1.2

29 Nov 04:02
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Changed the "slash" in paths displayed by the script to be the same as what's supported by the operating system.
Improved the instructions included in the executable.
Removed the regex dependency since python already comes with re.

v0.1.1

28 Nov 06:22
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Typo fix:

When scanning a map.config file it would wrongly print that the modes setting is incorrect when in reality the size was incorrect.

v0.1

28 Nov 05:32
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

This is the first release, only supports:

  • Checking if the indexfile exists
  • Checking if the maps folder exists
  • Checking if the indexfile is valid and matches the contents of the maps folder
  • Checking if the map configs exist in the zip files ("size" and "modes" options exist and are valid)
  • Checking the map zip files for .obj and .mtl files

Bugs likely to exist in this release.