Установить 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 (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
Just to be sure, if I build the instagib source I should be able to find the instagib game modes in the View-> World Properties, right? It's only showing the normal Chivalry game types for me.
Another weird thing: when the sdk was first released I made a mod with some custom weapons and made a dummy map with a reference to a custom weapon in a "Change Pawn Loadout" kismet node (to be able to cook it).
Now after rebuilding the scripts, I can't find the custom weapons in Kismet anymore, but when I open the old map the node with the reference is there . It doesn't recognize the other custom weapons or gametypes of the mod, only the weapon that was refereced originally. When I remove the script from the contentSDK folder it gives me external reference errors when I open the map.
You might have to also compile non-final release scripts, i.e. run "UDKEditor.exe make -full". That would also update Script/Manifest.txt; I'll have to update the Frontend tool to compile both ways.
copy Manifest.txt from UDKGame\ScriptFinalRelease into UDKGame\Script, overwriting the Manifest.txt in there. The editor uses Manifest.txt to find script classes it can use.