Skip to content

CSSharp not loading at all | Debian 13 #1250

@conspiracy1337

Description

@conspiracy1337

I downloaded the latest version of CSSharp (with runtime) and Metamod and its not loading CSSharp at all, i also tried slightly older versions for both and no success either.

I followed the instructions properly, i type "meta list" and it says 0 plugins loaded and "css_plugins list" doesnt work at all

I had a server setup with cssharp running in the past without issues, but that was on ubuntu 24.04 LTS, now i am on Debian 13 if it makes any difference

Im using LinuxGSM for CS2 but that worked in the past too

Is this

my /addons/ filetree, every single file has these permissions: [-rw-rw-r-- gameadmin gameadmin]

gameadmin@v2202603245222439459:/storage/gameservers/cs2/serverfiles/game/csgo/addons$ tree
.
├── counterstrikesharp
│ ├── api
│ │ ├── CounterStrikeSharp.API.deps.json
│ │ ├── CounterStrikeSharp.API.dll
│ │ ├── CounterStrikeSharp.API.pdb
│ │ ├── CounterStrikeSharp.API.runtimeconfig.json
│ │ ├── CounterStrikeSharp.API.xml
│ │ ├── McMaster.NETCore.Plugins.dll
│ │ ├── Microsoft.DotNet.PlatformAbstractions.dll
│ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll
│ │ ├── Microsoft.Extensions.Configuration.Binder.dll
│ │ ├── Microsoft.Extensions.Configuration.CommandLine.dll
│ │ ├── Microsoft.Extensions.Configuration.dll
│ │ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
│ │ ├── Microsoft.Extensions.Configuration.FileExtensions.dll
│ │ ├── Microsoft.Extensions.Configuration.Json.dll
│ │ ├── Microsoft.Extensions.Configuration.UserSecrets.dll
│ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│ │ ├── Microsoft.Extensions.DependencyInjection.dll
│ │ ├── Microsoft.Extensions.DependencyModel.dll
│ │ ├── Microsoft.Extensions.Diagnostics.Abstractions.dll
│ │ ├── Microsoft.Extensions.Diagnostics.dll
│ │ ├── Microsoft.Extensions.FileProviders.Abstractions.dll
│ │ ├── Microsoft.Extensions.FileProviders.Physical.dll
│ │ ├── Microsoft.Extensions.FileSystemGlobbing.dll
│ │ ├── Microsoft.Extensions.Hosting.Abstractions.dll
│ │ ├── Microsoft.Extensions.Hosting.dll
│ │ ├── Microsoft.Extensions.Localization.Abstractions.dll
│ │ ├── Microsoft.Extensions.Logging.Abstractions.dll
│ │ ├── Microsoft.Extensions.Logging.Configuration.dll
│ │ ├── Microsoft.Extensions.Logging.Console.dll
│ │ ├── Microsoft.Extensions.Logging.Debug.dll
│ │ ├── Microsoft.Extensions.Logging.dll
│ │ ├── Microsoft.Extensions.Logging.EventLog.dll
│ │ ├── Microsoft.Extensions.Logging.EventSource.dll
│ │ ├── Microsoft.Extensions.Options.ConfigurationExtensions.dll
│ │ ├── Microsoft.Extensions.Options.dll
│ │ ├── Microsoft.Extensions.Primitives.dll
│ │ ├── runtimes
│ │ │ └── win
│ │ │ └── lib
│ │ │ └── net8.0
│ │ │ ├── System.Diagnostics.EventLog.dll
│ │ │ └── System.Diagnostics.EventLog.Messages.dll
│ │ ├── Scrutor.dll
│ │ ├── Serilog.dll
│ │ ├── Serilog.Extensions.Logging.dll
│ │ ├── Serilog.Sinks.Console.dll
│ │ ├── Serilog.Sinks.File.dll
│ │ ├── System.Diagnostics.EventLog.dll
│ │ └── Tomlyn.dll
│ ├── bin
│ │ └── linuxsteamrt64
│ │ └── counterstrikesharp.so
│ ├── configs
│ │ ├── admin_groups.example.json
│ │ ├── admin_groups.json
│ │ ├── admin_overrides.example.json
│ │ ├── admins.example.json
│ │ ├── admins.json
│ │ ├── core.example.json
│ │ └── plugins
│ │ └── README.txt
│ ├── dotnet
│ │ ├── dotnet
│ │ ├── host
│ │ │ └── fxr
│ │ │ └── 8.0.3
│ │ │ └── libhostfxr.so
│ │ ├── LICENSE.txt
│ │ ├── shared
│ │ │ ├── Microsoft.AspNetCore.App
│ │ │ │ └── 8.0.3
│ │ │ │ ├── Microsoft.AspNetCore.Antiforgery.dll
│ │ │ │ ├── Microsoft.AspNetCore.App.deps.json
│ │ │ │ ├── Microsoft.AspNetCore.App.runtimeconfig.json
│ │ │ │ ├── Microsoft.AspNetCore.Authentication.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Authentication.BearerToken.dll
│ │ │ │ ├── Microsoft.AspNetCore.Authentication.Cookies.dll
│ │ │ │ ├── Microsoft.AspNetCore.Authentication.Core.dll
│ │ │ │ ├── Microsoft.AspNetCore.Authentication.dll
│ │ │ │ ├── Microsoft.AspNetCore.Authentication.OAuth.dll
│ │ │ │ ├── Microsoft.AspNetCore.Authorization.dll
│ │ │ │ ├── Microsoft.AspNetCore.Authorization.Policy.dll
│ │ │ │ ├── Microsoft.AspNetCore.Components.Authorization.dll
│ │ │ │ ├── Microsoft.AspNetCore.Components.dll
│ │ │ │ ├── Microsoft.AspNetCore.Components.Endpoints.dll
│ │ │ │ ├── Microsoft.AspNetCore.Components.Forms.dll
│ │ │ │ ├── Microsoft.AspNetCore.Components.Server.dll
│ │ │ │ ├── Microsoft.AspNetCore.Components.Web.dll
│ │ │ │ ├── Microsoft.AspNetCore.Connections.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.CookiePolicy.dll
│ │ │ │ ├── Microsoft.AspNetCore.Cors.dll
│ │ │ │ ├── Microsoft.AspNetCore.Cryptography.Internal.dll
│ │ │ │ ├── Microsoft.AspNetCore.Cryptography.KeyDerivation.dll
│ │ │ │ ├── Microsoft.AspNetCore.DataProtection.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.DataProtection.dll
│ │ │ │ ├── Microsoft.AspNetCore.DataProtection.Extensions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Diagnostics.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Diagnostics.dll
│ │ │ │ ├── Microsoft.AspNetCore.Diagnostics.HealthChecks.dll
│ │ │ │ ├── Microsoft.AspNetCore.dll
│ │ │ │ ├── Microsoft.AspNetCore.HostFiltering.dll
│ │ │ │ ├── Microsoft.AspNetCore.Hosting.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Hosting.dll
│ │ │ │ ├── Microsoft.AspNetCore.Hosting.Server.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Html.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Http.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Http.Connections.Common.dll
│ │ │ │ ├── Microsoft.AspNetCore.Http.Connections.dll
│ │ │ │ ├── Microsoft.AspNetCore.Http.dll
│ │ │ │ ├── Microsoft.AspNetCore.Http.Extensions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Http.Features.dll
│ │ │ │ ├── Microsoft.AspNetCore.HttpLogging.dll
│ │ │ │ ├── Microsoft.AspNetCore.HttpOverrides.dll
│ │ │ │ ├── Microsoft.AspNetCore.Http.Results.dll
│ │ │ │ ├── Microsoft.AspNetCore.HttpsPolicy.dll
│ │ │ │ ├── Microsoft.AspNetCore.Identity.dll
│ │ │ │ ├── Microsoft.AspNetCore.Localization.dll
│ │ │ │ ├── Microsoft.AspNetCore.Localization.Routing.dll
│ │ │ │ ├── Microsoft.AspNetCore.Metadata.dll
│ │ │ │ ├── Microsoft.AspNetCore.Mvc.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Mvc.ApiExplorer.dll
│ │ │ │ ├── Microsoft.AspNetCore.Mvc.Core.dll
│ │ │ │ ├── Microsoft.AspNetCore.Mvc.Cors.dll
│ │ │ │ ├── Microsoft.AspNetCore.Mvc.DataAnnotations.dll
│ │ │ │ ├── Microsoft.AspNetCore.Mvc.dll
│ │ │ │ ├── Microsoft.AspNetCore.Mvc.Formatters.Json.dll
│ │ │ │ ├── Microsoft.AspNetCore.Mvc.Formatters.Xml.dll
│ │ │ │ ├── Microsoft.AspNetCore.Mvc.Localization.dll
│ │ │ │ ├── Microsoft.AspNetCore.Mvc.Razor.dll
│ │ │ │ ├── Microsoft.AspNetCore.Mvc.RazorPages.dll
│ │ │ │ ├── Microsoft.AspNetCore.Mvc.TagHelpers.dll
│ │ │ │ ├── Microsoft.AspNetCore.Mvc.ViewFeatures.dll
│ │ │ │ ├── Microsoft.AspNetCore.OutputCaching.dll
│ │ │ │ ├── Microsoft.AspNetCore.RateLimiting.dll
│ │ │ │ ├── Microsoft.AspNetCore.Razor.dll
│ │ │ │ ├── Microsoft.AspNetCore.Razor.Runtime.dll
│ │ │ │ ├── Microsoft.AspNetCore.RequestDecompression.dll
│ │ │ │ ├── Microsoft.AspNetCore.ResponseCaching.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.ResponseCaching.dll
│ │ │ │ ├── Microsoft.AspNetCore.ResponseCompression.dll
│ │ │ │ ├── Microsoft.AspNetCore.Rewrite.dll
│ │ │ │ ├── Microsoft.AspNetCore.Routing.Abstractions.dll
│ │ │ │ ├── Microsoft.AspNetCore.Routing.dll
│ │ │ │ ├── Microsoft.AspNetCore.Server.HttpSys.dll
│ │ │ │ ├── Microsoft.AspNetCore.Server.IIS.dll
│ │ │ │ ├── Microsoft.AspNetCore.Server.IISIntegration.dll
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Core.dll
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.dll
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.dll
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.dll
│ │ │ │ ├── Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
│ │ │ │ ├── Microsoft.AspNetCore.Session.dll
│ │ │ │ ├── Microsoft.AspNetCore.SignalR.Common.dll
│ │ │ │ ├── Microsoft.AspNetCore.SignalR.Core.dll
│ │ │ │ ├── Microsoft.AspNetCore.SignalR.dll
│ │ │ │ ├── Microsoft.AspNetCore.SignalR.Protocols.Json.dll
│ │ │ │ ├── Microsoft.AspNetCore.StaticFiles.dll
│ │ │ │ ├── Microsoft.AspNetCore.WebSockets.dll
│ │ │ │ ├── Microsoft.AspNetCore.WebUtilities.dll
│ │ │ │ ├── Microsoft.Extensions.Caching.Abstractions.dll
│ │ │ │ ├── Microsoft.Extensions.Caching.Memory.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.Abstractions.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.Binder.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.CommandLine.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.EnvironmentVariables.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.FileExtensions.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.Ini.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.Json.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.KeyPerFile.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.UserSecrets.dll
│ │ │ │ ├── Microsoft.Extensions.Configuration.Xml.dll
│ │ │ │ ├── Microsoft.Extensions.DependencyInjection.Abstractions.dll
│ │ │ │ ├── Microsoft.Extensions.DependencyInjection.dll
│ │ │ │ ├── Microsoft.Extensions.Diagnostics.Abstractions.dll
│ │ │ │ ├── Microsoft.Extensions.Diagnostics.dll
│ │ │ │ ├── Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions.dll
│ │ │ │ ├── Microsoft.Extensions.Diagnostics.HealthChecks.dll
│ │ │ │ ├── Microsoft.Extensions.Features.dll
│ │ │ │ ├── Microsoft.Extensions.FileProviders.Abstractions.dll
│ │ │ │ ├── Microsoft.Extensions.FileProviders.Composite.dll
│ │ │ │ ├── Microsoft.Extensions.FileProviders.Embedded.dll
│ │ │ │ ├── Microsoft.Extensions.FileProviders.Physical.dll
│ │ │ │ ├── Microsoft.Extensions.FileSystemGlobbing.dll
│ │ │ │ ├── Microsoft.Extensions.Hosting.Abstractions.dll
│ │ │ │ ├── Microsoft.Extensions.Hosting.dll
│ │ │ │ ├── Microsoft.Extensions.Http.dll
│ │ │ │ ├── Microsoft.Extensions.Identity.Core.dll
│ │ │ │ ├── Microsoft.Extensions.Identity.Stores.dll
│ │ │ │ ├── Microsoft.Extensions.Localization.Abstractions.dll
│ │ │ │ ├── Microsoft.Extensions.Localization.dll
│ │ │ │ ├── Microsoft.Extensions.Logging.Abstractions.dll
│ │ │ │ ├── Microsoft.Extensions.Logging.Configuration.dll
│ │ │ │ ├── Microsoft.Extensions.Logging.Console.dll
│ │ │ │ ├── Microsoft.Extensions.Logging.Debug.dll
│ │ │ │ ├── Microsoft.Extensions.Logging.dll
│ │ │ │ ├── Microsoft.Extensions.Logging.EventLog.dll
│ │ │ │ ├── Microsoft.Extensions.Logging.EventSource.dll
│ │ │ │ ├── Microsoft.Extensions.Logging.TraceSource.dll
│ │ │ │ ├── Microsoft.Extensions.ObjectPool.dll
│ │ │ │ ├── Microsoft.Extensions.Options.ConfigurationExtensions.dll
│ │ │ │ ├── Microsoft.Extensions.Options.DataAnnotations.dll
│ │ │ │ ├── Microsoft.Extensions.Options.dll
│ │ │ │ ├── Microsoft.Extensions.Primitives.dll
│ │ │ │ ├── Microsoft.Extensions.WebEncoders.dll
│ │ │ │ ├── Microsoft.JSInterop.dll
│ │ │ │ ├── Microsoft.Net.Http.Headers.dll
│ │ │ │ ├── System.Diagnostics.EventLog.dll
│ │ │ │ ├── System.IO.Pipelines.dll
│ │ │ │ ├── System.Security.Cryptography.Pkcs.dll
│ │ │ │ ├── System.Security.Cryptography.Xml.dll
│ │ │ │ ├── System.Threading.RateLimiting.dll
│ │ │ │ └── THIRD-PARTY-NOTICES.txt
│ │ │ └── Microsoft.NETCore.App
│ │ │ └── 8.0.3
│ │ │ ├── createdump
│ │ │ ├── libclrgc.so
│ │ │ ├── libclrjit.so
│ │ │ ├── libcoreclr.so
│ │ │ ├── libcoreclrtraceptprovider.so
│ │ │ ├── libhostpolicy.so
│ │ │ ├── libmscordaccore.so
│ │ │ ├── libmscordbi.so
│ │ │ ├── libSystem.Globalization.Native.so
│ │ │ ├── libSystem.IO.Compression.Native.so
│ │ │ ├── libSystem.Native.so
│ │ │ ├── libSystem.Net.Security.Native.so
│ │ │ ├── libSystem.Security.Cryptography.Native.OpenSsl.so
│ │ │ ├── Microsoft.CSharp.dll
│ │ │ ├── Microsoft.NETCore.App.deps.json
│ │ │ ├── Microsoft.NETCore.App.runtimeconfig.json
│ │ │ ├── Microsoft.VisualBasic.Core.dll
│ │ │ ├── Microsoft.VisualBasic.dll
│ │ │ ├── Microsoft.Win32.Primitives.dll
│ │ │ ├── Microsoft.Win32.Registry.dll
│ │ │ ├── mscorlib.dll
│ │ │ ├── netstandard.dll
│ │ │ ├── System.AppContext.dll
│ │ │ ├── System.Buffers.dll
│ │ │ ├── System.Collections.Concurrent.dll
│ │ │ ├── System.Collections.dll
│ │ │ ├── System.Collections.Immutable.dll
│ │ │ ├── System.Collections.NonGeneric.dll
│ │ │ ├── System.Collections.Specialized.dll
│ │ │ ├── System.ComponentModel.Annotations.dll
│ │ │ ├── System.ComponentModel.DataAnnotations.dll
│ │ │ ├── System.ComponentModel.dll
│ │ │ ├── System.ComponentModel.EventBasedAsync.dll
│ │ │ ├── System.ComponentModel.Primitives.dll
│ │ │ ├── System.ComponentModel.TypeConverter.dll
│ │ │ ├── System.Configuration.dll
│ │ │ ├── System.Console.dll
│ │ │ ├── System.Core.dll
│ │ │ ├── System.Data.Common.dll
│ │ │ ├── System.Data.DataSetExtensions.dll
│ │ │ ├── System.Data.dll
│ │ │ ├── System.Diagnostics.Contracts.dll
│ │ │ ├── System.Diagnostics.Debug.dll
│ │ │ ├── System.Diagnostics.DiagnosticSource.dll
│ │ │ ├── System.Diagnostics.FileVersionInfo.dll
│ │ │ ├── System.Diagnostics.Process.dll
│ │ │ ├── System.Diagnostics.StackTrace.dll
│ │ │ ├── System.Diagnostics.TextWriterTraceListener.dll
│ │ │ ├── System.Diagnostics.Tools.dll
│ │ │ ├── System.Diagnostics.TraceSource.dll
│ │ │ ├── System.Diagnostics.Tracing.dll
│ │ │ ├── System.dll
│ │ │ ├── System.Drawing.dll
│ │ │ ├── System.Drawing.Primitives.dll
│ │ │ ├── System.Dynamic.Runtime.dll
│ │ │ ├── System.Formats.Asn1.dll
│ │ │ ├── System.Formats.Tar.dll
│ │ │ ├── System.Globalization.Calendars.dll
│ │ │ ├── System.Globalization.dll
│ │ │ ├── System.Globalization.Extensions.dll
│ │ │ ├── System.IO.Compression.Brotli.dll
│ │ │ ├── System.IO.Compression.dll
│ │ │ ├── System.IO.Compression.FileSystem.dll
│ │ │ ├── System.IO.Compression.ZipFile.dll
│ │ │ ├── System.IO.dll
│ │ │ ├── System.IO.FileSystem.AccessControl.dll
│ │ │ ├── System.IO.FileSystem.dll
│ │ │ ├── System.IO.FileSystem.DriveInfo.dll
│ │ │ ├── System.IO.FileSystem.Primitives.dll
│ │ │ ├── System.IO.FileSystem.Watcher.dll
│ │ │ ├── System.IO.IsolatedStorage.dll
│ │ │ ├── System.IO.MemoryMappedFiles.dll
│ │ │ ├── System.IO.Pipes.AccessControl.dll
│ │ │ ├── System.IO.Pipes.dll
│ │ │ ├── System.IO.UnmanagedMemoryStream.dll
│ │ │ ├── System.Linq.dll
│ │ │ ├── System.Linq.Expressions.dll
│ │ │ ├── System.Linq.Parallel.dll
│ │ │ ├── System.Linq.Queryable.dll
│ │ │ ├── System.Memory.dll
│ │ │ ├── System.Net.dll
│ │ │ ├── System.Net.Http.dll
│ │ │ ├── System.Net.Http.Json.dll
│ │ │ ├── System.Net.HttpListener.dll
│ │ │ ├── System.Net.Mail.dll
│ │ │ ├── System.Net.NameResolution.dll
│ │ │ ├── System.Net.NetworkInformation.dll
│ │ │ ├── System.Net.Ping.dll
│ │ │ ├── System.Net.Primitives.dll
│ │ │ ├── System.Net.Quic.dll
│ │ │ ├── System.Net.Requests.dll
│ │ │ ├── System.Net.Security.dll
│ │ │ ├── System.Net.ServicePoint.dll
│ │ │ ├── System.Net.Sockets.dll
│ │ │ ├── System.Net.WebClient.dll
│ │ │ ├── System.Net.WebHeaderCollection.dll
│ │ │ ├── System.Net.WebProxy.dll
│ │ │ ├── System.Net.WebSockets.Client.dll
│ │ │ ├── System.Net.WebSockets.dll
│ │ │ ├── System.Numerics.dll
│ │ │ ├── System.Numerics.Vectors.dll
│ │ │ ├── System.ObjectModel.dll
│ │ │ ├── System.Private.CoreLib.dll
│ │ │ ├── System.Private.DataContractSerialization.dll
│ │ │ ├── System.Private.Uri.dll
│ │ │ ├── System.Private.Xml.dll
│ │ │ ├── System.Private.Xml.Linq.dll
│ │ │ ├── System.Reflection.DispatchProxy.dll
│ │ │ ├── System.Reflection.dll
│ │ │ ├── System.Reflection.Emit.dll
│ │ │ ├── System.Reflection.Emit.ILGeneration.dll
│ │ │ ├── System.Reflection.Emit.Lightweight.dll
│ │ │ ├── System.Reflection.Extensions.dll
│ │ │ ├── System.Reflection.Metadata.dll
│ │ │ ├── System.Reflection.Primitives.dll
│ │ │ ├── System.Reflection.TypeExtensions.dll
│ │ │ ├── System.Resources.Reader.dll
│ │ │ ├── System.Resources.ResourceManager.dll
│ │ │ ├── System.Resources.Writer.dll
│ │ │ ├── System.Runtime.CompilerServices.Unsafe.dll
│ │ │ ├── System.Runtime.CompilerServices.VisualC.dll
│ │ │ ├── System.Runtime.dll
│ │ │ ├── System.Runtime.Extensions.dll
│ │ │ ├── System.Runtime.Handles.dll
│ │ │ ├── System.Runtime.InteropServices.dll
│ │ │ ├── System.Runtime.InteropServices.JavaScript.dll
│ │ │ ├── System.Runtime.InteropServices.RuntimeInformation.dll
│ │ │ ├── System.Runtime.Intrinsics.dll
│ │ │ ├── System.Runtime.Loader.dll
│ │ │ ├── System.Runtime.Numerics.dll
│ │ │ ├── System.Runtime.Serialization.dll
│ │ │ ├── System.Runtime.Serialization.Formatters.dll
│ │ │ ├── System.Runtime.Serialization.Json.dll
│ │ │ ├── System.Runtime.Serialization.Primitives.dll
│ │ │ ├── System.Runtime.Serialization.Xml.dll
│ │ │ ├── System.Security.AccessControl.dll
│ │ │ ├── System.Security.Claims.dll
│ │ │ ├── System.Security.Cryptography.Algorithms.dll
│ │ │ ├── System.Security.Cryptography.Cng.dll
│ │ │ ├── System.Security.Cryptography.Csp.dll
│ │ │ ├── System.Security.Cryptography.dll
│ │ │ ├── System.Security.Cryptography.Encoding.dll
│ │ │ ├── System.Security.Cryptography.OpenSsl.dll
│ │ │ ├── System.Security.Cryptography.Primitives.dll
│ │ │ ├── System.Security.Cryptography.X509Certificates.dll
│ │ │ ├── System.Security.dll
│ │ │ ├── System.Security.Principal.dll
│ │ │ ├── System.Security.Principal.Windows.dll
│ │ │ ├── System.Security.SecureString.dll
│ │ │ ├── System.ServiceModel.Web.dll
│ │ │ ├── System.ServiceProcess.dll
│ │ │ ├── System.Text.Encoding.CodePages.dll
│ │ │ ├── System.Text.Encoding.dll
│ │ │ ├── System.Text.Encoding.Extensions.dll
│ │ │ ├── System.Text.Encodings.Web.dll
│ │ │ ├── System.Text.Json.dll
│ │ │ ├── System.Text.RegularExpressions.dll
│ │ │ ├── System.Threading.Channels.dll
│ │ │ ├── System.Threading.dll
│ │ │ ├── System.Threading.Overlapped.dll
│ │ │ ├── System.Threading.Tasks.Dataflow.dll
│ │ │ ├── System.Threading.Tasks.dll
│ │ │ ├── System.Threading.Tasks.Extensions.dll
│ │ │ ├── System.Threading.Tasks.Parallel.dll
│ │ │ ├── System.Threading.Thread.dll
│ │ │ ├── System.Threading.ThreadPool.dll
│ │ │ ├── System.Threading.Timer.dll
│ │ │ ├── System.Transactions.dll
│ │ │ ├── System.Transactions.Local.dll
│ │ │ ├── System.ValueTuple.dll
│ │ │ ├── System.Web.dll
│ │ │ ├── System.Web.HttpUtility.dll
│ │ │ ├── System.Windows.dll
│ │ │ ├── System.Xml.dll
│ │ │ ├── System.Xml.Linq.dll
│ │ │ ├── System.Xml.ReaderWriter.dll
│ │ │ ├── System.Xml.Serialization.dll
│ │ │ ├── System.Xml.XDocument.dll
│ │ │ ├── System.Xml.XmlDocument.dll
│ │ │ ├── System.Xml.XmlSerializer.dll
│ │ │ ├── System.Xml.XPath.dll
│ │ │ ├── System.Xml.XPath.XDocument.dll
│ │ │ └── WindowsBase.dll
│ │ └── ThirdPartyNotices.txt
│ ├── gamedata
│ │ └── gamedata.json
│ ├── lang
│ │ ├── en.json
│ │ ├── es.json
│ │ ├── pt-BR.json
│ │ ├── tr.json
│ │ ├── zh-CN.json
│ │ ├── zh-Hans.json
│ │ ├── zh-Hant.json
│ │ └── zh-TW.json
│ ├── plugins
│ │ └── README.txt
│ ├── shared
│ │ └── README.md
│ └── source
│ └── README.txt
├── metamod
│ ├── bin
│ │ ├── linux64
│ │ │ ├── metamod.2.blade.so
│ │ │ ├── metamod.2.csgo.so
│ │ │ ├── metamod.2.css.so
│ │ │ ├── metamod.2.dods.so
│ │ │ ├── metamod.2.hl2dm.so
│ │ │ ├── metamod.2.mcv.so
│ │ │ ├── metamod.2.tf2.so
│ │ │ └── server.so
│ │ ├── linuxsteamrt64
│ │ │ ├── libserver.so
│ │ │ ├── metamod.2.cs2.so
│ │ │ └── metamod.2.dota.so
│ │ ├── metamod.2.bms.so
│ │ ├── metamod.2.csgo.so
│ │ ├── metamod.2.css.so
│ │ ├── metamod.2.dods.so
│ │ ├── metamod.2.doi.so
│ │ ├── metamod.2.ep1.so
│ │ ├── metamod.2.ep2.so
│ │ ├── metamod.2.hl2dm.so
│ │ ├── metamod.2.insurgency.so
│ │ ├── metamod.2.l4d2.so
│ │ ├── metamod.2.l4d.so
│ │ ├── metamod.2.nd.so
│ │ ├── metamod.2.pvkii.so
│ │ ├── metamod.2.sdk2013.so
│ │ ├── metamod.2.tf2.so
│ │ ├── server_i486.so
│ │ └── server.so
│ ├── counterstrikesharp.vdf
│ ├── metaplugins.ini
│ └── README.txt
├── metamod.vdf
└── metamod_x64.vdf

29 directories, 427 files

Metadata

Metadata

Assignees

No one assigned

    Labels

    untriagedNew issue has not been triaged

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions