Skip to content

Instantly share code, notes, and snippets.

View thesadru's full-sized avatar
⌨️
professionally adding bloat to your favorite libs

ashlen thesadru

⌨️
professionally adding bloat to your favorite libs
View GitHub Profile
@vexx32
vexx32 / start-noita.ps1
Last active May 11, 2024 07:43
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).