Is it possible to use host rng for games? - Printable Version +- mGBA Forums (https://forums.mgba.io) +-- Forum: mGBA (https://forums.mgba.io/forumdisplay.php?fid=1) +--- Forum: General (https://forums.mgba.io/forumdisplay.php?fid=3) +--- Thread: Is it possible to use host rng for games? (/showthread.php?tid=5577) |
Is it possible to use host rng for games? - elmeow3 - 03-14-2023 I was thinking since games like Pokemon Red use a pseudo rng that is obviously dated and restricted by hardware, if it's possible to inject the Windows/Mac/Linux rng into the games rng? RE: Is it possible to use host rng for games? - endrift - 03-14-2023 The RNG is hardcoded in the game. There's no RNG hardware, so the only way to do this would be per-game hacking. You could do this with the Lua scripting system, with some dedication. |