-
Notifications
You must be signed in to change notification settings - Fork 3
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
Updated pavlov egg #4
base: main
Are you sure you want to change the base?
Conversation
"name": "Pavlov VR", | ||
"author": "[email protected]", | ||
"description": "Pavlov is a multiplayer shooter in VR", | ||
"features": null, | ||
"images": [ | ||
"quay.io\/pterodactyl\/core:source" | ||
"ghcr.io\/smooklu\/games:source" |
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's better about it?
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 current core:source
image is missing the dependency libc++-dev
so I created my own image with that dependency. I also added a extra variable so anyone can install Pavlov Beta, Shack or Shack RC versions.
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.
Without that dependency, Pavlov Dedicated Server refuses to run. /home /container/Pavlov/Binaries/Linux/PavlovServer: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory
I also added a pavlov-bot egg for being able to do RCON commands over discord. |
Just improved the pavlov-vr egg by adding a Game.ini that is automatically created with settings defined in the variables. It also creates a RconSettings.txt file for setting up RCON as well. |
No description provided.