Jump to content

"Choose Mods" in "Load" causes empty Screen


Val

Recommended Posts

Hi,

 

i encountered this bug, when i wanted to add another mod to my already running game. When you click on the "choose mods" button when loading the game, you get an empty screen (only the background picure of the game still exists).

Now, this bug doesnt happen, if you clicked atleast once on the "Mods" button in the main menu before attempting to do this (once per game start is enough).

As i found out, the reason for this is, that the game tries to display a box with text, using a function that does not exist. In the file "ISModsNagPanel.lua" in the location Steam\steamapps\common\ProjectZomboid\media\lua\client\OptionScreens in line 32:
    self.richText:setText(getText("UI_ModsNagPanel_Text"))
The function "setText" doesnt exist. Replacing it with:
   self.richText.text=(getText("UI_ModsNagPanel_Text"))
fixes the problem.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...