FlowerChild's Dev Diary (Week of September 17th)

A place to talk to other users about the mod.
User avatar
FlowerChild
Site Admin
Posts: 18753
Joined: Mon Jul 04, 2011 7:24 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by FlowerChild »

Just thought I'd post a quick screenshot of what I've been working on tonight:
Spoiler
Show
Image
jecowa
Posts: 192
Joined: Mon Sep 10, 2012 10:13 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by jecowa »

Looks like you've removed bedrock fog.
User avatar
jonny_AB
Posts: 28
Joined: Wed Jan 04, 2012 12:38 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by jonny_AB »

Sidings auto-connect to corners, nice!
"What's the meaning of life?"
Though your life’s given meaning by you
I’ll say what I’ve found to be true -
it’s enriching your mind
but above all, be kind.
(Or alternatively, “forty-two.”)
The_Ender_lord
Posts: 50
Joined: Mon Sep 10, 2012 10:35 pm
Location: Behind that tree, Wearing a Herobrine skin

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by The_Ender_lord »

Hmmmm...
Perchance a new vase model?
All you need is bacon and duct tape.
jecowa
Posts: 192
Joined: Mon Sep 10, 2012 10:13 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by jecowa »

The_Ender_lord wrote:Hmmmm...
Perchance a new vase model?
No, but the texture is different.
User avatar
Ribky
Posts: 965
Joined: Thu Dec 01, 2011 12:08 am
Location: CONFIDENTIAL

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by Ribky »

Um... there are two of them, the texture looks the same to me.
The spice must flow...

[03:28] <Detritus_> Weird, I'm still logged in her
User avatar
FlowerChild
Site Admin
Posts: 18753
Joined: Mon Jul 04, 2011 7:24 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by FlowerChild »

jonny_AB wrote:Sidings auto-connect to corners, nice!
AHHHH!!!! Yes, it's the moudlings auto-connecting to corners! :)
User avatar
Stormweaver
Posts: 3230
Joined: Wed Jul 06, 2011 7:06 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by Stormweaver »

FlowerChild wrote:AHHHH!!!! Yes, it's the moudlings auto-connecting to corners! :)
It makes you wonder if all the other replies were serious...

Looks good though. Which I suppose is the point :p
PatriotBob wrote:Damn it, I'm going to go eat pumpkin pie while I still think that it tastes good.
User avatar
FlowerChild
Site Admin
Posts: 18753
Joined: Mon Jul 04, 2011 7:24 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by FlowerChild »

Stormweaver wrote: It makes you wonder if all the other replies were serious...

Looks good though. Which I suppose is the point :p
Thanks! Yeah, there were a few shapes that just couldn't be formed before with just Moulding connecting to itself. With the connect to corners though, I think it allows you to do just about anything you'd want to when using Moulding as a trim.

I'm beginning to dread going into the Moulding code now though, as given the legacy corners that I have in the mod that are shared by both wood and stone, and the new varieties where Siding and Corners share a single ID, the code for the auto-connect is beginning to get rather ugly. Anyways, I've set it up to be very general purpose, so I shouldn't have to mess with any of that when adding new varieties of sub-blocks in the future.

I should be able to clean up some of that nastiness once the extended blockIDs become available, as I'll setup new Siding/Corner blocks for the old varieties at that point. I've said it before, but I'm really looking forward to not feeling obliged to cram so many different block types into single IDs, as it makes some of the block code much more complicated than it really needs to be when I have to keep testing for stuff like "am I a vine trap?", "am I a table?", etc.
Mason11987
Posts: 1159
Joined: Wed Jul 06, 2011 11:03 am

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by Mason11987 »

FlowerChild wrote:
Stormweaver wrote: It makes you wonder if all the other replies were serious...

