This PowerShell script automates the process of generating and downloading randomized seeds for Resident Evil 4 Remake. It supports multiple randomizer profiles, such as Balanced Combat and Challenging profiles, and interacts with the Biorand API for randomization.
  • PowerShell 100%
Find a file
Laezor de58d1058f update readme.md
change the url
2026-05-02 20:05:43 +00:00
biorand-seed.ps1 biorand seed files 2026-05-02 19:28:54 +00:00
CHANGELOG.md biorand seed files 2026-05-02 19:28:54 +00:00
LICENSE biorand seed files 2026-05-02 19:28:54 +00:00
README.md update readme.md 2026-05-02 20:05:43 +00:00
run-online.ps1 biorand seed files 2026-05-02 19:28:54 +00:00

BIORAND Randomizer Seed Generator

This PowerShell script automates the process of generating and downloading randomized seeds for Resident Evil games.


Features

  • Support for multiple Resident Evil games:
    • Resident Evil 4 Remake
    • Resident Evil 2 Remake
  • Multiple randomizer profiles for each game
  • Automatic configuration management
  • Seed generation and downloading
  • Automatic unzipping to correct game directory
  • Running latest version every time through run-online.ps1

Prerequisites

  • PowerShell 5.1 or higher (recommended to have powershell 7)
  • A Biorand account
  • Resident Evil game(s):
    • Resident Evil 4 Remake
    • Resident Evil 2 Remake (Must have Early Access to generate seeds)

Usage

  1. Run the Script

    ⬇️ Download run-online.ps1

    Simply download and double-click run-online.ps1 (Recommended)

    .\run-online.ps1
    

    or manually run the PowerShell script:

    .\biorand-seed.ps1
    
  2. Login to Biorand

    • If no API token is found in the configuration file, the script will prompt you to log in using your Biorand email and verification code.
  3. Select Game and Profile

    • Choose which game you want to randomize (RE4R or RE2R)
    • Select from available randomizer profiles for the chosen game
    • The script will handle downloading and installing to the correct game directory
  4. Configuration

    The script will create a biorand-config.json file to store:

    • Your Biorand API token
    • RE4 Remake installation path
    • RE2 Remake installation path

Support

For help and updates, visit:


License

MIT License - see LICENSE file for details.


Credits

  • Script Author: Laezor
  • Contact: Laezor#5385 on Discord
  • Source Site: https://re4r.biorand.net/ (without this it wouldn't be possible to create this!)

Notes

  • Ensure your Resident Evil game installations are valid and accessible (verify your game files through steam).
  • Have fun exploring new randomized experiences in Resident Evil games!