Hy guys, I'm new here, sorry if I'm in the wrong topic. Where can I fnd a mod that gives me a dashboard cam, like first person mod inside the car, because I really want to drive in first person, so i downloaded a first person mod and I only got first person on foot camera, and I wish I had first camera while driving! I saw some youtube videos but I couldn't find any link. Can somebody help me?
Thanks!
Try this http://mafia-daily.net/?dl_id=377 (http://mafia-daily.net/?dl_id=377) <img src="/wp-content/uploads/invision_emoticons/wink.png" alt="(//wink.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/wink@2x.png 2x" width="20" height="20">
yeah, no extactlly the one I was searching, because in this mod the cam is in the middle of the cabin, I was searching for one where the cam is in the driver's position, but still better than before! Thanks!
Found it <img src="/wp-content/uploads/invision_emoticons/smile.png" alt="(//smile.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/smile@2x.png 2x" width="20" height="20">
I searched for ages, and it was in an obvious place <img src="/wp-content/uploads/invision_emoticons/tongue.png" alt="(//tongue.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/tongue@2x.png 2x" width="20" height="20"> lol
http] (//downloads/viewdownload/2-mafia-i/444-car-interior-mod)
Thanks for mod but I couldn't install i, or it doesn't worked. I mean, I just unpacked the models folder and the rw_data.dll archive and placed them into the main directory of the game. Just checking, its the mod for mafia 2?
oh and sorry for the incomplete reply above, my net stopped and then that happend <img src="/wp-content/uploads/invision_emoticons/biggrin.png" alt="(//bigsmile.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/biggrin@2x.png 2x" width="20" height="20">
Whoops, no thats for mafia 1 <img src="/wp-content/uploads/invision_emoticons/sad.png" alt="(//frown.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/sad@2x.png 2x" width="20" height="20"> sorry
QuoteFound it <img src="/wp-content/uploads/invision_emoticons/smile.png" alt="(//smile.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/smile@2x.png 2x" width="20" height="20">
I searched for ages, and it was in an obvious place <img src="/wp-content/uploads/invision_emoticons/tongue.png" alt="(//tongue.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/tongue@2x.png 2x" width="20" height="20"> lol
http]
(//downloads/viewdownload/2-mafia-i/444-car-interior-mod)
Oh, I just saw in the download page and it's only for Mafia I indeed. <img src="/wp-content/uploads/invision_emoticons/unsure.png" alt="(//irritated.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/unsure@2x.png 2x" width="20" height="20">
Anyone know a mod like this but for Mafia II?
hi
Here http] (//forum/14-mafia-mod-request/9279-car-first-person-view-with-lua-scripts#9280)
thanks, but I dont have any idea of how to create or modify a LUA file in the game <img src="/wp-content/uploads/invision_emoticons/unsure.png" alt="(//irritated.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/unsure@2x.png 2x" width="20" height="20">
I'm downloading the content ofthis post: http] (//forum/22-existenz34-s-mods/6490-mafia-ii-lua-command)
only the script of Free Ride is editable.
For use in Game you must use the injector
ok, I got the injector and unpacked it into the pc folder as it requests, and now what I do with this information:
with injector:
In Car
DelayBuffer:Insert(function(l_1_0)
game.cameramanager:GetPlayerMainCamera(0):EnableFPV(game.game:GetActivePlayer(),true)
game.game:GetActivePlayer():ShowModel(false)
end,{l_1_0},250,1,false)
Out Car
DelayBuffer:Insert(function(l_1_0)
game.cameramanager:GetPlayerMainCamera(0):EnableFPV(game.game:GetActivePlayer(),false)
game.game:GetActivePlayer():ShowModel(true)
end,{l_1_0},250,1,false)
It's just open either of the 12 lua archives and copy the information above inside? Thanks
Quoteok, I got the injector and unpacked it into the pc folder as it requests, and now what I do with this information:
with injector:
In Car
DelayBuffer:Insert(function(l_1_0)
game.cameramanager:GetPlayerMainCamera(0):EnableFPV(game.game:GetActivePlayer(),true)
game.game:GetActivePlayer():ShowModel(false)
end,{l_1_0},250,1,false)
Out Car
DelayBuffer:Insert(function(l_1_0)
game.cameramanager:GetPlayerMainCamera(0):EnableFPV(game.game:GetActivePlayer(),false)
game.game:GetActivePlayer():ShowModel(true)
end,{l_1_0},250,1,false)
It's just open either of the 12 lua archives and copy the information above inside? Thanks
Hi. Yes, all right.
<div class="ipsSpoiler_header">
Tutorial how to use the "Injector":
1. Copy the script into a "F1.txt" in the folder "userscripts"
2. Run the game
3. Minimize the game
4. Run the "MafiaInjector.exe"
5. Go back to the game
6. Press the key "F1"
PS: You can also copy the script in any document (located in the folder "userscripts"). But then in the game you'll need to press the corresponding button (from "F1" to "F12"). And sorry for my English <img src="/wp-content/uploads/invision_emoticons/wink.png" alt="(//wink.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/wink@2x.png 2x" width="20" height="20">
</div>
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:
<div class="ipsSpoiler_header">
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)
</div>
I got this information here: [url=/forum/14-mafia-mod-request/9279-car-first-person-view-with-lua-scripts#9280]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? (//downloads/viewdownload/4-mafia-tools/504-injector-6)
QuoteRIGHT AFTER the end of the text that already was in the archive
You must delete this text, the document must be empty, and then put the script
ah ok. this is waht the script says;
with injector:
In Car
DelayBuffer:Insert(function(l_1_0)
game.cameramanager:GetPlayerMainCamera(0):EnableFPV(game.game:GetActivePlayer(),true)
game.game:GetActivePlayer():ShowModel(false)
end,{l_1_0},250,1,false)
Out Car
DelayBuffer:Insert(function(l_1_0)
game.cameramanager:GetPlayerMainCamera(0):EnableFPV(game.game:GetActivePlayer(),false)
game.game:GetActivePlayer():ShowModel(true)
end,{l_1_0},250,1,false)
Script for injector v6
1ere clic Fx = On
2eme clic Fx = Off
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)
what part exactly i have to put into the archive, considerating that I downloaded injector 6
This part:
<div class="ipsSpoiler_header">
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)
</div>
NOW IT WORKED! THANKS A LOT!!!
QuoteNOW IT WORKED! THANKS A LOT!!!
You are welcome <img src="/wp-content/uploads/invision_emoticons/wink.png" alt="(//wink.gif)" data-emoticon="" srcset="/wp-content/uploads/invision_emoticons/wink@2x.png 2x" width="20" height="20">