AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   Solved Error loading map csgo server (https://forums.alliedmods.net/showthread.php?t=331430)

ChampMartini 03-20-2021 19:13

Error loading map csgo server
 
i got working bsp file sent to me from another guy that got servers. but i cant load the maps console says this
ChangeGameUIState: CSGO_GAME_UI_STATE_INGAME -> CSGO_GAME_UI_STATE_INGAME
**** Unable to localize '#matchdraft_phase_action_wait' on panel 'id-map-draft-phase-wait'
**** Unable to localize '#DemoPlayback_Restart' on panel descendant of 'HudDemoPlayback'
**** Unable to localize '#DemoPlayback_Back' on panel descendant of 'HudDemoPlayback'
**** Unable to localize '#DemoPlayback_Pause' on panel descendant of 'HudDemoPlayback'
**** Unable to localize '#DemoPlayback_Slow' on panel descendant of 'HudDemoPlayback'
**** Unable to localize '#DemoPlayback_Play' on panel descendant of 'HudDemoPlayback'
**** Unable to localize '#DemoPlayback_Fast' on panel descendant of 'HudDemoPlayback'
**** Unable to localize '#DemoPlayback_Next' on panel descendant of 'HudDemoPlayback'
ChangeGameUIState: CSGO_GAME_UI_STATE_INGAME -> CSGO_GAME_UI_STATE_LOADINGSCREEN
Error reading file materials/panorama/images/map_icons/screenshots/1080p/awp_minecraft_crash_go.png.
Error reading file resource/overviews/awp_minecraft_crash_go_radar.dds.
Resource materials\panorama\images\map_icons\map_icon_ awp_minecraft_crash_go.svg failed to load.

PLUGIN LIST
[SM] Listing 44 plugins:
01 "[CS:GO/CSS] AbNeR Round End Sounds" (4.0.1) by abnerfs
02 "[CSS/CS:GO] AbNeR ResetScore" (1.5fix) by AbNeR_CSS
03 "Admin File Reader" (1.10.0.6502) by AlliedModders LLC
04 "Admin Help" (1.10.0.6502) by AlliedModders LLC
05 "Admin Menu" (1.10.0.6502) by AlliedModders LLC
06 "AFK Manager" (4.3.0) by Rothgar
07 "Anti-Flood" (1.10.0.6502) by AlliedModders LLC
08 "Basic Ban Commands" (1.10.0.6502) by AlliedModders LLC
09 "Basic Chat" (1.10.0.6502) by AlliedModders LLC
10 "Basic Comm Control" (1.10.0.6502) by AlliedModders LLC
11 "Basic Commands" (1.10.0.6502) by AlliedModders LLC
12 "Basic Info Triggers" (1.10.0.6502) by AlliedModders LLC
13 "Basic Votes" (1.10.0.6502) by AlliedModders LLC
14 "CallAdmin" (0.1.8) by Impact, dordnung
15 "Client Preferences" (1.10.0.6502) by AlliedModders LLC
16 "[STORE] Coinflip" (1.2) by Hypr
17 "CSGO Weapon Tweaks" (1.0.3) by Keith Warren (Drixevel)
18 "Disable Radar" (1.2) by Internet Bully
19 <Failed> "Discord API" (1.0) by .#Zipcore, Credits: Shavit, bara, ImACow and Phire
20 "Force AllTalk" (1.1) by Nickelony
21 "Fun Commands" (1.10.0.6502) by AlliedModders LLC
22 "Fun Votes" (1.10.0.6502) by AlliedModders LLC
23 "Gloves" (1.0.4) by kgns | oyunhost.net
24 "[ANY] Ban Disconnected Player" (2.0.1) by Headline, Original Plugin : mad_hamster
25 "RankMe" (3.0.3.Kento.33.3) by lok1, Scooby, Kento, pracc, Kxnrl, CrazyHackGUT
26 "MapChooser" (1.9.0.6273) by AlliedModders LLC
27 "No Block" (1.0.0.0) by sslice
28 "Map Nominations" (1.9.0.6273) by AlliedModders LLC
29 "NoScope" (2.0.0) by Bara
30 "Player Commands" (1.10.0.6502) by AlliedModders LLC
31 "RandomCycle" (1.9.0.6273) by AlliedModders LLC
32 "Reserved Slots" (1.10.0.6502) by AlliedModders LLC
33 "Restrict Deagle" (1.0) by Jannik 'Peace-Maker' Hartung
34 "Rock The Vote" (1.9.0.6273) by AlliedModders LLC
35 "Rules Plugin" (1.3) by haN
36 "ServerAdvertisements3" (3.1.4) by ESK0
37 "Sound Commands" (1.10.0.6502) by AlliedModders LLC
38 "Simple Stealth" (1.0) by Potatoz
39 "Store - Trade System" (1.0) by Zephyrus
40 "Store - The Resurrection" (1.1) by Zephyrus
41 "Thirdperson Mode" (1.0) by Zephyrus
42 <Failed> "SteamWorks Update Check" (1.0b) by Kyle Sanderson
43 "Weapons & Knives" (1.7.1) by kgns | oyunhost.net
44 "[Store] Credits for specified events" (1.14) by Cruze
Errors:
discord.smx (Discord API): Required extension "SteamWorks" file("SteamWorks.ext") not running
UpdateCheck.smx (SteamWorks Update Check): Required extension "SteamWorks" file("SteamWorks.ext") not running

Bacardi 03-20-2021 19:44

Re: Error loading map csgo server
 
How you got that map awp_minecraft_crash_go ?

And are you using workshop maps on your server ?

ChampMartini 03-20-2021 20:10

Re: Error loading map csgo server
 
i got working bsp file sent to me from another guy that got servers

ChampMartini 03-25-2021 09:28

Re: Error loading map csgo server
 
i looked everywhere cant find anything about this error D:

TomL. 03-25-2021 09:30

Re: Error loading map csgo server
 
Use the workshop to host the map

Code:

host_workshop_map 138747016

ChampMartini 03-25-2021 09:34

Re: Error loading map csgo server
 
Quote:

Originally Posted by TomL. (Post 2741751)
Use the workshop to host the map

Code:

host_workshop_map 138747016

if i use host map it will not have all the settings on that i wont to have on the server D:

TomL. 03-25-2021 09:40

Re: Error loading map csgo server
 
You can still apply any settings you want or you move the map from the workshop folder into your map folder and load the map.

ChampMartini 03-25-2021 09:46

Re: Error loading map csgo server
 
Quote:

Originally Posted by TomL. (Post 2741754)
You can still apply and settings you want or you move the map from the workshop folder into your map folder and load the map.

but when i try to load the maps it gives that error. it make no sense... it should be ez to add maps. add bsp file to map folder run fast dl type map name in csgo\maplist.txt & csgo\mapcycle.txt load server change map. but somehow my server cant do that, and im looking to fix that :D and im lost D:

TomL. 03-25-2021 09:47

Re: Error loading map csgo server
 
Replace the map with the one downloaded from the workshop and try again.

ChampMartini 03-25-2021 09:49

Re: Error loading map csgo server
 
Quote:

Originally Posted by TomL. (Post 2741756)
Replace the map with the one downloaded from the workshop and try again.

i already tryed that, bo matter what i do it says
Error reading file materials/panorama/images/map_icons/screenshots/1080p/ Filename
Error reading file resource/overviews/Filename
Resource materials\panorama\images\map_icons\map_icon_Filename failed to load.

but all i talked to says u dont need those files to run the map and they dont even have the files and their servers run maps perfect


All times are GMT -4. The time now is 07:04.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.