Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Draft) Add TES3MP #950

Draft
wants to merge 74 commits into
base: main
Choose a base branch
from
Draft

Conversation

hmtack
Copy link

@hmtack hmtack commented Aug 15, 2024

First time creating a configuration. I referenced the Skyrim Together Reborn configs as the two multiplayer mods share a lot of server configuration settings.

TES3MP is a multiplayer fork of OpenMW, which is itself an open-source version of The Elder Scrolls III: Morrowind.

I've confirmed the current configuration creates a working server on my own Debian server with Wine. There are still a few issues I'm checking out:

  • Not 100% sure the server list port (25561) has to be ported for the server to appear on the browser. I'll test a server without it forwarded.
  • The active users widget doesn't reflect the maximumPlayers setting. Will need to figure out how to link them.
  • The console returns "Could not complete action" once per server start. This has seemingly no affect on the server functionality.
  • Still need to test on Windows.

hmtack added 12 commits August 14, 2024 18:47
Deleting to align with CubeCoders main branch
All necessary settings to download and launch the server files. Already tested in main branch before migrating here.

Still needs config file detection and server settings. Server port isn't listening for some reason, so the server shouldn't be visible in the server browser of TES3MP. Will test if client can connect now.
Will see if .cfg file can be edited properly with metaconfig. Not sure what to do otherwise. Maybe .ini could work?
Not sure if this is right, but mapping cfg as an ini. I'll see how it ends up generating in the test server.
Got it flipped. Put in default values for settings to reference
Not sure what the relationship is. Maybe using the same name will link the values to the server settings
@hmtack hmtack changed the title Add TES3MP (Draft) Add TES3MP Aug 15, 2024
@Greelan
Copy link
Collaborator

Greelan commented Aug 15, 2024

  • The active users widget doesn't reflect the maximumPlayers setting. Will need to figure out how to link them.

Use $MaxUsers in the FieldName for the setting

  • The console returns "Could not complete action" once per server start. This has seemingly no affect on the server functionality.

You need to configure the regex for ChildProcessName. Look at ps -aux to figure out the right regex. Look at any other Wine template for how it might be written.

hmtack added 16 commits August 15, 2024 14:38
Was overwriting the custom script settings
Ideally, this would be linked to the server limit setting. I'll need to reference something with this functionality, like VRising, to figure out how to do that
Utilizing $MaxUsers to link server setting to App.MaxUsers
Basing settings off Skyrim. I'll test out these settings to see their effects
Using RegexMatch to tell if it's defined correctly
Taken from VRising template
Regex101 is dope
It was, in fact, necessary
Need to test that this works with both new and existing characters and that pid values stay consistent if users are deleted. If they're not, perhaps 'sessionid' isn't necessary?
Ported from Skyrim Together. Serves no purpose here
To align with AMP generic template guide
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants