QuintenQVD0 / Q_eggs

Some special https://pterodactyl.io eggs made for ARM64
Other
94 stars 14 forks source link

[Egg Request]: L4D2 #65

Open Red-Banana-Official opened 1 year ago

Red-Banana-Official commented 1 year ago

Does this expand an already existing service

No

Link to a game or software

https://steamdb.info/app/550/

Links for the download

https://store.steampowered.com/app/550/Left_4_Dead_2/

Links for the install docs

Umm.. not sure, couldn't find any.. i do think it will work on ARM with adjustments

Does this app work on ARM?

I don't know

Red-Banana-Official commented 1 year ago

WARNING: very new to this, i am just trying to help.

Got the server to run on ARM, using ur docker image.

Some issues: dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xddf80028, 2)

Multiple failed lines like these failed to dlopen /home/container/left4dead2_dlc3/bin/matchmaking_ds_srv.so error=Cannot dlopen("/home/container/left4dead2_dlc3/bin/matchmaking_ds_srv.so"/0xf70d867c, 2)

Steamservice.so seems fine at first: [S_API] SteamAPI_Init(): Loaded '/home/container/.steam/sdk32/steamclient.so' OK.

But fails later: dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xddf80028, 2) @QuintenQVD0

EDIT: Left 4 dead 2 is 32-bits, that might be an issue

QuintenQVD0 commented 1 year ago

WARNING: very new to this, i am just trying to help.

Got the server to run on ARM, using ur docker image.

Some issues: dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xddf80028, 2)

Multiple failed lines like these failed to dlopen /home/container/left4dead2_dlc3/bin/matchmaking_ds_srv.so error=Cannot dlopen("/home/container/left4dead2_dlc3/bin/matchmaking_ds_srv.so"/0xf70d867c, 2)

Steamservice.so seems fine at first: [S_API] SteamAPI_Init(): Loaded '/home/container/.steam/sdk32/steamclient.so' OK.

But fails later: dlmopen steamservice.so failed: Cannot dlopen("steamservice.so"/0xddf80028, 2) @QuintenQVD0

what image did you set a server image?

if you use the emulation one then this game my guess to complex, I will have to use the FEX dev image

Red-Banana-Official commented 1 year ago

quintenqvd\/pterodactyl_images:emulation is the image i used, i can try it with the FEX dev image too.

Red-Banana-Official commented 1 year ago

I tried making some adjustments, but it didn't work. Would you be able to provide me with the image for fex?

QuintenQVD0 commented 1 year ago

I tried making some adjustments, but it didn't work. Would you be able to provide me with the image for fex?

Its out there. Look for example in the fivem egg.

Red-Banana-Official commented 1 year ago

I tried making some adjustments, but it didn't work. Would you be able to provide me with the image for fex?

Its out there. Look for example in the fivem egg.

Yeah i got the image, but i guess it will need a custom install script?

QuintenQVD0 commented 1 year ago

I tried making some adjustments, but it didn't work. Would you be able to provide me with the image for fex?

Its out there. Look for example in the fivem egg.

Yeah i got the image, but i guess it will need a custom install script?

the install script will need to be modified indeed

Red-Banana-Official commented 1 year ago

I tried making some adjustments, but it didn't work. Would you be able to provide me with the image for fex?

Its out there. Look for example in the fivem egg.

Yeah i got the image, but i guess it will need a custom install script?

the install script will need to be modified indeed

That will be beyond what im experienced in.. ive checked for simulator scripts, but to no avail. Would you be able to provide me with a install script? Or direct me to a place where i can find the information needed to make it myself?

Thanks! :)

QuintenQVD0 commented 1 year ago

I tried making some adjustments, but it didn't work. Would you be able to provide me with the image for fex?

Its out there. Look for example in the fivem egg.

Yeah i got the image, but i guess it will need a custom install script?

the install script will need to be modified indeed

That will be beyond what im experienced in.. ive checked for simulator scripts, but to no avail. Would you be able to provide me with a install script? Or direct me to a place where i can find the information needed to make it myself?

Thanks! :)

I normaly have time this evening to test and make my own egg

Red-Banana-Official commented 1 year ago

That is fine.. I mean, i think i can get it to work with the right install script.. ill try and see what i can find for that. Its a fun thing to work on @QuintenQVD0 thanks for help so far.