Git Product home page Git Product logo

server-container's Introduction

TES3MP

Copyright (c) 2008-2015, OpenMW Team
Copyright (c) 2016-2022, David Cernat & Stanislav Zhukov

TES3MP is a project adding multiplayer functionality to OpenMW, an open-source game engine that supports playing "The Elder Scrolls III: Morrowind" by Bethesda Softworks.

  • TES3MP version: 0.8.1
  • OpenMW version: 0.47.0
  • License: GPLv3 with additional allowed terms (see LICENSE for more information)

Font Licenses:

Project status

Version changelog

As of version 0.8.1, TES3MP is fully playable, providing very extensive player, NPC, world and quest synchronization, as well as state saving and loading, all of which are highly customizable via serverside Lua scripts.

Remaining gameplay problems mostly relate to AI and the fact that clientside script variables need to be placed on a synchronization whitelist to avoid packet spam.

TES3MP now also has a VR branch that combines its code with that of Mads Buvik Sandvei's OpenMW VR.

Donations

You can benefit the project by donating on Patreon to our two developers, David Cernat and Koncord, as well as by supporting OpenMW.

Contributing

Helping us with documentation, bug hunting and video showcases is always greatly appreciated.

For code contributions, it's best to start out with modestly sized fixes and features and work your way up. There are so many different possible implementations of more major features โ€“ many of which would cause undesirable code or vision conflicts with OpenMW โ€“ that those should be talked over in advance with the existing developers before effort is spent on them.

Feel free to contact the team members for any questions you might have.

Getting started

server-container's People

Contributors

grimkriegor avatar grimuninova avatar testman42 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

server-container's Issues

Version mismatch with 0.8.0 Client

First of all, thank for the great work! Am thoroughly enjoying running a private TES3MP server in a Docker container.

Installed TES3MP via the Docker Hub Registry. The version in the registry is version 0.7.0, while the latest available downloadable client is version 0.8.0. Will the Docker Hub Registry eventually be updated to version 0.8.0 as well?

serverCore.lua error: "/server/data/scripts/plugins.lua:2: module 'urm_eventAnnouncements' not found

Trying to run the docker image, and I get the following error upon execution:

$ sudo docker run -it --name TES3MP-server -v "/volume1/docker/tes3mp:/server/data" -p "52565:25565/udp" tes3mp/server
Loading settings file: ./tes3mp-server-default.cfg
TES3MP dedicated server 0.7.0-alpha (Linux 64-bit)
Protocol version: 7
Oldest compatible commit hash: dcbc9d1831
------------------------------------------------------------
[2019-03-04 20:35:32] [ERR]: Lua script /server/data/scripts/serverCore.lua error (2): "/server/data/scripts/plugins.lua:2: module 'urm_eventAnnouncements' not found:
        no field package.preload['urm_eventAnnouncements']
        no file './urm_eventAnnouncements.lua'
        no file '/usr/share/luajit-2.1.0-beta3/urm_eventAnnouncements.lua'
        no file '/usr/local/share/lua/5.1/urm_eventAnnouncements.lua'
        no file '/usr/local/share/lua/5.1/urm_eventAnnouncements/init.lua'
        no file '/usr/share/lua/5.1/urm_eventAnnouncements.lua'
        no file '/usr/share/lua/5.1/urm_eventAnnouncements/init.lua'
        no file '/usr/share/lua/common/urm_eventAnnouncements.lua'
        no file '/usr/share/lua/common/urm_eventAnnouncements/init.lua'
        no file '/server/data/scripts/urm_eventAnnouncements.lua'
        no file '/server/data/lib/lua/urm_eventAnnouncements.lua'
        no file './urm_eventAnnouncements.so'
        no file '/usr/local/lib/lua/5.1/urm_eventAnnouncements.so'
        no file '/usr/lib/lua/5.1/urm_eventAnnouncements.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
        no file '/server/data/lib/urm_eventAnnouncements.so'"
terminate called after throwing an instance of 'std::runtime_error'
  what():  Lua script /server/data/scripts/serverCore.lua error (2): "/server/data/scripts/plugins.lua:2: module 'urm_eventAnnouncements' not found:
        no field package.preload['urm_eventAnnouncements']
        no file './urm_eventAnnouncements.lua'
        no file '/usr/share/luajit-2.1.0-beta3/urm_eventAnnouncements.lua'
        no file '/usr/local/share/lua/5.1/urm_eventAnnouncements.lua'
        no file '/usr/local/share/lua/5.1/urm_eventAnnouncements/init.lua'
        no file '/usr/share/lua/5.1/urm_eventAnnouncements.lua'
        no file '/usr/share/lua/5.1/urm_eventAnnouncements/init.lua'
        no file '/usr/share/lua/common/urm_eventAnnouncements.lua'
        no file '/usr/share/lua/common/urm_eventAnnouncements/init.lua'
        no file '/server/data/scripts/urm_eventAnnouncements.lua'
        no file '/server/data/lib/lua/urm_eventAnnouncements.lua'
        no file './urm_eventAnnouncements.so'
        no file '/usr/local/lib/lua/5.1/urm_eventAnnouncements.so'
        no file '/usr/lib/lua/5.1/urm_eventAnnouncements.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
        no file '/server/data/lib/urm_eventAnnouncements.so'"

Where is the tes3mp-client-default.cfg file?

Sorry if this is a silly question. But is there an easy way to get the docker to read changes to the tes3mp-client-default.cfg file?

Most dockers I've seen have either instructions on that part, or Enviroment Variables to help you set certain things inside the volume, pre-launch.

Version mismatch!

Version mismatch!
Your client is on version 0.7.0-alpha
Please make sure the server is on the same version.

Client has version 0.7.0-alpha too...

Can't bind port

Outside of container everything works fine but inside tes3mp cannot bind port. It's return error or just freeze depends on what i paste into tes3mp-server-default.cfg. If i create my own container(for example from ubuntu image) there is the same problem. Maybe I'm doing something wrong.

Can't change localaddress or add new values with environment variables

Hi, I'm attempting to change the localaddress value with the use of environment variables. For example.
Environment variable

  • name: TES3MP_SERVER_LOCAL_ADDRESS
    value: 192.168.1.59
    OR
  • name: TES3MP_SERVER_LOCAL_ADDRESS
    value: "192.168.1.59"
    OR
  • name: TES3MP_SERVER_LOCAL_ADDRESS
    value: '192.168.1.59'

Will not change the default value from 0.0.0.0.

I also noticed that I cant add new values to the tes3mp-server-config.cfg file with environment variables. For example.

  • name: TES3MP_SERVER_DESTINATION_ADDRESS
    value: 192.168.1.59
    When I exec into the container I dont see the destinationAddress value added

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.