About this mod
This is THE defacto tool for creating rimworld mods, providing a GUI and maybe in the future a command line so that you can make things quickly and easily from available presets.
(P.S. if you're not a great programmer I reccomend getting the standalone version.)
- Permissions and credits
it implements a modifiable gui that edits XML elements around Rimworlds style with defaults
so you can make a gun or other object in a matter of seconds. If you'd like to contribute a preset, which I encourage strongly and only ask that you link back to your preset here so that others may find it easily. In a months time I have someone who may be willing to make a Linux and Mac version. Please avoid modifying the main tool if at all possible as in the future I intend for there to be extensions from which you can do that instead of hardcoding it in. you can learn how to build your own presets from studying the ones provided.
Note:
in your presets there are certain keywords to help you.
%Ref will get your last reference value from the button's linked XML itself.
%RefFirst will get the first.
Bools will take your input as booleans and toggle between the two
Inputs will request inputs at the console
the tuples will set a positioning for your buttons, there will be more options for your buttons in the future such as colours, but I didn't find it incredibly important to implement right off the bat.
below you can see some things that have been planned but not implemented:
%SystemTime(Seconds)
%SystemTime(Minutes)
%SystemTime(Hours)
%ImageFromData
%ImageFrom(%Filename)
ScrollableSet
NumbersSimple
NumbersComplex
NumbersFloats
NumbersIntegars
NumbersSimpleLong
NumbersComplexLong
NumbersOddOnly
NumbersEvenOnly
InputLimit_8
InputLimit_16
InputLimit_32
InputLimit_64
InputLimit_128
InputLimit_512
InputLimit_1024
InputLimit(%Custom)
GUIPopupInput
GUIStandardInputConvention1
GUICustomInputRuleset1
Hexadecimal background colours
Gradient Backgrounds
Image Backgrounds
scrolling font on buttons
Happy modding :)