You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+78-55Lines changed: 78 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
6
6
Hot-reloadable C# scripting for live mod prototyping for [RisingV](https://risingv.dev).
7
7
8
-
> *“[RisingV.Scripting](https://github.com/RisingV-Mods/RisingV.Scripting) is a core mod for V Rising that allows you to use RisingV mods.
9
-
> It provides a set of APIs and utilities that make it easier to create and manage mods for V Rising.”*
8
+
> *“[RisingV.Scripting](https://github.com/RisingV-Mods/RisingV.Scripting) is a scripting mod for V Rising that allows you to write reloadable scripts in a sandboxed domain.
9
+
> It only depends on RisingV.Shared so does not need to be run from a core plugin.”*
10
10
11
11
## Features
12
12
-**Live reload** – iterate on scripts without restarting the server
// Called when the script is being reloaded, e.g. due to a change in the script file.
105
+
}
106
+
}
107
+
```
85
108
The script will be automatically compiled and loaded by the Scripting Engine. Make sure the script is marked with `IReloadableScript` interface to enable hot-reloading.
0 commit comments