wisp-gg / issue-tracker

0 stars 0 forks source link

Modal for Source games that require a GSLT #15

Open pedrotski opened 2 months ago

pedrotski commented 2 months ago

Describe the feature and why you would like to see it.

When starting a Source server for the first time (CSGO, CS2, TF2 etc), it will throw specific errors or crash because there is not GSLT. People who are new to server hosting get confused, and it either ends up in a ticket or cancellation because they cant connect to their server.

Describe the solution you'd like.

A modal window like Minecraft would make it clear action needs to be taken. There is then a field where they can put in their GSLT, and it would update the STEAM_ACC variable automatically, all from the modal.

An example that uses a console listener for ideas: https://github.com/pterodactyl/panel/blob/develop/resources/scripts/components/server/features/GSLTokenModalFeature.tsx#L29

Optional additional context to this request.

No response