MasterData Posted January 4, 2003 Share Posted January 4, 2003 How do you change your model/skin ingame? I mean like from a key binding, not the menu. I got "model yoda" to work once, but never again. I think it was in a FFA game...can you not change your model in a team game? Also, I'm trying to do this while playing OmniMod, if that makes a difference. Link to comment Share on other sites More sharing options...
perin Posted January 4, 2003 Share Posted January 4, 2003 why dont you just change it in the menu? Link to comment Share on other sites More sharing options...
Sam Posted January 4, 2003 Share Posted January 4, 2003 To bind a key to a model just type bind # model then the model name. # can be replaced with any key Example: bind F model reborn. To change your model without binding it type /model then the model name. Link to comment Share on other sites More sharing options...
MasterData Posted January 5, 2003 Author Share Posted January 5, 2003 perin: because I want to quickly cycle between models with a keypress. And because picking my favorite model manually is a pain. $am: but as I said in my first post, I already tried this method, and it does not work when I'm playing a team game of OmniMod (which is 99% of my games). I don't know if it's an issue with the mod, or with team games, but I figured someone here would know. Link to comment Share on other sites More sharing options...
MasterData Posted January 14, 2003 Author Share Posted January 14, 2003 Bump? Link to comment Share on other sites More sharing options...
ksk h2o Posted January 14, 2003 Share Posted January 14, 2003 It won't work because the bind is for the default model and when you are on a team you need to pick the team color version of that model Lets say for example monmothma is your fav model (I'm a riot) ===================================== bind [key] model monmothma/default bind [key] model monmothma/red bind [key] model monmothma/blue are what you need. if you are running out of keys you could do a vstr bind such as: ========================================= set myfavmodel "model monmothma/default; set mymodel vstr myfavmodel2" set myfavmodel2 "model monmothma/red; set mymodel vstr myfavmodel3" set myfavmodel3 "model monmothma/blue; set mymodel vstr myfavmodel" set mymodel vstr myfavmodel bind [key] vstr mymodel ======================================== this would cycle through the three defaulr/red/blue models every time you press the same key. Link to comment Share on other sites More sharing options...
MasterData Posted January 15, 2003 Author Share Posted January 15, 2003 Thanks, for the reply, ksk h2o. However, I have found another solution. There is a different command for team games: "team_model". Use it instead of "model" for any team game. Also, using the skin "default" will work whether you're red or blue. So here is my binding that works in any kind of game, team or otherwise: bind F4 "team_model Vader/default; model Vader/default" In a FFA he'll be a standard Vader, while in a team game (CTF or whatever) he'll be the appropriate color for his team. You can also, of course, add commands to the binding to select the hilt(s) you want, change force powers, change your name, your saber color, etc. I'm going to set mine up using a script so that my bound key cycles through several of my favorite models. That way I can easily change when I get tired of one. Hit the key once and I'm Vader with his hilt and a red saber. Hit it again and I'm Yoda with his hilt and a green saber. Etc. Nice and easy. BTW the place I finally found how to do this was a binding article on the ICOP clan's website. Thanks ICOP! Link to comment Share on other sites More sharing options...
ksk h2o Posted January 15, 2003 Share Posted January 15, 2003 hehe you learn something new every day. didn't know about the team_model. thnx Link to comment Share on other sites More sharing options...
DARK DAN Posted January 18, 2003 Share Posted January 18, 2003 never knew that before Link to comment Share on other sites More sharing options...
razorace Posted January 19, 2003 Share Posted January 19, 2003 WARNING: Don't switch models too quickly, it will cause the server to lag. Link to comment Share on other sites More sharing options...
DARK DAN Posted January 19, 2003 Share Posted January 19, 2003 bobo lags a bit when you first choose him Link to comment Share on other sites More sharing options...
ksk h2o Posted January 19, 2003 Share Posted January 19, 2003 Originally posted by razorace WARNING: Don't switch models too quickly, it will cause the server to lag. Yep frequent model/name changes do tend to ruin the gameplay for the others. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.