本插件用于解除中国客户端上,取消对已经被禁止的插件使用。
- 在启动游戏或者启动卫月之前运行UnbanPluginsCN.exe。
- 按照配置文件的提示进行操作。
- 启动成功后你所有的插件都能正常加载了。
- 右键点击
install.ps1
, 选择使用PowerShell运行。 - powershell会申请管理员权限, 放心,这是为了能够将计划任务写入系统。
- 计划任务将会在每次用户登陆后自动运行.
- 右键点击
uninstall.ps1
, 选择使用PowerShell运行。 - powershell会申请管理员权限, 放心,这是为了能够将计划任务删除。
- Powershell脚本无法运行
- 以管理员权限运行Powershell,执行
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
- 以管理员权限运行Powershell,执行
A program that is designed to unrestrict banned plugins usage on Chinese Dalamud client.
- Run UnbanPluginsCN.exe before starting the game
- Follow the instructions in the config file
- All your plugins should be loadable now
- Right click on
install.ps1
, choose to run with PowerShell - PowerShell will ask for admin permissions, this is to allow the script to create a scheduled task
- The scheduled task will run every time you log in
- Right click on
uninstall.ps1
, choose to run with PowerShell
- PowerShell script won't run
- Run PowerShell as an administrator and execute
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
- Run PowerShell as an administrator and execute