Far Cry 2

File information

Last updated

Original upload

Created by

Myself

Uploaded by

PuppyUnicorn

Virus scan

Safe to use

Tags for this mod

2 comments

  1. nb77
    nb77
    • member
    • 4 kudos
    So, thanks for your work, but, "red is bad", and a command box appears with some red text, and it quits, i just had executed the tool after downloading it.
    ? So, what are you supposed to do if this happens.
    1. PuppyUnicorn
      PuppyUnicorn
      • member
      • 14 kudos
      I believe the issue could be your PowerShell execution policy.  I probably should have mentioned that in the instructions -- by default, Execution Policy in PowerShell is set to 'Restricted' meaning scripts can't be run.  To fix this, simply set it to 'Unrestricted'.  From there, FC2.Schteve.ps1 should launch properly.

      Open up a PowerShell window, and run the following command:
      Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
      Essentially, this allows the currently logged on User Account (you) to run scripts.

      And I appreciate you taking the time to let me know of any issues.  The more people can tell me their issues, the better I can refine things and fix potential bugs I may have missed.