1. Please be advised of a few specific rules and guidelines for this section.

Outdated StarBooze™ - Open Source! 0.63

Adding a alcohol brewing concept to Starbound. Ales, Beer, Stouts, Ciders, Rum and Vodka!

  1. kingofcrows

    kingofcrows Pangalactic Porcupine

    kingofcrows submitted a new mod:

    StarBooze™ v.Very Alpha - Adding a alcohol brewing concept to Starbound. Ales, Beer, Stouts, Ciders, Rum and Vodka!

    Read more about this mod...
     
    jfe2, Kistaria Prime and Daikaze like this.
  2. Kuroda_K

    Kuroda_K Subatomic Cosmonaut

    Brilliant Idea cant wait to see where this mod goes!
     
  3. kingofcrows

    kingofcrows Pangalactic Porcupine

    Thanks, I have a lot of ideas and would love to hear ideas from others as well! I am currently working on more ales at this very moment.
     
  4. Black--snow

    Black--snow Cosmic Narwhal

    Very Alpha mode? My lord, I have no idea anymore...

    The sprites look quite nice. :D
     
  5. Kuroda_K

    Kuroda_K Subatomic Cosmonaut

    Do you plan on doing the alcohol by percents/proofs or just as they are? Id love to see a Heiniken or some kind of whiskey, or even a mikes hard varient!
     
  6. kingofcrows

    kingofcrows Pangalactic Porcupine

    As I work more with my Intoxicated effect (its very basic now) I will be adding a percent/proof bit and working on some cool variants! Dr.Rocksmasher's Hard Cider! Woooo!

    Also, right now I am trying to come up with a better effect the booze gives you, currently intoxication acts similar to poison, in where it injures you ever so slightly every few seconds. I was thinking of maybe adding a glow effect or have it add to hunger, etc. What all do you think? I'd like to add a blinding effect (similar to what happens when you're cold, when the white takes over) but I've yet to work out how to add that.
     
    Last edited: Jan 15, 2014
    Kuroda_K likes this.
  7. Void Chimera

    Void Chimera Void-Bound Voyager

    I'd love to see the hard stuff, Vodka, Absinthe, I'm using another mod to make booze but its rather simple and only heals energy or life, but its got most of the hard stuff. Maybe make some versions place able, so one can make a bar or whatnot?
     
  8. Mackinz

    Mackinz The Waste of Time

    I trust you'll be adding ways to get access to the alcoholic beverages already coded in the game?

    They are Weyene, Meat Wine, Rice Wine, Whiskey, Wine and a few more I may have missed.

    This mod sounds like fun!
     
  9. Void Chimera

    Void Chimera Void-Bound Voyager

    Go for a mix Like the white out effect and add to hunger but add something like jump or add health (like a bandage effect)
     
  10. teihoo

    teihoo Ketchup Robot

    I love the brewery idea, and I can't wait to make one and then brew all day and eventually pass out from all the buffs i get from trying :D

    Anyway, I also like the Alcoholic drinks mod, that gives you Minibar. Now I'm not saying the mods are competition, cause they're not - i want brewery AND minibar :D But you two guys should work together on the drinks, and there also some racial suggestion already in the other mod thread http://community.playstarbound.com/index.php?threads/alcoholic-drinks-mod.64202/

    Hope to have drinks shared among the two mods!
     
  11. Kuroda_K

    Kuroda_K Subatomic Cosmonaut

    Actually it being similar to when your super cold inst a bad idea...
     
    teihoo likes this.
  12. Kuroda_K

    Kuroda_K Subatomic Cosmonaut

    It would be interesting if the Hyolts had their own sake since their Asian based.
     
  13. Mackinz

    Mackinz The Waste of Time

    .../starbound/assets/items/generic/drinks/ricewine.consumable

    "A traditional Hylotl drink with a very potent flavor."

    Already in the game. Just needs a recipe.
     
  14. kingofcrows

    kingofcrows Pangalactic Porcupine

    I will be adding currently implimented alcohols as well.
     
    Kuroda_K and Mackinz like this.
  15. teihoo

    teihoo Ketchup Robot

    Yay! I brewed my first ale!

    And here's me, trying the first sip:
    upload_2014-1-15_21-21-4.png

    Woooot!
    upload_2014-1-15_21-22-1.png
    ...burp ;)
     
    WolfDemon16 and Kuroda_K like this.
  16. teihoo

    teihoo Ketchup Robot

    How to brew your first Basic Ale
    (Note: You will need the items colored in green in order to produce your ale, the rest you make during the process using tools colored in blue).

    Click Show spoiler for the step-by-step guide:

    Go to Crafting Table and craft:
    Fabric x5, Torch x1, Unrefined Wood x5 -> Sprouting Table x1
    Cobblestone x25, Iron Bar x10, Copper Bar x5 -> Mashing Tun x1
    Wood Planks x2 -> Rain Barrel x1
    Wood Planks x2 -> Fermenter x1
    Plant Fiber x22 -> Empty Bottle x22

    Place Sprouting Table, Mashing Tun, Rain Barrel and Fermenter in your brewery.
    Keep the Empty Bottles for now, you'll need them soon :)

    Go to Stone Furnace and smelt: (Note: you need to patch recipe, look at the bottom of post)
    Glass Block x10 -> Empty Glass Bottle x10

    Go to Rain Barrel and dip:
    Wheat Seed x10 -> Soaked Wheat Seed x10
    Empty Bottle x22 -> Bottled Water x22

    Go to Mashing Tun and mash:
    Wheat x4, Bottled Water x12 -> Grain Water x12
    Sugar x10, Grain Water x10 -> Yeast Water x10
    Yellow Petal x10, Soaked Wheat Seed x10, Bottled Water x10 -> Ale Mash x10

    Go to Fermenter and ferment:
    Yeast Water x10, Ale Mash x10, Empty Glass Bottle x10 -> Basic Ale x10

    You are now an official StarBooze home brewer! Grats and Cheers! ;)

    ---Special Thanks to kingofcrows for this amazing mod!

    Stone Furnace FIX for version 0.1 ONLY!
    -----------------
    In order to be able to brew your first ale, you need to edit mods\StarBooze\items\generic\other\emptybottle2.recipe and replace it with the following code:

    Code:
    {
      "input" : [
      { "item" : "glassmaterial", "count" : 1 }
      ],
      "output" : {
      "item" : "emptybottle2",
      "count" : 1
      },
      "groups" : [ "stonefurnace", "all" ]
    } 
    Final note: I do hope I got everything right...
     
    Last edited: Jan 23, 2014
  17. kingofcrows

    kingofcrows Pangalactic Porcupine

    Thanks Teihoo for the heads up on the empty bottle. I've fixed it now and will be adding the fix in the next update, which should be very soon.
     
  18. Eonwe

    Eonwe Macho Man

    This looks cool! I'm going to make me some beer.
     
  19. Kuroda_K

    Kuroda_K Subatomic Cosmonaut

    Street sharks?!?!
     
  20. Sir Orange

    Sir Orange Ketchup Robot

    The second I read "Cider" I wanted to download this.
     
    WolfDemon16 likes this.

Share This Page