Inside3D!
     

my first "help me" topic

 
Post new topic   Reply to topic    Inside3d Forums Forum Index -> QuakeC Programming
View previous topic :: View next topic  
Author Message
ajay



Joined: 29 Oct 2004
Posts: 295
Location: Swindon, UK

PostPosted: Sun Oct 31, 2004 5:09 pm    Post subject: my first "help me" topic Reply with quote

My mod's 3rd person.
The player.mdl is set in client.qc in setmodel(self, "progs/player.mdl") etc.
I'm trying to change it to a different model, part way through a level, by a function that does an if ...... setmodel(self, "progs/different.mdl") etc.
All that happens is that it flickers, going through alternate original model, then new, then original, then new etc., etc., etc.

It's like it needs to cancel the old model (like my technical qc speak?) before the new one will "take".

Any ideas?

And yes, coding is fun.

cheers, ajay.
Back to top
View user's profile Send private message MSN Messenger
FrikaC
Site Admin


Joined: 08 Oct 2004
Posts: 947

PostPosted: Mon Nov 01, 2004 1:01 am    Post subject: Reply with quote

Do you still have the old id self.modelindex = modelindex_player; garbage in the code?
Back to top
View user's profile Send private message Send e-mail
ajay



Joined: 29 Oct 2004
Posts: 295
Location: Swindon, UK

PostPosted: Mon Nov 01, 2004 10:19 am    Post subject: Reply with quote

I don't now.
Thank you Smile
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Inside3d Forums Forum Index -> QuakeC Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2004 phpBB Group