Fix line endings and tabs

This commit is contained in:
ineed bots 2023-09-01 11:18:24 -06:00
parent bb216441bf
commit 30ce0ad8eb
12 changed files with 578 additions and 575 deletions

View File

@ -1,8 +1,11 @@
# T4SP-Server-Plugin # T4SP-Server-Plugin
A server plugin that has code that hopefully compiles and the game will load it to do things. Stability not guaranteed. A plugin that has code that hopefully compiles and the game will load it to do things. Stability not guaranteed.
Requires Git (https://git-scm.com/), Premake5 (https://premake.github.io/), and MSVC 2022 (https://visualstudio.microsoft.com/vs/features/cplusplus/) to build. Requires Git (https://git-scm.com/), Premake5 (https://premake.github.io/), and MSVC 2022 (https://visualstudio.microsoft.com/vs/features/cplusplus/) to build.
# What does it do?
Nothing really right now, just detours and reimplements the entire GSC VM, for research purposes.
# Installation # Installation
Move the `t4sp-server-plugin.dll` to `%LOCALAPPDATA%\Plutonium\storage\t4\plugins\`, the plugin will be loaded when you start up a dedicated server for Plutonium T4SP. Move the `t4sp-server-plugin.dll` to `%LOCALAPPDATA%\Plutonium\storage\t4\plugins\`, the plugin will be loaded when you start up a dedicated server for Plutonium T4SP.

View File

@ -62,8 +62,8 @@ workspace "t4sp-server-plugin"
optimize "Full" optimize "Full"
defines { "NDEBUG" } defines { "NDEBUG" }
flags { flags {
"FatalCompileWarnings", "FatalCompileWarnings",
} }
filter {} filter {}
filter "configurations:Debug" filter "configurations:Debug"