Skip to content

Releases: Savestate2A03/ssbm_rng_manip

Public Release 1.4.0

13 Feb 00:58
Compare
Choose a tag to compare

Release

Add SEED functionality. Used to search for specific RNG seeds (useful for TAS generally)
.zip is a Windows x86 release

Updates

SEED {hexseed}

NAME Example Seed Search
SEED 8343ff0f

Public Release 1.3.1

11 Dec 19:45
Compare
Choose a tag to compare

Bug Fixes

Memory Issues: Fixed a bug that attempted to traverse arrays without initializing them.
All-Star List Duplication: Checking the result of scanf fixes a weird bug that duplicates some All-Star lists.

Public Release 1.3.0

29 Mar 17:32
Compare
Choose a tag to compare

Release

Add TT functionality. Used for Trophy Tussle 1 & 2
Renamed PICK3 to TT3 for Trophy Tussle 3
.zip is a Windows x86 release

Updates

TT {Player} {Opponent1} {Opponent2} {Opponent3}

NAME Example Trophy Tussle 1 & 2
TT Roy Fox Pikachu Mario

TT Valid Characters
Note: You may only use one of each character for your three picks.
Note: Your character may be any, this is only for the three CPUs that spawn.

  • Mario
  • Pikachu
  • Bowser
  • Peach
  • Yoshi
  • DK
  • Captain Falcon
  • Fox
  • Ness
  • Ice Climbers
  • Kirby
  • Samus
  • Zelda
  • Link

Public Release 1.2.0

12 Mar 07:27
Compare
Choose a tag to compare

Release

Add PICK3 functionality. Confirmed works on Event 47, potentially others.
.zip is a Windows x86 release

Updates

PICK3 {Player} {Opponent1} {Opponent2} {Opponent3}

NAME Example Event 47 Stuff
PICK3 Fox Kirby Pichu Roy

PICK3 Valid Characters
Note: You may only use one of each character for your four picks.

  • Falcon
  • DK
  • Fox
  • GnW
  • Kirby
  • Bowser
  • Link
  • Luigi
  • Mario
  • Marth
  • Mewtwo
  • Ness
  • Peach
  • Pikachu
  • ICs
  • Jigglypuff
  • Samus
  • Yoshi
  • Zelda
  • Falco
  • YLink
  • Doc
  • Roy
  • Pichu
  • Ganondorf

Public Release 1.1.0

20 Sep 01:17
Compare
Choose a tag to compare

Release

Much needed usability changes, and fixed manual seed choice (was previously broken).

.zip is an x64 Windows release

Updates

Updated description of intro

----------------------------------------
SSBM RNG Seed Character Checking Program
Written in C by Savestate
----------------------------------------
Press enter to start!

Locate seed? [y]es / [n]o / [l]ast / e[x]it
  y    Start New Search
  n    Manually enter in an RNG seed
  l    Continue search from last seed detected
  x    Exit the program
 ->

Statistical reference of how many characters to list when searching for your seed.

------------------------------------------------
 Enter the order of random characters rolled
 on the Character Select Screen.
 Enter the number of characters below depending on
 how many approximate RNG advancements there's been
 since the last check.
------------------------------------------------
 9 | >250k or New Search
 6 | 10k-250k
 5 | 400-10k
 4 | <400
------------------------------------------------
Type in anything that isn't a valid character to
finish typing in your list. ( ex: "fj8s4oije" )

doc, mro, lui, bow, pea,
  yos, dk, cfa, gan, fal,
  fox, nes, ics, kir, sam,
  zel, lin, yli, pic, pik,
  jig, mew, gnw, mrt, roy
Character 1 ->

Scanning dialouge now shows # of iterations in decimal form instead of hex

Scanning: (5483005) -> 0xE5AE430F ... 1 matches!

Public Release 1.0.0

17 Sep 06:15
Compare
Choose a tag to compare

Add MULTI command to config files. Allows searching for multiple events from one seed. Also added HRC stuff for Typo.

.zip is a Windows x64 release