I've got a bit of a problem...
I'm attempting to add new Character models to the game (build 12). I'm attempting to get JMV's Military skins and Derringer's Military skins into the game. I've put all the models and textures into the proper folder. I have tested them out with the .gm viewer, and they all show just as the should. (Correct model and texture). I then added the models the PROGRAMS/models/initmodels.c like this:
<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec--> makeref(model,Models[n]);
model.description = "A Royal Navy Lieutenant's
uniform. Do you fancy yourself a poet?";
model.id = "brtlut3_18";
model.minrank = 2;
model.nation = ENGLAND;
model.price = 4000;
model.assigned = true;
n++;<!--QuoteEnd--></div><!--QuoteEEnd-->
Now when I start up the game, the models can be purchased but they show up blank. The character is invisible and can not move. There is also no model name under the picture of the character skin when you go into the "Choose outfit" screen. Can any of you please help me and tell me what I have done wrong?
I'm attempting to add new Character models to the game (build 12). I'm attempting to get JMV's Military skins and Derringer's Military skins into the game. I've put all the models and textures into the proper folder. I have tested them out with the .gm viewer, and they all show just as the should. (Correct model and texture). I then added the models the PROGRAMS/models/initmodels.c like this:
<!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec--> makeref(model,Models[n]);
model.description = "A Royal Navy Lieutenant's
uniform. Do you fancy yourself a poet?";
model.id = "brtlut3_18";
model.minrank = 2;
model.nation = ENGLAND;
model.price = 4000;
model.assigned = true;
n++;<!--QuoteEnd--></div><!--QuoteEEnd-->
Now when I start up the game, the models can be purchased but they show up blank. The character is invisible and can not move. There is also no model name under the picture of the character skin when you go into the "Choose outfit" screen. Can any of you please help me and tell me what I have done wrong?