RimWorld
93 voti
Fallout Drinks
   
Premio
Aggiungi ai preferiti
Preferito
Rimuovi dai preferiti
Mod, 1.5
Dimensioni del file
Pubblicato in data
Aggiornato in data
2.505 MB
2 lug, ore 17:56
31 ago, ore 11:46
6 note di rilascio ( visualizza )

Sottoscrivi per scaricare
Fallout Drinks

Descrizione
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
Discussioni più popolari Visualizza tutte (1)
4
7 lug, ore 17:11
Error from Rimworlds console.
darkzero
16 commenti
SuedKAT 11 set, ore 9:34 
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 set, ore 9:28 
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  [autore] 31 ago, ore 11:15 
Update, removed all but one of the mods as a hard dependency, the rest are soft.
darkzero 7 lug, ore 13:05 
I posted the error log from the dev console. I have no idea if it'll be helpful or not.
ParaNautic  [autore] 7 lug, ore 9:10 
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 lug, ore 8:37 
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  [autore] 7 lug, ore 8:11 
Pushed a update, did that fix it?
darkzero 7 lug, ore 4:15 
Thanks ParaNautic.
ParaNautic  [autore] 6 lug, ore 21:09 
Will look into it.
darkzero 6 lug, ore 19:09 
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.