thank you for the quick reply.i've done exactly that, and was just curious if it is possible to do it properly. i see that it is not the case. hopefully later there will be an option for this. until then, my STR_UFOS will contain "X-COM CRAFT" and so forth...
On the nightlies it is hardcoded, so the only method is the one you describe. On OXCE might be possible IIRC
ufopaedia: - id: STR_TEST_ARTICLE1 type_id: 8 section: STR_TEST_SECTION1 text: STR_TEST_TEXT1 listOrder: 1 - id: STR_TEST_ARTICLE2 type_id: 8 section: STR_TEST_SECTION2 text: STR_TEST_TEXT2 listOrder: 999999 - id: STR_SKYRANGER listOrder: 20020 - id: STR_INTERCEPTOR listOrder: 20001 - id: STR_FIRESTORM listOrder: 20002 - id: STR_LIGHTNING listOrder: 20003 - id: STR_AVENGER listOrder: 20004 - id: STR_STINGRAY listOrder: 20025 - id: STR_AVALANCHE listOrder: 20006 - id: STR_CANNON_UC listOrder: 20007 - id: STR_FUSION_BALL_UC listOrder: 20008 - id: STR_LASER_CANNON_UC listOrder: 20009 - id: STR_PLASMA_BEAM_UC listOrder: 20010extraStrings: - type: en-GB strings: STR_TEST_ARTICLE1: "first article" STR_TEST_SECTION1: "top section" STR_TEST_TEXT1: "first article up" STR_TEST_ARTICLE2: "last article" STR_TEST_SECTION2: "bottom section" STR_TEST_TEXT2: "last article up"
sorry, i don't quite understand. you say i define listOrder for all the up articles. will then their sections get reordered, too?i tried the following:Code: [Select]ufopaedia: - id: STR_TEST_ARTICLE1 type_id: 8 section: STR_TEST_SECTION1 text: STR_TEST_TEXT1 listOrder: 1 - id: STR_TEST_ARTICLE2 type_id: 8 section: STR_TEST_SECTION2 text: STR_TEST_TEXT2 listOrder: 999999 - id: STR_SKYRANGER listOrder: 20020 - id: STR_INTERCEPTOR listOrder: 20001 - id: STR_FIRESTORM listOrder: 20002 - id: STR_LIGHTNING listOrder: 20003 - id: STR_AVENGER listOrder: 20004 - id: STR_STINGRAY listOrder: 20025 - id: STR_AVALANCHE listOrder: 20006 - id: STR_CANNON_UC listOrder: 20007 - id: STR_FUSION_BALL_UC listOrder: 20008 - id: STR_LASER_CANNON_UC listOrder: 20009 - id: STR_PLASMA_BEAM_UC listOrder: 20010extraStrings: - type: en-GB strings: STR_TEST_ARTICLE1: "first article" STR_TEST_SECTION1: "top section" STR_TEST_TEXT1: "first article up" STR_TEST_ARTICLE2: "last article" STR_TEST_SECTION2: "bottom section" STR_TEST_TEXT2: "last article up"just randomly reordered the original articles for testing purposes.both test sections showed up at the bottom of the list. the original STR_XCOM_CRAFT_ARMAMENT section remained at the top.maybe i'm not doing something properly.