This mod was created to provide a better overview of equipped items. Often, it was not very clear to me which clothing goes to which slot.
Download from Steam workshop https://steamcommunity.com/sharedfiles/filedetails/?id=2695471997
If you have any issue or idea, feel free to create a ticket under issues
To be able to configure the mod, you need to install Mod Options mod.
- Start the game and enable the Options mod (Don't forget to enable it also on your save file)
- Load into Single Player Game
- Open game settings, click on tab Mods (Doesn't show in the Multiplayer games!)
- Configure the mod to you liking (To be able to see the changes, you need to open/close the Clothing UI window)
Multiplayer support
- The Mod Options doesn't work / is displayed in multiplayer, however the values are loaded in MP games.
- Configure your window in the single player / main menu before loading to multiplayer games.
- Server doesn't need to have Mod Options installed.
The values are saved in file C:\Users\<user>\Zomboid\Lua\mods_options.ini
to reset / remove the config either edit this file and remove the lines bellow [myclothinguimod]
or if you don't use mod options for anything else - delete the whole file.
To be able to use this mod in multiplayer(coop) you need to enable this mod in your server settings. This mod doesn't require any special settings and is setup as any other mod on multiplayer. You can follow any guide explaining PZ mods in multiplayer.
- Start your game
- Click on HOST
- Select your server and click on Manage settings
- Click on Edit Selected Settings (Or create a new one)
- Click on Mods, select the mod. You should see it under Mods userd by this server.
- Click on SAVE.
- Find your server configuration files, for example
servertest.ini
. If you are on windowsC:\Users\<user>\Zomboid\Server
. - Follow this tutorial
- Go into a folder
media/lua/shared/Translate
here - Copy the folder
EN
- Rename the folder to the code of your language, you can find them here
- Change the name of the files
UI_EN
andIG_UI_EN
toUI_YOUCODE
andIG_UI_YOURCODE
- Change the first line of the file from
UI_EN
toUI_YOURCODE
- Translate the texts in the file.
In case you don't know how to work with GIT, please create a new ISSUE / thread on steam with translated file and we can add that file to the project.
Note: All the translation files with special characters needs to be saved with encoding Windows-1252 or similar. See this list for the PZ translation files encoding https://github.com/TheIndieStone/ProjectZomboidTranslations/blob/master/.gitattributes
- Start the game with -debug parameter
- When ingame, press F11 to open debug console.
- Make sure "General" is included in the log file
- Close the debug console and replicate your errors.
- Close the game
- Find the log in C:\Users[username]\Zomboid\console.txt and upload it together with your issue
- List the name of your additional mods or any other technical information which can help debug and reproduce the issue, if possible try to disable your other mods to pin point the problem.
For reporting the problems use GitHub issues or discussion on Steam. Do NOT use comments on the mod page. Any comments saying just "doesn't work" will be ignored. We don't have crystal ball to see your spefic setup...
- Select the release https://github.com/rempAut/PZ-ClothingUI/releases
- Download the zip, extract it, put it into
C:\Users\<username>\Zomboid\mods