You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried use both the Conter and the Theme. (The Theme is clean and nice)
Bug 1: The theme is not work after put the files in \data\themes
Solve: unzip and put the floder in \data\mods, load the theme as mod in game. then change theme in setting.
Bug 2: The storyline dialog unable to display in SChinese.
Solve: Replace NotoSans-Bold.ttf and NotoSans-Medium.ttf to CJK fonts.
Bug 3: When launch the Conter, it noticed to change some of the theme file. As I used the theme as a Mod. Even some file was added to the theme floder, the conter is still not work correctly and send the notice repeatedly.
The text was updated successfully, but these errors were encountered:
Thanks for your report. This feature is actively being worked on and these work arounds are a result of the new PokeMMO modding system that was implemented, a substantial amount of code must be changed in the Counter script.
Temporarily, if you want to add compatibility manually to the custom theme
Copy the AC folder from Archetype Counter's src\lib\AC into the same directory the theme's theme.xml is in.
Add <include filename="AC/1.0_Scaling.xml"/> to the towards the bottom of the theme.xml before the closing line.
(other themes may have different code in their theme.xml, so disregard if main-widgets isn't the second to the bottom.)
(other themes may be in .zip or .mod format, open them with 7zip and freely edit the xml without having to extract/reformat the entire theme.)
Afterwards, during battles you should now see a small pink pixel in the top left corner of the screen and the Counter should start counting encounters. If the theme fails to load you did not edit the theme.xml properly.
I tried use both the Conter and the Theme. (The Theme is clean and nice)
Bug 1: The theme is not work after put the files in \data\themes
Solve: unzip and put the floder in \data\mods, load the theme as mod in game. then change theme in setting.
Bug 2: The storyline dialog unable to display in SChinese.
Solve: Replace NotoSans-Bold.ttf and NotoSans-Medium.ttf to CJK fonts.
Bug 3: When launch the Conter, it noticed to change some of the theme file. As I used the theme as a Mod. Even some file was added to the theme floder, the conter is still not work correctly and send the notice repeatedly.
The text was updated successfully, but these errors were encountered: