commit 5be3daa16942b8ef99bbd776fd750377f2819d08 Author: Eddoursul Date: Sat Jul 23 17:26:44 2022 +0200 Initial commit (3.0) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..893e3d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/meta.ini diff --git a/Bottle Rinse Repeat.esp b/Bottle Rinse Repeat.esp new file mode 100644 index 0000000..5a45110 Binary files /dev/null and b/Bottle Rinse Repeat.esp differ diff --git a/Bottle Rinse Repeat.url b/Bottle Rinse Repeat.url new file mode 100644 index 0000000..997c486 --- /dev/null +++ b/Bottle Rinse Repeat.url @@ -0,0 +1,2 @@ +[InternetShortcut] +URL=https://eddoursul.win/mods/bottle-rinse-repeat/ diff --git a/meshes/clutter/junk/milkbottlefilled.nif b/meshes/clutter/junk/milkbottlefilled.nif new file mode 100644 index 0000000..5ba9b4a Binary files /dev/null and b/meshes/clutter/junk/milkbottlefilled.nif differ diff --git a/nvse/plugins/scripts/gr_bottle_rinse_repeat.txt b/nvse/plugins/scripts/gr_bottle_rinse_repeat.txt new file mode 100644 index 0000000..82f7fb3 --- /dev/null +++ b/nvse/plugins/scripts/gr_bottle_rinse_repeat.txt @@ -0,0 +1,13 @@ +if GetNVSEVersionFull < 6.2 + MessageBoxEx "Bottle Rinse Repeat requires xNVSE 6.20+." +endif + +if GetPluginVersion "JohnnyGuitarNVSE" < 325 + MessageBoxEx "Bottle Rinse Repeat requires JohnnyGuitar NVSE 3.25+." +endif + +if GetPluginVersion "JIP LN NVSE" < 55.70 + MessageBoxEx "Bottle Rinse Repeat requires JIP LN 55.70+." +endif + +call EBxBootstrap diff --git a/textures/clutter/junk/cork.dds b/textures/clutter/junk/cork.dds new file mode 100644 index 0000000..58c332f Binary files /dev/null and b/textures/clutter/junk/cork.dds differ diff --git a/textures/clutter/junk/cork_n.dds b/textures/clutter/junk/cork_n.dds new file mode 100644 index 0000000..aa220d4 Binary files /dev/null and b/textures/clutter/junk/cork_n.dds differ diff --git a/textures/interface/Icons/Pipboyimages/Items/milkbottle.dds b/textures/interface/Icons/Pipboyimages/Items/milkbottle.dds new file mode 100644 index 0000000..2e7602b Binary files /dev/null and b/textures/interface/Icons/Pipboyimages/Items/milkbottle.dds differ