-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Add Flatpak log directory & asset troubleshooting paragraph #315
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just need a couple of tweaks, then it should be good to go!
@@ -28,6 +28,7 @@ find the game logs in the following folders: | |||
* Windows: ``%APPDATA%/Tabletop Club/logs/`` | |||
* macOS: ``~/Library/Application Support/Tabletop Club/logs`` | |||
* Linux: ``~/.local/share/Tabletop Club/logs/`` | |||
* Linux using FlatPak: ``~/.var/app/io.itch.drwhut.TabletopClub/data/Tabletop Club/logs`` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Slight nitpick, but for consistency the 'p' should be lowercase in 'Flatpak'.
@@ -33,3 +33,11 @@ Once you have added what you want to your asset pack, you can either restart the | |||
game, or go to :guilabel:`Options` > :guilabel:`General`, and click | |||
:guilabel:`Reimport Assets` to have the game import everything you've added so | |||
you can use it in-game! | |||
|
|||
If your asset pack doesn't appear, try restarting the entire game. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line is somewhat redundant - The previous paragraph already suggests to either restart the game, or use the options menu to re-import the assets.
@@ -33,3 +33,11 @@ Once you have added what you want to your asset pack, you can either restart the | |||
game, or go to :guilabel:`Options` > :guilabel:`General`, and click | |||
:guilabel:`Reimport Assets` to have the game import everything you've added so | |||
you can use it in-game! | |||
|
|||
If your asset pack doesn't appear, try restarting the entire game. | |||
If that doesn't help either, an error might have occured when trying to import it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tweak to something like "If after restarting the game or re-importing all assets, you do not see your content, an error might have occurred when trying to import it."
You can see what went wrong by checking the import log on the main-menu screen, | ||
click the leftmost button on the bottom of the screen, labeled with an exclamation | ||
point ``(!)`` to open it. If all else fails, searching for "ERROR" or your | ||
AssetPack's name in the latest logfile (see :ref:`ways_to_contribute`) can show | ||
more details of what went wrong. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bit's okay, but it might be worth also including a cropped screenshot showing the button that appears for the import log, just below the description for it.
Fixes/Solves
Adds the path to the log directory for Flatpak users, which is different from the regular logfile directory. Also adds paragraph that can help Asset Pack creators who might not be aware of how to find import errors.