RaG_Liquid_Framework
Liquid Framework
This Mod adds more liquid types to the game.
Its aim is to function as a shared base to other mods because you can not safely use more than 1 mod modding/adding liquids because they would override each other and causing issues.
If you are a Modder and want to add liquids to your Mod, please consider using this Mod instead overriding all classes yourself and causing incompatibilties.
If you need a specific liquid, you can add it yourself with a simple script using this Mod as a base.
How to make your own Liquid
https://github.com/Tyson89/Liquid_Sample
added Liquid Types:
LIQUID_MILK = 600 LIQUID_HONEY = 601 LIQUID_HONEYWINE = 602 LIQUID_WINE = 603 LIQUID_RAGAVGAS = 604 LIQUID_WHISKEY = 605 LIQUID_ESPRESSO = 606 LIQUID_COFFEE = 607 LIQUID_TEA = 608 LIQUID_ENGINEOIL = 609 LIQUID_ENERGYDRINK = 610 LIQUID_VIRUS = 611 LIQUID_POISON = 612 LIQUID_MILKCOFFEE = 613 LIQUID_ANTIVENOM = 614
Vanilla Liquid Types:
LIQUID_BLOOD_0_P = 1; LIQUID_BLOOD_0_N = 2; LIQUID_BLOOD_A_P = 4; LIQUID_BLOOD_A_N = 8; LIQUID_BLOOD_B_P = 16; LIQUID_BLOOD_B_N = 32; LIQUID_BLOOD_AB_P = 64; LIQUID_BLOOD_AB_N = 128; LIQUID_SALINE = 256; LIQUID_WATER = 512; LIQUID_RIVERWATER = 1024; LIQUID_VODKA = 2048; LIQUID_BEER = 4096; LIQUID_GASOLINE = 8192; LIQUID_DIESEL = 16384; LIQUID_DISINFECTANT = 32768;
For any kind of question join my Discord: discord.gg/MRfe4c9h3x
I do not accept Steam invites.