by Wildfire » Thu Mar 29, 2007 6:19 pm
Looks like he wants to add additional player models to HL2DM.
At about Line 64 of hl2dm_player.cpp you'll find 2 arrays containing the player model directories for all the models (first array is for Rebels, other one for Combine). I would assume you can just add your model to one of the lists and it will become an available player model, so try that and see if it works.
I think it's also actually possible to change your player model manually from in-game too with the cl_playermodel command.
-Wild