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
This should write any components that have been found since it started running to the Custom Data. It doesn't constantly save changes to Custom Data.
Alternatively, all vanilla components can be added by looking them up here and using the part of the name after the forward slash:
https://github.com/malware-dev/MDK-SE/wiki/Type-Definition-Listing#components
Modded components will be found if they follow the same naming pattern as vanilla components.
Is there a way to add ammo?
To sort, all you need to do is sort the list in the Programmable Block's Custom Data field, then recompile.
You can copy that list to the clipboard and use sort.exe in the command prompt, or even a spreadsheet app like Excel or LibreOffice Calc, to sort the items. Then you can paste it back into Custom Data.
ConTaGious, thanks a lot. It was worth learning how to use sprites for this!
thank you