Essentail Mode Base (gametype broken)

Hi, i’m looking for some help I’ve reinstalled essentials and my server a few times hoping to fix the issue. But every time I go to fivem-map-skater and go to change the gametype from fivem to EssentialMode it wont take it. I try loading in seeing if has issue but I get stuck at Initializing and wont load in. I set up my sql correctly and unblocked it so i don’t believe that causing an issue. any help would be appreciated and if you need more information feel free to ask. Thank you.

Try using the name of your gamemode.

i do
resource_type ‘map’ { gameTypes = { EssentialMode = true } }

map ‘map.lua’

but it doesn’t show map or gametype when launching the server but when

resource_type ‘map’ { gameTypes = { fivem = true } }

map ‘map.lua’

it say
Map: fivem-map-skater
Gametpye: Freeroam

@RavenousWolfLp essential mode isn’t a game mode. It’s a base. If you don’t have a gamemode loaded the server won’t start. Freeroam? That’s an old gamemode that is not supported. Freeroam was replaced by essential mode.

oh? so should i put in es_freeroam in place of essential cause the only other gamemodes i see are race and im trying to put together a role play server.

@RavenousWolfLp Oh, your using es_freeroam. Yes put es_freeroam = true and place es_freeroam in the [essential] folder and add es_freeroam to auto start resources.

ok thank you i’ll give that a try.

now its saying on client side Couldn’t load resource fivem-map-skater.

1 Like

nvm forgot to clear cache

hi, can you please share your freeroam gamemode ?

I have some difficulte to make essentialmode to work :triumph:

Thanks my friend :heart_eyes:

wow man that was fast and again you helped me on the other issues why car shop abd lsc wasn’t working i forgot the rest of the files were on that page XD

1 Like

@RavenousWolfLp @Ideo no problem. Happy to help if I can.

a problem resolved make an other one !! :confounded:

First of all, when i try to connect to the server, the database make a new data to users table, so it is fine.

But on the server log i have some problems
The loading screen is stuck on initialising, and the log say :

I dont understand how to fix it

I don’t see any error. Just the user not loading into the server. Did you change FiveM = true to es_freeroam = true? Did you add the map that the change is in to the autostart resources? Be sure to place es_freeroam in the [essential] folder and add es_freeroam to the autostart resources. Clear your cache too. I’ve never had this kind of problem so it’s a little hard to diagnose.

The ressource.lua still have " name = ’ es_freeroam ’ "

And yes i put the es_freeroam to the [essential] folder and added es_freeroam to the autostart.

that is my autostarts :

AutoStartResources:
    - es_freeroam
    - essentialmode
    - es_admin
    - loadscreen   
    - chat
    - spawnmanager
    #- fivem-map-skater
    - baseevents
    - rconlog
    - hardcap # prevents too many players from joining
    - scoreboard

In FiveM skater map change FiveM = true to es_freeroam = true and remove the # from the skater map in resources. Currently your not loading any map. place es_freeroam below es_admin in your startup.

1 Like

ok thanks i will try this

HOLLY SHIIIIµ%Mµ%µ% IT WORK !!!

DAAAMN i spend 12 hours to try to make this work and you finally tell me the solution :cry:

Thanks again my friend

1 Like