Surviving Mars

File information

Last updated

Original upload

Created by

Lord_Yig

Uploaded by

lord_yig

Virus scan

Safe to use

Tags for this mod

3 comments

  1. Shenmue3
    Shenmue3
    • member
    • 0 kudos
    Possibility to update the mod please?
  2. Jerremykun
    Jerremykun
    • member
    • 0 kudos
    No Jaxa?
  3. ChoGGi
    ChoGGi
    • premium
    • 15 kudos
    >This mod only supports new game.
    I added support to change the logo
    https://www.nexusmods.com/survivingmars/mods/7


    If you want to do it yourself with say Mod Config, then you just need to do:
    g_CurrentMissionParams.idMissionLogo = "NasaDecal01" --using nasa for example

    then loop through any rockets/buildings to change their logos:

    for _,object in ipairs(UICity.labels.AllRockets or empty_table) do
    local tempLogo = object:GetAttach("Logo")
    if tempLogo then
    tempLogo:ChangeEntity(DataInstances.MissionLogo[g_CurrentMissionParams.idMissionLogo].entity_name)
    end
    end

    for _,object in ipairs(UICity.labels.Building or empty_table) do
    local tempLogo = object:GetAttach("Logo")
    if tempLogo then
    tempLogo:ChangeEntity(DataInstances.MissionLogo[g_CurrentMissionParams.idMissionLogo].entity_name)
    end
    end


    ps. you're missing a few
    Canadian Space Agency
    United Kingdom Space Agency
    Korean Aerospace Research Institute
    Japan Aerospace Exploration Agency
    Israel Space Agency
    Centre National D'etudes Spatiales