Difference between revisions of "User:Jaxad0127/Advanced Food Modding"
From SimsWiki
(Created as prototype for tutorial/modding info) |
m (Fix colomns) |
||
Line 40: | Line 40: | ||
|- | |- | ||
|0x0001 | |0x0001 | ||
+ | | | ||
|''unknown'' | |''unknown'' | ||
|- | |- | ||
|0x0002 | |0x0002 | ||
+ | | | ||
|''unknown'' | |''unknown'' | ||
|- | |- |
Revision as of 04:43, 29 August 2006
This requires basic knowledge of SimAntics and text lists.
Contents |
Times Avaliable
These are controlled by flags in [Semi] Attribute 0x7 ("Menu Time Availability"). You should first set the attribute to 0x0 to clear all the flags. Snacks just set this attribute to 0xFFFF.
Hex | Meal | Start | End |
---|---|---|---|
0x01 | Breakfast | 12:00am | 10:30am |
0x02 | Lunch | 10:30am | 4:30pm |
0x03 | Dinner | 4:30pm | 12:30am |
Menus
Menus vary with the type of food, but most have a similar layout. You need to replace text in italics with the specified word(s).
General
Entry | Text | Notes |
---|---|---|
0x0000 | unknown | |
0x0001 | unknown | |
0x0002 | unknown | |
0x0003 | mostly unknown (see snacks) | |
0x0004 | Grab a container | Only needed for those that can be served, appears to have a defualt value |
food specific | ||
0x000B | Get food | |
0x000C | Get food | |
0x000D | Get.../ food | |
0x000E | Get.../ food | |
0x000F | Resume Cooking | |
0x0010 | Resume Cooking/ food | |
0x0011 | Resume Cooking/ food |
Meals
Entry | Text | Notes |
---|---|---|
0x0005 | Have Dinner.../food | |
0x0006 | Have Lunch.../food | |
0x0007 | Have Breakfast.../food | |
0x0008 | Serve Dinner.../food | |
0x0009 | Serve Lunch.../food | |
0x000A | Serve Breakfast.../food |
Deserts
Entry | Text | Notes |
---|---|---|
0x0005 | Have Dessert.../food | |
0x0006 | Serve Dessert.../food | |
0x0007 | ||
0x0008 | ||
0x0009 | ||
0x000A |
Snacks
Entry | Text | Notes |
---|---|---|
0x0003 | action | Only observed in drink item |
0x0004 | Grab a container | |
0x0005 | Have a Snack.../food | |
0x0006 | Serve Snacks.../food | Only needed for snacks that can be served |
No other entries |