Dynamic Terminal is a Papyrus library inspired by the functionality of Settlement Management Software by matzman666. Dynamic Terminal enables a mod author to quickly and reliably script behavior which enables dynamic form substitution into a terminal as well as selection of a form off of a paginated list.
Permissions and credits
Credits and distribution permission
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou must get permission from me before you are allowed to modify my files to improve it
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Console modding permissionThis mod will not be available on Bethesda.net for console users
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This library was inspired by terminal behaviors from Settlement Management Software by matzman666.
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Switched to Jiffy to simplify library dependencies
Fixed a bug where filters on data lists were not reset on subsequent entries into a paginated terminal
Refactored list wrapper scripts to be named consistently
Refactored builder components to include their own list wrappers which simplified the builder configuration and required custom programming
Fixed a bug where builder components which are unavailable would return the wrong value from getValue()
Version 1.4.0
Integrated Loggout v1.1.0
Internal debug and logging code adjustments
Version 1.3.0
Added the ability to override Pagination item token prefixes without writing custom pagination scripts
Added the ability to more easily nest Pagination terminals
Version 1.2.0
Implemented Dynamic Form List list wrapper type
Version 1.1.0
Incorporated various script flags as needed for Papyrus optimizations
Integrated Loggout for improved debug logging.
Version 1.0.0
Initial release
Dynamic Terminal is a Papyrus script library inspired by the functionality of Settlement Management Software by matzman666. Dynamic Terminal enables a mod author to quickly and reliably script behavior which enables dynamic form substitution into a terminal as well as selection of a form off of a paginated list. A unique blending of the two was also included in the library which allows a mod author to define a series of option selections which can be combined to produce a result depending on the options selected in each step.
Do note that due to restrictions of the game engine, these dynamic terminals cannot be displayed on the Pip-Boy.
Do not install Dynamic Terminal unless a mod author has instructed you to do so.