Air Force Bullet Generation System
Usage Instructions:
- Download Bullet_Blender.zip from GitHub
- Extract Files to a desired location
- Right Click on BB.ps1
- Click "Edit" (This should open up Bullet Blender in Powershell ISE)
- Once PowerShell ISE is opened. Click the Green Play Arrow.
- Success!
Possible Errors:
- Execution-Policy
- Some systems may prevent you from executing the script even in PowerShell ISE.
- On a Government machine: You're pretty much SOL unless you have admin rights.
- On a Home Computer: Run PowerShell ISE or PowerShell as an administrator
- Type the command:
- Set-ExecutionPolicy Unrestricted
- Type
- Y
- You're on a MAC
- You will need to install PowerShell for MAC
- https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-7.1