arras - FOV hack

Press Backslash to enable/disable script, use scroll wheel to change fov when enabled

< Feedback on arras - FOV hack

Review: OK - script works, but has bugs

§
Posted: 2026-08-02
Edited: 2026-08-02

Doesnt work. Its not a problem with \ key or anything, i checked it. are you sure the line wasm.HEAPU32[312051] = current_fov is right? maybe it should be smth like window.wasm[312051] = current_fov because just plainly `wasm` isnt defined. Btw, i tried changing it to that but still doesnt work.

§
Posted: 2026-08-02

Found a solution. Replace wasm[312051] = current_fov with window.wasm.HEAPU32[328435] = current_fov. Works for me now!

§
Posted: 2026-08-02

Okay it literally worked just once, i changed server and now it doesnt work anymore

§
Posted: 2026-08-02

So uhhh it works only sometimes, it seems that damo does another pointer shifting except the crypto rng one i think.

Post reply

Sign in to post a reply.