Page 1 of 1

after mapchange everything is an Error

Posted: Sat Aug 25, 2012 9:38 pm
by ZPMPuddleJumper
hey,
I have a problem,
I create my own Obsidian Conflict Server and it "works" (my friend can join),
but if we change the map, "every" model and/or texture is missing
(the same, if we change the map to the old one back (oc_lobby)).

The first map is without an error and works fine.
but then:

Image

Image

The console shows that

prop with no vphysics model! (models/Tysn/propper/tysn_propper_cardaltar_1.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/Tysn/propper/tysn_propper_banister_1.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/Tysn/propper/tysn_propper_banister_1.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/Tysn/propper/tysn_propper_banister_1.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/Tysn/propper/tysn_propper_banister_1.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_foliage/hedge_256_128high.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_foliage/hedge_256_128high.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_foliage/hedge_256_128high.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_foliage/hedge_256_128high.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_foliage/hedge_256_128high.mdl)
SOLID_VPHYSICS static prop with no vphysics model! (models/props_foliage/hedge_256_128high.mdl)
...
...
...

the Server (srcds) has metamod and sourcemod (without meta and sourcemod the same Problem)

files in the mounts Folder: css, lostcoast, static

Re: after mapchange everything is an Error

Posted: Sat Aug 25, 2012 10:50 pm
by Neico
static, so you're an ATI user... there's your problem

Re: after mapchange everything is an Error

Posted: Sat Aug 25, 2012 11:35 pm
by ZPMPuddleJumper
i have deleted the static file on the server and on client, i changed it in Options. Doesent work.
My friend has the same Problem (only on that Server)

Re: after mapchange everything is an Error

Posted: Sun Aug 26, 2012 12:13 pm
by Neico

Re: after mapchange everything is an Error

Posted: Sun Aug 26, 2012 1:25 pm
by Shana
It doesn't really look like the ATI bug to me since everything's fine besides materials/models not loading, ATI bug usually just causes things to not render correctly.
Since it's only on that server, can you post your server.cfg? (don't forget to blank out rcon password and sv_password.) Also, are you sure the required content is properly extracted?

Re: after mapchange everything is an Error

Posted: Sun Aug 26, 2012 5:34 pm
by ZPMPuddleJumper
ok its work now^^
i added
sv_pure "1"
to the Server.cfg,

After a mapchange, the Server has loaded only hl2 textures (Server whitelist).
But Thanks for help :D

Re: after mapchange everything is an Error

Posted: Sun Aug 26, 2012 11:54 pm
by Neico
oh, well didn't thought of that, I might fix that right away in the svn~