Fallout 4

File information

Last updated

Original upload

Created by

sciloaf

Uploaded by

sciloaf

Virus scan

Safe to use

About this mod

Want to build extremely complex logic in the wasteland, incorporating large graphic and text screens, RAMs, ROMs, keyboards, counters, adders, or even a whole CPUs? Then this is for you. This mod is a collection of some new and original logic circuits compatible with the awesome Advanced Settlement Power mod.

Requirements
Permissions and credits
Changelogs
Breaking news: X86 components are realeased! You can run real DOS in Fallout 4 right now!




Detailed description

This mod is a collection of some new and original logic circuits compatible with the awesome Advanced Settlement Power mod.
New components are:
  • SR Latch with Toggle input.
  • Full Summator (three inputs (A,B,C) and two outputs (Q,C) - for easy carry propagation).
  • 8-bit counter with parallel load.
  • Random Access Memory, comes in different sizes: 32x8, 64x8, 128x8, and 1024x8.
  • RGB (8-colors) screens. They are generated automatically and comes in different sizes: 4x4, 8x8, 31x31, 50x8, 64x15, 80x12.
  • Read-only memory array with 5x8 ASCII-compatible font information (font ROM). Can be used to draw actual dynamic text on RGB screens!
  • Working Nixie Tube. Now you can use it to show actual numeric information. Separated into two parts: input tap (combines 4-bit BCD into 1-wire signal) and the tube itself.
  • BCD Encoder, which is used for encoding 8-bit binary number into three binary coded decimals (4 bit each).
  • A keyboard (for now it requires terminal), which emits ASCII codes of symbols you entered.
  • A buffered keyboard, which can be used to enter a large amount of text.
  • 8-colors Text screen (1 line of 25 chars).
  • Letter-printing text screen (1 line of 80 chars) - Still lacks some special characters and pseudo-graphics, but somewhat usable.
  • X86 CPU (advanced feature, need F4SE installed)



All new components can be found in ASP category in Power. For more information, please consult with PDF file included in package.


To make sure everything (especially large RAMs and screens) will work as designed, it's advised to add these settings to your Fallout4Custom.ini:
[Papyrus]
fUpdateBudgetMS=2.4
fExtraTaskletBudgetMS=2.4
iMinMemoryPageSize=256
iMaxMemoryPageSize=1024
iMaxAllocatedMemoryByt
es=1048576
iMaxStackDepth=500

New in version 0.2:
  • fixed bug in keyboard
  • added buffered keyboard component
  • fixed mirroring bug in font ROM
  • new handcrafted font in font ROM (if you want to update your ROM's content, just delete the "old" ROM, and build a new one)
  • added text screen component
  • font ROM moved to Memory category
  • added recommended settings
  • added documentation

New in version 0.3:
  • a lot of minor bugfixes
  • added more text screens
  • new categories / items rearranged
  • docs updated
  • X86 components!!! For the first time, you can run real DOS on virtual computer in Fallout 4!


Watch the videos below to get some hint about this mod's functionality