PDA

View Full Version : [FF2] Help on making a FF2 boss


The Earl of Lemongrab
02-12-2013, 20:39
Hi, I haven't been on since stuff. But anyways is there a tutorial to making a boss? I know about Source SDK and Blender but how do I model a boss? Any help is appreciated. Thanks!

Huntereb
02-13-2013, 09:55
https://forums.alliedmods.net/showpost.php?p=1683012&postcount=3

Your own model and texture:

Model making for Source can not be described in one post, May Google be with you.

But there are some notes for you:
-Compiled model path should be in models\freak_fortress_2\your_freak\
-Compiled material path should be in materials\freak_fortress_2\your_freak\
-Don't forget $surfaceprop "flesh" key for models. Arrows will not hit player with model without this key.
There is desirable to base Boss' models on a default player's model.