There's an issue with the file without Yucca, haven't tested the other one though. [2025-03-29 19:24:06 UTC+01:00] [17108] Error: Cannot load module './Locations/NCTaxiCustom.lua': ...\mods\Taxi Work in Night City\Locations\NCTaxiCustom.lua:178: '}' expected (to close '{' at line 1) near '{'
On line 178 there's a missing comma. { description = "Japantown Apartment", displayName = "Japantown Apartment", districtID = "Japantown", position = ToVector4{ x = -793.923889, y = 1004.402588, z = 12.047745, w = 1.000000 }, altPositions = { ToVector4{ x = -792.923889, y = 1003.402588, z = 12.047745, w = 1.000000 }, ToVector4{ x = -793.923889, y = 1004.402588, z = 12.047745, w = 1.000000 }, ToVector4{ x = -794.923889, y = 1005.402588, z = 12.047745, w = 1.000000 } } } <--- Missing a comma here! For anyone wanting to fix their file, just add a comma as right after the } on line 178!
Could the location which is outside of border be in optional file? These kind of mods always feel like they are more dangerous than they are worth even though it sounds interesting to go through the border and see the little village again.
When I used this mod, it seemed to work only after I put the bin folder into the root directory of the compressed file. I installed it with Vortex, and I'm not quite clear about how Vortex handles multi-level directories for zip files (maybe it's my installation issue). Anyway, thank you for your MOD. I can finally have more locations to do my taxi business.
Of course, that's the basic functionality of the taxi mod. You can remove the vehicle requirements in the mod's settings menu. However, I still recommend using the combat taxi because of its excellent bulletproof capabilities. Ordinary vehicles are prone to mission failure.
14 comments
There's an issue with the file without Yucca, haven't tested the other one though.
[2025-03-29 19:24:06 UTC+01:00] [17108] Error: Cannot load module './Locations/NCTaxiCustom.lua': ...\mods\Taxi Work in Night City\Locations\NCTaxiCustom.lua:178: '}' expected (to close '{' at line 1) near '{'
On line 178 there's a missing comma.
{
description = "Japantown Apartment",
displayName = "Japantown Apartment",
districtID = "Japantown",
position = ToVector4{ x = -793.923889, y = 1004.402588, z = 12.047745, w = 1.000000 },
altPositions = {
ToVector4{ x = -792.923889, y = 1003.402588, z = 12.047745, w = 1.000000 },
ToVector4{ x = -793.923889, y = 1004.402588, z = 12.047745, w = 1.000000 },
ToVector4{ x = -794.923889, y = 1005.402588, z = 12.047745, w = 1.000000 }
}
} <--- Missing a comma here!
For anyone wanting to fix their file, just add a comma as right after the } on line 178!
Cheers!
I will upload a new version that fixes this. Hoping to become active again soon, but Oblivion Remastered tho...