The Butcher (WIP BTW Add-On)

This sub-forum is dedicated to add-ons and texture packs for Better Than Wolves.
Post Reply
User avatar
Kain Magin
Posts: 178
Joined: Fri Feb 24, 2012 1:28 pm

The Butcher (WIP BTW Add-On)

Post by Kain Magin »

Idea is to add the ability to "butcher" livestock by adding a new weapon to the game, the "Knife." That when used on cows/sheep/pigs/chickens will cause them to drop their specific animal carcase instead their normal drops. Carcases will be blocks (cow carcases will probably be 2 blocks). Carcases can then be cut using the BTW saw into slabs (beef slab, pork slab, etc... may use them similar to cake... prolly not...), which can then be cut down again into steaks and such (may require the cutting block and knife for this part). This will produce more meat than if you had just killed the animal. The knife will probably be steel, to fit with btw, and Steve's progression.

Reasoning behind the Add-on:
I'm not suggesting this to be added to BTW, in most cases, it really wouldn't fit in with it. But in my case, I'm not one for full on automation of everything, I'm gonna prolly end up trying to make it and see how it goes, always wanted to learn Java, and I miss programming. This will give me an excuse to get back to doing it ^^.

Current Progress:
*Knife textured and implemented in game | Image |
Spoiler
Show
Image
I would have had an in-game pic up sooner, had the code done long time ago... just had to reinstall java like a bajillion times cuz when i got home on break and posted the tiny knife pic, couldnt load minecraft to get a screenshot lol. I'm DEFFINATELY gonna re-do it, but it works for now ^^ prolly make it cleaver-ish.
To To:
*Knife functionality
*Carcases
*Removal of normal drops when knife is used
*Ability to cut carcases with saws
*Meat Slabs
*Other Stuff I Think of.

Nifty Idea Spoiler Box: (AKA: Stuff that sounds kool now, but may or may not make it ^^)
Spoiler
Show
*Ability to cook/boil (not sure the mechanics of it) the flesh off of a carcase using a heated (stoked probably) stewing pot, leaving flesh and bones behind (probable the skeleton, as that would be more fun to play with and bones would be less fun to code ^^) My friends mom bleaches animal skeletons as a hobby, otherwise this wouldn't have occurred to me.
*Ability to place above mentioned skeletons like blocks.
*Ability to reanimate above mentioned skeletons. ( HIGHLY UNLIKELY! Only reason this even occurred to me is I was thinking chicken skeleton and the animated skeleton turtle things from old Mario games popped into my head)
Last edited by Kain Magin on Tue Jan 08, 2013 10:10 pm, edited 8 times in total.
FlowerChild wrote:"Fuck me".
User avatar
BlackCat
Posts: 470
Joined: Sat Nov 03, 2012 2:21 pm
Location: Cat Pajamas

Re: The Butcher (Possible BTW Add-On)

Post by BlackCat »

Sounds like a fun time, go for it!
Ribky: eh, maybe kinda iffy at first, but you grew on me like a glorious tumor of innovation
Detritus: A whole lot of walls decided they wanted to give you a hug, but you're allergic to walls

My Youtube Channel: http://www.youtube.com/illogicallycompact
User avatar
Kain Magin
Posts: 178
Joined: Fri Feb 24, 2012 1:28 pm

Re: The Butcher (Possible BTW Add-On)

Post by Kain Magin »

Kind of feels like a "duh" question, but I would rather ask now than feel stupid later if I'm wrong (don't know Java). When doing the decompile with MCP, the minecraft.jar has to have modloader and BTW installed prior for the functionality I'm looking for. Correct? To get to FC's hook's?
FlowerChild wrote:"Fuck me".
User avatar
ExpHP
Posts: 302
Joined: Sun Jun 03, 2012 1:45 pm

Re: The Butcher (Possible BTW Add-On)

Post by ExpHP »

Kain Magin wrote:Kind of feels like a "duh" question, but I would rather ask now than feel stupid later if I'm wrong (don't know Java). When doing the decompile with MCP, the minecraft.jar has to have modloader and BTW installed prior for the functionality I'm looking for. Correct? To get to FC's hook's?
Yes. And when you do so, MCP may complain about an error or two when recompiling; in that case, just fix what's causing the error, and try recompiling again.

If you have any more questions with writing the addon, try asking us in the IRC - #btw on EsperNet. It's better to keep modding questions off of the forum.
User avatar
Kain Magin
Posts: 178
Joined: Fri Feb 24, 2012 1:28 pm

Re: The Butcher (Possible BTW Add-On)

Post by Kain Magin »

ExpHP wrote:
Kain Magin wrote:Kind of feels like a "duh" question, but I would rather ask now than feel stupid later if I'm wrong (don't know Java). When doing the decompile with MCP, the minecraft.jar has to have modloader and BTW installed prior for the functionality I'm looking for. Correct? To get to FC's hook's?
Yes. And when you do so, MCP may complain about an error or two when recompiling; in that case, just fix what's causing the error, and try recompiling again.

If you have any more questions with writing the addon, try asking us in the IRC - #btw on EsperNet. It's better to keep modding questions off of the forum.
Kool, Thanks. And gotcha about modding questions, will do. IRC, heh, havn't used that in forever.
FlowerChild wrote:"Fuck me".
Post Reply