Official Everybody Edits Forums

Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?

You are not logged in.

#1 2015-07-18 04:31:28

ParadoxInTheVoid
Member
From: ̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺
Joined: 2015-02-18
Posts: 341

[Snippet?] Block Packs

Based on the following I don't really have to explain:

#region Blocks
        int[] basic = { 9, 10, 11, 12, 13, 14, 15, 1018, 182 };
        int[] beta = { 42, 39, 37, 40, 1020, 41, 38, 1019, 1021 };
        int[] brick = { 1022, 1023, 18, 20, 16, 21, 19, 17, 1024 };
        int[] metal = { 29, 30, 31 };
        int[] grass = { 34, 35, 36 };
        int[] special = { 22, 32, 33, 44 };
        int[] factory = { 45, 46, 47, 48, 49 };
        int[] secrets = { 50, 243, 136 };
        int[] glass = { 51, 52, 53, 54, 55, 56, 57, 58 };
        int[] minerals = { 72, 71, 70, 76, 75, 74, 73 };
        int[] candy = { 60, 61, 62, 63, 64, 65, 66, 67 };
        int[] scifi = { 84, 85, 86, 87, 88, 90, 91 };
        int[] prison = { 92 }; // I know, it's only one block...
        int[] pirate = { 93, 94, 154 };
        int[] stone = { 95 }; // Again, I know it's only one block.
        int[] dojo = { 96, 97 };
        int[] wildwest = { 122, 123, 124, 125, 126, 127 };
        int[] plastic = { 132, 133, 129, 135, 130, 128, 134, 131 };
        int[] sand = { 137, 138, 139, 140, 141, 142 };
        int[] cloud = { 143 }; // One block...
        int[] industrial = { 144, 145, 146, 147, 148, 149, 150, 151, 152, 153 };
        int[] medieval = { 158, 159, 160, 161, 162, 163 };
        int[] pipes = { 166, 167, 168, 169, 170, 171 };
        int[] desert = { 177, 178, 179, 180, 181 };
        int[] checker = { 186, 187, 188, 189, 1025, 190, 191, 192, 1026 };
        int[] jungle = { 193, 194, 195, 196, 197, 198, 199 };
        int[] lava = { 202, 203, 204 };
        int[] marble = { 208, 209, 210, 211 };
        int[] farm = { 212 }; // Another one block.
        int[] oneway = { 1001, 1002, 1003, 1004 }; // Not 100% that this will work properly because they are morphable.
        int[] magic = { 1013, 1014, 1015, 1016, 1017 };
        #endregion

Note: No seasonal items.


signature.png

Offline

#3 2015-07-18 04:47:05

ParadoxInTheVoid
Member
From: ̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺̺
Joined: 2015-02-18
Posts: 341

Re: [Snippet?] Block Packs

eeisold wrote:

Thanks for providing your efforts!
If you plan on expanding your snippet, consider decompiling EE's source and writing a quick parser to grab packages and their corresponding IDs.

I plan on expanding, so yea, I will probably do just that.


signature.png

Offline

ParadoxInTheVoid1437191225522476

Board footer

Powered by FluxBB

[ Started around 1715764103.3987 - Generated in 0.043 seconds, 13 queries executed - Memory usage: 1.39 MiB (Peak: 1.49 MiB) ]