Skip to content

zaksabeast/VC-RNG-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3DS VC RNG Lib

This is a library to predict the RNG in 3DS VC games.

Building:

  • lib: cd vc_rng_lib && wasm-pack build
  • lib with docker: docker run --rm -it -w /app -v $(pwd)/vc_rng_lib:/app rust /bin/bash, install wasm-pack with curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh from here, then wasm-pack build
  • cli: cargo run

About

A tool to explore 3ds VC RNG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages