pelican-eggs / eggs

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

[Egg Request]: Sunkenland #2720

Open ValhallaCommunityOfficial opened 7 months ago

ValhallaCommunityOfficial commented 7 months ago

Does this expand an already existing service

No

Link to a game or software

https://store.steampowered.com/app/2080690/Sunkenland/

Links for the download

https://steamdb.info/app/2667530/depots/

Links for the install docs

https://www.sunkenlandgame.com/post/dedicated-server-user-manual

engels74 commented 7 months ago

It's a bit odd that the user will have to create a map in game, and then manually import the map, before they can use the server software.

I'll try and create an egg, and then use include a map for the egg, and then the user can replace that map afterwards.

QuintenQVD0 commented 7 months ago

I would have no issues making an egg for this. Lots of expierence but Indo not own this game and I do not have a buget for that. Certainly because it needs wine.

engels74 commented 7 months ago

I would have no issues making an egg for this. Lots of expierence but Indo not own this game and I do not have a buget for that. Certainly because it needs wine.

I can donate a key to you. I've dm'd you on Discord.

QuintenQVD0 commented 7 months ago

An egg will be made and it will be done on Friday evening, Brussels timezone

engels74 commented 7 months ago

So I'm trying at the moment to see if I could create the egg. It seems to be somewhat difficult.

The server software seems to be bound looking for the World file in: C:\Users\USERNAME\AppData\LocalLow\Vector3 Studio\Sunkenland\Worlds and not anywhere else.

I downloaded the server software on my main PC (not the server I'm testing eggs on), and it would only look for Worlds inside that folder. I'm not sure how to make that applicable to the egg :|

I'll play around with it for a bit, and see if I can figure something out. It's a great learning process I guess

Edit: I might've got it working. I'll do some further testing :)

QuintenQVD0 commented 7 months ago

So I'm trying at the moment to see if I could create the egg. It seems to be somewhat difficult.

The server software seems to be bound looking for the World file in: C:\Users\USERNAME\AppData\LocalLow\Vector3 Studio\Sunkenland\Worlds and not anywhere else.

I downloaded the server software on my main PC (not the server I'm testing eggs on), and it would only look for Worlds inside that folder. I'm not sure how to make that applicable to the egg :|

I'll play around with it for a bit, and see if I can figure something out. It's a great learning process I guess

You will I guess have to go in the .wine folder as that is where the windows filsystem is constructed. It will only generate after the inital start.

engels74 commented 7 months ago

I've got everything working. I'll create a PR soon.

Edit: Here it is: https://github.com/parkervcp/eggs/pull/2724

Read the "Testing the egg" part, if you want to test the egg before merging