mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
[SmoothRay] Initial Upload
This commit is contained in:
parent
b5df421bec
commit
c05213d970
9 changed files with 274 additions and 1 deletions
|
@ -101,7 +101,7 @@ $HOST.UI.RawUI.Flushinputbuffer()
|
|||
Write-Host "NStrip Convert all private/protected stuff to public. Requires <AllowUnsafeBlocks>true></AllowUnsafeBlocks>"
|
||||
|
||||
# Create an array to hold the file names to strip
|
||||
$dllsToStrip = @('Assembly-CSharp.dll','Assembly-CSharp-firstpass.dll','AVProVideo.Runtime.dll','cohtml.Net.dll','Cohtml.RenderingBackend.dll','Cohtml.Runtime.dll')
|
||||
$dllsToStrip = @('Assembly-CSharp.dll','Assembly-CSharp-firstpass.dll','AVProVideo.Runtime.dll','cohtml.Net.dll','Cohtml.RenderingBackend.dll','Cohtml.Runtime.dll','SteamVR.dll','SteamVR_Actions.dll')
|
||||
|
||||
# Check if NStrip.exe exists in the current directory
|
||||
if(Test-Path -Path ".\NStrip.exe") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue