MPUtils

MPUtils

35M Downloads

Not displaying Logs Correctly

marckskl opened this issue ยท 6 comments

commented

 Hmm. It seems like displaying changelogs is broken. I go to save/edit my changelog like I've done for numerous updates and it reads the changelog wrong. Possibly the most recent version broke it. I'm not sure.

Before I save it looks fine: https://gyazo.com/a7b35d1cbe3460548d96c665b3f31852
After I save: https://gyazo.com/33d4a7ed25019032b571e627d7121bcc

I've never had this issue before so I'm not really sure what's going on.

commented

I do read most if not all changelogs when i update mods in my packs. I must have passed over it so I do apologize for that. I did try your second suggestion but it didn't work. I deleted it all and let it regen, then copy and pasted my changelog and resaved it with the ingame editor and it screwed up but again, probably the encoding issue. I got it fixed though. Thank you

commented

Actually you just made me realize the in-game editor isn't saving the proper encoding. So I will get an update out for that soon. I had changed everything else but the save function for that particular editor... my bad.

commented

So I wasn't crazy. HA. Lol. Thanks again

commented

Nope you weren't crazy, I just wasn't checking the in-game editor functions.

commented

I tried to inform everyone via my change-log on curse. The reason it is like this is because I had to change the file encoding for reading and writing. Before some ppl would get random characters or ppl on different OS would. So to make sure everything was the same I changed up how it handles the files. I expected to get this question at a some point.

`
Version 1.3.4

  • Big update to change log.. if you got strange characters.. its because they were writing in one encoding and reading in another.
  • Please change your file encodings to UTF-8 with a program like notepad++. In a drop down menu you can convert.. or just create a new file with utf-8 encoding. This will make sure all platforms see the same thing.

`

Sorry it has caused some problems, but this is better for the long run. Another easy fix is to back up your change-log, remove it and let the file regenerate.. and copy + paste all the text into the new file it made.

I'll leave this up for a while so others will see this.

commented

i'll have a fix in a couple hours.