Skip to content

Releases: pelican-eggs/Palworld-Config-Parser-Tool

v1.0.8

09 Feb 13:46
737abe3
Compare
Choose a tag to compare

1.0.8

This is a half rewrite as that nil and null thing would not work (So this is sort of a hotfix)

Changes

  • Redo the variable logic so that empty variables get also emptied in the config file
  • Add a new image to the README

Full Changelog: v1.0.7...v1.0.8

v1.0.7

09 Feb 08:55
Compare
Choose a tag to compare

1.0.7

This is probably going to be the latest release of this application as I consider it to be done and fully working

Changes

  • Add a version print to the program
  • There used to be a bug if you set a variable to nothing but something was set in the config it would just skip it, now id you enter the value nil or null then it will clear the value out of the config file
  • add a simple table to the README that's explains the validation that is applied now

Full Changelog: v1.0.6...v1.0.7

v1.0.6

08 Feb 08:35
eaa6f1b
Compare
Choose a tag to compare

1.0.6

  • If the config exits but is empty, then move the default contents to it.
  • Fix a lot of validation
  • Add the forgotten region variable

Full Changelog: v1.0.4...v1.0.6

v1.0.5

07 Feb 19:59
Compare
Choose a tag to compare
v1.0.5 Pre-release
Pre-release

1.0.5

  • add some simple copy logic if the DefaultPalWorldSettings.ini file is found but the PalWorldSettings.ini not, then copy it over
  • Put some very basic validation on variables
  • echo the file path its is going to edit

Full Changelog: v1.0.4...v1.0.5

v1.0.4

03 Feb 13:14
02d9dd6
Compare
Choose a tag to compare

Changes

  • PublicIP now has quotation marks
  • Show the actual error if the INI file can not be found

Full Changelog: v1.0.3...v1.0.4

v1.0.3

01 Feb 14:12
40e0557
Compare
Choose a tag to compare
  • Add a basic README
  • allow all keys in the config to be changeable based on environment variables

Full Changelog: v1.0.2...v1.0.3

v1.0.2

30 Jan 16:53
Compare
Choose a tag to compare

Add forgotten Server Description

Full Changelog: v1.0.1...v1.0.2

v1.0.1

30 Jan 15:04
Compare
Choose a tag to compare

Add some extra variables.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

30 Jan 14:22
Compare
Choose a tag to compare

Initial Release with basic variables in the Pterodactyl egg

Full Changelog: https://github.com/QuintenQVD0/Palword-server-config-parser/commits/v1.0.0