Initial commit (3.0)
This commit is contained in:
commit
5be3daa169
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/meta.ini
|
BIN
Bottle Rinse Repeat.esp
Normal file
BIN
Bottle Rinse Repeat.esp
Normal file
Binary file not shown.
2
Bottle Rinse Repeat.url
Normal file
2
Bottle Rinse Repeat.url
Normal file
@ -0,0 +1,2 @@
|
||||
[InternetShortcut]
|
||||
URL=https://eddoursul.win/mods/bottle-rinse-repeat/
|
BIN
meshes/clutter/junk/milkbottlefilled.nif
Normal file
BIN
meshes/clutter/junk/milkbottlefilled.nif
Normal file
Binary file not shown.
13
nvse/plugins/scripts/gr_bottle_rinse_repeat.txt
Normal file
13
nvse/plugins/scripts/gr_bottle_rinse_repeat.txt
Normal file
@ -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
|
BIN
textures/clutter/junk/cork.dds
Normal file
BIN
textures/clutter/junk/cork.dds
Normal file
Binary file not shown.
BIN
textures/clutter/junk/cork_n.dds
Normal file
BIN
textures/clutter/junk/cork_n.dds
Normal file
Binary file not shown.
BIN
textures/interface/Icons/Pipboyimages/Items/milkbottle.dds
Normal file
BIN
textures/interface/Icons/Pipboyimages/Items/milkbottle.dds
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user