Shortest Trip to Earth
0 of 0

File information

Last updated

Original upload

Created by

Bambr44

Uploaded by

bambr44

Virus scan

Safe to use

Tags for this mod

8 comments

  1. URRR
    URRR
    • member
    • 0 kudos
    Hi, man,  I'm using dnSpy to modify your mod because each version gives x3 resources after each event.
    But I can't find the right place in the code of this dll to correct your x3 multiplier.
    I need your advise.
    1. Valtar74
      Valtar74
      • member
      • 0 kudos
      ContainerModule
      104

                  bool flag = resource < maxResource;
                  bool flag2 = flag;
                  bool result;
                  if (flag2)
                  {
                      resource += 3;
                      result = true;
                  }
                  else
                  {
                      result = false;
                  }
                  return result;
  2. Zdanchik
    Zdanchik
    • member
    • 0 kudos
    Hello, can you explain how can i add this mod to my game, coz i have already one mod than configure RstAsm.dll and replacing with your file will only enable one mod , but i need both of them. How can i solve this problem ?
  3. asdfth12
    asdfth12
    • supporter
    • 3 kudos
    Just echoing the dialog issue. Tried both versions, same issue. Verified game cache, 1 file failed... Which was the replaced dll. 

    Additionally, while using the mod, opening the settings screen (From main menu) causes the game to crash.
  4. berila1337
    berila1337
    • member
    • 0 kudos
    Multiple choice in dialogs are disabled, non-existent; if a Rat-patrol comes to extort the player there is only one option, to pay up
    1. bambr44
      bambr44
      • member
      • 8 kudos
      Dialogs choices not changed, try reinstall the game.
    2. berila1337
      berila1337
      • member
      • 0 kudos
      Strange, copying the original dll back, everything goes back to normal, including refusing paying and attacking everybody
    3. Desdiggimon
      Desdiggimon
      • supporter
      • 0 kudos
      Same problem here :/