Raised This Month: $51 Target: $400
 12% 

Client model world is null


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
ImYourBro
Senior Member
Join Date: Jun 2014
Old 01-01-2016 , 17:20   Client model world is null
Reply With Quote #1

Hey!

I make a server in Counter-Strike 1.6 and tried to use fastdl, but when i join it says "Client world model is NULL" and and then when i put all the models in my game directory then i can join.

Error:
This comes in the console:
Quote:
Map [maps/bb_basement6.bsp] has incorrect BSP version (1329865020 should be 30).

No detail texture mapping file: maps/v_deagle_detail.txt
Mod_LoadBrushModel: models/zyphix/v_deagle.mdl has wrong version number (1836345404 should be 30)
It says "Client world model is NULL" to the client which is joining

Please help me!
__________________
Hello!
I'm learning AMXX right now, so please No Hate if i suck

-----------------------------------------------------------------------
Check out my Furien Mod v0.3 here


Last edited by ImYourBro; 01-02-2016 at 10:59.
ImYourBro is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-01-2016 , 17:27   Re: Client model world is null
Reply With Quote #2

I have some problems like that. My my solution was to redirect these attached error codes to empty web pages.

I did so, because the game was downloading some error pages, instead of, in place of the game models.

For example, if it is supposed to download the file 'player.mdl' by fast-dl, instead of the files contents be be the binary '.mdl', it was the error webpage. Then the contents of the file 'player.mdl' was an webpage text file, which causes the user's game to crash while loading that model.

It was fixed because, now all webpage errors have size 0, as they are absolutely empty, then when the game tries to download that, it recognizes the it is empty, and then download the file normally from the game server.

Just remember that just happens rarely to some random files, then the most of the files are downloaded correctly by the fast-dl link.
Attached Files
File Type: zip errors_to_redirect_to_empty_pages.zip (662 Bytes, 734 views)
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 01-19-2016 at 15:12. Reason: spelling fix
addons_zz is offline
ImYourBro
Senior Member
Join Date: Jun 2014
Old 01-01-2016 , 17:30   Re: Client model world is null
Reply With Quote #3

Can you explain it better please ?
__________________
Hello!
I'm learning AMXX right now, so please No Hate if i suck

-----------------------------------------------------------------------
Check out my Furien Mod v0.3 here

ImYourBro is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-01-2016 , 17:38   Re: Client model world is null
Reply With Quote #4

For example, when do you access an invalid page on a web site, happens a error called 404 or Not Found, and it redirect you to a page where explains to you that error. If you wanna see, try access:

https://forums.alliedmods.net/inde

Then you can redirect the error 404 to what page do you want, and to work with my HLDS FAST-DL, I have to redirect various errors code to empty html web pages, which are that web pages I attached at the above post.

To do it see:
  1. Custom Error Responses
  2. How to Redirect your 404 error to a Custom Page

From: https://www.google.com/search?q=configure error redirect 404

But remember to delete all your old models before test if it is working.

Even better, use a clean game install, before test it (the fast-dl) do be sure.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 01-01-2016 at 17:45. Reason: better information
addons_zz is offline
ImYourBro
Senior Member
Join Date: Jun 2014
Old 01-01-2016 , 17:50   Re: Client model world is null
Reply With Quote #5

I dont understand these things.

So i dont know what to do from here :/
__________________
Hello!
I'm learning AMXX right now, so please No Hate if i suck

-----------------------------------------------------------------------
Check out my Furien Mod v0.3 here

ImYourBro is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-01-2016 , 17:58   Re: Client model world is null
Reply With Quote #6

Quote:
Originally Posted by ImYourBro View Post
I dont understand these things.

So i dont know what to do from here :/
You can try use this: https://forums.alliedmods.net/showthread.php?p=2377011#post2377011
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
ImYourBro
Senior Member
Join Date: Jun 2014
Old 01-01-2016 , 18:11   Re: Client model world is null
Reply With Quote #7

Thats for Source Engine Games. It doesnt support CS 1.6
__________________
Hello!
I'm learning AMXX right now, so please No Hate if i suck

-----------------------------------------------------------------------
Check out my Furien Mod v0.3 here

ImYourBro is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-01-2016 , 18:52   Re: Client model world is null
Reply With Quote #8

Quote:
Originally Posted by ImYourBro View Post
Thats for Source Engine Games. It doesnt support CS 1.6
Ask support then.
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective
addons_zz is offline
simanovich
AlliedModders Donor
Join Date: Jun 2012
Location: Israel
Old 01-03-2016 , 06:09   Re: Client model world is null
Reply With Quote #9

That is a problem with the web hosting, not with the server
__________________
simanovich is offline
ImYourBro
Senior Member
Join Date: Jun 2014
Old 01-03-2016 , 06:26   Re: Client model world is null
Reply With Quote #10

Quote:
Originally Posted by simanovich View Post
That is a problem with the web hosting, not with the server
Is there any method on how i can fix it ?

Is it because you need to buy a server and use their ftp ?
__________________
Hello!
I'm learning AMXX right now, so please No Hate if i suck

-----------------------------------------------------------------------
Check out my Furien Mod v0.3 here


Last edited by ImYourBro; 01-03-2016 at 06:26.
ImYourBro is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:36.


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