Xonotic Forums
[NEED HELP] Player model problem - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [NEED HELP] Player model problem (/showthread.php?tid=5773)



Player model problem - hysik - 08-30-2015

i have a big error every 0.1 sec's


FS_OpenVirtualFile("", false): nasty filename rejected
setmodel: model '1' not precached
s89551: ^2NE_S autocvar_cl_forcemyplayermodel (=1), forceplayermodels_mymodel (=), GLOBAL14963
s89552: ^2AND GLOBAL14963, GLOBAL14963, GLOBAL14962
s89553: ^5IFNOT GLOBAL14962, statement 89566
s89554: ^3CALL0 spawn (=spawn())
s89555: STORE_ENT GLOBAL1, GLOBAL14975
s89556: STORE_ENT GLOBAL14975, GLOBAL4
s89557: STORE_S autocvar_cl_forcemyplayermodel (=1), GLOBAL7
s89558: ^3CALL2 setmodel (=setmodel())
csqcmodel_hooks.qc : CSQCPlayer_ModelAppearance_Apply : statement 22
csqcmodel_hooks.qc : CSQCModel_Hook_PreDraw : statement 22
../csqcmodellib/cl_model.qc : CSQCModel_Draw : statement 20
View.qc : CSQC_UpdateView : statement 94360
how to fix that ? Smile


RE: Player model problem - It'sMe - 08-31-2015

Does this also happen in a local match?
On which server do you have this issue? Every server?

// --- edit

I can reproduce this issue. There is indeed an issue with this cvar...
When starting the game, set the cvar back to default (which is an empty string).
Open console 'Shift+ESC' and type:
Code:
cl_forcemyplayermodel ""
What did you try to achieve with this cvar?


RE: Player model problem - hysik - 12-15-2015

i do nothings..
yes on every server

cl_forcemyplayermodel ""
dosent help