Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
67bb3fd00c | ||
90546a78c2 |
@@ -11,7 +11,7 @@ Torch is the successor to SE Server Extender and gives server admins the tools t
|
||||
* Extensible using the Torch plugin system
|
||||
|
||||
### Fork Difference
|
||||
* .NET 6.0 runtime
|
||||
* .NET 8.0 runtime
|
||||
* Optimized in-game scripts (also newer compiler & language versions)
|
||||
* Better configuration via cli arguments, environment variables or xml config
|
||||
* Designed to run multiple instance from same install directory without having you to waste disk space
|
||||
@@ -19,7 +19,9 @@ Torch is the successor to SE Server Extender and gives server admins the tools t
|
||||
|
||||
### Discord
|
||||
|
||||
If you have any questions or issues please join our [discord](https://discord.gg/UyYFSe3TyQ)
|
||||
If you have any questions or issues please join our discord
|
||||
|
||||
[](https://discord.gg/VAb2zgXHAN)
|
||||
|
||||
### Installation
|
||||
|
||||
@@ -30,7 +32,7 @@ If you have any questions or issues please join our [discord](https://discord.gg
|
||||
|
||||
# Building
|
||||
|
||||
As a regular dotnet project with cli by running `dotnet build Torch.Server/Torch.Server.csproj`, with VS 2022 or higher, with JB Rider or Fleet.
|
||||
As a regular dotnet project with cli by running `dotnet build Torch.Server/Torch.Server.csproj`, with VS 2022 or higher or JB Rider.
|
||||
|
||||
If you have a more enjoyable server experience because of Torch, please consider supporting us on Patreon. (https://www.patreon.com/TorchSE)
|
||||
|
||||
|
@@ -114,8 +114,8 @@ public class TorchConfig : ViewModel, ITorchConfig
|
||||
|
||||
public UpdateSource UpdateSource { get; set; } = new()
|
||||
{
|
||||
Repository = "PveTeam/Torch",
|
||||
Url = "https://api.github.com",
|
||||
Repository = "PvE/Torch",
|
||||
Url = "https://git.zznty.ru/api/v1",
|
||||
SourceType = UpdateSourceType.Github
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user