commit 9eee32e35493b587535d0177535f0852256ed418 Author: Ricardo Lopes Date: Mon Jan 6 00:38:26 2020 +0100 Initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e99912f --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ + +NomaiVR/bin +packages +.vs +NomaiVR/obj diff --git a/NomaiVR.sln b/NomaiVR.sln new file mode 100644 index 0000000..20b16c2 --- /dev/null +++ b/NomaiVR.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29613.14 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NomaiVR", "NomaiVR\NomaiVR.csproj", "{CE7F4F71-F74E-4BA2-9AE1-930905B4B883}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {CE7F4F71-F74E-4BA2-9AE1-930905B4B883}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CE7F4F71-F74E-4BA2-9AE1-930905B4B883}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CE7F4F71-F74E-4BA2-9AE1-930905B4B883}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CE7F4F71-F74E-4BA2-9AE1-930905B4B883}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1EFA43E4-8864-404B-A472-52FA2690E2EC} + EndGlobalSection +EndGlobal diff --git a/NomaiVR/NomaiVR.cs b/NomaiVR/NomaiVR.cs new file mode 100644 index 0000000..8a2aa02 --- /dev/null +++ b/NomaiVR/NomaiVR.cs @@ -0,0 +1,20 @@ +using OWML.Common; +using OWML.ModHelper; +using OWML.ModHelper.Events; +using UnityEngine; +using UnityEngine.XR; + +namespace OWML.NomaiVR +{ + public class NomaiVR : ModBehaviour + { + private void Start() { + } + + private void Update() { + if (Input.GetKeyDown(KeyCode.P)) { + } + } + + } +} \ No newline at end of file diff --git a/NomaiVR/NomaiVR.csproj b/NomaiVR/NomaiVR.csproj new file mode 100644 index 0000000..dc5187a --- /dev/null +++ b/NomaiVR/NomaiVR.csproj @@ -0,0 +1,86 @@ + + + + + Debug + AnyCPU + {CE7F4F71-F74E-4BA2-9AE1-930905B4B883} + Library + Properties + NomaiVR + NomaiVR + v3.5 + 512 + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\..\..\..\..\Games\Outer Wilds\OuterWilds_Data\Managed\Assembly-CSharp.dll + + + ..\packages\OWML.0.3.14\lib\net35\OWML.dll + + + ..\packages\OWML.0.3.14\lib\net35\OWML.Common.dll + + + ..\packages\OWML.0.3.14\lib\net35\OWML.ModHelper.dll + + + ..\packages\OWML.0.3.14\lib\net35\OWML.ModHelper.Assets.dll + + + ..\packages\OWML.0.3.14\lib\net35\OWML.ModHelper.Events.dll + + + ..\packages\OWML.0.3.14\lib\net35\OWML.ModHelper.Menus.dll + + + + + + + + + ..\..\..\..\..\Games\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.dll + + + ..\..\..\..\..\Games\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.CoreModule.dll + + + ..\..\..\..\..\Games\Outer Wilds\OuterWilds_Data\Managed\UnityEngine.VRModule.dll + + + + + + + + + + + + copy /y "$(TargetPath)" "C:\Users\ricar\Downloads\OWML (2)\Mods\NomaiVR\NomaiVR.dll" + + + + + + \ No newline at end of file diff --git a/NomaiVR/NomaiVR.csproj.user b/NomaiVR/NomaiVR.csproj.user new file mode 100644 index 0000000..c10e84b --- /dev/null +++ b/NomaiVR/NomaiVR.csproj.user @@ -0,0 +1,6 @@ + + + + ProjectFiles + + \ No newline at end of file diff --git a/NomaiVR/Properties/AssemblyInfo.cs b/NomaiVR/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..637bc78 --- /dev/null +++ b/NomaiVR/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("NomaiVR")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("NomaiVR")] +[assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("ce7f4f71-f74e-4ba2-9ae1-930905b4b883")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/NomaiVR/packages.config b/NomaiVR/packages.config new file mode 100644 index 0000000..0349ae8 --- /dev/null +++ b/NomaiVR/packages.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..9528a5e --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# NomaiVR +