Mafia Scene - Mafia I & II Game Fan Site
Modders Corner => Mafia Editing => Mafia Mod Request => Topic started by: vitoandolini on June 26, 2012, 02:47:26 PM
Hi, someone knows if it is possible to change the car view with lua commands ?
I wanted to play the main story of Mafia 2 with a FPV in car, like the excellent one in JA Freeride mode by Existenz, but it works only on Freeride.
Thanks for your help.
Hi
FreeRide Script
In Car
Quotegame.cameramanager:GetPlayerMainCamera(0):EnableFPV(game.game:GetActivePlayer(),true)
game.game:GetActivePlayer():ShowModel(false)
Out Car
Quotegame.cameramanager:GetPlayerMainCamera(0):EnableFPV(game.game:GetActivePlayer(),false)
game.game:GetActivePlayer():ShowModel(true)
with injector:
In Car
QuoteDelayBuffer: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
QuoteDelayBuffer: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
QuoteDelayBuffer: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)
and also view my topic
http] (//forum/22-existenz34-s-mods/6490-mafia-ii-lua-command)
Thanks a lot it works perfect ! (merci beaucoup !) :cheer:
Just one little thing. The mouse view is reversed (only the up and down), how I change that without changing the main option every time ? (because I'm playing in normal mode not reverse)
Sorry, I don't know.
Ok, thanks anyway <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">
QuoteThanks a lot it works perfect ! (merci beaucoup !) :cheer:
Just one little thing. The mouse view is reversed (only the up and down), how I change that without changing the main option every time ? (because I'm playing in normal mode not reverse)
i have the same problem in zahar999's free ride and i am pretty sure it can't be modified.....
QuoteHi
FreeRide Script
In Car
<blockquote data-ipsquote="" class="ipsQuote" data-ipsquote-contentapp="forums" data-ipsquote-contenttype="forums" data-ipsquote-contentid="584" data-ipsquote-contentclass="forums_Topic"><div>game.cameramanager:GetPlayerMainCamera(0):EnableFPV(game.game:GetActivePlayer(),true)
game.game:GetActivePlayer():ShowModel(false)
Out Car
Quotegame.cameramanager:GetPlayerMainCamera(0):EnableFPV(game.game:GetActivePlayer(),false)
game.game:GetActivePlayer():ShowModel(true)
with injector:
In Car
QuoteDelayBuffer: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
QuoteDelayBuffer: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
QuoteDelayBuffer: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)
and also view my topic
http]
</div></blockquote>
Hey existenZ, where do i paste this for freeride? (Sorry i've never modded m2 before) (//forum/22-existenz34-s-mods/6490-mafia-ii-lua-command)
With lua injector. Here's the link: http://www.mafiascene.net/downloads/vie ... injector-6 (http://www.mafiascene.net/downloads/viewdownload/4-mafia-tools/504-injector-6)
Backup original files, copy the pc folder to the game directory
<div class="ipsSpoiler_header">
Tutorial how to use the "Injector":
1. Copy the script into the "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")
</div>
Thanks farhad <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">