Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spawn points not saving #277

Open
j4cobgarby opened this issue Aug 30, 2020 · 4 comments
Open

Spawn points not saving #277

j4cobgarby opened this issue Aug 30, 2020 · 4 comments

Comments

@j4cobgarby
Copy link

If making a feature request, you should delete all the pre-filled text here.
If reporting a bug, fill in the following sections:

Expected behavior

After adding all the spawn points I wanted around the map (making sure to add spawnpoints for CT and T at both bombsites,) those spawnpoints should be usable when the game begins.

Actual behavior

I instead spawn at the map's default spawn point, and the server console says:

L 08/30/2020 - 15:19:16: [retakes.smx] Had to resort to fallback spawn on de_inferno, site=0
L 08/30/2020 - 15:19:16: [retakes.smx] Failed to get any spawn on de_inferno, site=0, team=2

So, it seems that the spawnpoints weren't saved, even though I pressed save in the !edit menu. I followed the installation steps from the Github readme file. Do I need to install some database on the server?

Steps to reproduce

  • Plugin version: v0.3.4
  • Sourcemod version: 1.10.0.6492
  • Steps to reproduce (please be specific):
  1. Install the addon by copying the various files where the readme says to put them.
  2. Start the server.
  3. Connect to the server, and type !edit
  4. Fill in lots of spawnpoints, using the edit menu, at both bombsites, for both teams.
  5. Use the edit menu to save the spawnpoints.
  6. Leave the game and rejoin.
  7. Now, I don't spawn at any of the configured spawnpoints, I just spawn at the map's default spawnpoints.
@splewis
Copy link
Owner

splewis commented Aug 30, 2020

You should check your error logs in addons/sourcemod/logs. There might be an error indicating if the write to the spawn config file failed.

@j4cobgarby
Copy link
Author

Thanks for the response. One thing the error log file is saying is that the retakes config file (de_inferno.cfg) doesn't exist. Do I have to manually create this file?

@splewis
Copy link
Owner

splewis commented Aug 30, 2020

You should not have to. But it's possible your server's file permissions are configured such that the game server doesn't have permissions to write the file - can you post the full log?

@j4cobgarby
Copy link
Author

I'll try to send it in a while, for some reason I've just lost connection to my server, shouldn't take long

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants