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
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.