#Infinite Radar is Broken

1 messages · Page 1 of 1 (latest)

alpine bear
#

@serene sedge

#

your infinite radar mod is broken or at least with PySE

#
-- control.lua
    -- Get entity center chunk
    local center = {
        x = math.floor(gfsr.entity.x / 32),
        y = math.floor(gfsr.entity.y / 32)
    }
``` to
```lua
-- control.lua
    -- Get entity center chunk
    local center = {
        x = math.floor(gfsr.x / 32),
        y = math.floor(gfsr.y / 32)
    }
serene sedge
#

Hmm that's not good

#

We do need the entity because that is the center of our spiral

#

Did you by any chance remove a radar?

#

And do you have the error message for me?

alpine bear
alpine bear
#

though

serene sedge
#

Ah I see

#

Hmm this is sloppy

#

I needed to get the position.x

#

Let me fix it real quick, one sec

alpine bear
#

!!

serene sedge
#

Just uploaded v1.0.4 which fixes this issue

alpine bear
#

!!!

#

thank you