/Wreckfest-eventloop-randomizer

Simple Power-shell-Script, to read and randomize specific eventloop-tracks in wreckfest.

Primary LanguagePowerShellMIT LicenseMIT

DM me on Discord if there are still issues: H3draut3r#6722

Wreckfest-eventloop-randomizer

This script is used to create and randomize eventloops for Wreckfest.

It doesn't need any special tools or software and "may be" run by Windows 10 on default.

But unfortunately, Microsoft changed PowerShells "ExecutionPolicy" for PS1-files

Which points to:

Allow the execution of a ps1-file

AFAIK there are 2 Ways that does seems to "fix" the execution-problem

First way (the "safest" one)

Run Powershell as admin, and execute

Set-ExecutionPolicy RemoteSigned (there will be no confirmation, but you can "check" it with Get-ExecutionPolicy

pic

install the WreckfestERS.cer file onto the current machines "own certificates"

Pictures ( only in german, sorry about that 😉 )

Pic 1:

Pic 2:

Second way (the "fastest" one, but with more danger)

you could skip installing the certificate with Set-ExecutionPolicy Unrestricted , which will allow execute "any" ps1-script

My Advise: revert a "Unrestricted" after running the ps1-file with Set-ExecutionPolicy Default (Paranoia-Policy 😉)

After changing policy (and maybe installing the certificate):

the ps1-file "may be" more able to run. 🤔