GithubHelp home page GithubHelp logo

Comments (11)

aimen08 avatar aimen08 commented on June 15, 2024 1

@avivace hello, just didn't get 5 people to test this yet, we are currently 4 . i will update when the 5th person test it.

from ror2-server.

lu0se avatar lu0se commented on June 15, 2024 1

It may be the official problem.When you run dedicated server on windows,it also doesn't work with players more than 4,we should submit this problem to the game official developer.

from ror2-server.

avivace avatar avivace commented on June 15, 2024

hello, i like the ease of use when it comes to this server, everything works well, this is the command i'm using docker run -p 27015:27015/udp -p 27016:27016/udp -e R2_PSW='autism' -e R2_PLAYERS=16 -e R2_HEARTBEAT=1 -e R2_HOSTNAME='Autism Nation' avivace/ror2server:latest

the server appears with 16 players but it wont work with more than 4. image

please help.

Hey! Thanks for the heads up, I think you are right and we're missing an additional setting required to allow more than 4 players in a lobby.

Can you try the morethan4players-fix branch and see if that works for you?

from ror2-server.

aimen08 avatar aimen08 commented on June 15, 2024

no still nothing , the server.cfg inside the docker image shows the additional setting, but still same problem ,

image

this is the error that appears when the 5th person try to login from console

image

from ror2-server.

avivace avatar avivace commented on June 15, 2024

@aimen08, can you try :

# clone this repository
git clone https://github.com/avivace/ror2-server/
# checkout to 
git checkout morethan4players-fix
# build docker image 
docker build . -t fixmulti
# run it with your desired settings
docker run -d -p 27015:27015/udp -p 27016:27016/udp -e R2_PSW='autism' -e R2_PLAYERS=16 -e R2_HEARTBEAT=1 -e R2_HOSTNAME='Autism Nation' fixmulti

from ror2-server.

avivace avatar avivace commented on June 15, 2024

@aimen08 any news on this?

from ror2-server.

avivace avatar avivace commented on June 15, 2024

@avivace hello, just didn't get 5 people to test this yet, we are currently 4 . i will update when then the 5th person test it.

Great! Thanks 🙏

from ror2-server.

xxxsen avatar xxxsen commented on June 15, 2024

fixmulti branch still not ok, got error like this

<color=#FF0000>UNet Client Disconnect Error: NoResources</color>
NetworkManagerSystem.desiredHost={ hostType=None }
<color=#FF0000>ClientDisconnected due to error: NoResources</color>

from ror2-server.

LittleKingDW avatar LittleKingDW commented on June 15, 2024

Can confirm that this is still an issue, any more than 4 are booted with the no resources error, even with the fixmulti branch.

from ror2-server.

avivace avatar avivace commented on June 15, 2024

I looked this up a bit, and I couldn't find any time where more than 4 players were ever supported without a mod, so I guess it's just a visual value, but has no real effect. I'm closing this till we have new information.

from ror2-server.

sbblg avatar sbblg commented on June 15, 2024

sv_maxplayers 16;
steam_lobby_max_members 16;
My server is run in Windows System.It need two

from ror2-server.

Related Issues (20)

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.