Cyberpunk 2077

File information

Last updated

Original upload

Created by

DJ_Kovrik

Uploaded by

djkovrik

Virus scan

Safe to use

Tags for this mod

About this mod

Reduces the amount of active fast travel terminals, configurable.

Requirements
Permissions and credits
Changelogs
Donations
Info

  • Reduces the amount of active fast travel terminals (the list is configurable)
  • Optional version with almost completed fast travel points list for advanced configuration
  • Another optional version to disable all fast travel points completely

Available destinations


Fast Travel points with metro station nearby
  • Japantown, Metro: Monroe St
  • Japantown, Metro: Japantown South
  • Little China, Metro: Farrier St
  • Little China, Metro: Med Center
  • Little China, Metro: Zocalo
  • Little China, Metro: Ellison Street
  • Northside, Metro: Eisenhower St
  • The Glen, Metro: Glen North
  • The Glen, Metro: Glen South
  • The Glen, Metro: Ebunike
  • Vista Del Rey, Metro: Congress & MLK
  • Wellsprings, Metro: Market St
  • Arroyo, Metro: Wollesen St
  • Charter Hill, Metro: Charter Hill
  • Coastview, Metro: Stadium
  • Corpo Plaza, Metro: Republic Way
  • Corpo Plaza, Metro: Memorial Park
  • Downtown, Metro: Downtown - Alexander St
  • Rancho Coronado, Metro: Megabuilding H7

Fast Travel points with bus stop nearby
  • North Oak, Columbarium
  • Northern Badlands, Sunset Motel
  • Northern Badlands, Sunshine Motel
  • Rancho Coronado, Mallagra & Manzanita
  • Rancho Coronado, Tama Viewpoint
  • Southern Badlands, Las Palapas Motel
  • Southern Badlands, Tango Tors Motel

Hideouts
  • Little China, Megabuilding H10: Atrium (V's appartment)
  • Kabuki, Charter St (near Judy's appartment)
  • Northern Badlands, Nomad Camp

No logic here, just FT points for the rest of the districts
  • Arroyo, Megabuilding H6
  • Charter Hill, Lele Park
  • Coastview, Batty's Hotel
  • Downtown, Skyline & Republic
  • Watson, Martin St
  • Wellsprings, Megabuilding H2

You can configure the list and enable/disable destinations as you like or just disable all fast travel points completely.

How to install

  • Download the latest redscript release and unpack it into the game folder
  • Unpack the mod archive into the game folder

Required redscript version: 0.3.0+

How to configure

  • Just open Cyberpunk 2077\r6\scripts\limitedFastTravel.reds file with Notepad++ or other text editor and check configuration section block.
  • After you edited the file make sure that it is saved with UTF-8 encoding. 

How to uninstall

  • Delete the mod script from Cyberpunk 2077\r6\scripts along with installed redscript compiler files.

Credits

  • jekky for the redscript compiler
  • Tunalex for the mod idea
  • Aurora555 and Tabiena for ft points additions
  • CP77 modding discord

My mods



For redscript mod developers

// Replaced methods
@replaceMethod(FastTravelPointData)
public final const func ShouldShowMappinOnWorldMap() -> Bool

@replaceMethod(FastTravelPointData)
public final const func ShouldShowMappinInWorld() -> Bool

@replaceMethod(DataTerm)
private final func RegisterMappin() -> Void

@replaceMethod(WorldMappinsContainerController)
public func CreateMappinUIProfile(mappin: wref<IMappin>, mappinVariant: gamedataMappinVariant, customData: ref<MappinControllerCustomData>) -> MappinUIProfile