Skip to content

Instantly share code, notes, and snippets.

View TheoLtd's full-sized avatar

李棹洋 TheoLtd

  • 北京市丰台区云岗村魏各庄路27号
  • 19:33 (UTC +08:00)
View GitHub Profile
@vexx32
vexx32 / start-noita.ps1
Last active February 3, 2025 09:14
Starts Noita from the given path, optionally with a specific seed set.
function Start-Noita {
<#
.SYNOPSIS
Starts Noita from a PowerShell prompt, optionally with a specific set seed for a new game.
.DESCRIPTION
To use this function, copy and paste the complete function definition into a PowerShell
session, and then invoke it with `Start-Noita`. Supply `-Seed somevalue` if you would like
to run a specific seed (see the examples below).