fierceking
Posts: 235
Joined: 7/24/2010 Status: offline
|
quote:
ORIGINAL: ASHBERY76 Wow that tech tree Is huge.Does the A.I races have paths as they could get lost in it. Yes each race will research one research path. This is a sample of that path which took me an insane amount of time to implement. This is for the Humans. WeaponsResearchProjectOrder ;6, 67, 33, 7, 324, 48, 34, 8, 344, 346, 57, 13, 313, 22, 336, 792, 330, 68, 503, 16, 58, 63, 318, 597, 49, 309, 9, 50, 39, 722, 23, 19, 51, 275, 10, 319, 297, 598, 732, 276, 64, 355, 321, 370, 11, 281, 299, 40, 599, 488, 600, 327, 52, 314, 21, 493, 320, 496, 603, 45, 793, 504, 70, 277, 59, 300, 41, 18, 750, 768, 46, 60, 604, 653, 273, 356, 328, 54, 315, 65, 783, 813, 814, 794, 371, 693, 675, 618, 35, 42, 61, 815, 733, 278, 55, 316, 694, 484, 66, 62, 662, 695, 506, 816, 279, 672, 511, 508, 20, 406, 325, 329, 795, 322, 665, 666, 565, 512, 817, 796, 43, 676, 619, 673, 667, 668, 297, 299, 769, 274, 300, 663, 485, 510, 513, 818, 797, 770, 326, 281, 323, 669, 670, 751, 734,678, 679, 676, 680, 664, 723, 677, 681, 677, 620, 671, 44, 698, 819, 659, 674, 699, 798, 771, 752, 735, 753, 700 EnergyResearchProjectOrder ; 95, 123, 850, 363, 166, 133, 74, 96, 851, 280, 415, 852, 92, 113, 167, 853, 134, 361, 160, 75, 145, 172, 93, 114, 139, 854, 115, 71, 120, 135, 97, 103, 161, 131, 855, 98, 99, 72, 100, 116, 124, 419, 399, 856, 162, 73, 931, 132, 857, 125, 121, 431, 858, 471, 94, 946, 101, 173, 478, 147, 102, 859, 122, 126, 298, 473, 820, 947, 135, 148, 898, 887, 465, 932, 434, 149, 860, 821, 907, 899, 861, 437, 466, 150, 435, 933, 908, 934, 930, 935, 831, 948, 843, 844 HighTechResearchProjectOrder ; 227, 249, 395, 235, 253, 222, 221, 224, 220, 226, 225, 345, 396, 269, 188, 182, 966, 262, 212, 283, 967, 189, 183, 398, 968, 270, 204, 245, 228, 250, 263, 254, 969, 190, 184, 191, 185, 264, 397, 198, 271, 246, 284, 236, 205, 265, 970, 223, 282, 192, 186, 251, 255, 242, 984, 266, 971, 213, 199, 206, 207, 252, 256, 247, 214, 267, 193, 187, 985, 439, 457, 460, 405, 229, 239, 440, 972, 445, 443, 458, 461, 243, 231, 446, 444, 986, 989, 459, 462, 208, 200, 215, 973, 990, 238, 994, 248, 201, 216, 209, 230, 240, 995, 244, 449, 447, 404, 400, 401, 403, 402, 424, 217, 202, 210, 448, 450, 425, 218, 203, 394, 211, 453, 451, 454, 452, 455, 426 '-------------------------------------------------------------------------------- Each number represents a tech number in the research tree. And this is the sequence it will reseach the tree. I tried to make each race research a different combo of the tech tree so that no 2 are alike. So the point was to make each weapon/shield/troop etc as balanced as possible and as different as possible. So for anyone else trying to make a tech tree, they would need to do the same thing as what I did. And the bigger the tree the more work involved. If I did not do this, the AI would have been really crippled because it would reseach every single tech level 1 before moving to a level 2 tech
|