Login

Fancade Wiki

Changed Heading 3 to Heading 2

... ...
@@ -1,21 +1,20 @@
1
### Number of created blocks
1
## Number of created blocks
2 2
The limit of blocks that you can create with the script [[create object|http://fancade.com/wiki/create_object]] on play is 4096 blocks.
3 3
4
### Script limit
4
## Script limit
5 5
The script limit is not well defined and can change depending of how many wires there are, the size of the scripts, along others things.
6 6
7 7
For more information on this limit read: [[Is there a limit for scripts?]]
8 8
9
### Wire splitting
9
## Wire splitting
10 10
The limit is 8 connections per output.
11 11
12 12
A wire split refers to connecting the same wire from an output into 2 or more input ports.
13 13
14
### Size of a block
14
## Size of a block
15 15
The max size a single object can have is 4x4x4 blocks or 32x32x32 voxels.
16
17
### Maximum number of levels
16
## Maximum number of levels
18 17
100
19 18
20
### Maximum number of custom blocks
19
## Maximum number of custom blocks
21 20
The number of blocks in your game plus the number of levels cannot exceed 255. So you can have 254 custom blocks if you only have 1 level. If you have 100 levels, then you can only have 155 blocks. Similarly, if you have over 155 blocks, then you may not have 100 levels. Also, keep in mind that multi-block objects count toward the limit just as if they were separate blocks, so a 2x2x1 multiblock counts as 4 blocks. Unfortunately, there are other mysterious factors affecting this limit so usually the actual limit will likely be a little lower than this.
... ...
\ No newline at end of file
Fancade Wiki