Giter Club home page Giter Club logo

windowsgsm.soulmask's Introduction

WindowsGSM.Soulmask

🧩WindowsGSM plugin that provides Soulmask Dedicated server

PLEASE ⭐STAR⭐ THE REPO IF YOU LIKE IT! THANKS!

WindowsGSM Installation:

  1. Download WindowsGSM https://windowsgsm.com/
  2. Create a Folder at a Location you wan't all Server to be Installed and Run.
  3. Drag WindowsGSM.exe into previously created folder and execute it.

Plugin Installation:

  1. Download latest release
  2. Extract then Move Soulmask.cs folder to plugins folder
  3. OR Press on the Puzzle Icon in the left bottom side and install this plugin by navigating to it and select the Zip File.
  4. Click [RELOAD PLUGINS] button or restart WindowsGSM
  5. Navigate "Servers" and Click "Install Game Server" and find "Soulmask Dedicated Server [Soulmask.cs]

INSTALL

  1. Better if you have Steam Launcher to your server
  2. Install all in _CommonRedist
  3. DirectX and vcredist
  4. Windows servers only (downloading .net frame 3.5 from the inter web will not work you must use admin control panel) https://www.youtube.com/watch?v=uSRMvCjuUdI
  5. Copy list of file below on WS\Binaries\Win64 from root directory and start the server
steamclient.dll
steamclient64.dll
tier0_s.dll
tier0_s64.dll
vstdlib_s.dll
vstdlib.s64.dll

Official Documentation

🗃️ TBD

Unofficial Documentation

🗃️ https://soulmask.fandom.com/wiki/Private_Server

The Game

🕹️ https://store.steampowered.com/app/2646460/Soulmask/

Dedicated server info

🖥️ https://steamdb.info/app/2886870/info/

Give Love!

Buy me a coffee

Paypal

License

This project is licensed under the MIT License - see the LICENSE.md file for details

.

windowsgsm.soulmask's People

Contributors

ohmcodes avatar

Stargazers

 avatar Wes Hahn avatar Lam Kieu avatar Michael Valushko avatar  avatar Sikky avatar

Watchers

 avatar

Forkers

kimklai

windowsgsm.soulmask's Issues

Caution, this gsm would cause an inconsistent save file on server

Hope you can fix this issue...

But right now, the latest source code commited on 6/17/2024 is not safe.
Use this script to trigger soulmask restart by windowsgsm would cause server data inconsistent.

  • Symptom: just died and revive 5 minutes ago, before server restarted. After server restarted, the equipment and items on characters will be old data, but the map location is new.
  • Guess: I think maybe caused by the ^c in the script.

Missing additions and map setting in params

You missed to pass the additions property and the map settings to parameters. I also changed the naming of the property to better reflect the meaning of the data within the property.

I renamed the Additions property to RequiredParams:
public string RequiredParams = "-UTF8Output -forcepassthrough -server %* -log -EchoPort=18888";

Params part could be changed to:
string param = $" {_serverData.ServerMap}";
param += $" {RequiredParams}";
param += $" -MULTIHOME={_serverData.ServerIP}";
param += $" -SteamServerName={WrapInQuotes(_serverData.ServerName)}";
param += $" -MaxPlayers={_serverData.ServerMaxPlayer}";
param += $" -Port={_serverData.ServerPort}";
param += $" -QueryPort={_serverData.ServerQueryPort}";
param += $" {_serverData.ServerParam}";

Unable to Update

Not sure if this is a GSM issue or a Plugin issue, but I was unable to update the server from 0.1.4 to 0.1.5 earlier today. I eventually had to update the game outside of GSM and then copy the files over to apply the update.

Plugin failed to load.

[06-09-2024-17:31:19][Plugins] Soulmask.cs fail to load. Please view the log: \logs\plugins\Soulmask.cs.log

Log:
Value cannot be null.
Parameter name: type

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.