How do you get mixed seeds from every single plant? What are the technical details?
@Underscore763 жыл бұрын
A plant rolls its drops on the frame that it is destroyed (pulling from global rng, Game1.random). Tool use is one of the first things that occurs in a frame so I wrote a quick function I can run per frame to predict if I swing and break N weeds, what the resulting drops will be (since breaking one will impact the next one’s drops on the same frame). Most of the short pauses are me just waiting on rolling for a mixed seed drop (or giving up if I still need to clear the tile)
@cryptogreen6423 жыл бұрын
Amazing!
@bumpybumpybumpybumpy3 жыл бұрын
Any plans for the tas tools to become public?
@Underscore763 жыл бұрын
Realistically no immediate plans, at some point I want to clean things up and publish the updates for v1.5 but it's also quite a bit of work to clean things up/document everything/etc so that others can pick it up...
@bumpybumpybumpybumpy3 жыл бұрын
@@Underscore76 Sounds good! Keep up the great work!