VIDAR wrote:VIDAR wrote:omfg I want to burn keygrip in hell atm.
just added like all the models in the world to fix a clip, but no, still the same.
dont get it. i've added like all the models in this fucked up clip. but after i'm done, I still miss many of the pic's. ssg have mp5 sounds etc, the playerskin is black....
anyone know a good way to fix this ?
this is one of them
http://www.home.no/vidarhelgeland/rexro1.dm2
It's complicated...
For the player skin, go to demo information to where it says configstrings: "Skin[3]" at the bottom. The index for that is 1315.
Open the block tree. Make sure you are at the first block. Now hit Insert-> Configstring. Type 1315 for the number, and then Endy (c)\male/police
(or whatever skin you want).
That will change the other player's skin.
To change your own skin, you add a stuff message for the skin you want in the first block.
To fix the models, look in the block tree. Each packetentity represents a different model that is missing. Any one that has "modelindex 255" is a player. Any other modelindex is listed under View-Model list. If it says "modelindex 25" and there's nothing under #25 in the model list, it won't appear in the game. Add whatever models are missing in the model list. Or you can use Find->Replace->packetentity to change the #25's to #13's.
For the sounds, it's the same thing. Search through the block tree for sounds and replace the number with the correct number in the sound list.