Looks good though. Which I suppose is the point :p
Thanks! Yeah, there were a few shapes that just couldn't be formed before with just Moulding connecting to itself. With the connect to corners though, I think it allows you to do just about anything you'd want to when using Moulding as a trim.
I encountered a few of these situations and I was happy to see you resolved it. Did you also resolve similar limitations with siding/mouldindg connections? I think I found a few similar cases where they didn't work out as you might hope.
User avatar
ada221
Posts: 174
Joined: Wed Feb 15, 2012 10:44 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by ada221 »

FlowerChild wrote:
"am I a vine trap?", "am I a table?", etc.
this reminded me of the scene with the falling whale in the Hitchhikers Guide to the Galaxy
-I stopped playing Minecraft a long time ago; BTW is its own game to me

-even after these forums are gone, as long as I have the files, I will continue to play Better than Wolves
User avatar
FlowerChild
Site Admin
Posts: 18753
Joined: Mon Jul 04, 2011 7:24 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by FlowerChild »

On the agenda today: a little better support for add-on mods.

I just arranged things internally for easy removal of Cauldron/Crucible recipes, and will be moving on now to applying the same "bulk crafting manager" that I use for those to the Mill Stone so that recipes can easily be added and removed with that as well, including allowing for stuff like multiple items being output from a single "recipe".

Afterwards, I plan on creating an interface for the Saw, so that add-ons can have custom outputs when their mod blocks are cut with one.

Anyways, just taking on some small technical tasks right now to provide additional support for add-on mods, as I'm still fairly messed up over Bill (in the end, he was put down today). I'll likely need at least a few days to get back into full swing, so I'll leave the villager reworking and other design intensive tasks until then.
User avatar
Sarudak
Site Admin
Posts: 2786
Joined: Thu Nov 24, 2011 7:59 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by Sarudak »

FlowerChild wrote:On the agenda today: a little better support for add-on mods.

I just arranged things internally for easy removal of Cauldron/Crucible recipes, and will be moving on now to applying the same "bulk crafting manager" that I use for those to the Mill Stone so that recipes can easily be added and removed with that as well, including allowing for stuff like multiple items being output from a single "recipe".

Afterwards, I plan on creating an interface for the Saw, so that add-ons can have custom outputs when their mod blocks are cut with one.

Anyways, just taking on some small technical tasks right now to provide additional support for add-on mods
You sir are a scholar and a gentleman
User avatar
FlowerChild
Site Admin
Posts: 18753
Joined: Mon Jul 04, 2011 7:24 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by FlowerChild »

Sarudak wrote:You sir are a scholar and a gentleman
Well, I seriously did feel bad not feeling capable of giving you guys those hooks yesterday, and handing technical tasks require a lot less focus from me than design-related ones, so I figure this is a good way to keep myself busy and keep the mod moving forward. There's a certain zen meditative aspect to code refactoring :)

Anyways, I may try to put out a small hook-specific release this evening so you guys can work on your add-ons this weekend if you're so inclined.
User avatar
morvelaira
Posts: 2406
Joined: Tue Jul 05, 2011 1:56 am
Location: Seattle

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by morvelaira »

FlowerChild wrote: Anyways, just taking on some small technical tasks right now to provide additional support for add-on mods, as I'm still fairly messed up over Bill (in the end, he was put down today).
I can't give you enough virtual hugs.
She-who-bears the right of Prima Squee-ti
I make BTW videos! http://www.youtube.com/user/morvelaira
The kitten is traumatized by stupid. Please stop abusing the kitten.
User avatar
STrRedWolf
Posts: 154
Joined: Wed Oct 26, 2011 9:23 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by STrRedWolf »

morvelaira wrote:
FlowerChild wrote: Anyways, just taking on some small technical tasks right now to provide additional support for add-on mods, as I'm still fairly messed up over Bill (in the end, he was put down today).
I can't give you enough virtual hugs.
At the risk of going too off topic, Bill was your cat FC? If so, would a thread in Off Topic suffice for pics of the fluffball?
Edit: Found it. Need more caffene, and to snug a Torti. Further discussion there...
User avatar
FlowerChild
Site Admin
Posts: 18753
Joined: Mon Jul 04, 2011 7:24 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by FlowerChild »

