FWGS / xash3d

DEPRECATED in favor of https://github.com/FWGS/xash3d-fwgs. Only bugfixes are accepted.
https://xash.su
GNU General Public License v3.0
551 stars 107 forks source link

Host_Error Map Design Error: Mod_ForName: maps/bomberman_final.bsp couldn´t load #342

Closed SinaloenseMx closed 6 years ago

SinaloenseMx commented 6 years ago

Hello I tried to join to my server and I get this error on console: Host_Error Map Design Error: Mod_ForName: maps/bomberman_final.bsp couldn´t load

On server.cfg I have this: set sv_downloadurl "http://fastdl.serverscstrike.com/mexican-servers/counter-strike-xash3d/4/cstrike/" From browser I can download the map: http://fastdl.serverscstrike.com/mexican-servers/counter-strike-xash3d/4/cstrike/maps/bomberman_final.bsp

What is missing? >.<

I'm sorry, but I did not know where to post this.

nekonomicon commented 6 years ago

set sv_allow_download 1 into server.cfg.

SinaloenseMx commented 6 years ago

Thanks, but now when entering the server it tries to download from other fastdl which I do not have configured and I receive 404 Not found.

My server.cfg:

// Use this file to configure your DEDICATED server. 
// This config file is executed on server start.

// disable autoaim
sv_aim 0

// disable clients' ability to pause the server
pausable 0
// default server name. Change to "Bob's Server", etc.
hostname "[MXS] Bomberman"
// maximum client movement speed 
sv_maxspeed 320
// Enable cheats(for debugging, etc)
// sv_cheats 0
// Set the mapcycle file
set mapcyclefile mapcycle.txt
// Set time limit for one map
set mp_timelimit 35
// Set start map(important!)
set defaultmap bomberman_final
// Set port for game
//set port 27010
// Enable shield hack. (important for Counter-Strike!)
sv_skipshield 1
// Set server public visibility (important!)
public 1
// Set RCon Password. (important!)
rcon_password "***********"
// Set FastDL servers (important, if you want to use custom maps). 
set sv_downloadurl "http://fastdl.serverscstrike.com/mexican-servers/counter-strike-xash3d/4/cstrike/"
set sv_allow_download 1
// load ban files

//Cheats

sv_aim 0 
sv_cheats 0 

setmaster enable 1
setmaster add 72.165.61.189
setmaster add 68.142.72.250
setmaster add 69.28.151.162
setmaster add 207.173.177.11

exec listip.cfg
exec banned.cfg

My /cstrike/fastdl.txt: http://fastdl.serverscstrike.com/mexican-servers/counter-strike-xash3d/4/cstrike/

Image of console: https://i.imgur.com/TePTxOQ.png

a1batross commented 6 years ago

Please, rerun client with "-dev 5" in command line arguments, try again and post engine.log here. You can find engine.log in same directory where "cstrike" is located.

18 янв. 2018 г. 8:00 ДП пользователь "SinaloenseMx" < notifications@github.com> написал:

Thanks, but now when entering the server it tries to download from other fastdl which I do not have configured and I receive 404 Not found.

My server.cfg: `// Use this file to configure your DEDICATED server. // This config file is executed on server start.

// disable autoaim sv_aim 0

// disable clients' ability to pause the server pausable 0 // default server name. Change to "Bob's Server", etc. hostname "[MXS] Bomberman" // maximum client movement speed sv_maxspeed 320 // Enable cheats(for debugging, etc) // sv_cheats 0 // Set the mapcycle file set mapcyclefile mapcycle.txt // Set time limit for one map set mp_timelimit 35 // Set start map(important!) set defaultmap bomberman_final // Set port for game //set port 27010 // Enable shield hack. (important for Counter-Strike!) sv_skipshield 1 // Set server public visibility (important!) public 1 // Set RCon Password. (important!) rcon_password "7h4gfuh5" // Set FastDL servers (important, if you want to use custom maps). set sv_downloadurl "http://fastdl.serverscstrike. com/mexican-servers/counter-strike-xash3d/4/cstrike/" set sv_allow_download 1 // load ban files

//Cheats

sv_aim 0 sv_cheats 0

setmaster enable 1 setmaster add 72.165.61.189 setmaster add 68.142.72.250 setmaster add 69.28.151.162 setmaster add 207.173.177.11

exec listip.cfg exec banned.cfg`

My /cstrike/fastdl.txt: http://fastdl.serverscstrike.com/mexican-servers/counter- strike-xash3d/4/cstrike/

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/FWGS/xash3d/issues/342#issuecomment-358538242, or mute the thread https://github.com/notifications/unsubscribe-auth/ADEJgRb7g29zYrdsGxJ1GKXCXczUotqNks5tLs_4gaJpZM4RiX4z .

SinaloenseMx commented 6 years ago

I run client with "-dev 5" but I don´t have "engine.log".

Images: 1 2 3 4 5 6 7

a1batross commented 6 years ago

Oh. Sorry, forgot about "-log" too. Should be "-dev 5 -log".

18 янв. 2018 г. 8:34 ДП пользователь "SinaloenseMx" < notifications@github.com> написал:

I run client with "-dev 5" but I don´t have "engine.log".

Images: https://i.imgur.com/gZmNT2H.png https://i.imgur.com/tZvzAvJ.png https://i.imgur.com/mu0drNj.png https://i.imgur.com/6LnVeHa.png https://i.imgur.com/oYdL7xU.png https://i.imgur.com/YzEgeDf.png https://i.imgur.com/Xl3U2hL.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/FWGS/xash3d/issues/342#issuecomment-358542782, or mute the thread https://github.com/notifications/unsubscribe-auth/ADEJgUz_zWRU47Bnva2JSMtZ2GNZscgQks5tLtfwgaJpZM4RiX4z .

SinaloenseMx commented 6 years ago

Here it is: engine[1].log Edit: It works now, I just change this: set sv_downloadurl "http://fastdl.serverscstrike.com/mexican-servers/counter-strike-xash3d/4/cstrike/" for this sv_downloadurl "http://fastdl.serverscstrike.com/mexican-servers/counter-strike-xash3d/4/cstrike/"

a1batross commented 6 years ago

You have solved it?

18 янв. 2018 г. 8:04 ПП пользователь "SinaloenseMx" < notifications@github.com> написал:

Closed #342 https://github.com/FWGS/xash3d/issues/342.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/FWGS/xash3d/issues/342#event-1430844947, or mute the thread https://github.com/notifications/unsubscribe-auth/ADEJgXg2iqX5K7TZSeh4AJ4JkC79ZadIks5tL3mhgaJpZM4RiX4z .

SinaloenseMx commented 6 years ago

Yes, it was a mistake mine. Thanks you for your time and for this project.