Reply To: First person mod
Home / Forums / Modders Corner / Mafia Editing / Mafia II mods / First person mod / Reply To: First person mod
So, I did it and it doesn’t worked, but I guess I’m making something wrong. Here is waht I did:
Downloaded this injector: http]
Unpakced the folder “pc” and pasted it into mafia II main directory, so in Mafia II/PC/userescript I choosed the first LUA archive, opened it with the notepad and pasted this RIGHT AFTER the end of the text that already was in the archive:
DelayBuffer:Insert(function(l_1_0)
if i==nil
then i=1
game.cameramanager:GetPlayerMainCamera(0):EnableFPV(game.game:GetActivePlayer(),true)
game.game:GetActivePlayer():ShowModel(false)
else i=nil
game.cameramanager:GetPlayerMainCamera(0):EnableFPV(game.game:GetActivePlayer(),false)
game.game:GetActivePlayer():ShowModel(true)
end
end,{l_1_0},250,1,false)
I got this information here: http] and there it says that those information that i putted above were compatible with injector 6, that downloaded.
After that, I opened the game and started playing and then I minimized the game, so I opened the Mafiainjector.exe wich was in “pc” folder. I black window like cmd appeard for 1 sec and then dissapeard, then I went back to the game, and ress F1, but nothing happened in any of the cameras! Did I did something wrong?
