https://github.com/emipa606/npdtiers
Repository for the Rimworld mod named NPDTiers - The Nutrient Paste Expansion Mod (Continued)
https://github.com/emipa606/npdtiers
csharp gaming modding rimworld xml
Last synced: 24 days ago
JSON representation
Repository for the Rimworld mod named NPDTiers - The Nutrient Paste Expansion Mod (Continued)
- Host: GitHub
- URL: https://github.com/emipa606/npdtiers
- Owner: emipa606
- License: mit
- Created: 2020-04-01T18:40:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-07T18:33:38.000Z (8 months ago)
- Last Synced: 2025-04-03T16:52:15.041Z (about 2 months ago)
- Topics: csharp, gaming, modding, rimworld, xml
- Language: C#
- Homepage: https://steamcommunity.com/sharedfiles/filedetails/?id=2043895447
- Size: 6.6 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [NPDTiers - The Nutrient Paste Expansion Mod (Continued)](https://steamcommunity.com/sharedfiles/filedetails/?id=2043895447)

Update of Mistor Love n Smash Phils mod
https://steamcommunity.com/sharedfiles/filedetails/?id=1864411034- Should now work with all hoppers that use the isHopper-property, or mods that add such a property like [Fridges Are Hoppers](https://steamcommunity.com/sharedfiles/filedetails/?id=2894860548)


NPDTiers is a base mod that adds the framework for creating your own Nutrient Paste Dispenser (NPD). Originally, the NPD is hard coded into the game making it difficult to replicate or change. With this mod however, you have more access to things in the xml files such as the meal it will dispense or even whether or not ingredients affect debuffs (like human meat). If you want to create or change the original NPD or any of the ones added by this mod, they are in Defs/Buildings/NewNPDExample.xml inside the mod folder.
# 4 Nutrient Paste Dispensers added by this modChocolate Paste Dispenser
- Produces tasty chocolate meal (+6 mood)
- Only uses chocolate as a ingredientPrisoner Nutrient Paste Dispenser
- Produces disgusting meal (-10 mood)
- Not affected by human or insect meat
- Requires less ingredients to produce a mealImproved Nutrient Paste Dispenser
- Produces Improved NPD meal (similar to Simple Meal)
- Affected by human and insect meat
- Consumes same amount of ingredients as original NPDFine Nutrient Paste Dispenser
- Produces Fine NPD meal (+2 mood)
- Affected by human and insect meat
- Consumes more amount of ingredients than both Original and Improved NPD (12 food)# 3 Hoppers added by this mod
Refrigerator Hopper
- Uses 75 power
- Chills food, preserving the food and making it last longerFreezer Hopper
- Uses 150 power
- Freezes Food, keeping it from spoiling as long as its kept frozen.Grinder Hopper - Not yet Implemented
- N/A
- N/A
Q: Where do I go to add more nutrient paste dispensers or to edit the current ones?
A: steamapps/workshop/content/294100/2043895447/Defs/Buildings/NewNPDExample.xmlQ: What format do I add the Nutrient paste dispensers?
A: XMLQ: Can I suggest a feature?
A: Please do! We are looking in ways to further expand this mod.Q: Is this mod incompatible with anything?
A: ~~RimFridge currently is overwritten by the custom hoppers added by this mod.~~ No longer an issue in 1.3
Q: Is this mod save game compatible? Can I remove it without issue?
A: Yes and yes. But all custom NPD's must be removed from the map before you do so (original NPD is fine)Q: Are the default dispensers added by the mod OP?
A: That is for you to decide. they are more a proof of concept and can be modified by the user if they wish.Q: Can I make my dispenser a drug / beer dispenser?
A: Actually, Yes, You can. Replace the line isMealSourcetrue/isMealSource with designationCategoryJoy/designationCategory and during assigned rec time they will take the item it dispenses. This was found out by Cegorach.
N/A

1) Grinder Hoppers

Smash Phil - Coding, Sorted the XML Folders and Organised
Mistor Love - Sprites / Textures
- See if the the error persists if you just have this mod and its requirements active.
- If not, try adding your other mods until it happens again.
- Post your error-log using [HugsLib](https://steamcommunity.com/workshop/filedetails/?id=818773962) or the standalone [Uploader](https://steamcommunity.com/sharedfiles/filedetails/?id=2873415404) and command Ctrl+F12
- For best support, please use the Discord-channel for error-reporting.
- Do not report errors by making a discussion-thread, I get no notification of that.
- If you have the solution for a problem, please post it to the GitHub repository.
- Use [RimSort](https://github.com/RimSort/RimSort/releases/latest) to sort your mods[](https://steamcommunity.com/sharedfiles/filedetails/changelog/2043895447)