0 of 0

File information

Last updated

Original upload

Created by

Stopdam

Uploaded by

stopdam

Virus scan

Safe to use

Tags for this mod

17 comments

  1. Charly30
    Charly30
    • member
    • 2 kudos
    Great, perfect thank you!

    ....

    After editing the cfg file :

    @runtimeProperty("ModSettings.mod", "FAST TRAVEL COST")
        @runtimeProperty("ModSettings.category", "Meter")
        @runtimeProperty("ModSettings.displayName", "Cost Meter")
        @runtimeProperty("ModSettings.description", "Distance * this value defaults to 1.0")
        @runtimeProperty("ModSettings.step", "0.1")
        @runtimeProperty("ModSettings.min", "0")
        @runtimeProperty("ModSettings.max", "1")
       
    let CostMeter: Float = 1.0;

    1€$/m is far too expensive, that's insane compared per exemple to the missions rewards 👀
    0.1 is far better, you can use but not abuse 😉
    1. CaptainShrimps2
      CaptainShrimps2
      • supporter
      • 0 kudos
      Thank you so much for this!
    2. benuu90
      benuu90
      • member
      • 9 kudos
      https://www.nexusmods.com/cyberpunk2077/mods/17948?tab=description&BH=1

      use my version.... at most is a few hundred bucks for the longest distances
  2. Gunzou
    Gunzou
    • member
    • 0 kudos
    hate your header Cover!! 🤣🤣
    1. stopdam
      stopdam
      • member
      • 7 kudos
      haha
  3. Scogenelsker
    Scogenelsker
    • member
    • 4 kudos
    Hello, i an update for 2.1 version expected?)
    1. stopdam
      stopdam
      • member
      • 7 kudos
      working with patch 2.1
    2. Shilendance
      Shilendance
      • member
      • 0 kudos
      I want to make a collection of Hardcore gameplay. Which will allow you to walk more often and explore the World. I miss your fashion. And is it possible to make the Subway paid? The collection will include mods, Reeperdock payment for installation + upgrade + removal of cyber modules. Payment for the repair of the car and the call of the car. Paying for the Subway and fast travel.
    3. Shilendance
      Shilendance
      • member
      • 0 kudos
      I found a mod that does it all together. this mod is not needed. The mod is called paid transport
    4. LordOfDragons01
      LordOfDragons01
      • premium
      • 21 kudos
      Looked for that Paid Transport mod you mentioned, doesn't seem to exist? Send me a message with the link to it please!
  4. mix73
    mix73
    • member
    • 1 kudos
    Great idea ))))
    Is your mod compatible with Metro System mod ?
    Thank you .
  5. Chanlife
    Chanlife
    • member
    • 0 kudos
    Actually such a good idea for a mod, love mods that add little immersive details like this.
    1. stopdam
      stopdam
      • member
      • 7 kudos
      Thank you. 
  6. d3adconnection
    d3adconnection
    • supporter
    • 24 kudos
    This works wonderfully, I adjusted it to 0.4 cost per meter for my game as I use Limited Fast Travel and only wanted a slight penalty for using the remaining points. My only suggestion is to add the euro symbol (€$) to the text. Thank you!
    1. stopdam
      stopdam
      • member
      • 7 kudos
      Thank you. 
  7. MinosML
    MinosML
    • member
    • 3 kudos
    Wow, I just thought how nice it would be if a mod like this existed and I found one that was uploaded today :D
    Noice, thanks for the mod! 

    Btw,  if
    CostPerMeter(default 10.0) * distance
    then let's say I want to travel 500m, that means the price would be 5000 edis with that formula? If I'm understanding correctly
    1. stopdam
      stopdam
      • member
      • 7 kudos
      That's right.