-
Notifications
You must be signed in to change notification settings - Fork 282
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
V Rising Add API Port #806
base: main
Are you sure you want to change the base?
Conversation
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.
Will this actually work for existing instances that don't have the API port allocated - will the manifest cause "$APIPort" literally, or some other invalid value, to be put in the server config file?
I don't expect it to work on existing ones, no. I mentioned that in the development channel. |
Won't it break existing instances where someone is trying to configure it manually? Because it will always overwrite what they have included |
This is a very undocumented feature of V Rising. So it will be extremely minimal and can be addressed on a case by case. |
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.
Approved with caveat
I'm going to have to do some thought into this one. Might have to wait until Port refresh logic is hashed out. It doesn't "break" the game server fully, but it does remove the line from the config since it's blank. |
This adds the port for the API to function on.