mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2026-06-24 07:18:28 +00:00
[NAK_CVR_Mods] Unfucked for 2026r182
This commit is contained in:
parent
c13dc8375a
commit
281403d68b
209 changed files with 3936 additions and 1122 deletions
|
|
@ -40,11 +40,12 @@ If the game is closed unexpectedly, the claimant will keep the content until you
|
|||
|
||||
---
|
||||
|
||||
Here is the block of text where I tell you this mod is not affiliated with or endorsed by ABI.
|
||||
https://documentation.abinteractive.net/official/legal/tos/#7-modding-our-games
|
||||
Here is the block of text where I tell you this mod is not affiliated with or endorsed by ChilloutVR.
|
||||
https://docs.chilloutvr.net/official/legal/tos/#6-modding-our-game
|
||||
|
||||
> This mod is an independent creation not affiliated with, supported by, or approved by Alpha Blend Interactive.
|
||||
> This mod is an independent creation not affiliated with, supported by, or approved by ChilloutVR.
|
||||
|
||||
> Use of this mod is done so at the user's own risk and the creator cannot be held responsible for any issues arising from its use.
|
||||
|
||||
> To the best of my knowledge, I have adhered to the Modding Guidelines established by Alpha Blend Interactive.
|
||||
> To the best of my knowledge, I have adhered to the Modding Guidelines established by ChilloutVR.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,31 +1,5 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net48</TargetFramework>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<DefineConstants>TRACE;TRACE;UNITY_2017_1_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2019_3_OR_NEWER;USE_BURST;USE_NEWMATHS;USE_BURST_REALLY;USE_TERRAINS</DefineConstants>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-eraser.png" />
|
||||
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-folder.png" />
|
||||
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-headset.png" />
|
||||
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-magic-wand.png" />
|
||||
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-pencil.png" />
|
||||
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-puzzle.png" />
|
||||
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-rubbish-bin.png" />
|
||||
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-alphabet.png" />
|
||||
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-magnifying-glass.png" />
|
||||
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-mouse.png" />
|
||||
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-puzzle-disabled.png" />
|
||||
<None Remove="Resources\Gohsantosadrive_Icons\Stickers-magic-wand-broken.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="BTKUILib">
|
||||
<HintPath>..\.ManagedLibs\BTKUILib.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Remove="Resources\sharingbubble.assets" />
|
||||
<EmbeddedResource Include="Resources\sharingbubble.assets" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue