Jump to content

Kenpachi™

Member
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

Kenpachi™'s Achievements

  1. Tryed to add achievements, but with my knowledge it will be loooong
  2. Can i (in my mod) set/get custom player data (example - setBulletsSpend (like setZombieKills)) and will this data save after exit game? And from where calls getPlayer() function? At last: how i can run java code in mod and how to read/write file (I/O as i realized, in lua, disabled) Thank you for your attention.
  3. Yeah, my bad. Think you are right, i will test it.
  4. Kenpachi™

    Image tooltip

    How i can add an tooltip to image? I tried: function ISImage:render() self.toolTip = ISToolTip:new(); self.toolTip:initialise(); self.toolTip:setVisible(false); if self.mouseover then self.toolTip.description = self.tooltiptext; self.toolTip:setVisible(true); self.toolTip:addToUIManager(); else self.toolTip:setVisible(false); self.toolTip:removeFromUIManager(); endendTooltip appears, but does not disappear. What am I doing wrong?
  5. Why /mod/media/scripts/*.txt does't work (err)?
  6. How can I see which version of the game I have installed? In game write 2.9.9.17 its not betta? If no then how i can install betta? I maked that: Right click project zomboid in your steam library Select properties from the bottom of the list Click on "betas" and look for "Beta testing versions available to all" on the dropdown menu and select it Exit the menu and wait for PZ to update (if it doesn't start automatically just restart it. And update not started.
  7. Waiting for custom textures of weapon, player and zombies
  8. Hi, guys. I have an question: How i can add a new weapon sprites? I added ico and sound but can't understand how to add sprites (when you take weapon in hands). Pls help me. P.S. Sorry for my bad English
×
×
  • Create New...