Game
A Day In The Life

6 years ago

how not to code: A cautionary tale


Making great headway with the farming system at the moment with the bulk of the code concerning crops out of the way. but whats been stumping me for days was getting tools to trigger the correct events on the plants. This is also the start of the tool system so alot is riding on getting this first bit right.

Tools can have different grades like in Harvest moon so I've had to account for this in the use method which will need to take grade and the amount of time the button is pressed to control the outcome of the use. easy enough in the end but then came interaction.

After getting the charge value and the tool type the tools unique behaviour will be called. in the case of the watering can it just needs to detect a tilled crop tile and then call it to carry out its own watering method. Send message allows you to trigger public methods on referenced objects in unity, and because its more hit and miss it means it doesnt matter if it fails to find anything. At least when you notice youve not put the capital in the name of the method you've been trying to trigger for an hour.

to detect crops a boxcast is used and everything it hits is stored in an array. the array is then fed through a quick loop that uses send message. The crop picks this up. alters its sprites, then reports the change to the field data

Its been a long one getting it ready and it still needs a few minor tweaks and of cause animations. but the functionallity of the watering can can be easily modified to edit other crop data and just like that we've got a hoe and a scythe.



0 comments

Loading...

Next up

Buttons ver 2- jumpscare Test

Character customization: How and why bother? (expand)

Buttons jump scare test shot

working on a new mechanic for the prototype. no need to wander over to those far away items when you can just send in your drone.

Asking the big questions today. We won't support changing your characters outfit or gender but you can give our beloved testguy a name. Character customization will come later, as it will take planning to get it as versatile as we want at the moment.

Finally, you can sell the fruits/veg of your labour. :)

I know it has been a while since the last update, but life got in the way. Here we can see how buttons can be customized and given functionality through the event system. More to come as the event system grows.

Quick update on the project, Dialogue system has been rewritten from the old version of the game, functionally the same but a lot easier to use. The camera has been worked on and the inventory is being expanded with things like drag and drop.

(Mines and menus preview build)

Available for testing now

Our latest efforts have been rewriting our scene change code and with that comes some lovely transitions made using a greyscale image and a new shader.