0 of 0

File information

Last updated

Original upload

Created by

yakuzadeso

Uploaded by

yakuzadeso

Virus scan

Safe to use

Tags for this mod

70 comments

  1. RealVestiges
    RealVestiges
    • supporter
    • 3 kudos
    this doesn't work anymore
  2. MHE1984
    MHE1984
    • member
    • 0 kudos
    You can set the values in the settings.json file.  This seems to have worked for me.
    1. treowtheordurren
      treowtheordurren
      • supporter
      • 12 kudos
      Thanks for the tip!
    2. AbessiaMalktho
      AbessiaMalktho
      • premium
      • 0 kudos
      Oh!  Nice Catch / workaround.
    3. Burnout122812
      Burnout122812
      • premium
      • 11 kudos
      This workaround still helps. Unfortunately, it seems this mod is abandoned. I heard a modder was working on a Rent and Monthly Bills mod. 
  3. AbessiaMalktho
    AbessiaMalktho
    • premium
    • 0 kudos
    Fresh install, fresh manual load of all core mods.  Appears not to work on 2.2 -- cannot effectively set the payment interval or change the specific fees when toggling on a rent or payment.
    1. Bigbear17099
      Bigbear17099
      • supporter
      • 0 kudos
      Alas! Same problem here. 
  4. ThalmorTrash
    ThalmorTrash
    • member
    • 0 kudos
    +1 to not working post 2.2
  5. treowtheordurren
    treowtheordurren
    • supporter
    • 12 kudos
    Does not work on a clean install of 2.2.
  6. qwert668
    qwert668
    • member
    • 0 kudos
    Update please, just want to pay rent :3
  7. Gojitagg
    Gojitagg
    • member
    • 1 kudos
    Does this still working with the new CP 2.13??
  8. coraisdead
    coraisdead
    • member
    • 0 kudos
    Love this mod! I have a question though. Are the settings supposed to save or do I have to edit them each time I load the save? Other than that great job implementing this very nice addition :)
    1. yakuzadeso
      yakuzadeso
      • premium
      • 489 kudos
      Should be fixed in the latest version!
    2. coraisdead
      coraisdead
      • member
      • 0 kudos
      I've noticed that the fix, only fixes the income and unfortunately the fees still don't save upon restart :(   
    3. DigitalVixen
      DigitalVixen
      • premium
      • 91 kudos
      I unfortunately also have the same issue. :/
    4. DigitalVixen
      DigitalVixen
      • premium
      • 91 kudos
      I have located the issue. The problem is that both the load and save settings are using the wrong variable names for some fees.

      In init.lua, select line 67 through line 95 and paste this over the code you've selected:
                  vsRentIncome = vsRentIncome,
                  vsRentIncomeValue = vsRentIncomeValue,
                  northsideRentIncome = northsideRentIncome,
                  northsideRentIncomeValue = northsideRentIncomeValue,
                  japantownRentIncome = japantownRentIncome,
                  japantownRentIncomeValue = japantownRentIncomeValue,
                  glenRentIncome = glenRentIncome,
                  glenRentIncomeValue = glenRentIncomeValue,
                  corpoRentIncome = corpoRentIncome,
                  corpoRentIncomeValue = corpoRentIncomeValue,
                  streetIncome = streetIncome,
                  streetIncomeValue = streetIncomeValue,
                  vsRentFees = vsRentFees,
                  vsRentFeesValue = vsRentFeesValue,
                  northsideRentFees = northsideRentFees,
                  northsideRentFeesValue = northsideRentFeesValue,
                  japantownRentFees = japantownRentFees,
                  japantownRentFeesValue = japantownRentFeesValue,
                  glenRentFees = glenRentFees,
                  glenRentFeesValue = glenRentFeesValue,
                  corpoRentFees = corpoRentFees,
                  corpoRentFeesValue = corpoRentFeesValue,
                  insuranceFees = insuranceFees,
                  insuranceFeesValue = insuranceFeesValue,
                  cheats = cheats,
                  incomeValue = incomeValue,
                  feesValue = feesValue,
                  paymentInterval = paymentInterval,
                  enableInfoBox = enableInfoBox


      Now select line 118 through line 146 and paste the following:
                        vsRentIncome = settings.vsRentIncome
                        vsRentIncomeValue = settings.vsRentIncomeValue
                        northsideRentIncome = settings.northsideRentIncome
                        northsideRentIncomeValue = settings.northsideRentIncomeValue
                        japantownRentIncome = settings.japantownRentIncome
                        japantownRentIncomeValue = settings.japantownRentIncomeValue
                        glenRentIncome = settings.glenRentIncome
                        glenRentIncomeValue = settings.glenRentIncomeValue
                        corpoRentIncome = settings.corpoRentIncome
                        corpoRentIncomeValue = settings.corpoRentIncomeValue
                        streetIncome = settings.streetIncome
                        streetIncomeValue = settings.streetIncomeValue
                        vsRentFees = settings.vsRentFees
                        vsRentFeesValue = settings.vsRentFeesValue
                        northsideRentFees = settings.northsideRentFees
                        northsideRentFeesValue = settings.northsideRentFeesValue
                        japantownRentFees = settings.japantownRentFees
                        japantownRentFeesValue = settings.japantownRentFeesValue
                        glenRentFees = settings.glenRentFees
                        glenRentFeesValue = settings.glenRentFeesValue
                        corpoRentFees = settings.corpoRentFees
                        corpoRentFeesValue = settings.corpoRentFeesValue
                        insuranceFees = settings.insuranceFees
                        insuranceFeesValue = settings.insuranceFeesValue
                        cheats = settings.cheats
                        incomeValue = settings.incomeValue
                        feesValue = settings.feesValue
                        paymentInterval = settings.paymentInterval
                        enableInfoBox = settings.enableInfoBox

      This will solve the issue.
    5. StagNet
      StagNet
      • supporter
      • 1 kudos
      Hero <3
    6. moddel
      moddel
      • member
      • 7 kudos
      So is DigitalVixen's fix still necessary? So it's not fixed in the mod itself?
    7. StoneyRPG
      StoneyRPG
      • supporter
      • 0 kudos
      Yes it is still necessary.
  9. Burrhoes
    Burrhoes
    • premium
    • 0 kudos
    Anyone know if this works with the city of dreams collection?
  10. Khryss1288
    Khryss1288
    • supporter
    • 0 kudos
    I feel really dumb. But I can't seem to work out how to move the noitification window during gameplay. Can you help, I have read the instructions, but either I'm blind or there doesn't seem to be anything that says how to move the window. Only on the front page does it state that you can?
    1. ExamModManager
      ExamModManager
      • member
      • 0 kudos
      Simply drag and drop with the mouse.
    2. Khryss1288
      Khryss1288
      • supporter
      • 0 kudos
      nvm sorted it. I setup my keybind in a way I couldn't do anything. I'm dumb