spritsail / fivem

FiveM GTA modded multiplayer server
https://github.com/citizenfx/fivem
115 stars 141 forks source link

Couldn't find resource (*) #37

Closed asciidude closed 3 years ago

asciidude commented 3 years ago

(* meaning every resource I have)

server.cfg

# Only change the IP if you're using a server with multiple network interfaces, otherwise change the port only.
endpoint_add_tcp "0.0.0.0:30120"
endpoint_add_udp "0.0.0.0:30120"

# Set the database connection details
set mysql_connection_string "server=<Redacted>;database=essentialmode;userid=root;password=<Redacted>"
set es_enableCustomData 1

# These resources will start by default.
ensure mapmanager
ensure chat
ensure spawnmanager
ensure sessionmanager
ensure basic-gamemode
ensure hardcap
ensure rconlog
ensure mysql-async

# This allows players to use scripthook-based plugins such as the legacy Lambda Menu.
# Set this to 1 to allow scripthook. Do note that this does _not_ guarantee players won't be able to use external plugins.
sv_scriptHookAllowed 0

# Uncomment this and set a password to enable RCON. Make sure to change the password - it should look like rcon_password "YOURPASSWORD"
#rcon_password ""

# A comma-separated list of tags for your server.
sets tags "<Redacted>, <Redacted>, roleplay, serious-rp, rp"

# A valid locale identifier for your server's primary language.
# For example "en-US", "fr-CA", "nl-NL", "de-DE", "en-GB", "pt-BR"
sets locale "en-US"

# Set an optional server info and connecting banner image url.
# Size doesn't matter, any banner sized image will be fine.
#sets banner_detail "https://url.to/image.png"
#sets banner_connecting "https://url.to/image.png"

# Set your server's hostname
sv_hostname "<Redacted> | New! | Need staff | discord.gg/<Redacted>"

# Loading a server icon (96x96 PNG file)
load_server_icon icon.png

# convars which can be used in scripts
set temp_convar "hey world!"

# Remove the `#` from the below line if you do not want your server to be listed in the server browser.
# Do not edit it if you *do* want your server listed.
#sv_master1 ""

# Add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.fivem:1 group.admin # add the admin to the group

# enable OneSync (required for server-side state awareness)
set onesync on

# Server player slot limit (see https://fivem.net/server-hosting for limits)
sv_maxclients 32

# Steam Web API key, if you want to use Steam authentication (https://steamcommunity.com/dev/apikey)
set steam_webApiKey "<Redacted>"

# License key for your server (https://keymaster.fivem.net)
sv_licenseKey <Redacted>

Server directories (root, server-data, resources [in order]) root dir server-data dir resources dir

It also wont come online, but still sends heartbeats to FiveM. Please, please help.

asciidude commented 3 years ago

Update: it does show as online, I guess FiveM is just slow. Still experiencing couldn't find resource (*)

Adam-Ant commented 3 years ago

Hey, Sorry for the delay in responding to you - we've had some issues with Github notifcations over the past couple months and this one slipped through the cracks.

Could you provide your docker-compose file / docker run line please? There isn't anything there that leaps out as incorrect, so I'd like to have a look there.

Thanks.

Adam-Ant commented 3 years ago

@pxpcandy just chasing this up - did you get this solved in the end?

Adam-Ant commented 3 years ago

Closing due to inactivity. If this is still an issue that needs solving @pxpcandy, please comment below and I'll open this back up.