Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

IIIMADDINIII

1
Posts
1
Topics
A member registered Mar 12, 2022

Recent community posts

(1 edit)

With like 1300 rats i only get a frame every few minutes.

Accomplished by setting a log point just before the random function in the Webassembly with a call to the following function which initializes the random function to always return 99 for a jackpot:

function load() {
  const m = new Int32Array(memories.$memory.buffer);
  const p1 = m[3443808/4]/4;
  m[p1+0] = -1354034512;
  m[p1+1] = -1567105399;
  m[p1+2] = 1555813293;
  m[p1+3] = -711686666;
}