Content
a day ago
0.17 - 2.0
57.3K
Trains Combat

b Changelog format

27 days ago

Your changelog is currently in a bit incorrect format and doesn't show in game mod browser
You need to also include line with date right after version and shift everything after it to the right for it to work

26 days ago

Your changelog is currently in a bit incorrect format and doesn't show in game mod browser
You need to also include line with date right after version and shift everything after it to the right for it to work

Updated, let's hope it will work

25 days ago
(updated 25 days ago)

Your changelog is currently in a bit incorrect format and doesn't show in game mod browser
You need to also include line with date right after version and shift everything after it to the right for it to work

Updated, let's hope it will work

It doesn't. As mentioned by IonShield, the date lines are missing. Also, the in-game parser is finicky, there are some rules you must follow or the changelog won't be shown:

  • The lines with category headers ("Info:", "Bugfixes:" etc.) must be indented by 2 spaces, and there may be no white space after the ':'.
  • The lines with text must be indented by 4 spaces, followed by a dash + space (' - Text').
  • You must use spaces, tabs will be ignored!

I'd recommend to download the Changelog tools mod. Unpack it and run the python script:

python3 da-changelog-tools_0.0.14/changelog-checker.py --zorro --changelog Armored-train_0.6.2/changelog.txt

This will output a line-by-line analysis of your changelog. (IIRC, there still were some edge cases but the script should find most problems.) Also, when you select your mod in the in-game mod manager and the "Changelog" button is grayed out, factorio-current.log will show an explanation of the error in the first line that couldn't be parsed. (Using changelog tools allows you to catch all errors at once, without having to restart the game each time you've fixed an error.)

20 days ago
(updated 20 days ago)

Your changelog is currently in a bit incorrect format and doesn't show in game mod browser
You need to also include line with date right after version and shift everything after it to the right for it to work

Updated, let's hope it will work

It doesn't. As mentioned by IonShield, the date lines are missing. Also, the in-game parser is finicky, there are some rules you must follow or the changelog won't be shown:

  • The lines with category headers ("Info:", "Bugfixes:" etc.) must be indented by 2 spaces, and there may be no white space after the ':'.
  • The lines with text must be indented by 4 spaces, followed by a dash + space (' - Text').
  • You must use spaces, tabs will be ignored!

I'd recommend to download the Changelog tools mod. Unpack it and run the python script:

python3 da-changelog-tools_0.0.14/changelog-checker.py --zorro --changelog Armored-train_0.6.2/changelog.txt

This will output a line-by-line analysis of your changelog. (IIRC, there still were some edge cases but the script should find most problems.) Also, when you select your mod in the in-game mod manager and the "Changelog" button is grayed out, factorio-current.log will show an explanation of the error in the first line that couldn't be parsed. (Using changelog tools allows you to catch all errors at once, without having to restart the game each time you've fixed an error.)

I tried my best in this 0.6.3 update... looks like it is still not working, maybe next time

20 days ago

You still have tabulators in the file. In line 4, there is white space after the ':'. Some of the category headers are not indented at all, or not by exactly 2 spaces. There are many items (4 spaces + '-' + 1 space + actual text) that do not follow after a category header (2 spaces + header name + ':').

I've fixed the changelog for you. You can fetch it here (link is valid for 2 weeks).

19 days ago

You still have tabulators in the file. In line 4, there is white space after the ':'. Some of the category headers are not indented at all, or not by exactly 2 spaces. There are many items (4 spaces + '-' + 1 space + actual text) that do not follow after a category header (2 spaces + header name + ':').

I've fixed the changelog for you. You can fetch it here (link is valid for 2 weeks).

Oh thank you. I will try with new update. Also I think I need to add you to "Special thanks" section. I remember you helped me long time ago

New response