Jump to content

Search the Community

Showing results for tags 'reference'.

  • 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 2 results

  1. I'm making a small mod that should add recipes to the game for crafting special alcoholic drinks that give different bonuses. Bonuses should include gaining experience, receiving a buff for certain player characteristics (attack speed, running speed, etc.). With gaining experience, everything turned out to be extremely easy (I’ll probably even add a switch/case later for some types of alcohol that will give random experience). Now I'm stuck at the temporary bonuses stage. I tried to use the examples from the TimedActions folder, but I feel like I'm going down the wrong road. I would be grateful for any help or advice. Here is the link to the mod's github: blackrainbowtest/PZ_SHALCO: PZ Shelter server alcohol mod (github.com)
  2. While trying to figure out how to add a custom object to the game like a piece of furniture or such i noticed it seems quite possible to use sprites that exist in the game already, however i couldnt find a reference list anywhere. I did find this topic by KillerStarBunny: http://theindiestone.com/forums/index.php/topic/2473-how-to-mod-the-textures/ In that topic, the user Minic90 posted a program that unpacks the texture files and creates a XML containing information about individual sprites etc. Looking up the sprites in the XML is a daunting task though, not only is the list very long but it also does not seem to have the sprite info ordered in a logical way. So i have written a small php script on my local server to process both the XML and image data and have it cook up some sort of reference sheets for the sprites. The result is something like this: To find a sprite name for usage in your code simply locate the sprite and note its white numbers, get the category name of the sprite from the black bar to the right and merge category + underscore + spritenumber. For the first topleft image this would be: carpentry_01_26. Works for most sprites, except for the really small ones where numbers start to overlap and become unreadable. Anyways might be usefull to some. Download: http://www.mediafire.com/download/q7m936gh2mgtt5g/TilesEdit.rar Rar archive with all the converted sprite sheets. Thanks to KillerStarBunny for the explanation on texturepacks and Minic90 for the texture unpacker!
×
×
  • Create New...