Jump to content

Search the Community

Showing results for tags 'ultrawide'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News & Announcements
    • News
  • Project Zomboid
    • PZ Updates
    • General Discussions
    • Bug Reports
    • PZ Support
    • PZ Multiplayer
    • PZ Community & Creativity
    • PZ Suggestions
  • PZ Modding
    • Tutorials & Resources
    • Mods
    • Items
    • Mapping
    • Mod Ideas and Requests
  • General Games Development
    • Indie Scene
  • Other Discussions
    • General Discussion
    • Forum Games & Activities

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Twitter


Interests

Found 1 result

  1. Take a look at how UI by default looks for me. Notice that inventory widgets are wasting space as I can't make them narrower. I propose the following patch --- .steam/steam/SteamApps/common/ProjectZomboid/projectzomboid/media/lua/client/ISUI/PlayerData/ISPlayerDataObject.lua 2015-04-15 00:15:49.111465123 +0200+++ .steam/steam/SteamApps/common/ProjectZomboid/projectzomboid/media/lua/client/ISUI/PlayerData/ISPlayerDataObject.lua.bak2015-04-15 00:09:25.725865882 +0200@@ -164,11 +164,11 @@ self.x1left = 0; self.y1top = y; self.y1 = self.y1top;+ self.w1 = (w / 6);- self.w1 = (w / 4); self.h1 = divhei; self.x2 = (x+(w/4)); self.y2 = self.y1top;+ self.w2 = (w / 6);- self.w2 = (w / 4); self.h2 = divhei; elsePeople that have ultrawide monitor can have narrower inventory widget and others if inclined can easily make them wider. And I could enjoy MP without being kick out for patched lua files.
×
×
  • Create New...