RimWorld

RimWorld

91 ratings
Fallout Drinks
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.5
File Size
Posted
Updated
2.505 MB
2 Jul @ 5:56pm
31 Aug @ 11:46am
6 Change Notes ( view )

Subscribe to download
Fallout Drinks

Description
New things added.
-Crafting Tables
-Sunset Sass
-Vim
-Coding remade from scratch

Mod Info
- Sugar and Wheat from Vanilla Cooking Expanded.
- Cherry, Apple, Orange, Prickly Pears and Bear Berries from Vanilla Plants Expanded.
-Carrot, Blueberry and Taro roots from Vanilla Plants Expanded - More Plants.
-Lemon from Vanilla Brewing Expanded - Coffees and Teas.
-Coffee from Vanilla Brewing Expanded.
-Nuka Colas act as a weak version of go juice
-Sunset Sass and Vim act as a small health boost.

F.A.Q.
-biotech, Vanilla Plants Expanded, Vanilla Plants Expanded - More Plants, Vanilla Brewing Expanded - Coffees and Teas, are all soft dependency.

Credits
-Samael Gray, Coding
-JangoDSoul, Art
-BlackMarket420, Art
Popular Discussions View All (1)
4
7 Jul @ 5:11pm
Error from Rimworlds console.
darkzero
16 Comments
SuedKAT 11 Sep @ 9:34am 
I know very little about modding, but you got this:
<li MayRequire="OskarPotocki.VFE.Pirates">VFEP_Rum</li>

Some like this:
<li MayRequire="OskarPotocki.VFE.Pirates">
<filter>
<thingDefs>
<li>VFEP_Rum</li>
</thingDefs>
</filter>
<count>5</count>
</li>

FO_NukaColaVictoryBulk and FO_NukaColaVictory use just this:
<thingDefs>
<li>VCE_RawSugar</li>
<li>VFEP_Rum</li>
<li>Uranium</li>
</thingDefs>

So I'm guessing here, but the 2x errors I get might be from FO_NukaColaVictory
SuedKAT 11 Sep @ 9:28am 
I get this x2:
Could not resolve cross-reference to Verse.ThingDef named VFEP_Rum (wanter=thingDefs)
(Filename: C:\buildslave\unity\build\Runtime/Export/Debug/Debug.bindings.h Line: 39)
I don't run pirates and don't intend to, haven't tried it in-game yet since I'm working on my mod-list, but it seems like it don't treat pirates as a soft dependency.
ParaNautic  [author] 31 Aug @ 11:15am 
Update, removed all but one of the mods as a hard dependency, the rest are soft.
darkzero 7 Jul @ 1:05pm 
I posted the error log from the dev console. I have no idea if it'll be helpful or not.
ParaNautic  [author] 7 Jul @ 9:10am 
Yes, it adds in rum which is used to make Nuka dark, I am waiting for medieval 2 to add more fruits to the crafting recipes.
xkp92110(orick) 7 Jul @ 8:37am 
Need i add pirate in required dependence?
i don't want to add more faction in my modlist.

vikings doesn't update for 1.5.
VE will make VFE Medieval2.
ParaNautic  [author] 7 Jul @ 8:11am 
Pushed a update, did that fix it?
darkzero 7 Jul @ 4:15am 
Thanks ParaNautic.
ParaNautic  [author] 6 Jul @ 9:09pm 
Will look into it.
darkzero 6 Jul @ 7:09pm 
Bugged for me. It wont let me select the workbench to force the pawns to make the drinks. :( Likewise the workbench pawn name list is empty when selected. I think there's a missing XML link somewhere.