mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-06-25 13:51:54 +00:00
Fix line endings and tabs
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
# 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.
|
||||
|
||||
# What does it do?
|
||||
Nothing really right now, just detours and reimplements the entire GSC VM, for research purposes.
|
||||
|
||||
# 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.
|
||||
|
||||
|
@ -62,8 +62,8 @@ workspace "t4sp-server-plugin"
|
||||
optimize "Full"
|
||||
defines { "NDEBUG" }
|
||||
flags {
|
||||
"FatalCompileWarnings",
|
||||
}
|
||||
"FatalCompileWarnings",
|
||||
}
|
||||
filter {}
|
||||
|
||||
filter "configurations:Debug"
|
||||
|
Reference in New Issue
Block a user