Steam installieren
Anmelden
|
Sprache
简体中文 (Vereinfachtes Chinesisch)
繁體中文 (Traditionelles Chinesisch)
日本語 (Japanisch)
한국어 (Koreanisch)
ไทย (Thai)
Български (Bulgarisch)
Čeština (Tschechisch)
Dansk (Dänisch)
English (Englisch)
Español – España (Spanisch – Spanien)
Español – Latinoamérica (Lateinamerikanisches Spanisch)
Ελληνικά (Griechisch)
Français (Französisch)
Italiano (Italienisch)
Bahasa Indonesia (Indonesisch)
Magyar (Ungarisch)
Nederlands (Niederländisch)
Norsk (Norwegisch)
Polski (Polnisch)
Português – Portugal (Portugiesisch – Portugal)
Português – Brasil (Portugiesisch – Brasilien)
Română (Rumänisch)
Русский (Russisch)
Suomi (Finnisch)
Svenska (Schwedisch)
Türkçe (Türkisch)
Tiếng Việt (Vietnamesisch)
Українська (Ukrainisch)
Ein Übersetzungsproblem melden
I guess it's getting flagged by the RCON: https://stackoverflow.com/questions/66431098/my-c-sharp-tcp-sockets-program-is-being-quarantined-by-windows-defender
Please let me know if it acts weird again.
If you were trying through Visual Studio I'm sorry, did not realize. It was built with the .NET SDK 6.0 as you found out.
Thanks for that. Yeah it works just peachy now. I need to setup a default save location, i still don't understand why the save folder generates a entirely new save folder.
Whenever i set it to anywhere, a folder format "Stunlock\Saves\v1\world1" or whatever the world name is pops up. Even if i specify in the actual save folder "Stunlock Studios\Saves\v1\" or "Stunlock Studios\Saves\"
This is for local low, if it do it else where it generates the same save format. Program recognizes when its loading from where the server files are. So thats awesome, and the config editor is great, corrects and just freshly remakes settings. Weird the game server has languages that aren't understood though. This isn't as much as a your problem as it is the devs of the games problem, since their notes and instructions just are so bare bones you don't know the max limits of some fields and the extra allowable characters/syntax involved for all the configurable settings fields.
Edit: Forgot to make some suggestions, you did awesome on the UI, and making sure its scrollable and pop up information. Very intuitive. A few more things i'd like to suggest, server name is retained when closing and opening the program or running multiple instances, it prompts to load from a config file so you can run various instances off the same system/server with different configs. Maybe it doesn't i just didn't see it if it does though.
Whats the point of gportal hosting besides the 5minute headache of configuring the voice settings, assuming you have a robust network and server system in place to handle said game load? I heard some folks are paying anywhere from 30-60/mo.
Thank you!
I do wonder why it generates another save folder too. I could remove the last folder from the string so \Folder\Saves\Saves would become \Folder\Saves, but I don't want to interfere with the way the server handles it too much.
All settings (min, max, type, etc.) are set up according to their official documentation[cdn.stunlock.com].
Just saw your update. It actually already creates a new file for each unique VRisingServerManager you start from a specific folder. This is not actually intentional but it's how .NET handles the settings file. You can find all of the configuration files in %localappdata%\Lacyway so you can remove old ones.
In theory you can put several managers in different folders and run them, haven't tested myself. The process it starts and watches is determined by path of the server you saved so there should be no "interfering".
The server name and world name are saved once you click "Start Game Server", I just realized I should also add a "Save" button for those 2 fields.
Scratch that. It actually saves once you "leave" those fields, for example clicking anywhere outside. Forgot about that.
Ohh okay, because what i've been doing was just keeping it notated in the settings file itself since i wasn't sure if it was loading and kept appearing to be reset. That i did not pick up on. Good to know.
Is the settings where are they pulling from? Its confusing because its not just your utility, but the .exe supposedly over-rides in the locallow directory for server configurations and settings, but it also seems to at random load from the servers starter files as well leading to a broken setup sometimes. Im wondering if this is actually the makers fault and not your fault what so ever.
Of course... you are able to of course correct this yourself telling the file where to load said configurations. Which i thought was the same as the world save file and world name. IE "Stunlock\Saves\v1\WORLDNAME\ServerGameSettings" noticed in the new folder created, it creates inside the v1 folder a settings file which seems to be what your application was loading on the first build, the 3rd build then loads i think in the same location as the server persistent files. Now im copying the settings to 3 locations because im unsure. I guess i could technically use the servers file logger and look at whats being written to... i just didn't think to think of trying that first instead of asking for certainty.
You can change it to whatever you want. If you move the .exe and start it up your settings will be reset. Moving it back will load your settings again. So what it does is create a settings file for each path. This is standard .NET behavior.
The game server does not create the ServerGameSettings.json by default, it uses the standard one provided by the game. Best is to set up name and world name (you can use an existing one, either copy it over to a new save folder or point the program to \LocalLow\Stunlock Studios\VRising\), start the server once and then shut it down. Then you can create a new one by using the editor and then save it to the world's folder.