Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
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 ^^)