
tis-stringify
Adds a module to TIS-3D that allows you to print number values as strings (perfect for terminal output)
- Загрузки
- 821
- Подписчики
- 5
- Обновлён
- 10 апреля 2023 г.
- Лицензия
- MIT
Опубликован 11 марта 2023 г.
Welcome to TIS stringify
TIS stringify adds a module that allows you to turn values into Null-terminated Strings
can turn the 16-bit number into Signed, Unsigned, Float, Hexidecimal, and Uppercase Hexidecimal Strings
used Tis Advanced (c19343a) as a base
thanks to Sangar for help and PwnagePineapple#4842 on discord for bearing with my stupidity
Refer to Ingame manual for more information
Ченджлог
1.18.2-0.4.2Релиз1.18.2 · 10 апреля 2023 г.
fixed a small bug where if you turned off a tis-3d machine while string module was outputting it would become unresponsive untill you put it back in (and satasified the Idea linter)
1.18.2-0.4.1Релиз1.18.2 · 10 апреля 2023 г.
updated Markdown Manual Documentation
add RAM/ROM module peripheral support
add translation key for String module (oops)
internally changed how text is centered to use math instead of hardcoded offsets
1.18.2-0.4.0Релиз1.18.2 · 31 марта 2023 г.
- reworked Interop module API (and made it easier to extend upon java side)
- fixed missing translation key
todo: documentation for CC lua functions
0.3.1Релиз1.18.2 · 14 марта 2023 г.
Changes: trimmed module textures so you can see locked indicators on modules made it so modules dont render when on the back face of casings or when the controller is off
0.3.0Релиз1.18.2 · 14 марта 2023 г.
the interop module allows TIS-3d and CC: Tweeaked to speak with eachother I will make a better Texture later (it currently uses the Parse Module without any text rendered on it)
0.2.0Релиз1.18.2 · 13 марта 2023 г.
Changes:
- added Parse Module (and docs,recipe,lang)
- fixed some formatting in main TIS-Stringify tis3d tab
0.1.1Релиз1.18.2 · 11 марта 2023 г.
Changes:
- HEX/UHEX modes for printing hex
- write the documantation for markdown manual
0.1.0Бета1.18.2 · 11 марта 2023 г.
a first working release what works:
- Unsigned -> string
- Signed -> string
- Float (TIS-advanced) -> string
to implement:
- Hex and Uppercase Hex output options
Комментарии
Загружаем…