Инсталирайте 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 ^^)