Adding missions to new base in new system

There are 20 replies in this Thread. The last Post () by Horus-94.

  • as you already have a base you also should have a mbase definition for it already



    thats the example from manhattan where you can see how normal mission offers are definied
    diff = 1
    thats the difficulty scale
    num_offers = 8, 12
    thats the min and max numbers of missions


    the base factoin entries define npcs and what missions they offer

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • Thanks, few more questions.


    1)So Mbase definition must look like
    [MBase]
    nickname = <My base>
    local_faction = <My faction>
    diff = 1
    msg_id_prefix = <???> ;As I can see, I must register this id for my base, yes?(Where?)


    2)How to make a mission? For example: fly over there and destroy nomad ships.



    3)What does mean those numbers at this line: mission_type = DestroyMission, 0.000000, 0.112387, 30?

    Edited once, last by Horus-94: Forgot. ().

  • 1. msg_id_prefix is used for custom audio samples


    2. you cant make new missions... they are generated automatically


    3. the numbers are difficulty scales for the npc missions

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • wasnt that covered in my previous answers?

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • a clear no to the vid tutorial


    all that is required to build missions are the changes in the mbase.ini
    and a few mission vignettes around your base in the system

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • well, you only have one mission zone
    you have only one type of mission zone -> mission_type = lawful, unlawful
    and you have set your base to show just one mission at max


    the chances that a mission appears in minimal
    next to that do i now know if the mission_type is actually working as your faction is pretty much custom

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • Added 3 more zones with other types of missions:


    [zone]
    nickname = zone_li06_destroy_vignette_1
    pos = -45597, 0, 9593
    shape = SPHERE
    size = 10000
    mission_type = lawful, unlawful
    sort = 99.500000
    vignette_type = open


    [zone]
    nickname = zone_li06_destroy_vignette_2
    pos = -35597, 0, 9593
    shape = SPHERE
    size = 10000
    mission_type = lawful
    sort = 99.500000
    vignette_type = open


    [zone]
    nickname = zone_li06_destroy_vignette_3
    pos = -45597, 0, 19593
    shape = SPHERE
    size = 10000
    mission_type = unlawful
    sort = 99.500000
    vignette_type = open


    [zone]
    nickname = zone_li06_destroy_vignette_4
    pos = -45597, 0, 29593
    shape = SPHERE
    size = 10000
    mission_type = unlawful, lawful
    sort = 99.500000
    vignette_type = open


    Changed num_offers = 6, 9
    But still: "No missions available. Come back later."

  • dunno, maybe a problem with your faction then

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • dunno, looks ok
    did you make sure that start a new game including using a new restart.fl?
    coz only then your faction settings are loaded correctly

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • i am sure as this file is in the savegame folder

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • delete it and all savegames

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!

  • thats unlikely to happen
    i dont have that installed and my time is also very limited


    however,
    what i am wondering is where your initialworlds.ini is

    signew.jpg


    cfmoddblogo.png5904.png5904.png
    http://www.moddb.com/scripts/topsite.php?ts=4766


    Only dead fish swim with the stream.
    Don't discuss with idiots. They only drag you down to their level and then beat you with experience there.


    This is ten percent luck,
    Twenty percent skill,
    Fifteen percent concentrated power of will,
    Five percent pleasure,
    Fifty percent pain,
    And a hundred percent reason to remember the name!