Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If the "Development/Src" folder is not there it certainly means that you didn't install the developpment tools correctly.
EDIT: NVM
And there is not much instructions to install it because it's installed like any other steam game, except you don't find it in the main library but in the tools library.
I've gotten this far with 'porting' a Primal Carnage model. Just not sure how to test it as a mutator on the player.
I'm pretty sure this isn't the right way to do it.
You might want to add some sockets to it if you want it to be playable correctly (eg be able to lick correctly and to have various object attach to its body correctly). Same here, look at how it's done on other playable animals in the game.
I did give it sockets for kicking, grabbing, etc though.
Any folder called "Goat***" is where you find the .uc files of the original game :)
Basically what you need is a "SomethingMutator.uc" and a "SomethingMutatorComponent.uc". Then you write in the component whatever code you want to change the goat model (or do anything else ^^)