Login

Fancade Wiki

Updated Limitations in Fancade scripting.md (markdown)

... ...
@@ -2,9 +2,7 @@
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 4
## Script limit
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
7
For more information on this limit read: [[Is there a limit for scripts?]]
5
The script limit depends on the number of script blocks, wire splits, and pointer dereferencing. For more information [[see here|Script limit]].
8 6
9 7
## Wire splitting
10 8
The limit is 8 connections per output.
... ...
@@ -13,8 +11,9 @@ A wire split refers to connecting the same wire from an output into 2 or more in
13 11
14 12
## Size of a block
15 13
The max size a single object can have is 4x4x4 blocks or 32x32x32 voxels.
14
16 15
## Maximum number of levels
17
100
16
100 maximum levels can be created for a game.
18 17
19 18
## Maximum number of custom blocks
20 19
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