(custom) Server map not starting, can't run commands

GTA V version?
Most recent (1.42, I think?)
Up to date?
Yes
Legit or Pirate copy?
Legit
Steam/CD/Social Club?
Steam
Windows version?
10
Did you try to delete caches.xml and try again?
I don’t think this is relevant to servers
Error screenshot (if any)
System specifications
AMD Athlon X4 860K - 4 core, 4.2GHz
8GB RAM
3TB Storage
GT 740 SC, 1GB GDDR5 (irrelevant to this issue)
What did you do to get this issue?
Tried to run a custom map
What server did you get this issue on?
127.0.0.1 :wink:
CitizenFX.log file
https://pastebin.com/s0A8ZXXM
.dmp files/report IDs

Did you try to disable/uninstall your Anti-virus?
What anti-virus? :wink:

Also add what you already tried so far.

  • Updated server to most recent
  • Made sure map was YMAP
  • Checked Resource Manifest Version - Most recent, if that even means anything
  • Tried asking on the FiveM discord (A waste of time)

From what I can tell, it’s not recognized as a map. But it’s also possible that I fucked up the server in some way, since commands won’t run. (https://pastebin.com/vBRLeTU7)

Any help would be appreciated, thanks. ^^

Don’t start fivem-map-skater resource when you have a custom map.

I don’t have that resource in server.cfg (https://pastebin.com/MpX55XNU)

:thinking: The resources gets auto started then…

From the log…

[      1140] Started resource fivem-map-skater
[      1156] Started map fivem-map-skater

This would override the map, so my first thought would be that the server can’t find you map resource…

It loads the resource, it just doesn’t recognize it as a map.
__resource.lua is:

resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937'
this_is_a_map 'yes'

data_file 'DLC_ITYP_REQUEST' 'stream/akina.ityp'

files {
    'stream/akinav_billboard.ytd',
    'stream/akinav_bridge_col.ybn',
    'stream/akinav_bridget_col.ybn',
    'stream/akinav_detailmid_col.ybn',
.......

if I add:

resource_type 'map' { gameTypes = { fivem = true } }

from fivem-map-skater(__resource.lua), it recognizes it as a map, but then the client gets stuck in the loading screen (I don’t know how the resource.lua file works, just thought I’d try it)

Bump? Anybody know what I fucked up? :confused:

why the FUCK are you adding files from stream/ as file?

also reload nor load ever were a command, did you mean start and restart?

Not my map, my dude. And probably, yeah.

Bump again. Sorry. But can you help me fix this? I’d like to be able to use custom maps. :confused:

Nevermind. Fixed it. It was me being a fucking idiot.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.