mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-04-19 13:12:53 +00:00
Fix line endings and tabs
This commit is contained in:
parent
bb216441bf
commit
30ce0ad8eb
@ -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.
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user