Model Issues

Post Reply
User avatar
gore
A regular
A regular
Posts: 37
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Aug 25, 2012 9:27 pm
Location: Vancity
Contact:

Model Issues

Post by gore »

So I got an awesome zombie mod setup on my server, (booyah!). However, it's the CT models that don't load right. They all look like giant error's! :P. The zombies and terrorists however look fine.

Here is the console errors:


CalcSequenceIndex: can't find 'crouch_idle_shoot_knife_heavy'.
CalcSequenceIndex: can't find 'idle_shoot_knife_light_r'.
CalcSequenceIndex: can't find 'idle_upper_bizon'.
Tried to look up command rebuy as if it were a variable.
CalcSequenceIndex: can't find 'run_upper_bizon'.
CalcSequenceIndex: can't find 'run_shoot_knife_heavy_bs'.
CalcSequenceIndex: can't find 'run_shoot_bizon'.
CalcSequenceIndex: can't find 'run_shoot_mp9'.
CalcSequenceIndex: can't find 'idle_shoot_mp9'.
CalcSequenceIndex: can't find 'walk_shoot_ump45'.
CalcSequenceIndex: can't find 'crouch_walk_shoot_ump45'.
CalcSequenceIndex: can't find 'walk_upper_bizon'.
CalcSequenceIndex: can't find 'walk_shoot_bizon'.
CalcSequenceIndex: can't find 'crouch_idle_upper_nova'.
CalcSequenceIndex: can't find 'crouch_walk_upper_nova'.
CalcSequenceIndex: can't find 'crouch_walk_shoot_nova'.
CalcSequenceIndex: can't find 'idle_shoot_bizon'.
CalcSequenceIndex: can't find 'crouch_idle_shoot_nova'.
CalcSequenceIndex: can't find 'crouch_idle_upper_bizon'.
CalcSequenceIndex: can't find 'crouch_walk_upper_bizon'.
CalcSequenceIndex: can't find 'crouch_walk_shoot_bizon'.
CalcSequenceIndex: can't find 'crouch_idle_shoot_bizon'.
CalcSequenceIndex: can't find 'walk_upper_mp9'.
CalcSequenceIndex: can't find 'walk_shoot_mp9'.
CalcSequenceIndex: can't find 'crouch_idle_upper_mp9'.
CalcSequenceIndex: can't find 'crouch_walk_upper_mp9'.
CalcSequenceIndex: can't find 'crouch_walk_shoot_mp9'.
CalcSequenceIndex: can't find 'crouch_idle_shoot_mp9'.
CalcSequenceIndex: can't find 'crouch_idle_shoot_ump45'.

If anyone knows how to solve issues like this please let me know.
prasadudwadia
A semi-regular
A semi-regular
Posts: 16
Joined: Thu Sep 06, 2012 6:54 am

Re: Model Issues

Post by prasadudwadia »

Try adding them to the sv_pure whitelist . Might help .

Also see in your config if you have the following on

sv_allow_upload 1
sv_allow_download 1
Image
finn
A regular
A regular
Posts: 59
Joined: Sat Aug 25, 2012 3:48 pm

Re: Model Issues

Post by finn »

First off the correct cvars is sv_allowdownload 1 and sv_allowupload 1

Second those commands aren't used anymore because servers are always set to default of 1.
prasadudwadia
A semi-regular
A semi-regular
Posts: 16
Joined: Thu Sep 06, 2012 6:54 am

Re: Model Issues

Post by prasadudwadia »

yeah sorry, i stand corrected, i misread my config file.
sv_allowdownload 1; and sv_allowupload 1 are correcto :)
Image
Post Reply