eggs icon indicating copy to clipboard operation
eggs copied to clipboard

New squad egg for wine

Open fakhry7050 opened this issue 10 months ago • 13 comments

Description

create wine egg for squad

Checklist for all submissions

  • [x] Have you followed the guidelines in our Contributing document?
  • [x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • [x] Have you tested and reviewed your changes with confidence that everything works?
  • [x] Did you branch your changes and PR from that branch and not from your master branch?
    • If not, why?:

Remaining Things:

Done:

  1. ✅ Unused variable "Server Executable". Link
  2. ✅ Install script still creates start.sh file and needs to be removed. Link
  3. ✅ Use the suggested startup command but needs edit to use the variables that we use:
rm /home/container/SquadGame/Saved/Logs/SquadGame.log; wine /home/container/SquadGame/Binaries/Win64/SquadGameServer.exe Port={{SERVER_PORT}} QueryPort={{QUERY_PORT}} beaconport={{BEACON_PORT}} FIXEDMAXTICKRATE={{MAX_TICK}} -log & SQD_PID=$!; tail -c0 -F /home/container/SquadGame/Saved/Logs/SquadGame.log --pid=$SQD_PID

4.✅ Needs feature: Steam disk space. Link

    "features": [
        "steam_disk_space"
    ],
  1. ✅ Use the base CMD install script as basis: steamcmd_installer.sh. Link
  • ✅ Remove startup shell script
  • ✅ Put back the vanilla egg

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. [] 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. [x] You verify that the start command applied does not use a shell script
    • [] If some script is needed then it is part of a current yolk or a PR to add one
  6. [x] The egg was exported from the panel

fakhry7050 avatar Apr 11 '24 17:04 fakhry7050

Just sharing it here...

Can't be PR'd here as is; cannot use sh files to handle startup. User editable startup commands are taboo https://github.com/parkervcp/eggs/issues/2882#issuecomment-2050025506

lbzepoqo avatar Apr 11 '24 17:04 lbzepoqo

LGTM @fakhry7050 if you're ready for @QuintenQVD0 or another of the contributors to check over take it off a Draft PR

ImKringle avatar Apr 12 '24 12:04 ImKringle

LGTM @fakhry7050 if you're ready for @QuintenQVD0 or another of the contributors to check over take it off a Draft PR

all think fixed and edited how did say @QuintenQVD0

fakhry7050 avatar Apr 12 '24 14:04 fakhry7050

LGTM @fakhry7050 if you're ready for @QuintenQVD0 or another of the contributors to check over take it off a Draft PR

ITS OK HOW TAKE TIME REVIEW

fakhry7050 avatar Apr 13 '24 10:04 fakhry7050

LGTM @fakhry7050 if you're ready for @QuintenQVD0 or another of the contributors to check over take it off a Draft PR

ITS OK HOW TAKE TIME REVIEW

it is on my to-do list to revieuw, please be patient. I did not forget you.

QuintenQVD0 avatar Apr 13 '24 11:04 QuintenQVD0

@fakhry7050 As you see this repo went to a new organization and soon will be read only, please move this PR to the right repo for this egg. In your case: https://github.com/pelican-eggs/steamcmd

QuintenQVD0 avatar Apr 13 '24 14:04 QuintenQVD0

@fakhry7050 As you see this repo went to a new organization and soon will be read only, please move this PR to the right repo for this egg. In your case: https://github.com/pelican-eggs/steamcmd

done

fakhry7050 avatar Apr 14 '24 09:04 fakhry7050

@fakhry7050 As you see this repo went to a new organization and soon will be read only, please move this PR to the right repo for this egg. In your case: https://github.com/pelican-eggs/steamcmd

done

no, you must close this one, for the new steamcmd repo and then make their a PR.

QuintenQVD0 avatar Apr 14 '24 12:04 QuintenQVD0

grafik

Ports are set but the server does not appear in the browser, does anyone have the same problem?

killertobyd avatar Apr 16 '24 19:04 killertobyd

Ports are set but the server does not appear in the browser, does anyone have the same problem?

This might be a beacon port issue, what port did you set?

lbzepoqo avatar Apr 17 '24 06:04 lbzepoqo

grafik

this is my startup with the ports

killertobyd avatar Apr 17 '24 18:04 killertobyd

grafik

this is my startup with the ports

Beacon port must be 15000+

lbzepoqo avatar Apr 17 '24 20:04 lbzepoqo

Please move this PR to new steamcmd repo of this organization as this one is not used anymore

QuintenQVD0 avatar May 05 '24 08:05 QuintenQVD0