Skip to content

Commit

Permalink
added the.sln for ease of acces
Browse files Browse the repository at this point in the history
made it a little bit easier to edit
  • Loading branch information
TheHuntsmanbuh committed Sep 5, 2024
1 parent e4a70ec commit 53035b7
Show file tree
Hide file tree
Showing 60 changed files with 2,572 additions and 89 deletions.
11 changes: 1 addition & 10 deletions smartnet_bots/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
# This file describes files and paths that should not be tracked by Git version control
# https://git-scm.com/docs/gitignore

# Auto-generated code editor files
.vs/*
.vscode/*
*.csproj
obj
bin
Properties/*
code/obj/*
code/Properties/*

# Auto-generated asset related files
*.generated.*
Expand All @@ -19,7 +10,7 @@ code/Properties/*
*.los
*.vpk
*launchSettings.json
*.sln


*idea

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added smartnet_bots/.vs/smartnet_bots/v17/.futdcache.v2
Binary file not shown.
Binary file added smartnet_bots/.vs/smartnet_bots/v17/.suo
Binary file not shown.
Binary file added smartnet_bots/.vs/smartnet_bots/v17/fileList.bin
Binary file not shown.
71 changes: 19 additions & 52 deletions smartnet_bots/Assets/scenes/minimal.scene
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"Feathering": 0.02,
"FrameInterval": 5,
"MaxDistance": 512,
"MultiBounce": false,
"Projection": "Sphere",
"RenderDynamically": false,
"TintColor": "1,1,1,1",
Expand Down Expand Up @@ -129,29 +130,6 @@
"Position": "-48.18714,0,0",
"Enabled": true,
"Components": [
{
"__type": "Sandbox.SkinnedModelRenderer",
"__guid": "16bcae36-889f-4be0-8eae-15f3e143c282",
"AnimationGraph": "models/humans/animgraphs/humans_base.vanmgrph",
"BodyGroups": 341,
"CreateBoneObjects": false,
"Model": "models/citizen/citizen.vmdl",
"RenderType": "On",
"Tint": "1,1,1,1",
"UseAnimGraph": true
},
{
"__type": "Sandbox.CharacterController",
"__guid": "9325a641-bc88-4ac6-add2-a756d04dee19",
"Acceleration": 10,
"Bounciness": 0.3,
"GroundAngle": 45,
"Height": 64,
"IgnoreLayers": "",
"Radius": 16,
"StepHeight": 18,
"UseCollisionRules": false
},
{
"__type": "Sandbox.NavMeshAgent",
"__guid": "393a7c08-d0d9-4871-ba5b-004e1b3c9445",
Expand All @@ -163,9 +141,26 @@
"UpdatePosition": true,
"UpdateRotation": true
},
{
"__type": "Sandbox.SkinnedModelRenderer",
"__guid": "16bcae36-889f-4be0-8eae-15f3e143c282",
"AnimationGraph": "animgraphs/sn_human.vanmgrph",
"BodyGroups": 18446744073709551615,
"CreateBoneObjects": false,
"Model": "models/sn_human.vmdl",
"RenderType": "On",
"Tint": "1,1,1,1",
"UseAnimGraph": true
},
{
"__type": "thought.Think",
"__guid": "cb7a2384-efc6-44b2-bb54-0a9a43571324"
"__guid": "2fcc5b1b-c01c-47a8-a3b8-f78274ce9534",
"Agent": {
"_type": "component",
"component_id": "393a7c08-d0d9-4871-ba5b-004e1b3c9445",
"go": "798861fd-e060-49e6-b4fc-d5cf51d0f07b",
"component_type": "NavMeshAgent"
}
}
],
"Children": [
Expand Down Expand Up @@ -844,34 +839,6 @@
]
}
]
},
{
"__guid": "4a380a77-ce42-4979-8297-d0d503039556",
"Flags": 0,
"Name": "Camera",
"Position": "52.59894,-307.9775,60.99105",
"Rotation": "0,0,0.7071067,0.7071068",
"Tags": "maincamera",
"Enabled": true,
"Components": [
{
"__type": "Sandbox.CameraComponent",
"__guid": "ff8fb784-279a-4883-8a56-3c4e43d2c2d9",
"BackgroundColor": "0.33333,0.46275,0.52157,1",
"ClearFlags": "All",
"FieldOfView": 60,
"IsMainCamera": true,
"Orthographic": false,
"OrthographicHeight": 1204,
"Priority": 1,
"RenderExcludeTags": "",
"RenderTags": "",
"TargetEye": "None",
"Viewport": "0,0,1,1",
"ZFar": 10000,
"ZNear": 10
}
]
}
]
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// <auto-generated/>
global using static global::Sandbox.Internal.GlobalGameNamespace;
global using static global::Sandbox.Internal.GlobalToolsNamespace;
Binary file not shown.
Binary file not shown.
181 changes: 181 additions & 0 deletions smartnet_bots/Editor/obj/project.assets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,181 @@
{
"version": 3,
"targets": {
"net7.0": {
"actiongraph/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v7.0",
"dependencies": {
"Base Editor Library": "1.0.0"
},
"compile": {
"bin/placeholder/actiongraph.dll": {}
},
"runtime": {
"bin/placeholder/actiongraph.dll": {}
}
},
"Base Editor Library/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v7.0",
"compile": {
"bin/placeholder/Base Editor Library.dll": {}
},
"runtime": {
"bin/placeholder/Base Editor Library.dll": {}
}
},
"Base Library/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v7.0",
"compile": {
"bin/placeholder/Base Library.dll": {}
},
"runtime": {
"bin/placeholder/Base Library.dll": {}
}
},
"playercontroller/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v7.0",
"dependencies": {
"Base Library": "1.0.0"
},
"compile": {
"bin/placeholder/playercontroller.dll": {}
},
"runtime": {
"bin/placeholder/playercontroller.dll": {}
}
},
"shadergraph/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v7.0",
"dependencies": {
"Base Editor Library": "1.0.0"
},
"compile": {
"bin/placeholder/shadergraph.dll": {}
},
"runtime": {
"bin/placeholder/shadergraph.dll": {}
}
},
"smartnet_bots/1.0.0": {
"type": "project",
"framework": ".NETCoreApp,Version=v7.0",
"dependencies": {
"Base Library": "1.0.0",
"playercontroller": "1.0.0"
},
"compile": {
"bin/placeholder/smartnet_bots.dll": {}
},
"runtime": {
"bin/placeholder/smartnet_bots.dll": {}
}
}
}
},
"libraries": {
"actiongraph/1.0.0": {
"type": "project",
"path": "../../../../../../../Program Files (x86)/steam/steamapps/common/sbox/editor/ActionGraph/Code/actiongraph.csproj",
"msbuildProject": "../../../../../../../Program Files (x86)/steam/steamapps/common/sbox/editor/ActionGraph/Code/actiongraph.csproj"
},
"Base Editor Library/1.0.0": {
"type": "project",
"path": "../../../../../../../Program Files (x86)/steam/steamapps/common/sbox/addons/tools/Code/Base Editor Library.csproj",
"msbuildProject": "../../../../../../../Program Files (x86)/steam/steamapps/common/sbox/addons/tools/Code/Base Editor Library.csproj"
},
"Base Library/1.0.0": {
"type": "project",
"path": "../../../../../../../Program Files (x86)/steam/steamapps/common/sbox/addons/base/Code/Base Library.csproj",
"msbuildProject": "../../../../../../../Program Files (x86)/steam/steamapps/common/sbox/addons/base/Code/Base Library.csproj"
},
"playercontroller/1.0.0": {
"type": "project",
"path": "../Libraries/facepunch.playercontroller/Code/playercontroller.csproj",
"msbuildProject": "../Libraries/facepunch.playercontroller/Code/playercontroller.csproj"
},
"shadergraph/1.0.0": {
"type": "project",
"path": "../../../../../../../Program Files (x86)/steam/steamapps/common/sbox/editor/ShaderGraph/Code/shadergraph.csproj",
"msbuildProject": "../../../../../../../Program Files (x86)/steam/steamapps/common/sbox/editor/ShaderGraph/Code/shadergraph.csproj"
},
"smartnet_bots/1.0.0": {
"type": "project",
"path": "../Code/smartnet_bots.csproj",
"msbuildProject": "../Code/smartnet_bots.csproj"
}
},
"projectFileDependencyGroups": {
"net7.0": [
"Base Editor Library >= 1.0.0",
"actiongraph >= 1.0.0",
"shadergraph >= 1.0.0",
"smartnet_bots >= 1.0.0"
]
},
"packageFolders": {
"C:\\Users\\lachl\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\lachl\\Documents\\GitHub\\smartnet-bots\\smartnet_bots\\Editor\\smartnet_bots.editor.csproj",
"projectName": "smartnet_bots.editor",
"projectPath": "C:\\Users\\lachl\\Documents\\GitHub\\smartnet-bots\\smartnet_bots\\Editor\\smartnet_bots.editor.csproj",
"packagesPath": "C:\\Users\\lachl\\.nuget\\packages\\",
"outputPath": "C:\\Users\\lachl\\Documents\\GitHub\\smartnet-bots\\smartnet_bots\\Editor\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\lachl\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net7.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net7.0": {
"targetAlias": "net7.0",
"projectReferences": {
"C:\\Program Files (x86)\\steam\\steamapps\\common\\sbox\\addons\\tools\\Code\\Base Editor Library.csproj": {
"projectPath": "C:\\Program Files (x86)\\steam\\steamapps\\common\\sbox\\addons\\tools\\Code\\Base Editor Library.csproj"
},
"C:\\Program Files (x86)\\steam\\steamapps\\common\\sbox\\editor\\ActionGraph\\Code\\actiongraph.csproj": {
"projectPath": "C:\\Program Files (x86)\\steam\\steamapps\\common\\sbox\\editor\\ActionGraph\\Code\\actiongraph.csproj"
},
"C:\\Program Files (x86)\\steam\\steamapps\\common\\sbox\\editor\\ShaderGraph\\Code\\shadergraph.csproj": {
"projectPath": "C:\\Program Files (x86)\\steam\\steamapps\\common\\sbox\\editor\\ShaderGraph\\Code\\shadergraph.csproj"
},
"C:\\Users\\lachl\\Documents\\GitHub\\smartnet-bots\\smartnet_bots\\Code\\smartnet_bots.csproj": {
"projectPath": "C:\\Users\\lachl\\Documents\\GitHub\\smartnet-bots\\smartnet_bots\\Code\\smartnet_bots.csproj"
}
}
}
}
},
"frameworks": {
"net7.0": {
"targetAlias": "net7.0",
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48",
"net481"
],
"assetTargetFallback": true,
"warn": true,
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"
}
}
}
}
8 changes: 8 additions & 0 deletions smartnet_bots/Editor/obj/project.nuget.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"version": 2,
"dgSpecHash": "k/w24nWMqHODvZrNsBRyT8XXtdl/VKR3gYhelKLzAgKr/jcGxR5Nc+q25fmchUGCpmT4uRGSQxtI3R/L3GRYsA==",
"success": true,
"projectFilePath": "C:\\Users\\lachl\\Documents\\GitHub\\smartnet-bots\\smartnet_bots\\Editor\\smartnet_bots.editor.csproj",
"expectedPackageFiles": [],
"logs": []
}
Loading

0 comments on commit 53035b7

Please sign in to comment.