mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-12 08:50:04 -04:00
Added some more links, modified case1.md for specific Case info
This commit is contained in:
parent
2f4a3cd9a7
commit
9a047348ed
@ -2,7 +2,7 @@
|
||||
|
||||

|
||||
|
||||
The Access Point is the wireless version of the [switch block](switch.md). It can be used to separate subnetworks so that machines in them will not see components in other networks, while still allowing to send network messages to the machines in other networks.
|
||||
The Access Point is the wireless version of the [switch](switch.md). It can be used to separate subnetworks so that machines in them will not see components in other networks, while still allowing to send network messages to the machines in other networks.
|
||||
|
||||
In addition to that, this block will resend any wired messages it receives as wireless ones, wireless messages it receives as wired messages, and repeat wireless messages as wireless ones.
|
||||
|
||||
|
@ -2,6 +2,6 @@
|
||||
|
||||

|
||||
|
||||
The Adapter allows computers to interact with a number of blocks that are not part of OpenComputers, such as blocks from Minecraft itself (like the Furnace) and from a number of other mods. Supported blocks adjacent to the adapter will show up as components in [computers](case1.md) connected to the adapter.
|
||||
The Adapter allows computers to interact with a number of blocks that are not part of OpenComputers, such as blocks from Minecraft itself (like the Furnace) and from a number of other mods. Supported blocks adjacent to the adapter will show up as components in [computers](computer.md) connected to the adapter.
|
||||
|
||||
In addition to this, the adapter provides a slot for a few select upgrades. For example, the [Inventory Controller Upgrade](inventoryControllerUpgrade.md) allows computers to query more information from an inventory adjacent to the adapter, similar to when the upgrade is installed in a device, and a [Tank Controller Upgrade](tankControllerUpgrade.md) provides similar functionality for fluid tanks next to the adapter.
|
||||
In addition to this, the adapter provides a slot for a few select upgrades. For example, the [inventory controller upgrade](inventoryControllerUpgrade.md) allows computers to query more information from an inventory adjacent to the adapter, similar to when the upgrade is installed in a device (such as a [robot](robot.md) or [drone](drone.md)), and a [tank controller upgrade](tankControllerUpgrade.md) provides similar functionality for fluid tanks next to the adapter.
|
||||
|
@ -4,4 +4,4 @@
|
||||
|
||||
The Analyzer is a handy tool for getting some information about OpenComputers-related blocks in the world. Simply (sneak-)activate a block to get some information printed to the chat. This ranges from basic things like the address of components, to power levels in the subnetwork the block is in, and information on the error lead to a computer to crash, for example.
|
||||
|
||||
Another useful functionality is that when using the using the analyzer on a block while holding down [Ctrl] the address of the block component will be copied to the clipboard.
|
||||
Another useful functionality is that when using the using the analyzer on a block while holding down **Ctrl** the address of the block component will be copied to the clipboard. This information can then be pasted into a [computer](computer.md) terminal if necessary.
|
@ -2,14 +2,34 @@
|
||||
|
||||

