pelican-eggs / eggs

Service eggs for the pterodactyl panel
MIT License
2.87k stars 2.32k forks source link

Path Of Titans #2872

Closed Hendalf-DEV closed 6 months ago

Hendalf-DEV commented 7 months ago

Path Of Titans server egg. Not tested properly but the server is running so I guess it works if you set all the required ports.

Description

Checklist for all submissions

New egg Submissions

  1. [x] Does your submission pass tests (server is connectable)?
  2. [ ] Does your egg use a custom docker image?
    • [ ] Have you tried to use a generic image?
    • [ ] Did you PR the necessary changes to make it work?
  3. [x] Have you added the egg to the main README.md and any other README files in subdirectories of the egg (e.g /game_eggs) according to the alphabetical order?
  4. [X] Have you added a unique README.md for the egg you are adding according to the alphabetical order?
  5. [ ] You verify that the start command applied does not use a shell script
    • [X] If some script is needed then it is part of a current yolk or a PR to add one
  6. [ ] The egg was exported from the panel
SulivanM commented 7 months ago

Hello there, I got an error installation : image

Best regards

Hendalf-DEV commented 6 months ago

Hello there, I got an error installation : image

Best regards

Hello, sorry for long response, I am currentyly going to test this again, but I need time.

With kind regards, Hendalf

gOOvER commented 6 months ago

Hello there, I got an error installation : image

Best regards

add this as variable or define it in the image

Hendalf-DEV commented 6 months ago

Hello again, I found the issue. It seems that POT does not want to run on Ubuntu image for some reason. So I reccomend change it to Debian image. That should work.

With kind regards, Hendalf.

p.s. I am going to make changes to this egg so no one will get to this trap again.

Hendalf-DEV commented 6 months ago

Providing additional images image image

gOOvER commented 6 months ago

Hello again, I found the issue. It seems that POT does not want to run on Ubuntu image for some reason. So I reccomend change it to Debian image. That should work.

With kind regards, Hendalf.

p.s. I am going to make changes to this egg so no one will get to this trap again.

Somehow I can't believe that now? Do you have an error message why it doesn't work with Ubuntu?

Hendalf-DEV commented 6 months ago

The only thing that is additionally required is some of the ports If there is possibility to make them accessable for the server without adding them additionally, it would be nice.

image

gOOvER commented 6 months ago

The only thing that is additionally required is some of the ports If there is possibility to make them accessable for the server without adding them additionally, it would be nice.

image

you can only autoassign the primary port. For all others you must add variables

Hendalf-DEV commented 6 months ago

Hello again, I found the issue. It seems that POT does not want to run on Ubuntu image for some reason. So I reccomend change it to Debian image. That should work. With kind regards, Hendalf. p.s. I am going to make changes to this egg so no one will get to this trap again.

Somehow I can't believe that now? Do you have an error message why it doesn't work with Ubuntu?

Nope, it just gives the same thing as this person had, I changed to Debian and now it works.

Hendalf-DEV commented 6 months ago

The only thing that is additionally required is some of the ports If there is possibility to make them accessable for the server without adding them additionally, it would be nice. image

you can only autoassign the primary port. For all others you must add variables

Atleast I got the query port assigned automatically. But I have no clue about how do I assign rcon port.

gOOvER commented 6 months ago

The only thing that is additionally required is some of the ports If there is possibility to make them accessable for the server without adding them additionally, it would be nice. image

you can only autoassign the primary port. For all others you must add variables

Atleast I got the query port assigned automatically. But I have no clue about how do I assign rcon port.

there is only 1 variable which is autoassigned: SERVER_PORT.

For all others you must add a varibale, so i dont believe that Queryport was autoassigned, when there is no variable

gOOvER commented 6 months ago

Hello again, I found the issue. It seems that POT does not want to run on Ubuntu image for some reason. So I reccomend change it to Debian image. That should work. With kind regards, Hendalf. p.s. I am going to make changes to this egg so no one will get to this trap again.

Somehow I can't believe that now? Do you have an error message why it doesn't work with Ubuntu?

Nope, it just gives the same thing as this person had, I changed to Debian and now it works.

thats not a problem with the Distro. Which image are you using now?

If steamcmd, then Dotnet is allready installed. In Ubuntu it isnt

Hendalf-DEV commented 6 months ago

The only thing that is additionally required is some of the ports If there is possibility to make them accessable for the server without adding them additionally, it would be nice. image

you can only autoassign the primary port. For all others you must add variables

Atleast I got the query port assigned automatically. But I have no clue about how do I assign rcon port.

there is only 1 variable which is autoassigned: SERVER_PORT.

For all others you must add a varibale, so i dont believe that Queryport was autoassigned, when there is no variable

I guess I made it unclear what I did mean by that. Asssigning screenshot. I added server properties to the config file.

image

gOOvER commented 6 months ago

The only thing that is additionally required is some of the ports If there is possibility to make them accessable for the server without adding them additionally, it would be nice. image

you can only autoassign the primary port. For all others you must add variables

Atleast I got the query port assigned automatically. But I have no clue about how do I assign rcon port.

there is only 1 variable which is autoassigned: SERVER_PORT. For all others you must add a varibale, so i dont believe that Queryport was autoassigned, when there is no variable

I guess I made it unclear what I did mean by that. Asssigning screenshot. I added server properties to the config file.

image

sry, but this is a hardcoded Port and this will never be added here

Hendalf-DEV commented 6 months ago

Hello again, I found the issue. It seems that POT does not want to run on Ubuntu image for some reason. So I reccomend change it to Debian image. That should work. With kind regards, Hendalf. p.s. I am going to make changes to this egg so no one will get to this trap again.

Somehow I can't believe that now? Do you have an error message why it doesn't work with Ubuntu?

Nope, it just gives the same thing as this person had, I changed to Debian and now it works.

thats not a problem with the Distro. Which image are you using now?

If steamcmd, then Dotnet is allready installed. In Ubuntu it isnt

Ok, that makes sense. I use the ghcr.io/parkervcp/yolks:debian

Hendalf-DEV commented 6 months ago

The only thing that is additionally required is some of the ports If there is possibility to make them accessable for the server without adding them additionally, it would be nice. image

you can only autoassign the primary port. For all others you must add variables

Atleast I got the query port assigned automatically. But I have no clue about how do I assign rcon port.

there is only 1 variable which is autoassigned: SERVER_PORT. For all others you must add a varibale, so i dont believe that Queryport was autoassigned, when there is no variable

I guess I made it unclear what I did mean by that. Asssigning screenshot. I added server properties to the config file. image

sry, but this is a hardcoded Port and this will never be added here

My english could be a quite a bit bad, but I did not understand what did you mean by hardcoded port and what will not be added?

That411Guy commented 6 months ago

If you want I have a fully working egg for this game that I made

Hendalf-DEV commented 6 months ago

If you want I have a fully working egg for this game that I made

This egg does work, so no need, thank you.

Hendalf-DEV commented 6 months ago

Server connectable image

Hendalf-DEV commented 6 months ago

Still awaiting review

QuintenQVD0 commented 6 months ago

No pr will be merged to this repo as it soon will become read only. Please move your pr to the right repo on this organization as all eggs catogories now have their own repo.

Hendalf-DEV commented 6 months ago

No pr will be merged to this repo as it soon will become read only. Please move your pr to the right repo on this organization as all eggs catogories now have their own repo.

Which repo is the right one? I need more instructions about this, because I don't see anything in the readme file.

Hendalf-DEV commented 6 months ago

Nevermind, I guess I found the one which is right one https://github.com/pelican-eggs/games. Atleast I hope it's the right one.

QuintenQVD0 commented 6 months ago

Nevermind, I guess I found the one which is right one https://github.com/pelican-eggs/games. Atleast I hope it's the right one.

That is indeed the right one for this PR