File information
Last updated
Original upload
Created by
gekkou1992Uploaded by
gekkou1992Virus scan
Activity logs
This page was last updated on 03 November 2020, 1:47AM
- Changelogs
-
-
Version 4.1.8
- Fixed issue that can't create camp-firewood
-
Version 4.1.7
- Fixed the order of include files.
- Added KNNPlugin_Utility Function "ForceUpdateBasicNeeds()". Don't call in succession this function.
-
Version 4.1.6
- Fixed regeneration of combat health issue
- Fixed issue that I forgot to save(MCM -> save MCM settings) the number of meals
-
Version 4.1.5
- Fixed SKSE plugin code issue.
- Change papyrus script code
-
Version 4.1.4
- Possible to change the number of meals(MCM -> Basic Needs: Special). The amount of meal needed per day does not change.
-
Version 4.1.3
- Fixed sleeping eyes issue that doesn't close when expression feature was enabled(The PC's eyes was closed when v3)
- Fixed wrong debuff sound playing issue
-
Version 4.1.2
- Fixed debuff sound issue that wasn't played
-
Version 4.1.1
- Fixed debuff system bug
-
Version 4.1.0
- Added basic-needs state change event.
RegisterForModEvent("KNNBasicNeeds_Aplly", "OnApllyKNNBasicNeeds")
RegisterForModEvent("KNNBasicNeeds_Remove", "OnRemoveKNNBasicNeeds")
Event OnApllyKNNBasicNeeds(string eventName, string values, float flags, form player) : Called when the PC get hungry from full.
Event OnRemoveKNNBasicNeeds(string eventName, string values, float flags, form player) : Called when the PC is stuffed from hungry.
SendModEvent("KNNBasicNeeds_Aplly") and SendModEvent("KNNBasicNeeds_Remove") will be called by "KNNPlugin.dll". See "KNNPlugin_Utility.psc".
* Basic-needs value will round down after third decimal point.
If you don't need this feature, use 4.0.18 because 4.0.18 is stable.
- Added basic-needs state change event.
-
Version 4.0.18
- Improved activation lever anim SKSE plugin behavior
- Changed reading book anim SKSE plugin behavior while equipping a shield
-
Version 4.0.17
- Fixed eating soup animation on sitting issue that wasn't played
- Fixed follower washing body anim issue that the works is fine but the Papyrus code is wrong
- Fixed eating(drinking) anim feature issue that game crash when ate a "Dragonborn.esm" food
-
Version 4.0.16
- Made decrease "Body Health value" while the PC is swimming. This feature is used hooks, so set "KNNSettings.ini" to 1 if you have conflicts with other SKSE plugins. Then, my skse plugin work with v4.0.15.
- Fixed "Stop HT Weapon Drawn grayed out" issue in the MCM
-
Version 4.0.15
- Added feature that updating exclusion Headtracking list(crosshair target). You can edit SKSE/Plugins/EatingSleepingDrinking/backup/NoLookObjectDefault.xml and NoLookObjectUsers.xml. If you want to add a new form, edit the "NoLookObjectUsers.xml". The file isn't exist so copy and paste from NoLookObjectDefault.xml, rename it. Is bothersome to edit XML? Add forms directly to the form list using TesVEdit as before. Note : When run the feature, forms will be removed that you add using script.
- Changed the eating and drinking animation so that it can be specified for each gender. If you change animationMale = "animation name" such as Skyrim.xml, Hearthfires.xml to bread, you can make all men only vanilla bread eating animation (drink is "tankard"). However, since I made the animation of "soup" or "stew", "Elsweyr Fondue" for male, don't change them.
- Added feature that updating exclusion Headtracking list(crosshair target). You can edit SKSE/Plugins/EatingSleepingDrinking/backup/NoLookObjectDefault.xml and NoLookObjectUsers.xml. If you want to add a new form, edit the "NoLookObjectUsers.xml". The file isn't exist so copy and paste from NoLookObjectDefault.xml, rename it. Is bothersome to edit XML? Add forms directly to the form list using TesVEdit as before. Note : When run the feature, forms will be removed that you add using script.
-
Version 4.0.14
- Fixed reading book anim issue that was played even when the feature was disabled
- Fixed armor slot status MCM page
-
Version 4.0.13
- Fixed CTD issue when press idle anim hotkey targeting to un-absorption soul dragon while quickloot UI visible
- Fixed missing eating a raw potato animation
- Changed hipbag slotmask 56 to 60(By my convenience)
-
Version 4.0.12
- Removed protection actor and actor dying detection message feature
How to update to 4.0.12
1. Load game
2. Console StopQuest aaaKNNMiscFunctionQuest
3. Console GetQuestRunning aaaKNNMiscFunctionQuest
4. See whether aaaKNNMiscFunctionQuest Quest is 0
5. Save game
6. Over write update files
7. Start Skyrim
8. MCM -> Run saving MCM settings(if you're using the feature)
- Removed protection actor and actor dying detection message feature
-
Version 4.0.11
- Show barrel's water remaining amount message when enabled message in the MCM
- You can see number of remaining water barrel in the MCM basicneeds managing page. If you forgot where you set the water barrel, turn off the feature(All barrels will be removed). If water barrel name is [...], restart water barrel feature(MCM -> ESD -> Utility General Settings -> Water Barrel -> OFF -> close MCM -> in game -> open MCM -> ON). Notice : Quest marker is limited. Don't show always.
-
Version 4.0.10
- Fixed headtracking issue that doesn't stop work when the PC was equipped a scroll item(and torch)
-
Version 4.0.9
- Fixed issue that couldn't ride Odahviing when enabled headtracking idle animamtion feature. Headtracking idle animation feature will be diseabled while talking to dragon. This issue happens from v4.0.7.
-
Version 4.0.8
- Fixed eating(drinking) anim issue that wasn't played on sitting
-
Version 4.0.7
- Fixed headtracking dragon issue again(same as the v4.0.4)
- Fixed drinking anim issue while moving on a horse
- Added water barrel feature. The barrel is able to put to cell. For example, don't uninstall the mod house while putting the barrel in house.
1. Enable the feature in MCM
2. Go smithing forge and make it
3. Drop water barrel from inventory
4. Set the water barrel you want to target place using grabbing
5. Activate the water barrel and select "Put to here"
6. Finish
If you want to remove the barrel, activate it while weapon drawn or disable the feature(Barrels will be all removed). It's possible to cancel, so you try activate the barrel once.
The barrel has 3 days water. If it becomes empty, you will be not able to activate it for a day. If that was happens, wait a day, far away from the cell.
-
Version 4.0.6
- Fixed headtracking issue that was work although disabled the feature.
- How to resolve:
- 1. Turn on headtracking feature
- 2. Close MCM
- 3. Save game
- 4. Load game
- 5. Open MCM(Don't talk or target to the NPC(and Object))
- 6. Turn off headtracking feature
-
Version 4.0.5
- Fixed drinking a water bottle animation issue that was not played(Animation wasn't played when food mod plugin index was greater than 0x7F)
-
Version 4.0.4
- Fixed headtracking issue that wasn't target the dragon(e.g. Paarthurnax, Durnehviir, Odahviing, Sahrotaar).
- Fixed follower dirty-body effect feature behavior issue when has nothing followers while turning on feature
-
Version 4.0.3
- Fixed idle-hotkey(maybe also hipbag-hotkey) issue that stop work when reload game. Restart Skyrim, it's works fine(when v4.0.2).
- Fixed sleeping anim that was stopped work when go to double-bed at the same time with NPC
-
Version 4.0.2
- Fixed eating(drinking) animation issue that was not played and lost player-controls
- Fixed follower eating(drinking) animation issue that was not played and stayed there for a while when they have nothing foods
-
Version 4.0.1
- Fixed eating(drinking) food one by one issue
- Fixed getting CTD issue when ate a mod foods
- Fixed loading MCM settings issue that could not load
- Fixed showed always N/A food list in the MCM
-
Version 4.0.0
- Fixed issue that sleeping animation was not played in the Solstheim unless Miraak had to be defeated by the regular(formal? proper?) quest line.
- Fixed not finish head-tracking issue when killmove was played
- Change Animation feature design.
- - Integrated into one script except "activation animation" and "Quick Loot animation". If you want to intervene my papyrus scripts in your convenience, you can easily modify it
- - Abolited alternation Animation feature
- - Added New alternation Animation feature using xml managing
- - You will be able to add the animation relatively easily
- Fixed hotkey not work issue that under using gamepad
- Added saving and loading food type feature(e.g. NoFoodsNoDrinks, Raw foods, foods, water, alcohol). I shouted that registering one by one is annoying.
- "HOW TO UPDATE"
- 1. Forcibly "REPLACED FILES" install v4.0.0(No MagicEffect, No playing Animation, Idle State).
- 2. Load save data. You will see many error log in papyrus log.
- 3. Open MCM
- 4. Save MCM settings and External mod food list. BUT DON'T SAVE GAME!
- 5. Stop game, return to starting menu.
- 6. New Game
- 7. Load MCM settings and External mod food list
- 8. Export External Mod Food Anim xml
- 9. Editing (8)
- 10. Enjoy
- - Export External Mod Food Anim xml
- SKSE\Plugins\EatingSleepingDrinking\animations\foods\[MOD FOOD NAME].xml
- You need to edit "SOMETHING"(animation="[SOMETHING]") to your favorite animation name referring Skyrim.xml and Dawnguard.xml, Hearthfire.xml, Dragonborn.xml.
- If no edit or no exist "[MOD FOOD NAME].xml", eating and drinking animation won't be played.
- Removed spell hotkey feature
- Removed shout hotkey feature
- Removed accessory hotkey feature
- Removed health, magicka, stamina potion hotkey
-
Version 3.9.4
- Adjusted headtracking behavior
- Added "_KNNHTNoLookObjectList(FormList). If you add form, the PC will not see it(enabled with crosshair target)
- Fixed go to bed anim behavior in the solstheim before defeat Miraak
-
Version 3.9.3
- Fixed spell hotkey issue that game is freeze when use the feature while equipping bound-weapon
-
Version 3.9.2beta
- Added the PC auto equip armors feature after washing body(forced enabled)
- right hand weapon : ebony dagger superior, left hand weapon : ebony dagger Epic -> No problem, works fine
- equipped cuirass : vanilla ebony armor, inventory : fine ebony armor + Legendary enchant ebony armor -> No problem, vanilla ebony armor will be worn.
- If you play with 1st-person camera, wearing will be late rather. - Fixed washing body animation camera issue
- Adjusted headtracking feature
- Adjusted hunger / thirst / fatigue decrease value while runing on riding horse
- Adjusted Increase hunger / thirst / fatigue value when werewolf took cannibal
- Added toggle to MCM which is able to change stops head-tracking from when "casting magic or drawing bow" to when "drawing weapon(magic)". Turn on this if you're using "Ultimate Combat".
- Added the PC auto equip armors feature after washing body(forced enabled)
-
Version 3.9.1beta
- Fixed headtracking target issue that wasn't removed it(using crosshair target headtracking)
- Adjustmented combat target headtracking behavior.
- Fixed spell hotkey issue
-
Version 3.9.0alpha
- Fixed head fast movement(head twitch?) issue while idle when enabled headtracking feature
- Fixed meal(eating, drinking) animation issue that was played even when disabled them
- Changed to the PC headtracking while in combat also. This is forced enabled.
- Enabled combat-target headtracking feature(Only "speaker + HUD" mode). This is forced enabled.
-
Version 3.8.5
- Changed to custom reading note animation
- Made impossible to put hip-bag(sack) in the itself
-
Version 3.8.4
- Fixed Headtracking feature bug
- Changed to disable follower dirty body effect feature when disabled the PC dirty body effect feature
-
Version 3.8.3
- Added Mod bed detection feature(MCM -> Utility: General page). The PC will go to sleep on MOD 's bed. It will be run automatically even when you enable the sleeping anim feature.
- Fixed headtracking expression issue
- Fixed headtracking bug
-
Version 3.8.2
- Fixed eye tracking issue that was not work correctly
- Fixed [R6025 pure virtual function call] CTD issue(It happens if you're using headtracking feature)
- Fixed male animation files issue that wasn't exist
- Fixed follower dirtybody effect issue that was not removed even if washing the body when using follower dirtybody effect feature
-
Version 3.8.1
- Fixed headtracking issue that was not returned default position when cooking and smithing, make potion, enchanting...etc
- Fixed player activation anim(puzzle pillar and pull bar, door bar) issue that was not work
- If you use puzzle wheel animation, MCM -> puzzle wheel anim -> OFF -> close MCM(back to in game mode) -> open MCM -> puzzle wheel anima -> ON
-
Version 3.8.0
- Modifered headtracking and basic-needs feature SKSE plugin code(for Improve processing speed)
- Added alternate Mod "Drinks" anim feature. I don't test because I don't have mod drinks. Someone test the feature and MCM.
- Changed follower eating and drinking, washing body animation design. before : Only dialogue follower quest alias -> after : Randomly(just eatiing and drinking. washing is dialogue) picked three from all current player followers(But the dialogue follower quest alias takes precedence).
- Changed follower activation animation SKSE plugin code.
-
Version 3.7.15
- Modified headtracking feature SKSE plugin code. The PC won't play "basic-needs penalty and headtracing" face animation(expression) while play scene and enabled package. Growling sound isn't stopped.
-
Version 3.7.14
- Fixed sleeping anim(package) loop issue that was failed to sleep. Cancel using open journal-menu if follower is taken a bed before the PC.
- Fixed v3.7.13 headtracking bug
-
Version 3.7.13
- Added forced cancel PC sleeping anim feature. "OPEN JUARNAL MENU" while going to the bed.
- Modified headtracking feature SKSE plugin code. The PC won't headtracking while play scene and enabled package.
-
Version 3.7.12
- Fixed "Mod foods list feature" issue that can not remove-all
-
Version 3.7.11
- Fixed idle anim hotkey issue that gets CTD when crosshair target has actor
-
Version 3.7.10
- Fixed opening door animation of loading cell door issue that was played animation when command to follower
- Fixed headtracking(using crosshair) issue
- Fixed protection NPC feature issue that get CTD when NPC was killed by system
-
Version 3.7.9
- Fixed the behavior of the "KNNPlugin_Utility.ModBasicNeeds(string typeName, float Value)" function.
-
Version 3.7.8
- Fixed headtracking target issue
- If you want to update eye-tracking, you can set to interval with MCM.
You set to 1.0 second? No, too early. Create an opening to interval at least 3-5 seconds.
Recommend :
If your Skyrim 30 Frames Per Second, set to 5 or more.
If your Skyrim 60 Frames Per Second, set to 3 or more.
This feature is heavy processing. If you set to 10 second, it's better not to use. Because most NPCs does not speak for 10 seconds.
-
Version 3.7.7
- Fixed Headtracking feature issue that see non existent target
- Fixed Headtracking feature issue that see non existent target right after the PC was waking up
- Fixed follower dirty-body effect issue that was not removed even if washing body
- Fixed headtracking issue when commanded to follower
-
Version 3.7.6
- Fixed not playing all door anim issue when installed "simply knock"
-
Version 3.7.5
- Fixed getting CTD issue when open locked door of loading cell
-
Version 3.7.4
- Fixed crosshair target headtracking issue
-
Version 3.7.3
- Fixed showing detection foods pop-up window issue even if disabled eating and drinking animation
- Added combat expression toggle.
- Fixed headtracking feature issue that was not stop when rinding a horse(dragon) and POV
- Fixed getting CTD when the PC on horseback
-
Version 3.7.2
- Fixed sleeping feature issue that khajiit and argonian was not able to use
- Fixed camp-firewood issue that nothing changing when the PC fire to it using fire-breath(shout)
- Added eye-tracking feature. dafault OFF. You need to enable the feature in MCM headtracking 2nd page.
Using condition of this feature is "expression -> ON"(MCM 1st page)
-
Version 3.7.1
- Fixed male eating and drinking animation while sitting issue
- Fixed QuickLoot anim issue(v3.7.0)
- Added campfire(has heatsource of Frostfall)
- Fixed locking door feature issue
- Tweaked note anim
-
Version 3.7.0
- - Fixed seeing the mined vein issue(Headtracking feature)
- Fixed game crash issue that right after start Skyrim(Initialization of the SKSE plugin was too early)
- Again fixed follower dirtybody effect issue
- I thought the cause of CTD was due to the headtracking feature, but it was wrong
- Adjusted headtracking feature
- Changed custom headtracking expression settings file
...SKSE\Plugins\KNNHTExpression.ini -> ...SKSE\Plugins\EatingSleepingDrinking\Actor_R01.ini, Actor_R02.ini, Actor_R03.ini, Actor_R04.ini....etc
- Changed custom basicneeds expression settings file
..SKSE\Plugins\KNNPlugin.ini -> ...SKSE\Plugins\EatingSleepingDrinking\BasicNeeds.ini
- Separated female and male animation but duplicate female animation. You can change gender in the MCM - The CTD issue might have been resolved
- - Fixed seeing the mined vein issue(Headtracking feature)
-
Version 3.6.4
- Fixed dirtybody widget value issue
- Fixed automatically removed follower dirtybody effect issue. Sorry, follower's effect was initialized
- If you want to know follower's dirtybody status, Console : GetKNNVariable or SetKNNVariable FollowerBodyHealth Integer(value)
-
Version 3.6.03
- Fixed follower eating and drinking, filling water bottle anim issue
- Fixed face target(headtracking) issue that was right after harvested
-
Version 3.6.02
- Fixed follower dirty-body effect feature issue that is removed automatically(I have forget this thing)
- Fixed filling water to bottle animation issue that does not work
- Fixed washing body animation issue that does not work
- Adjusted player sleeping feature
- Adjusted v3.6.0 feature script
- Fixed CTD issue when Skyrim started
- Fixed expression feature issue
-
Version 3.6.01
- Fixed resetting MCM bathing armor slot toggle issue when enabled or disabled the follower's meal and sleeping toggle
- Fixed no unequipping helmet toggle issue that is not exist
- Added follower meal and sleeping toggle state to saving MCM settings feature. YOU TURN ON THE SAVING TOGGLE when you update to v3.6.1
- Added follower making bed (animation) feature(follower dialogue command).
Condition :
- player sleeping anim ON, follower sleeping anim ON -> Played animation
- player sleeping anim ON, follower sleeping anim OFF -> follower do it without played animation
- player sleeping anim OFF, follower sleeping anim ON or OFF -> out of the question - Fixed always grayed-out expression toggle(mcm basic need page) issue when basicneeds toggle from ON to OFF.
- Fixed follower anim feature issue. However, the feature is unstable since forced to play animation to NPCs except meal and drinking, fill water, washing body.
- Follower dialogue :
"Camping here" -> Follower drop all bedroll from their inventory if follower have some bedroll.
"Could you making a bedroll" -> They set a bedroll
"Could you strike a bedroll" -> They pickup a bedroll
To see these, toggle player sleeping anim and follower sleeping anim in the MCM
Others :
Follower is played drink a water from river when press Idle anim hotkey if they soak in the water(condition : toggle drinking drinks in the MCM).
-
Version 3.6.00
- Changed v3.5.3 feature papyrus script code design
You can get the played meal animation event name.
- RegisterForModEvent("KNNSendMealAnim", "KNNOnFollowerPlayMealAnim")
- UnregisterForModEvent("KNNSendMealAnim")
- Event KNNOnFollowerPlayMealAnim(Form playedActor, string animEventName, bool IsFoodsAnim, int alwaysNULL)
* Received right before running "Debug.SendAnimationEvent(playedActor, animEventName)"
playedActor : the player or npc
animEventName : Run the animation name
IsFoodsAnim : True -> played eating animation, False -> played drinking animation
alwaysNULL : always 0
- RegisterForModEvent("KNNSendSleepAnim", "KNNOnFollowerPlaySleepAnim")
- UnregisterForModEvent("KNNSendSleepAnim")
- Event KNNOnFollowerPlaySleepAnim(string eventName, string strArg, float numArg, Form sender)
* Received right after the player leave to go to the bed
eventName : inculded "KNNSendSleepAnim"
strArg : null or emtpty
numArg : null
Form : nullptr
- Changed v3.5.3 feature papyrus script code design
-
Version 3.5.3
- Added follower sleeping feature(Vanilla "DialogueFollower" Quest in the "Follower" of ReferenceAlias). I don't know the feature will work if installing follower management MOD.
- Added follower playing (eating and drinking) animation feature
-
Version 3.5.2
- Stopped to output v3.5.0 debug logs
- Adjusted v3.5.0 headtracking feature SKSE plugin code
- Headtracking feature performance finally exceeded v 2.9.13.
-
Version 3.5.01
- Fixed Headtracking feature SKSE plugin code that was changed with v3.5.0
- Fixed BasicNeeds feature SKSE plugin code that was changed with v3.5.0
-
Version 3.5.00
- Reduced the processing load of SKSE plugin
-
Version 3.4.8
- Adjusted the thirst feature code
- Made bedroll animation speed faster(too long animation!)
- Added randomly drinking(drinking a drink hotkey)
- Fixed big hands when drink a wine animation(right hand : tankard, left hand : wine bottle) issue
- Fixed reading note animation issue that was not played
- Fixed facial expression toggle(MCM 1st page) issue that was disabled when turn off basic needs toggle
-
Version 3.4.7
- Fixed v3.4.6 spell hotkey issue that was not work
- All the hotkey is initialized by pressing the back to default button of MCM
-
Version 3.4.6
- This mod became to recognize the gamepad hotkey.
-
Version 3.4.5
- Fixed hip-bag texture resolution(1028x1024) issue
- v3.4.5 Re-uploaded (Fixed missing a part of hip-bag belt normal map)
-
Version 3.4.4
- Fixed Mod food alternate anim feature issue(MCM script and SKSE plugin)
- Fixed missing MCM text
- Added baked potatoes recipe
-
Version 3.4.3
- Fixed 3rd spell hotkey equip-hand-type issue
-
Version 3.4.02
- Changed hunger feature design.
Before : Hunger value is increased when eating raw foods
After : Hunger value is reduced when eating raw foods. However, it recovers 1/10 of the food weight.
Because I had no opportunity to use to cook raw foods. - Raw foods :
Flour, mud crab legs, ash hopper legs, ash hopper meat, ashyam, boar meat(dragonborn), raw beef, chicken, clam meat, dog meat, goat meat, horker meat, horse meat, mammoth meat, pheasant breast, potato, rabbit, salmon, venison, butter, cabbage, carrot, apple, green apple, gourd, leek(I added grilled leek recipe), tomato
- Changed hunger feature design.
-
Version 3.4.01
- Fixed selling a water and towel issue that not after 24 hours but after 24 days.
If you are already using the feature, OFF / ON toggle.
Console :
- Set aaaKNNNextSellTowelTime to 0
- Set aaaKNNSellTowelInterval to 1
- Set aaaKNNNextSellWaterTime to 0
- Set aaaKNNSellWaterInterval to 1
- Fixed selling a water and towel issue that not after 24 hours but after 24 days.
-
Version 3.4.00
- Changed sell water bottle feature design.
Added sell towel potion feature.
So...
The toggle has increased.
-> The MCM save and load settings feature design was changed.
->The previous data file became unreadable.
->Immediately after updating to the latest version need to make a save file if you're using it.
- Changed sell water bottle feature design.
-
Version 3.3.11
- Changed headtracking expression feature that made possible to work without enabled "EatingSleepingDrinking" main toggle
-
Version 3.3.10
- Fixed issue that message is not displayed when loading MCM save data
-
Version 3.3.09
- Fixed my SKSE plugin code issue( Wrong ”Item count” coding). (potion , eating, drinking, hip-bag) hotkey, silber spoon, needle feature.
-
Version 3.3.08
- Fixed [Esc -> Data -> create -> "Potion Used"] issue. If you want to back the value to normal, start NEW GAME.
-
Version 3.3.07
- Changed drunk slider limit
-
Version 3.3.06
- Fixed thirsty value issue maybe
-
Version 3.3.04
- Fixed an issue that reading animation did not work when sitting
-
Version 3.3.03
- Fixed shout buff issue(idle animation hotkey feature)
-
Version 3.3.02
- Fixed locked door animation from outside issue
-
Version 3.3.01beta
- Fixed widget settings when loaded MCM settings
- Added widget position and alpha data to saved MCM settings
-
Version 3.3.00beta
- Added save and load MCM settings feature.
Someone try this. It would be better if you backed up saved data.
note:
hotkey and list is not saved.
save data->SKSE\Plugins\KNNSettings.save(binary data).
Force close MCM because I intentionally do it.
Amari debug shitemasen but knnht no bug fix shitearimasu(RelationshipRank 2 ga not work datta noto variable no pointer ga yabai-mono wo sashiteita). - Fixed headtracking feature relationshiprank 2 not work
- Fixed null pointer issue(headtracking feature)
- Added save and load MCM settings feature.
-
Version 3.2.12
- Fixed activation (container) anim issue in the meridia's temple corpse that does not work. I went to Meridia's temple for the first time in 3 years.
- Fixed Idle anim hotkey
- MCM settings, Changed name : Intensity tired -> Magnitude tired. Added : new intensity tired
-
Version 3.2.11
- Added spell hotkey again
-
Version 3.2.10
- Added slot mask confirmation page. Because to open nif file and check is bother.
-
Version 3.2.09
- Fixed sack(hipbag hotkey feature) issue
- Fixed spell hotkey issue(selected right or left hand) that does not work when equipping a scroll
-
Version 3.2.08
- Fixed playing pull-bar anim issue when activated to puzzle-pillar
- Ajusted basic needs feature SKSE plugin code
- Fixed drinking hotkey issue. This issue was made by me from v3.2.xx
- Fixed headtracking feature issue that does not see some dead actor
- Fixed dirty body value healing issue when take magic damage
- Fixed spell hotkey MCM issue
- Fixed unequipping spell hotkey issue
- Fixed two issues. But I don't remember.
-
Version 3.2.07
- Fixed spell / shout hotkey feature issue that is not useful
- Fixed Headtracking feature issue that keeps to stop. It resolve when game was loaded(reloaded).
-
Version 3.2.06
- Fixed dirty body effect issue that does not work
- Fixed CTD headtracking feature issue. You will not bother CTD anymore.
-
Version 3.2.05
- Fixed headtracking feature issue that was crashed when using it. Removed HUD(priority) + Speaker mode
How to update :
1. Select "only HUD"
2. Disabled headtracking feature
3. save game
4. overwrite v3.2.5
- Fixed headtracking feature issue that was crashed when using it. Removed HUD(priority) + Speaker mode
-
Version 3.2.04
- Fixed MCM description bug
- Fixed MCM setting and SKSE plug-in behavior are wrong(BasicNeeds feature)
- Fixed message issue that has never appeared
- Changed headtracking feature SKSE plugin code because game was crash.
-
Version 3.2.03
- Fixed CTD issue when the PC was spoken from NPC by 2byte language. If you update from v3.2.02, just overwrite
-
Version 3.2.02
- I had to update Mod MCM version while debugging
-
Version 3.2.01
- I had to update Mod MCM version while debugging
-
Version 3.2.00
- Added tundra cotton slider(MCM)
- Added secondary hipbag(sack) container. If you'd like to access it, press the button for 1 second or more.
- Fixed bed anim issue that was not played on some of bed
- Fixed door anim issue
- Added male yawn sound
- Integrated bug fixed and new feature KNN Headtracking. Because the expression feature did not work properly when splitted.
Don't overwrite to v3.1.xx, otherwise mod get stuck. However, if you can uninstall KNN Headtracking correctly, overwriting is possible.
-
Version 3.1.51
- Fixed expression issue that does not work correctly. Update "KNN Headtracking" as well(The both have this issue).
- Adjusted door anim script
- Adjusted go to bed anim script
- Stopped Japanese .esp updating because it takes time
-
Version 3.1.50
- Fixed v3.1.49 bug
-
Version 3.1.49
- Fixed cancel activate issue after the PC sleeping once on v3.1.48. Sorry, this issue may not be resolved if you have updated to v3.1.48.
-
Version 3.1.48
- Fixed English MCM text
- Fixed sleeping feature(Not bug)
-
Version 3.1.47
- Fixed the sack issue that was not able to activate without hipbag
-
Version 3.1.46
- Fixed locking door anim issue that was played when the PC was equipped torch
-
Version 3.1.45
- Fixed activation container animation issue that was not played and activated
- Fixed QuickLoot anim issue that was not played in the outdoor locking container
-
Version 3.1.44
- Fixed QuickLoot anim(loot chest with crouching) issue that not work correctly
- Tundra cotton : 5 -> 3
- Fixed activation anim camera work issue
-
Version 3.1.43
- Fixed SKSE plugin code(part of wash body). Error does not occur even in the current code.
- Changed eating soul-husk effect. Added healing dirty body effect. I couldn't wash the PC body while 5 days in the soul-cairn. I was sad.
- Fixed setting issue that was not reflected even if Enabled toggle(juornal hotkey, widget hotkey, vender sells water bottle, stumble, drinking and eating hotkey, hungry, thirsty, tired, body heatlh, drunk). They were reflected when game was reloaded.
-
Version 3.1.42
- Fixed protected NPC feature issue that not work. It works properly if re-load game.
- Fixed civil war bed anim issue that was not played
- Fixed activation pullbar animation issue that is replaced by activation pullchain animation
-
Version 3.1.41
- Fixed QuickLoot anim issue that stop work when straight loot from ashpile
- Change reading book anim design : Force third person camera when PC read a book. Because the PC teleport when 1st person.
- Fixed harvesting nirnroot anim issue that was not set
- Fixed jumping harvesting anim issue. The PC is jumped, though they are exist on the ground
-
Version 3.1.40
- Fixed MCM description bug
- Fixed "Idle hotkey" issue that does not work sometimes after left-alt was pressed. Changed : Before -> left-alt and idle-Hotkey, After -> idle-Hotkey press more than 1 second
- Added a harvest anim
-
Version 3.1.39
- Added legacy activation door anim feature. if Locked door, the animation is not played.
- Added alternate eating animation feature(New MCM page). You can apply the your preferences eating animation from my custom animations to MOD food.
- Optimized the widget SKSE plugin code(Maybe widget papyrus script was run every 15 seconds).
-
Version 3.1.38
- Known issue :
QuickLoot anim feature sometimes comes to stop work. It recover when you restart Skyrim. It seems to happen after PC fire the magic. I would like you to report if you find a clue to fix it. - Tweak some anims
- Added Dragonborn foods and drinks anim.
Added Dawnguard food(Soul-Husk. The other does not exist) anim. BTW, this food heal hunger and thirst, tired.
I will not make animations that were classified into raw food.
- Known issue :
-
Version 3.1.37
- Changed basic-needs values that was cleared if "enable Basic Needs toggle" was ON from OFF.
Added reset basic needs value toggle(MCM new 3rd page).
- Changed basic-needs values that was cleared if "enable Basic Needs toggle" was ON from OFF.
-
Version 3.1.35
- Fixed basic needs feature issue that stop work if changed hungry(thirsty or sleepiness or bodyhealth or drunk) toggle stutas
-
Version 3.1.34
- Fixed new game issue that does not work correctly
- Fixed stumble feature issue
- Fixed equipping spell hotkey issue
- Fixed praying anim with opening eyes issue(If use KNNHeadtraking)
- Tweak some anims
- Fixed basic-needs issue that is working even if disabled them(Enable BasicNeeds toggle)
-
Version 3.1.33
- Added activation container anim for quickloot
- Divided the MCM page
-
Version 3.1.32
- Fixed Spell hotkey feature work
-
Version 3.1.31
- Fixed carryable bedroll issue that can use even if "go to bed" anim toggle is disabled.
- Added Opening cell loading door anim on the equipping torch.
- Matched SKSE plugin work status with MCM toggles status
-
Version 3.1.30
- Fixed thisty damage feature issue that does not work
- Decreased thirsty damage. Because it is absorbed too quickly. e.g. taken damage thunder bolt
- Extended stumble feature
- The PC fall down when attacked from behind(from -60 degrees to 60 degrees).
stumble conditions :
- Power attack
- Big creature(power attack and normal attack). giant, cat, wolf(big), mammoth, bear, horker, dragon, troll, spriggan mather, giant spider
- Fire ball
- Icy spear
- Thunder bolt
- Spider spit - Added eating Hearthfire food animations
- Fixed Idle anim hotkey feature bug
- Fixed sometimes CTD immediately after running the "skse_loader.exe"
- Fixed widget issue that was slow changed to negative icon.
- Added opening and closing door on equipping torch anim. I do not implement loading cell doors anim yet.
-
Version 3.1.29
- Tweaked some anim
- Added v3.1.27 anim for male(Because too strange when male PC is played female anim)
- Added unlock door anim(included activation door anim toggle)
- Fixed activation cage anim script bug
-
Version 3.1.28
- Fixed fill water bottle anim toggle issue
- Tweaked drinking a mead bottle anim
- Fixed v3.1.27 anim feature bug(Before : NPC is detected by PC. After : PC is detected by NPC)
- Fixed Papyrus Actor.GetLightLevel() issue.
-
Version 3.1.27
- Fixed positive sleepiness widget meter scale
- Tweaked existing anim
- Added a anim. You will not see anim If the player character has high stealth skill
-
Version 3.1.26
- Soups(weight 0.5 foods) were changed to include the food-bonus
- Added feature(rule) that heal sleepiness(tied) value(+120 = 2 hours) if the player was tired and ate a soup
- Tweaked eating soup anim(standing)
- Added some eating food anims
- Added player die feature(by hungry, thirsty, tied)
-
Version 3.1.25
- Added some bottle for solstheim
- Added some filling water bottle animation
- Fixed bodyhealth debuff issue that was not work correctly
- Fixed bed anim issue that was not work in the solstheim(Played anim if defeated Miraak)
-
Version 3.1.24
- Fixed QuickLoot anim issue that was not work after opening MCM
- Implemented the secondary hotkey
-
Version 3.1.23
- Fixed custom potion issue that was not able to register
-
Version 3.1.22
- Fixed too slowly update widget meter issue on the game loading
- Fixed healing hungry value issue when the player ate a raw-food
- Fixed lever anim script bug
- Changed eating anim script. You will find warning in the papyrus log, but they are no problem.
- Changed full healing thirsty value(set to 2880.0) when the player drink a water using idle anim hotkey
- Added 1 standing drinking animation
- Fixed Pheasant Roast issue that was registered alcohol list
- Added a new mode(foods and drinks potion hotkey)
- Added 14 standing eating animations(for vanilla "weight < 0.5" food animation)
- Changed to reduce the sleepy(tired) value decrease rate
-
Version 3.1.21
- Fixed auto unequip ammo feature issue that does not work if player has them for a long time
- Fixed lever anim issue that does not match the position and angle
- Fixed body wash anim issue that the player might not unequip ammo
-
Version 3.1.20
- Fixed loot chest(dead actor, animal. Have a grabbing anim) anim for "QuickLoot" issue that was not finished sometimes when you quick-loot.
- Fixed ashpile animation for QuickLoot issue that was not played. However sometimes it isn't played because ashpile actual position and sight position are different.
- Changed clear potion list feature that is possible to remove from one form
- Fixed portable bedroll issue that does not work.
- Fixed opening locking chest anim for QuikLoot
- Added magic effect when useing idle hotkey(like a v2.9)
- Added stamina penalty legendary mode(same as the v2.9)
- Stopped work QuickLoot animation if camera state was 1st-person. Because animation seems to not work correctly
-
Version 3.1.19
- Fixed loot actor anim for QuickLoot
- Fixed activate trap anim script bug
- Fixed showing hungry(thirsty, sleepy, dirty body) message every 1 minute(or 15 seconds). I fixed it at v3.1.17(no, v3.1.18... forgot).
-
Version 3.1.18
- Fixed opening chest (standing and sneaking) anim for QuickLoot.
-
Version 3.1.17
- Tweaked thirsty damage from enemy magic attack again
- Improveded the animation playing conditions for QuickLoot
- Changed sound(growling...etc) feature that is detected by enemy when they were played
- Fixed reading books animation issue that was not work when read books(notes) in the player inventory. BTW, not play anim when the player read a quest item book(note). Anim will be played when quest item book became normal item. So the player reading book anim will never be played by black books.
-
Version 3.1.16
- Fixed follower anim feature issue that does not work(harvest, loot chest...etc)
- Changed design follower anim.
Before : Animation is played when the player instruct the followers
After : All time(Exclusion : InCombat, DrawnWeapon, ride horse...etc). As a result, animation will be played when the player instructed the harvest to them with using follower management MOD(Exclusion : Lose sight of follower, Long distance from follower...etc) - Fixed "QuickLoot" anim issue that was played when the player is instructing to followers
- Fixed food-bonus feature(Food Hotkey) issue that does not work correctly sometimes
- Tweaked thirsty damage from part of the magic
- Fixed v3.1.15 feature MCM toggle bug
- Added hungry and thirsty value damage intensity slider(relate to v3.1.15 feature)
-
Version 3.1.15
- Fixed Follower anim MCM page toggle bug
- Fixed follower washing body animation issue that does not work
- Fixed follower filling water bottle animation issue that does not work
- Fixed AutoUnequipQuiver feature SKSE plugin code issue that did not understood what I want to do. As a result, you can find an error in the papyrus log, but don't worry.
- Added "limit hungry damage from enemy" and "limit thirsty damage from enemy" slider in MCM main page
- Fixed follower washing body and filling water bottle diarogue bug.
- Note : The followers can't fill water to bottle when their ankle doesn't soak in water. Washing body is also the same. Not swimming.
-
Version 3.1.14
- Fixed expression issue that is releaed while praying
- Added toggle that misc empty bottle convert into water empty water bottle(MCM : utility)
- Fixed harvest flora(ObjectType) animation issue that does not work. If tree(ObjectType), it's fine.
-
Version 3.1.13
- Added all sneaking animations for QuickLoot. Because camera moves un and down.
- Fixed SKSE plugin code for QuickLoot Animation that could not understand what I want to do
-
Version 3.1.12
- Fixed Potion hotkey bug(health, magick, stamina hotkey).
- Added potion hotkey combobox(health, magicka, stamina potion). Whether food is included in the healing potion.
- Fixed potion hotkey "Priority" combobox(health, magicka, stamina)(MCM)
- Fixed (health, magicka, stamina)hotkey issue that the player character eat rawfood when pressed key
-
Version 3.1.11
- Fixed custom potion hotkey issue that was not work when empty bottle was registered
- Fixed puzzle wheel door animation bug(show message box)
- Fixed sometimes CTD immediately after running the "skse_loader.exe" again
- Fixed release SKSE plugin bug(My debugging SKSE plugin didn't has issue). "#ifdef _DEBUG" issue
- Added a animation(activate chest in sneaking animation for QuickLoot ). Because the camera moves up and down if the MOD has only standing animation
- Added spell hotkey again
-
Version 3.1.10
- Fixed issue that player teleport to door when read a skill book
- Tweaked opening and closing door script, animations
-
Version 3.1.09
- Fixed sometimes CTD immediately after running the "skse_loader.exe"
-
Version 3.1.08
- Fixed part of SKSE plugin (basic needs relation) pointer variable issue which was not be initialized correctly
-
Version 3.1.07
- Fixed v3.1.6 new MCM slider issue that could not set to 0.
-
Version 3.1.06
- Fixed widget issue that can not hide
- Fixed expression issue that was not cleared
- Added hungry and thirsty value increase suppression slider function(MCM first page). v2.9 had this feature.
-
Version 3.1.05
- Fixed MCM script and English text
-
Version 3.1.04
- The player character get water bottle from empty bottle when the PC activate a "Drinkings Fountaing of Skyrim" activator(http://www.nexusmods.com/skyrim/mods/24282/?) if have a(some) empty bottle(s).
-
Version 3.1.03
- Changed the detecting new food message order
-
Version 3.1.02
- Fixed food bonus issue that does not work
- Fixed characters corruption(Japanese character was included)
-
Version 3.1.01
- Fixed journal thirsty value bug
- Fixed issue that foods(drinks) hotkey not work if pressed it, after detecting new food and setting category
- Added cleared foods(drinks) list feature(MCM misc page). I had forgot to add it from v3.
-
Version 3.1.0
- Added a animation(You had better to have a body mesh HDT collision). If you don't, it is no problem
-
Version 3.0.11
- Fixed potion weight feature bug
-
Version 3.0.10
- When enabled "go to bed animation", force third person camera
- Fixed unregister hotkey issue in MCM
-
Version 3.0.09
- Fixed dirty-body effect bug(Not removed it even if toggle was disabled from enable)
- Fixed two bugs(forgot...)
-
Version 3.0.08
- Fixed Idle animation hotkey(Hotkey does not work correctly even if set idle-anim hotkey)
- Added function that vendor sell some water bottle(MCM misc page)
-
Version 3.0.07
- Fixed stop work thirsty(hungry and sleepiness) value issue
-
Version 3.0.06
- Tweak QuickLoot anim feature(play animation more positively)
-
Version 3.0.05
- Fixed activate animation bug
Fixed hotkey bug(If disabled from enable, hotkey keeps work. They are disabled when reloaded game)
Added activate botton animation(Dwemer dungeon)
Added activate animation for QuickLoot feature(MCM toggle)
- Fixed activate animation bug
-
Version 3.0.03
- Fixed MCM description bug
- Fixed follower anim diarogue bug
- Added tweak potion weight feature(MCM)
- Fixed widget MCM bug
- Fixed issue that not work the mod all feature if you didn't load game when you disable main toggle once
- Tweak debuff duration
- Added Recovery stutas : vampire feeding, werewolf feeding, "BETA"cannibal(ring of Namira). Hungry +1440, Thirsty +1440, Sleepiness +(30-60)
-
Version 3.0.02
- Fixed new-game drunk(hungry, thirsty, tired) stutas bug
- Added activate lever animation
- Fixed jail bed animation bug
-
Version 3.0.01
- Fixed issue that can not activate hipbag and sack
- Fixed tired stutas bug
- MCM bug(Misc -> double Message toggle)
- Fixed not playing animation bug
-
Version 3.0.0
- Basic Needs Penalty : stumble -> not regenalate(hungry: helath, thirsty: magicka, tired: stamina).
If you find bug, tell me it.
- Basic Needs Penalty : stumble -> not regenalate(hungry: helath, thirsty: magicka, tired: stamina).
-
Version 2.9.13
- Fixed issue that the player is not able to serve a prison term
-
Version 2.9.12
- Fixed animation for FNIS v6.2
- Fixed issue that the variable(SInt32) was not initialized in my SKSE plugin
-
Version 2.9.11
- Fixed MCM bug(Basic needs and headtracking, jurnal, activate animation, potion hotkey, hip bag, player stagger(stumble) feature does not work properly.)
-
Version 2.9.10
- Fixed MCM bug
-
Version 2.9.09
- Fixed dirty-body value(When PC was washing body)
-
Version 2.9.08
- Fixed issue which basic needs expression does not work properly when hungry(or thirsty or sleepiness) status was disabled
-
Version 2.9.07
- Added enabling / disabling "Hungry" and "Thirsty", "Sleepinss" status button to MCM
-
Version 2.9.06
- Fixed (health, magicka, stamina)Potion hotkey feature work. If you use, check out MCM.
-
Version 2.9.05
- Fixed animation scripts
-
Version 2.9.04
- Modified the change probability of playing idle animation
-
Version 2.9.03
- Fixed stagger feature
- Added stagger percentage slider(MCM)
-
Version 2.9.02
- Fixed idle animations
-
Version 2.9.01
- Added three idle animations
-
Version 2.9.00
- Added change idle anim toggle(HeadTracking feature)
-
Version 2.8.15
- Dragon was excluded from stagger feature
-
Version 2.8.14
- Fixed stumble loop if enable stumble when player is given attack by enemy.
-
Version 2.8.13
- Fixed HeadTracking feature bug(priority speaker)
- Fixed Stagger feature bug(If using stumble)
-
Version 2.8.12
- Fixed HeadTracking feature bug(Priority Speaker)
- Fixed MCM bug
- Changed extend stagger damage design
-
Version 2.8.11
- No longer need to make a Water MOD patch. Please remove water Mod patch from plugin-list. But you should have a water mod patch just in case yet.
-
Version 2.8.10
- Fixed issue that "basicneeds" feature not work correctly when player has become werewolf
- Fixed issue which stagger damage feature not work correctly
- Fixed issue which enamy stagger limit feature not work correctly
- Added stagger damage extend feature
-
Version 2.8.09
- Fixed HeadTracking feature bug(Not Headtracking somtimes when using "priority speaker" or "priority HUD" or "only HUD")
-
Version 2.8.08
- Fixed potion hotkey feature bug(When using "priority light-weight")
-
Version 2.8.07
- Fixed issue which mistakes of the sleepiness widget meter denominator value
-
Version 2.8.06
- Added Animation(Fill water to bottle)
-
Version 2.8.05
- Fixed issue that I had forgotten the food bonus feature when changed to SKSE plugin code from papyrus
Added widget "show / hide" hotkey
- Fixed issue that I had forgotten the food bonus feature when changed to SKSE plugin code from papyrus
-
Version 2.8.04
- Fixed issue which HeadTracking feature does not work correctly
Fixed issue which potion hot key does not work correctly
Fixed eating soup animation(sitting on a chair)
- Fixed issue which HeadTracking feature does not work correctly
-
Version 2.8.03
- Fixed bug that hunger(thirsty, sleepiness, drunkness, bodyhealth) value is not saved correctly
- Fixed bug that increases water bottle
- Fixed bug that "headtracking" feature stop work
- Added option widget
- Fixed .swf(widget) script code
-
Version 2.8.01
- Fixed issue that the player journal feature did not correctly work
-
Version 2.8.00
- Added widget
-
Version 2.7.1
- Fixed Potion Hotkey feature bug
- Fixed issue that can not receive eating soup animation end event
- Changed to skse plugin code from papyrus code for users which drunk status not work
-
Version 2.7.0
- Changed HeadTracking feature system(So It will work lightly)
- Changed potion Hotkey feature system(So It will work lightly)
- Changed all playing animation feature system(More safe work. But it might became heavy work for PC)
-
Version 2.6.1
- Fixed CTD(activate vein, etc and move item from player to other container, etc)
-
Version 2.6.0
- Player is able to be absorbed by pressing "idle animation button" when it can not absorb the dragon Soul from dragon
- Player became able to order bathing to follower
- Enable to be playing other animation to follower and partner(female)(activate containers, shirne, pull bar, pull chain, door bolt, lever(Not furniture), pullze pillar, trap trigger, loot from corpse, harvest plants, open interior door, cage gate
-
Version 2.5.0
- Fixed issue HeadTracking feature bug
- Added toggle which synchronizing expression with speaker. This feature works when speaker expression is not "Mood Neutral". If "Mood Neutral", expression is worked by your setting in the MCM.
-
Version 2.4.1
- Stumble feature : Added "stumble interval" slider in the MCM
- Stumble feature : Fixed issue which keeping stumble when player was caught in a trap(e.g. Dwemer dungeons flame trap)
-
Version 2.4.0
- Extended a stumble feature
-
Version 2.3.10
- Fixed issue that control is disabled when player character activate the shrine
-
Version 2.3.9
- Fixed to avoid interference from HDT HighHeels System
-
Version 2.3.8
- Added stumble toggle(stagger feature)
- Fixed issue that Stagger(Stumble) feature was worked even if disable it
-
Version 2.3.7
- Added activating lever animation
- Fixed stumble code(stagger feature)
- Fixed issue that not work when you use quiver feature first time if player equipped quiver
-
Version 2.3.6
- Fixed issue that player stumble when destroyed cobweb(e.g. round Arvel)
-
Version 2.3.5
- Changed to able to store a water to flagon
-
Version 2.3.4
- Adjusteded headtracking feature
- Fixed issue that player can not got an empty bottle if vanilla wine(mead, ale...) bottle had to compete with other food MOD
- Added feature that Player stumble when bone was hitting toe(stagger feature)
-
Version 2.3.3
- Fixed that player is staggering when attach to a cell that have spriggan.
- Adjusted HeadTracking script and skse plugin
-
Version 2.3.2
- Fixed that the player couldn't sleep
-
Version 2.3.1
- Added to a armor unequipment support feature(MCM)
-
Version 2.3.0
- Added "no unequip armor every slotmask" toggle(wash body feature)
- Fixed issue that not able to force third-person from 1st-person when player is playing harvest plants(open chest, etc) anim
- Not player Actor does not move when they are staggering. but if player, can move. It is not fair. Added to only player decreasing movement speed magic effect when player is staggering.
- Fixed some misc bugs(not remember)
-
Version 2.2.1
- Fixed MCM bug
- Fixed Sleeping anim feature
-
Version 2.2.0
- Fixed HeadTracking feature script
- Added function "Limit Stagger(MCM)". Required PapyrusUtil
- Fixed issue that sleepiness value is not decreased
-
Version 2.1.12
- Fixed issue that HeadTracking feature can not be detected actors
-
Version 2.1.11
- Fixed issue that head-tracking function is always stack
-
Version 2.1.10
- Fixed issue that did not cure the droops
- Fixed HeadTracking feature. But sometimes the target of crosshairs does not come off.
- Fixed expression(basic needs and headtracking feature)
-
Version 2.1.8
- Fixed "Used potion" query status issue
- Added "modified Used potion query status toggle(MCM)
- Fixed main quest script and other
-
Version 2.1.7
- Fixed some miscoding of the version 2.1.7
- Basic needs expression is able to modify by you(See KNNPlugin.ini file bottom)
-
Version 2.1.6
- Fixed issue that crosshair target headtracking was not working properly
- Fixed issue that hungry(thirsty ...etc) expressions had been competing with head tracking expressions
-
Version 2.1.5
- Fixed issue that player was stuck when have tasted ingredients with paralysis effect(testing ingredients anim feature)
-
Version 2.1.4
- Simply just replaced to English text of the MCM
-
Version 2.1.3
- Tweak animations
- Fixed issue SKSE plugin(given the stagger from Spriggan when not in combat)
-
Version 2.1.2
- Changed hungry and thirsty value when werewolf feeding(http://static-1.nexusmods.com/15/images/110/6662831-1435055690.jp)
- Added opening and closing cage gate animation
- Changed to be able to move the camera angle(e.g opening a door anim)
-
Version 2.1.1
- Fixed issue that "headtracking" feature does not working properly when dragonbone quest was started(The moment when the Dovahkin killed cultists, it's started).
Sorry...I cannot write in English for the issue cause. Cause is DLC2MQ01.
Quest Dragonbone(DLC2MQ01) ga start shita shunkan Frea ga rei no place de, fascinate Skaal Village people heno yobikake ga Dovahkin ga sono place ni inai nimo kakawarazu forever shibai wo shiteiru youdesu. mudana resources wo kuu node, quest wo start shitara hayaku Frea ni see shita houga yosasoudesu.
koreno seide Dovahkin ga Skyrim ni iyouga doko ni iyouga 0.2 second goto ni Frea ga speaking shiteiru Event ga hassei shiteimasu.
- Fixed issue that "headtracking" feature does not working properly when dragonbone quest was started(The moment when the Dovahkin killed cultists, it's started).
-
Version 2.1.0
- Refined some animations
- Added animation(harvest plants anim)
- SKSE plugin re-coding
- Fixed stagger script code since it was not able to understand(doze off while writing a code)
- Added a bonus when player ate a 0.5 or less weight food(different food) the three times in a row
- Changed the order in which eating food when press the potion key
- 1.0 or more weight value food...(venison, horse, horker, mammoth..) Changed to require a salt
- Tweak "playing harvest plants anim" and "playing open chest, barrel" script code
-
Version 2.0.9
- Added not unequipped jewelry in bathing toggle(MCM)
- Added animation(drink water : idle anim key), tweak animations
-
Version 2.0.8
- Fixed issue that not cleared an expression(Headtracking feature)
-
Version 2.0.7
- Fixed issue that not show message even if enabled the show message
- Fixed Relax Idle toggle(MCM menu)" bug
-
Version 2.0.6
- Added drink potion animation and toggle
- Added shortening activation shrine toggle
- Added praying animation toggle
- Added tasting ingredients(harvested plants) animation toggle
- Removed "Idle anim hotkey : pray mode". If the player has a disease, activate a shrine.
-
Version 2.0.5
- Re-coding script and SKSE plugin for headtracking feature
-
Version 2.0.4
- Player buff / debuff was removed when disable the Basic needs feature
- Changed Main script
- Added drink a drink animation when the player is running(Beta)
- Added hide message toggle(MCM)
- Fixed issue that the value(drunk, thirsty...etc) does not decrease sometimes
-
Version 2.0.3
- Fixed "Quench Thirst" effect description
- adjusted a stagger
- Fixed issue that Player was stuck when open impossible opening chest
-
Version 2.0.2
- Removed Perk penalty. Added stagger system instead. Hunger gives a stagger by physical attack. And thirsty gives a stagger by magic attack. You can be enabled or disabled on MCM.
Added dirty-body effect(wash-body feature). You can be enabled or disabled on MCM.
- Removed Perk penalty. Added stagger system instead. Hunger gives a stagger by physical attack. And thirsty gives a stagger by magic attack. You can be enabled or disabled on MCM.
-
Version 1.6671
- Hide debug message
-
Version 1.669
- Fixed issue that food list did not work properly when played new-game
-
Version 1.668
- Changed to be able to select POV when player is playing a animation (MCM 1st page)
-
Version 1.667
- Fixed issue that when player get off a horse, head-tracking feature stop working.
- Fixed custom Expression(HeadTracking feature) bug(Expression values are accumulated without releasing).
-
Version 1.666
- Fixed issue when PC was not able to sleep in bed
-
Version 1.665
- Fixed issue that sometimes canceled head-tracking
-
Version 1.664
- Fixed harvest wheat animation
-
Version 1.663
- Fixed potion hotkey script message
-
Version 1.662
- Modified MCM(for "Frostfall")
-
Version 1.661
- Fixed SKSE plugin code
-
Version 1.659
- Add not eat a alcohol toggle(MCM : Pick up and Eat)
-
Version 1.658
- Add not eat a raw food toggle(MCM : Pick up and Eat)
-
Version 1.657
- Fixed "Pick up and Eat" feature loop bug
-
Version 1.656
- Fixed MCM bug
- Fixed that not control if exist near enemy when player go to bed
-
Version 1.654
- Fixed "optimization(v1.65)" of bug
-
Version 1.522
- Fixed Activate Sack animation
-
Version 1.521
- Added hipbag and sack Recipes.
- Fixed sack havok
-
Version 1.441
- Replace string file
-
Version 1.411
- Reupload(mistake EatingSleepingDrinking_English.txt)
-
Version 1.67
- Fixed issue that custom expression(headtracking feature)
-
Version 1.66
- Rework hipbag race parameter
- Rework headtracking feature
-
Version 1.65
- Optimization of the script(headtracking, eating and drinking script).
-
Version 1.64
- Add Drunk intensity slider for frostfall uer(MCM at page 3rd)
- 1.63 : forgot what i am fixed...
-
Version 1.62
- Opening ring door anim(with using claw key)
- Fixed issue that bug of sleeping animation in the Solthseim
-
Version 1.61
- Adjusted a HeadTracking script
-
Version 1.60
- Fixed issue that Alcohol effect was not removed sometimes
- Fixed running penalty bug in MCM.
- Prepared a way to remove the alcohol visual effect for frost fall. You cook a Scaly Pholiota and Blister Wort with cooking pot. You get potion, use it. Effect of potions lasts for 15 minutes.
-
Version 1.59
- Fixed that Head tracking will not work sometimes again.
-
Version 1.58
- Fixed that Head tracking will not work sometimes
-
Version 1.57
- Hip bag texture brightness was reduced
- [WIP] Fixed that Head tracking will not work sometimes after combat
-
Version 1.56
- Fixed idle animation key that did not work since v1.50.
- Added RelaxIdle time-out count slider(MCM)
-
Version 1.55
- Fixed issue that player was freezed when activated a locked container without lockpick.
-
Version 1.54
- Fixed follower dialogue bug "I need you to do something".
-
Version 1.53
- Fixed issue that reading a book animation was not played
-
Version 1.52
- Added hipbag(armor) and sack(miscellaneous). You can activate new containers by using hot key(set with MCM).
-
Version 1.51
- Changed the method of processing alcohol effects
-
Version 1.50
- Reconsidered and Separated main script code
- Added a dialog that empty bottles are filled water by NPC(housecarl and part of innkeeper)
-
Version 1.48
- HeadTracking : Fixed issue that to stop under certain conditions
-
Version 1.47
- HeadTracking : Fixed issue that to stop under certain conditions
-
Version 1.46
- HeadTracking : added priority "only talker"
- Changed operation process when player was equipped a Needle
- Player wasn't turned head when she target a part of the furniture. Because of if seems to be broken player neck when she has activated the furniture.
-
Version 1.45
- HeadTracking : Priority talker processing was changed to process by SKSE plugin. Thereby I have deleted the part of the magic effects. Processing became quickly! ...maybe
-
Version 1.44
- hidden script debug message
-
Version 1.43
- HeadTracking : add custom expression(MCM menu). Edit "SKSE\Plugins\KNNPlugin.ini"
- HeadTracking : Enhancement "headtracking priority talker"
-
Version 1.42
- Fixed mistake script coding
- Fixed property error
- Add new function(player headtracking and expression) . Even if you are using other headtracking MOD, there is no problem if new feature keep always disable.
-
Version 1.41
- Hidden "My desire is filled" message when disabled "needs" function
-
Version 1.40
- Fixed for DLC(Dragonborn)
-
Version 1.39
- Fixed buff stagger when player is drunk
- Add Convert empty bottle button(MCM)
- Added a bag of alchemy to sack animation button
-
Version 1.38
- Added loot sack animation
-
Version 1.37
- main : Adjusted some hkx files
- player's cottage : Fixed Boiler bug
-
Version 1.36
- player's cottage : Fixed issue that unable to drink water of jug
-
Version 1.35
- Potion Hotkey : Display a message when player doesn't have any potion
-
Version 1.34
- Excluded again raw foods to be registered in potion list
- Optimized script code of towel potion
- Changed idle anim button script when use a stamina penalty hard function
-
Version 1.33
- Excluded raw foods to be registered in potion list
- Fixed potion hotkey message bug
- Changed magic effect of some foods
- Added custom potion hotkey. If you want to use this Hotkey, You need to create a "silver" spoon in smithy.
-
Version 1.32
- Fixed hard Stamina penalty bug
- Changed the knitting needle script code
-
Version 1.31
- Fixed MCM bug.
- Added potion hotkey function(for HP/MP/ST/Food/Drink).
-
Version 1.30
- player's cottage : Fixed issue that unable to pour water into the bathtub
-
Version 1.29
- main : Added the function to have a debuff when the player is running
- main : Optimization of the script
- player's cottage : Fixed the miss script coding
-
Version 1.28
- Fixed that version 1.26 function did not work.
-
Version 1.27
- FNIS_PlayerCottage_Behavior.hkx has the old possibilities. So I overwrote a new file.
-
Version 1.26
- Added animation of follower to be played when player eat or drink.
-
Version 1.24
- Fixed issue that PC sometimes wasn't able to wash her body with a towel potion.
-
Version 1.23
- Divided MCM "Loot actor Anim"
-
Version 1.22
- Added relax idle animation : sit on log(split a sitting on chopping block animation)
-
Version 1.21
- Fixed issue that relax idle animation(sweeping)
- Fixed sleeping and waking up animation script miscoding
-
Version 1.20
- Added some idle markers to play relax idle animation
-
Version 1.19
- Fixed to show the message "I'm thinking of bathing" only once
-
Version 1.18
- Fixed issue where animation doesn't play when open chest
- Fixed issue that PC get stuck When you load a save data when PC has waked up
- Fixed that if save and exit game when pc is playing "idle animation", pc get stuck when you load game data
- Added some new activate activator animation
-
Version 1.17
- Fixed drunk effect issue
- Fixed issue when PC is vampire
- Added MCM menu. Accordingly, restored to the weight of the previous food
-
Version 1.16
- Drinks weight was made heavier
- Add animations(washing body, laydown). They play randomly.
- Writing sound is played when write a diary
- Fixed issue that effect of shrine and idle animation were not able to coexist
-
Version 1.15
- Fixed issue that get stuck when PC open the locking container with key(not lockpick).
-
Version 1.14
- Fixed issue that get stuck when PC activate the locking container.
-
Version 1.13
- Add some opening containers animation
- Add player diary
- Add relax idle animation
- Fixed MCM menu toggle
- Add pulling handle and chain animation
- Changed Processing of the script when PC drink a water(and wash the body)
-
Version 1.12
- Fixed issue that was not able to pray when PC has a Sanguinare Vampiris
-
Version 1.11
- Fixed the issue that PC had ignored the some shrine
-
Version 1.10
- Fixed switching Camera when play animation(1st person <=> 3rd person)
- Added the MCM function to change to force the PC scale after playing "wake up animation"
- Added a debuff by possession weight. You will work if you switch "ON" by MCM.
- Changed the effect of the disease. And Changed the alchemy material of Cure Disease Potion. Only Vampire Dust is no change.
- Changed so that it is not able to cure disease from shrine. Raised the price of Cure disease value.
- Disease will be cured if you pray three times in Shrine. But there is no change in you even pray three times in the same hold.
-
Version 1.09
- Fixed idle animation magic effect misprint.
-
Version 1.08
- Fixed harvest plants script file
-
Version 1.07
- Added sound when the body is dirty
-
Version 1.06
- Fixed mead and ale magic effect
- Changed to be the control is enabled when player to harvest plants
-
Version 1.05
- Fixed issue that vein of rock salt does not respawn
- Fixed magic effects obtained in the relaxed idle
-
Version 1.04
- Changed food magic effect
- Added the animation to drink water directly from river etc.(When PC is thirsty) You press the hot key to stand in water. But don't swim.
-
Version 1.03
- Fixed "PC open the whiterun main gate animation"
- Replaced my original "sit ledge animation" from vanilla anim
- Fixed script code
- Added one item to the MCM
- Fixed issue that empty ale and mead bottle can't be converted to a fill water bottle
- Add message box in MCM
-
Version 1.02
- Fixed recipe of Making a salt Pile from rock salt
-
Version 1.01
- Changed some cooking recipes
-
Version 1.0.1
- Fixed wrong code(Follower ammo SKSE plugin)
-
- Author's activity
-
November 2020
-
03 Nov 2020, 1:47AM | Action by: gekkou1992
Changelog added
Change log added for version 4.1.8
-
03 Nov 2020, 1:46AM | Action by: gekkou1992
File added
EatingSleepingDrinking - KuNeruNomu - [version 4.1.8]
April 2020
-
16 Apr 2020, 10:24AM | Action by: gekkou1992
Attribute change
Mod version changed to 4.1.7.
-
16 Apr 2020, 10:24AM | Action by: gekkou1992
Attribute change
File 'EatingSleepingDrinking - KuNeruNomu -' category changed to Main Files.
-
16 Apr 2020, 10:23AM | Action by: gekkou1992
Changelog added
Change log added for version 4.1.7
-
16 Apr 2020, 10:21AM | Action by: gekkou1992
File added
EatingSleepingDrinking - KuNeruNomu - [version 4.1.7]
October 2019
-
28 Oct 2019, 9:37AM | Action by: gekkou1992
Attribute change
File 'EatingSleepingDrinking - KuNeruNomu -' description changed.
-
28 Oct 2019, 9:36AM | Action by: gekkou1992
Attribute change
File 'EatingSleepingDrinking - KuNeruNomu -' description changed.
-
28 Oct 2019, 9:36AM | Action by: gekkou1992
File added
EatingSleepingDrinking - KuNeruNomu - [version 4.1.6]
-
28 Oct 2019, 1:33AM | Action by: gekkou1992
Changelog added
Change log added for version 4.1.6
-
28 Oct 2019, 1:18AM | Action by: gekkou1992
Changelog added
Change log added for version 4.1.6
-
27 Oct 2019, 6:55AM | Action by: gekkou1992
Attribute change
File 'EatingSleepingDrinking - KuNeruNomu -' description changed.
-
22 Oct 2019, 7:47AM | Action by: gekkou1992
File added
EatingSleepingDrinking - KuNeruNomu - [version 4.1.5]
-
22 Oct 2019, 7:45AM | Action by: gekkou1992
Attribute change
Mod version changed to 4.1.5.
-
22 Oct 2019, 7:44AM | Action by: gekkou1992
Changelog added
Change log added for version 4.1.5
-
22 Oct 2019, 7:42AM | Action by: gekkou1992
Attribute change
File 'EatingSleepingDrinking - KuNeruNomu -' category changed to Updates.
-
22 Oct 2019, 7:42AM | Action by: gekkou1992
File added
EatingSleepingDrinking - KuNeruNomu - [version 4.1.5]
-
20 Oct 2019, 7:12AM | Action by: gekkou1992
Changelog added
Change log added for version 4.1.4
-
20 Oct 2019, 7:07AM | Action by: gekkou1992
Attribute change
Mod version changed to 4.1.4.
-
20 Oct 2019, 7:07AM | Action by: gekkou1992
File added
EatingSleepingDrinking - KuNeruNomu - [version 4.1.4]
-
- Mod page activity
-
April 2025
-
04 Apr 2025, 9:18AM | Action by: nightshiningstar
Tracked
'EatingSleepingDrinking - KuNeruNomu -'
March 2025
-
25 Mar 2025, 3:12PM | Action by: Kokistos24
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
23 Mar 2025, 12:33AM | Action by: Dattakunn
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
20 Mar 2025, 4:50PM | Action by: dfirday
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
20 Mar 2025, 1:20AM | Action by: crycheck03
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
18 Mar 2025, 5:15AM | Action by: Vinnymonster
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
17 Mar 2025, 1:18AM | Action by: AlexProto
Untracked
'EatingSleepingDrinking - KuNeruNomu -'
-
11 Mar 2025, 1:31PM | Action by: shijianhai
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
11 Mar 2025, 8:35AM | Action by: msrry
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
10 Mar 2025, 1:19AM | Action by: Drakullha
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
01 Mar 2025, 7:51PM | Action by: OrionMorisuke
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
01 Mar 2025, 5:35PM | Action by: honyarasion
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
February 2025
-
23 Feb 2025, 1:11AM | Action by: jen0819
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
22 Feb 2025, 11:37PM | Action by: gacriva
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
20 Feb 2025, 5:14AM | Action by: oomi9696
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
19 Feb 2025, 1:05PM | Action by: woainanren
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
18 Feb 2025, 7:54PM | Action by: OsitoJr79
Untracked
'EatingSleepingDrinking - KuNeruNomu -'
-
18 Feb 2025, 2:28PM | Action by: ebiten556
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
18 Feb 2025, 6:47AM | Action by: tanaxanth
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-
18 Feb 2025, 1:17AM | Action by: Kozmekin
Endorsed
'EatingSleepingDrinking - KuNeruNomu -'
-