Adam Beckingham

Results 9 comments of Adam Beckingham
trafficstars

It happens when the block breaks too quickly (without instamining) Might be an issue with 2b though, max speed netherite tools seem to have issues breaking in general. The axe...

I have anti ghost blocks on. I'm on Meteor. I have tried both the official and modified (for Meteor) versions of Baritone. At this rate I should probably email the...

Problem is, this issue also happens without Meteor installed.

If you are trying to access the OS strings from ICE, you will need to open them as you would open a program in ICE, just use the variable type...

I've never had success with LoadData. ``LoadData(A,B,C`` Essentially, all it does is allocate a pointer to C sprites from B offset of the file named A, iirc. Try this in...

It could also be an issue with random numbers though. ``` rand->RNG RNG/65536->RNGU (RNG/256)plotsquare255->RNGM RNGplotsquare255->RNGL //work with those random numbers and store stuff to WDTEMP sum(1,WDFILE,"a+->D sum(7,PYRMX,D sum(7,PYRMY,D sum(4,WDTEMP,64,1,D sum(3,D...

Update: this bug only manifests itself when the variable is not archived. I have had success with appending varibles, but only if they are archived.

This is still happening. From what I have seen, this file opening mode does not work on programs which compile to over 10Kb. Also, this is purely an ICE issue;...

I thought ``Compare(`` could do that already? If 0, then the strings are equal, else they are not. Please correct me if I'm wrong. EDIT: some clarification on this function...