Skyrim Special Edition

File information

Last updated

Original upload

Created by

wgstein

Uploaded by

wgstein

Virus scan

Safe to use

Tags for this mod

About this mod

This MOD provides appropriate table manner to sophisticated citizens in Skyrim.
Whenever you dine, every followers also tries to sit down and dine together.

Requirements
Permissions and credits
Translations
  • Spanish
* Port of my ancient MOD from normal edition. Adjusted to avoid SKSE functions, hence there may be slight difference in behavior.
  Please be noted that combination with any hardcore MOD for SE (if any) is untested.

* Introduction

This MOD provides appropriate table manner to sophisticated citizens in Skyrim.
Whenever you dine, every followers also tries to sit down and dine together.
Originally this MOD was developed as animation patch MOD for TRO and RND in
local community. Now I revised everything to generalize for release.




* Installation
Copy Data folder in the archive to Skyrim folder.

* Default Usage
- If you eat something, followers (try to) eat the same food or drink.
Despite the number of followers you have, just one food item is consumed.
- If you sit in a chair, followers (try to) sit in a chair nearby.
They may start to use furnitures (crafting table etc.) instead of a chair.
- Someone who drinks standing performs tankard drink motion.
If he/she is sit in a chair and using a table, he/she simply puts it on the table.
- Someone who eats standing performs bread-eating motion.
- Someone who eats sitting performs:
+ bread-eating motion if it was a snack.
+ soup bowl and spoon motion on temporary table.
If he/she was you, dialog shows up and ask which motion to take.
- If you eat any MOD food which you have never eaten, you are asked what type
the food belongs to.
"Drink" - normal drink which can be obtained from shop or looting.
"Snack" - light snack, appropriate for bread-eating motion.
"Meal" - something you want to eat with soup bowl and spoon.
"No Food" - if you are using hardcore MOD, empty bottles are this type for example.
Dummy food-like items on which you don't want to perform any eat/drink animations.
"Unfinished Drink(by MOD)" - items that may be automatically added to your inventory,
like half-empty water bottle if you are using hardcore MOD. This type of drink should be
excluded from prompt asking what to do with the food when you are sitting.
- If you read a book, you perform book-reading motion.
Reading standing when you are standing, or reading sitting when you are sitting,
or just place it on a table if you are using one.
- Everything will be cleared up when you get up from the chair.
- You can reselect the type of MOD foods by Select Food Type spell in Alteration section.
Grab it and cast the spell. Selection dialog will turn up.

* Options
 We do not have MCM at the time of release of this MOD despite its original requirements.
 Thus method of setting must go harder way.
 Set global variables from console command as follows.
 - To disable table: set fakeTable to 0
 - To enable table if necessary (depending on the location you sit in): set fakeTable to 1
 - To enable table always: set fakeTable to 2 (default)
 - To disable candle light on table: set withLight to 0
 - To enable candle light on table: set withLight to 1 (default)
 - To disable reading books: set readBooks to 0
 - To enable reading books: set readBooks to 1 (default)
 - To disable eating standing: set eatStand to 0
 - To enable eating standing: set eatStand to 1 (default)
(Direct Eating option and Food Size option is not yet implemented)

* Files
Data/DineWithFollowers.esp - Main file.
Data/Scripts/aaatablemannerquestscript.pex
Data/Scripts/dwffoodtypeselectspellscript.pex
Data/Scripts/dwfplayerhandler.pex
Data/Scripts/dwfmcmscript.pex
Data/Scripts/Source/aaatablemannerquestscript.pex
Data/Scripts/Source/dwffoodtypeselectspellscript.pex
Data/Scripts/Source/dwfplayerhandler.pex
Data/Scripts/Source/dwfmcmscript.pex

* Version History
2016.11.15 - Ported to Skyrim Special Edition (including adjustment on item type recognition to avoid SKSE)
2016.10.28 - Enhance: added toggles for "eat standing" and "read books" option.
2013.2.17 - Enhance: temporary table became optional. Bugfix: fix repeating 'Unfinished Drink' selection. Bugfix: follower lighting.
2013.1.31 - Derived from RNDAnimPatch, first release.

* Modification, Redistribution
Freely permitted.