Dwarf Fortress > DF Modding

Anyone tried modding food?

(1/2) > >>

NJW2000:
I was at a loose end, so I made a couple of new food objects (is that what you call them), along the lines of Kebabs, cakes, etc. Nothing Fancy, just same as meals, different names.

Was this a good idea? Will trying to run my current fortress with this be a good idea? Will I be able to make my dwarves make sandwiches?
Please answer soon, or I may just try it and see, jeopardisijng my current volcanic homeland.

Also, I saw the "LEVELS" on meals, which obviously correspond to the no. of ingredients used. I then tried putting in level 5 and 9 meals. Will these exist? Will I be able to have them made? And if so, will the value multipliers make my eyes pop out of my head?

Update: lelvel 5 and 9 meals won't seem to work in fortress mode, lavish, fine, easy or nothing, it would appear... after a modicum of testing, no dwarf has made a kebab, sandwich or cake yet.

Meph:
You cant add more levels. Only add different names, there is no effect on gameplay. The only change is more names in stockpiles.

NJW2000:
Thnx. But I WILL get more different (read pretty much the same) types of food, right?

Meph:
Yes?

I use those in my mod:

--- Code: ---item_food

[OBJECT:ITEM]

##################################
/// Level 1 food is any single, edible item

##################################
/// Level 2 food

0
[ITEM_FOOD:ITEM_FOOD_BISCUITS]
[NAME:biscuits]
[LEVEL:2]
1
[ITEM_FOOD:ITEM_FOOD_MASH]
[NAME:mash]
[LEVEL:2]
2
[ITEM_FOOD:ITEM_FOOD_SOUP]
[NAME:soup]
[LEVEL:2]
3
[ITEM_FOOD:ITEM_FOOD_PUDDING]
[NAME:pudding]
[LEVEL:2]
4
[ITEM_FOOD:ITEM_FOOD_CROISSANTS]
[NAME:croissants]
[LEVEL:2]
##################################
/// Level 3 food

5
[ITEM_FOOD:ITEM_FOOD_STEW]
[NAME:stew]
[LEVEL:3]
6
[ITEM_FOOD:ITEM_FOOD_SKEWERS]
[NAME:skewers]
[LEVEL:3]
7
[ITEM_FOOD:ITEM_FOOD_ROLLS]
[NAME:rolls]
[LEVEL:3
8
[ITEM_FOOD:ITEM_FOOD_MUFFINS]
[NAME:muffins]
[LEVEL:3]
9
[ITEM_FOOD:ITEM_FOOD_DESSERT]
[NAME:dessert]
[LEVEL:3]

##################################
/// Level 4 food

10
[ITEM_FOOD:ITEM_FOOD_ROAST]
[NAME:roast]
[LEVEL:4]
11
[ITEM_FOOD:ITEM_FOOD_CAKE]
[NAME:cake]
[LEVEL:4]
12
[ITEM_FOOD:ITEM_FOOD_PANCAKES]
[NAME:pancakes]
[LEVEL:4]
13
[ITEM_FOOD:ITEM_PASTRY]
[NAME:pastry]
[LEVEL:4]
14
[ITEM_FOOD:ITEM_FOOD_PIE]
[NAME:pie]
[LEVEL:3]

--- End code ---

NJW2000:
Woss wiv all the #########/// business?

Navigation

[0] Message Index

[#] Next page

Go to full version