-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add FAQs section to README with 4 questions #1260
base: master
Are you sure you want to change the base?
Conversation
### 1. Why mobs aren't added? | ||
|
||
Mobs have been suggested from very early days of CTF by several. The question has always been no. The short answer is that mobs use a lot of resources without adding much gameplay. The longer answer is that smart mobs usually require a lot of CPU, the network usage is high. The same resource could be allocated to more players who add much more to the gameplay comparing to mobs. However, there are many unofficial servers which might have mods, you can play there if you like them. Or, since CTF is FOSS, free open source software, you can fork it and do whatever you like. Maybe you could prove the developers they are wrong by adding efficient *and* smart mobs :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"The devs aren't aware of any way to add them without causing more lag than they're worth"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This feels out of place here and would fit better in a Matrix/Discord FAQ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about this. It doesn't feel out of place here as people are trying to contribute to CTF codebase through GH.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They should search through the open/closed issues before asking something https://github.com/MT-CTF/capturetheflag/issues?q=is%3Aissue+mobs
I'd be fine with mentioning that in the Github Issue Template for this repo
### 3. I want to host a CTF public server with X players. How much resources do I need? | ||
|
||
TBD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This varies a LOT, and is not something I want to answer. Just host a server with what you can afford, with whatever limit you want, and adjust it as you become familiar with the capabilities of your server
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if I want to host a server for 24 players. What are the recommended specs? This question is about this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are a million different answers, and it's not a question specific to CTF, or it shouldn't be if things were coded right at least
Co-authored-by: LoneWolfHT <[email protected]>
No description provided.