Skip to content

ImMihai689/LogicalAdditions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logical Additions

Logic World mod with parts that I think have their place in Logic World (logically)

Part list:

8bit Memory *

  • Use the eight horizontal inputs for data input, the twelve vertical inputs for the address, and, finally the lone horizontal input to write the data at the address. Then your data is held in the memory and can be accessed with the eight outputs.

16bit Memory *

  • Use the same instructions as the 8bit memory, exept you change the "eight"s and "twelve" to "sixteen".

ASCII Controller

  • You send the propper character ASCII code to the eight clumped up pins on the back, and when you pulse the other pin on the back (the "set" pin), the ASCII code will be output-ed. And guess what? When you change the code, as long as you don't pulse the "set" pin, it will remember the code, and output the character.

8bit Counter *

  • The side input closest to the outputs will increment the output. The side input closest to the other inputs will set the clock to the input 8 bits.

  • You can daisy-chain multiple clocks together by connecting the most segnificant bit output of one clock to th eincrement input of the next clock.

    *The parts do not retain data if you leave and join the sandbox again. This will be fixed when I get around to it (or if someone wants to contribute idk)

How to install

  • Go to the "Code" button above the files, and press "Download ZIP"
  • Go on steam, right click Logic World in your library, go to "Manage > Browse local files", and open the "GameData" folder
  • Move the just-downloaded mod zip to the GameData folder
  • Extract the zip there (inside the GameData folder)
  • Start the game, and the mod should be in the mods list in-game

About

Logic World mod with parts that I find their place in Logic World (logically)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages