11 years ago
On "vacation" map mode. (The Sims 4)
Hotel Mod creator here, I want to make it so sims can rent a hotel room, however for sims to vacation, they have to go to a vacation world, which I would like to expand to all worlds. Any idea how to change this, sims team? The only reference to vacationing is in the python files "class MapViewMode(enum.Int):
__qualname__ = 'UiMapViewPicker.MapViewMode'
TRAVEL = UI_pb2.ShowMapView.TRAVEL
VACATION = UI_pb2.ShowMapView.VACATION
PURCHASE = UI_pb2.ShowMapView.PURCHASE"
EDIT: I'm talking about this block of code.
n="picker_dialog" t="map_view_picker"
n="map_view_picker"
n="map_view_mode" t="vacation"
__qualname__ = 'UiMapViewPicker.MapViewMode'
TRAVEL = UI_pb2.ShowMapView.TRAVEL
VACATION = UI_pb2.ShowMapView.VACATION
PURCHASE = UI_pb2.ShowMapView.PURCHASE"
EDIT: I'm talking about this block of code.
n="picker_dialog" t="map_view_picker"
n="map_view_picker"
n="map_view_mode" t="vacation"