Posts: 43
Threads: 15
Joined: Sep 2013
Reputation:
0
12-21-2013, 23:46
(This post was last modified: 12-21-2013, 23:46 by Antlions.)
We have the CDC model from blackops 2 from zombies mode and we are trying to put it on "five". The playermodel does work on multiplayer but it will not work on zombies.
setmodel()
{
self DetachAll();
self SetModel( "bo2_c_zom_player_cdc_fb" );
self SetViewModel( "viewmodel_usa_hazmat_arms" );
}
The playermodel on zombies doesnt change, it is as if the playermodel isnt applied. the viewmodel IS applied.
Posts: 3,704
Threads: 147
Joined: Jan 2011
Reputation:
119
12-22-2013, 14:21
(This post was last modified: 12-22-2013, 14:24 by Nekochan.)
Have you precached it? (precachemodel and precacheplayermodel)
By the way - your playermodel must have right skeleton.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Posts: 43
Threads: 15
Joined: Sep 2013
Reputation:
0
yes, the CDC playermodel works on multiplayer so it should work on zombies.
Posts: 43
Threads: 15
Joined: Sep 2013
Reputation:
0
12-23-2013, 22:28
(This post was last modified: 12-23-2013, 22:53 by Antlions.)
the model doesnt apply at all on zombies, it remains as the same characters. the viewmodel applies though. we are using precachemodel. we tried 2 versions of this cdc model, the rebirth island one, and the bo2 cdc. the rebirth island cdc we got to work on zombies but the animations were broken. we tried it on mp and the animations were still the same broken ones. since then we could not get another model to apply on zombies. the models will apply on mp and the animations of the blackops 2 cdc are not broken.
where is the animtype thing
nevermind! we got the center for disease control on our mod!