ff3:ff3us:patches:hatzen08:wilder_randomness

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ff3:ff3us:patches:hatzen08:wilder_randomness [2017/05/02 12:51]
hatzen08 created
ff3:ff3us:patches:hatzen08:wilder_randomness [2022/12/25 17:43] (current)
hatzen08 [Offsets] to update version
Line 1: Line 1:
 ==== Patch Data ==== ==== Patch Data ====
  
-|Name           |Wilder Randomness 1. |+|Name           |Wilder Randomness 4. |
 |Author         |HatZen08               | |Author         |HatZen08               |
-|Link           |{{ff3:ff3us:patches:hatzen08:wilder_randomness_11.7z|Download}}         |+|Link           |{{ff3:ff3us:patches:hatzen08:wilder_randomness_44.7z|Download}}         |
 |:::            |[[http://www.ff6hacking.com/forums/showthread.php?tid=3097|Forum]]      |            |:::            |[[http://www.ff6hacking.com/forums/showthread.php?tid=3097|Forum]]      |           
  
Line 19: Line 19:
 ==== Offsets ==== ==== Offsets ====
  
-^Address          ^Description              ^ +^Address           ^Description              ^ 
-|$C3140D - $C31410|main link                +|$C0C2DF - $C0C2E5|veldt encounters
-|$C319EF - $C319F7|skip save file checksum  +|$C0C3C0 - $C0C3C6|overworld encounters| 
-|$C3F900 - $C3F928|random updater           |+|$C0C497 - $C0C4B1|dungeon encounters| 
 +|$C1185C - $C11865|unknow random number generator| 
 +|$C24B5B - $C24B63|generic random number generator [0, 255]| 
 +|$C24B6B - $C24B73|generic random number generator [0, A-1]| 
 +|$C2BBE7 - $C2BBF0|generic random number generator [0, 255]
 +|$C3F900 - $C3F92F|generic random number generator plus veldt modifier|
  
 ==== Description ==== ==== Description ====
  
-The patch randomly changes the indexes used by the random numbers generators. +The game uses random number generators. The generators actually are based on a 
-Instead to get random number from a list of predictable numbers in a +fixed table of random numbers and they get the random number reading  
-sequential orderthey now get the random number in random order.+sequentially the next available number in the table. This algorithm makes the 
 +'random number' to be predictable andin specific situations, almost rigged. 
 + 
 +The patch unifies the main random number generators in one single random number 
 +generator, with a less predictable algorithm.
  • ff3/ff3us/patches/hatzen08/wilder_randomness.1493729483.txt.gz
  • Last modified: 5 years ago
  • (external edit)