Version 0.7.1 has been released!
What's fixed?
- Finally fixed the "ring around the collar" issue.
- Fixed an issue that was preventing .uni files from reloading (see below for more detail).
- Fixed an issue that when saving a jersey with anything but the "home" designation chosen in the combobox.
As far as the .uni file fix goes, the problem is fixed going forward, but for best results you need to manually edit any existing .uni files to reload them properly. It's a simple process, and can be done using any text editor - personally, I prefer Notepad++ for Windows, but any text editor will work.
- On Line 2, change the version to "0.7.1".
- On Line 156, replace the "#" with "wordmarkTextStroke1ColorCheck".
Technically neither of those edits are
strictly necessary, but the first edit will prevent the app from displaying the warning about the file coming from a different version and the second edit will ensure that the applicable checkbox is checked and the stroke's visibility is set properly. You could always just manually set that checkbox after the fact if you want. The issue was introduced with version 0.7.0, so this fix really only applies to uniforms created with 0.7.0. Uniforms created with earlier versions will load with the caveat that they not load properly due to changes in the app over time.
https://github.com/eriqjaffe/OOTP-Un...ases/tag/0.7.1