Jump to content

MattK347

Member
  • Posts

    2
  • Joined

  • Last visited

MattK347's Achievements

  1. I'm totally new to modding (total noob) and interested in modding the game so that some things work a bit differently. I've looked up a few guides about text editing, but all those refer to files that I can't find in my PZ folder. I think this is because I have the Steam version of the game, which I've heard has less files that can be accessed in the PZ folder. For example, I can't find the "items.txt" file or the "script" folder it should be in. I don't know, maybe I'm doing something wrong or I missed something important, but is there any way around this so that I can edit properties of items? For example, I want to change the number of days that it takes food to rot. I know how most of the code for item properties works, I just don't know where to find it, or how to access/change it. For example the code for an apple is: item Apple { HungerChange = -15, Weight = 0.2, Type = Food, DaysTotallyRotten = 8, DisplayName = Apple, Icon = Apple, DaysFresh = 5, EvolvedRecipe = Cake:8, FoodType = Fruits, }But I don't know where I can find this so I can change numbers around. Though, things I don't know are how to edit inventory capacity (or alternatively, make backpacks hold more) or how to make certain foods non-perishable (never rot). If someone could show me a step-by-step guide on how to do these things, I'd be really grateful.
×
×
  • Create New...