Hmmmm...ok, while working on all these add-on hooks, it looks like I've had myself another design brainstorm, so I guess that part of my mind is starting to reactivate.

New hardcore mode incoming :)

EDIT: Oh, and a revamping of an existing feature in addition to the above ;)
User avatar
morvelaira
Posts: 2406
Joined: Tue Jul 05, 2011 1:56 am
Location: Seattle

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by morvelaira »

*blink*

OH MY! :D
She-who-bears the right of Prima Squee-ti
I make BTW videos! http://www.youtube.com/user/morvelaira
The kitten is traumatized by stupid. Please stop abusing the kitten.
duartemad
Posts: 211
Joined: Mon Aug 22, 2011 7:24 pm
Location: Portugal

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by duartemad »

Spoiler
Show
FlowerChild wrote:Hmmmm...ok, while working on all these add-on hooks, it looks like I've had myself another design brainstorm, so I guess that part of my mind is starting to reactivate.

New hardcore mode incoming :)

EDIT: Oh, and a revamping of an existing feature in addition to the above ;)
I am seeing this and I am starting to build a tinfoil hat, you are turning me into a conspiracy person!
FlowerChild wrote:
Ph1il93 wrote:and it seems 1.4.6 is comming.
Excuse me for a moment while I say:

Fuck.
User avatar
FlowerChild
Site Admin
Posts: 18753
Joined: Mon Jul 04, 2011 7:24 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by FlowerChild »

No need for conspiracy on this one. Honestly, I think this one is pretty close to being almost as game-changing and cool as HCB.

It will be neat, but I don't want to spoil the surprise. It will likely only take me a couple of hours to get it into the game ;)
User avatar
Extreme Boyheat
Posts: 173
Joined: Wed Aug 01, 2012 11:48 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by Extreme Boyheat »

I can't keep up with all this new stuff! :P
duartemad
Posts: 211
Joined: Mon Aug 22, 2011 7:24 pm
Location: Portugal

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by duartemad »

Spoiler
Show
FlowerChild wrote:No need for conspiracy on this one.
NOOO you are making me conspire now!
Spoiler
Show
FlowerChild wrote:Honestly, I think this one is pretty close to being almost as game-changing and cool as HCB.

It will be neat, but I don't want to spoil the surprise. It will likely only take me a couple of hours to get it into the game ;)
Hardcore hunger?
FlowerChild wrote:
Ph1il93 wrote:and it seems 1.4.6 is comming.
Excuse me for a moment while I say:

Fuck.
User avatar
walker_boh_65
Posts: 2304
Joined: Mon Jul 04, 2011 9:40 pm
Location: New Jersey

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by walker_boh_65 »

FlowerChild wrote:No need for conspiracy on this one. Honestly, I think this one is pretty close to being almost as game-changing and cool as HCB.
Oh boy. Now you have got me excited! Can't wait for this one man.
User avatar
FlowerChild
Site Admin
Posts: 18753
Joined: Mon Jul 04, 2011 7:24 pm

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by FlowerChild »

walker_boh_65 wrote: Oh boy. Now you have got me excited! Can't wait for this one man.
Me too! Most of the coding is done, just bout to launch my first tests. Must remember to backup my save, as things may explode :)
User avatar
MoRmEnGiL
Posts: 1728
Joined: Sat Oct 08, 2011 5:29 pm
Location: Bosom Higgs

Re: FlowerChild's Dev Diary (Week of September 17th)

Post by MoRmEnGiL »

FlowerChild wrote:Must remember to backup my save, as things may explode :)
I foresee obsidian being the building block of choice for our bases in the near future of btw :P
War..
War never changes.

Remember what the dormouse said
Post Reply