Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
It's likely to do with the Lobby Unreserve plugin, l4dunreservelobby.smx.
I'm receiving an error,
A forum stated to remove sv_steamgroup cvars as you can't have mm_force_dedicated on client and steamgroup cvars on server. Removed steamgroup cvars, no luck now.
Server error when starting server:
Server error when attempting to connect to server (Removed Integers):
Reservation request with bogus payload data from Reservation cookie reason Reply Reservation Request
As seen here: https://forums.srcds.com/viewtopic/16130
Looking at Allied Modders on the thread for the Unreserve Lobby plugin, a number of comments have asked to update to be compatible with SM 1.10 - so it may be that when SM 1.10 came out, the plugin didn't update to accommodate.
So far, so good.
Noted that when using sm exts list, socket said it was outdated and I need to remove a file from extensions. Once done, I needed to remove it from gamedata. After that, server loads fine with no errors on extensions or plugins.
Installed with no errors:
Sourcemod
Metamod
Left4Downtown2 v0.5.4.2
Confogl-2.2.2.zip
When executing confogl in console with exec confogl, I receive the following error.
Going to update Confogl to latest version and report back.
https://forums.alliedmods.net/showthread.php?p=2684862
I've reinstalled the server again because it seems Left4Downtown and (mostly) confogl are breaking it permanently. I'll try DHooks but honestly, server working and I'm a bit apprehensive to touch it (but I know I will).
One day ... one day I'll have a tank on the first map, no matter what.
ReplyReservationRequest: Reservation request with bogus payload data from
Reservation cookie 0: reason reserved(yes), clients(no), reservationexpires(0.00)
The way to fix this, I've found, is to install a plugin called L4DToolz when you first set up your server, and make sure you add the CVAR to your server file.
sv_force_unreserved 1
sm_cvar sv_force_unreserved 1
My server is working properly at the moment.
Some plugins that I've noted to cause issues:
Left4Downtown + Any reliant plugins - Incompatible with SM 1.10
Tickrate Enabler - Incompatible with SM 1.10
ReplyReservationRequest: Reservation request with bogus payload data from
Reservation cookie 0: reason reserved(yes), clients(no), reservationexpires(0.00)
This error only happens when I try to connect to my own server's WAN address through lobby. When using the same IP and port with someone else - the issue doesn't exist - however this is impractical to have a second person to start a lobby and then use my server.
This seems to be a bug that may be fixable through using a NAT loopback, but my router doesn't have this functionality.
RESOLUTION:
It appears that there's some caching issue with the ports and connectivity. The solution here is to update your starting batch file with a new port and start your server with a new port associated to the server.
This is now my Starting Batch file:
taskkill /f /im srcds.exe
start srcds.exe -console -game left4dead2 -secure +maxplayers 8 +map c1m1_hotel +hostip publicipaddresshere -ip lanipaddresshere -port 27015 +hostport 27015 +exec server.cfg
If I have an issue connecting to my server through the lobby, I update the ports to something like 27018, then run the batch file to kill the current server and restart it. So far this has worked without fail. It's not a solution to the bug, but a successful workaround.
Hope this helps someone.
Chad