Here's a script you can use to unlock everything but vehicle upgrades. It requires the Mafia III ScriptHook, though.
Code: Select all
UnlockAllWeapons = [[
package.loaded.common.base.game_structure_console.UnlockAllWeapons()
]]
UnlockAllVehicles = [[
package.loaded.common.base.game_structure_console.UnlockAllVehicles()
]]
UnlockAllServices = [[
package.loaded.common.base.game_structure_console.UnlockAllServices()
]]
unbindKey("o");
bindKey("o", UnlockAllWeapons);
unbindKey("k");
bindKey("k", UnlockAllVehicles);
unbindKey("l");
bindKey("l", UnlockAllServices);
I'm working on reverse engineering the LuaC for the game so I can add that. But for now, this is all I got. You can basically unlock almost everything from the federal reserve heist, which is where I tested it. I was able to call the resupply guy during the heist, and have a car delivered.
Here's my save with everything (I can get at the moment) unlocked just after you have the flashback from Sammy's:
[Link] I was going to have it start you from the very beginning, but tutorials suck-ass, and you skip those anyway during good new game pluses, anyway. If you're feeling nostalgic for the mission, play it first, get to Sammy's after you drive there with Donovan, and then my save should pick up there.
EDIT: I also fixed my Nospread script.