|
||||
|
||||
The Computer Case is the most basic computer you can build, and usually what you'll get started with. The different tiers of computers have a different layout of slots available for parts, as well as increasing level of supported component tier (indicated by the roman numeral in applicable slots).
|
||||
Computer Cases come in three different Tiers, which limits the components that can be inserted into them. An additional Tier also exists for use in Creative mode only. Computer Cases can also be placed inside an [assembler](assembler.md) to build [robots](robot.md).
|
||||
|
||||
To get a running computer you'll need to install a [CPU](cpu1.md) and some [memory (RAM)](ram1.md) in a computer case. You'll usually also want to install a [graphics card](graphicsCard1.md) to be able to display text on a connected [screen](screen1.md), and a [hard disk drive (HDD)](hdd1.md) to install an operating system on (after booting from an OS floppy from an external [disk drive](diskDrive.md) for the first time, for example).
|
||||
The Tier 1 Case can house up to and including the following components:
|
||||
- 2x Tier 1 Expansion Cards (such as [graphics cards](gpu1.md), [network cards](lanCard.md), etc)
|
||||
- 1x Tier 1 [CPU](cpu1.md)
|
||||
- 2x Tier 1 [RAM](ram1.md)
|
||||
- 1x Tier 1 [HDD](hdd1.md)
|
||||
|
||||
Computers can be upgraded using several different cards. For example, using a [redstone card](redstoneCard1.md) computers are able to read and emit redstone signals. Using [network cards](lanCard.md) they can send and receive network messages, allowing them to communicate with other computers.
|
||||
The Tier 2 Case can house up to and including the following components:
|
||||
- 1x Tier 1 Expansion Card (such as [graphics cards](gpu1.md), [network cards](lanCard.md), etc)
|
||||
- 1x Tier 2 Expansion Card
|
||||
- 1x Tier 2 [CPU](cpu1.md)
|
||||
- 2x Tier 2 [RAM](ram1.md)
|
||||
- 1x Tier 1 [HDD](hdd1.md)
|
||||
- 1x Tier 2 [HDD](hdd1.md)
|
||||
|
||||
If a computer stops working / crashes, try using the [analyzer](analyzer.md) tool on it (sneak-activate) to see the error message that caused the computer to stop.
|
||||
The Tier 3 Case can house up to and including the following components:
|
||||
- 1x Tier 3 Expansion Card (such as [graphics cards](gpu1.md), [network cards](lanCard.md), etc)
|
||||
- 2x Tier 2 Expansion Card
|
||||
- 1x Tier 3 [CPU](cpu1.md)
|
||||
- 2x Tier 3 [RAM](ram1.md)
|
||||
- 1x Tier 2 [HDD](hdd1.md)
|
||||
- 1x Tier 3 [HDD](hdd1.md)
|
||||
- 1x [floppy disk](floppy.md)
|
||||
|
||||
Computer cases can be dyed using any dye. This is purely for aesthetic reasons, and has no practical implications.
|
||||
|
||||
Computer cases also serve as the base part when building [robots](robot.md) in the [assembler](assembler.md). The different tiers determine the available slots for building the robot. When using a creative case, the robot will also provide itself with power, as does the normal creative case.
|
||||
The Tier 4 (Creative) Case can house the following components:
|
||||
- 3x Tier 3 Expansion Cards (such as [graphics cards](gpu1.md), [network cards](lanCard.md), etc)
|
||||
- 1x Tier 3 [CPU](cpu1.md)
|
||||
- 2x Tier 3 [RAM](ram1.md)
|
||||
- 2x Tier 3 [HDD](hdd1.md)
|
||||
- 1x [floppy disk](floppy.md)
|
@ -6,4 +6,4 @@ Once the basic structure is built, Components can be placed inside the [case](ca
|
||||
|
||||
Lower Tier Computers also require a [disk drive](diskDrive.md), which takes a [floppy](floppy.md) disk. An OpenOS [floppy](floppy.md) disk is needed for booting up the Computer for the first time, and is used to install the Operating System to the [HDD](hdd1.md). Once installed to the [HDD](hdd1.md), the [floppy](floppy.md) disk is no longer necessary. Additional software is also available as [floppy](floppy.md) disks (such as Open Programs Package Manager, or OPPM) and are obtained from dungeon loot.
|
||||
|
||||
The final step necessary is to provide the Computer with a Power Source. OpenComputers is compatible with all types of Power-providing mods, and will connect directly to them. For a larger network with multiple Computers, a [Power Converter](powerConverter.md) (converts different mod's power to OC's internal Energy type), [Power Distributor](powerDistributor.md) (distributes power to different Computers), and [Capacitor](capacitor.md) (power storage for the network) can be used to connect different Computers on the network using Cables.
|
||||
The final step necessary is to provide the Computer with a Power Source. OpenComputers is compatible with all types of Power-providing mods, and will connect directly to them. For a larger network with multiple Computers, a [power converter](powerConverter.md) (converts different mod's power to OC's internal Energy type), [power distributor](powerDistributor.md) (distributes power to different Computers), and [capacitor](capacitor.md) (power storage for the network) can be used to connect different Computers on the network using Cables.
|
Loading…
x
Reference in New Issue
Block a user