An add-on that allows you to create GUIs.
Download
v 1.0.1 [CC 1.33 | MC 1.2.5] (mediafire)
v 1.0.1 [CC 1.33 | MC 1.2.4] (mediafire)
v 1.0.0 [CC 1.31 | MC 1.2.3] (mediafire)
v 1.0.0 [CC 1.32 | MC 1.2.4] (mediafire)
v 1.0.0 [CC 1.33 | MC 1.2.5] (mediafire)
Requirements
- ComputerCraft
- ModLoader (also needed by CC)
Unzip the file to the mods folder.
Screenshots
more here: imgur
Crafting
PDA Controller
PDA
How to use
The PDA Controller can be attached to any side of a Computer except for the bottom
The peripheral has plenty of functions and events.
Get a full list of them here
Colors
Some functions need a color parameter here you have to pass in an integer.
The easiest way to calculate this number from a hexadecimal A-R-G-B value (two hexadecimal digits for the Alpha-, Red-, Green-, Blue-value) (Alpha of FF => fully visible)
is to use this website.
You will have to input your 8digit Hex-number to the HEX input filed a the top. Now press the enter key.
You now pick the value in the field (decimal-column and 3rd row from bottom).
Now you simply multiply this value by -1. This is what you have to pass into the function.
Examples
- A GUI accessible by using (right-click) the PDA, that allows to set Redstone Outputs of the computer. (pastebin)
view
Changelog
v 1.0.1:
- Fixed a serious bug that was causing the Iron Shovel to be replaced by the PDA
- first official release