CubeCoders / AMPTemplates

For the AMP community to share Generic Module templates.
86 stars 260 forks source link

Add Abiotic Factor #771

Closed Greelan closed 3 months ago

Greelan commented 3 months ago

Closes #758

mccore commented 3 months ago

Sorry to necro this thread @IceOfWraith and @Greelan but I think I have found an issue with the .kvp. I have tried setting the server up in AMP but cannot locate the server via the in game browser. It looks to me that line #85 should include both the -PORT flag and the -QueryPort flag. This is also reflected in the server documentation provided by the game devs. This would likely also require an "AF Server Settings" option for the game port to be able to change it from the default of 7777.

Greelan commented 3 months ago

No, the server uses steam sockets and the game port doesn't actually listen or make a difference. Despite what their docs say (most devs don't know how their own dedicated servers work).

Have you forwarded you query port?

mccore commented 3 months ago

@Greelan I have indeed forwarded the query port as well as port 7777 since . Other than that all I did was change the name of the server and add a password.

I do see the following in the log though: [2024.05.31-16.15.28:739][ 0]LogNet: GameNetDriver SteamNetDriver_2147482351 IpNetDriver listening on port 7777

mccore commented 3 months ago

I found the issue. The name of my server has spaces in it and for whatever reason that was causing an issue with the search functionality in the game