3 New Notifications

New Badge Earned
Get 1K upvotes on your post
Life choices of my cat
Earned 210

Drag Images here or Browse from your computer.

Trending Posts
Sorted by Newest First
S
StormX07 18.05.20 08:47 pm

Lua Scripts, Mods, FreeRide (Mafia 3)



What's new:
Out an updated injector script which allows to embed Mafia 3 private console commands

M3ScriptHook 1.2 ReleaseCandidate
Installation.
1) unzip to the root of the game

Download from mega
http://forum.mafia-game.ru/showthread.php?t=2122&page=15

How to activate the scripts.
All created scripts with the extension .kidatsya lua in folder scripts
1) Run the game
2) are Loaded to the city and turn the game Alt+Tab
3) Run M3ScriptHook 1.2 on behalf of Administrator Win7
4) Back in the game
5) F1 to activate the script

example 1 script : to Hide the mirror and speedometer
Спойлерhud=game.hud

ToggleHudElements function()
if enabled==true then
DisableHudElements()
elseif enabled==false then
EnableHudElements()
end
end

DisableHudElements function()
hud:SpeedometerShow(false)
hud:BackMirrorShow(false)
enabled = false
end

EnableHudElements function()
hud:RadarShow(true)
hud:SpeedometerShow(true)
hud:InfoAreaShow(true)
hud:BackMirrorShow(true)
hud:MoneyShow(true)
hud:ObjectiveShow(true)
hud:ActionButtonsShow(true)
hud:MessageAreaShow(true)
enabled = true
end

if enabled==nil then enabled=true end
ToggleHudElements()

example 2 script : Includes menu tuning
Spoilergate.hud:OpenCustomizeCarMenu(true)

lay out who else he knows will create a mini FreeRide mod with optimization, etc

P. S If you need to disable centering of the Camera in the Car have to be clamped <>
If anyone knows tell me the script to not constantly clamping Shift ?
8 Comments
Sort by:
S
StormX07 18.05.20

Who created scripts to M2? Return help with M3





I Moved (tuning Menu) to separate the P button
Mafia 3 everything works, no crashes, but
Who knows scripts M2, correctly written in my script or not?

the script (Menu set) on a separate button P
СпойлерOpenCustomizeCarMenu = [[
hud = game.game:GetActivePlayer():GetOwner();
game.hud:OpenCustomizeCarMenu(false, true);
]]

unbindKey(p)

bindKey (p, OpenCustomizeCarMenu)

S
StormX07 18.05.20

Sonaring


Thank you corrected.

Final version
(Tuning menu) to separate the P button)
СпойлерOpenCustomizeCarMenu = [[
hud = game.hud
hud:OpenCustomizeCarMenu(false, true);
]]

unbindKey(p)

bindKey(p, OpenCustomizeCarMenu)

Question: with the camera - all ?
In M2 it was possible to correct the jamb with the camera.
https://pcgamingwiki.com/wiki/Mafia_II#API
Disable auto-centering of camera while driving

Now, alas, working editor on the M3 is not. Developed encrypted .sds and its hell to edit
so you have yet to find a solution via script. or another way
Anyone knows tell me, tired of clamping the Shift

(Search for camera configuration ) solution not yet found
http://guides.gamepressure.com/mafia3/guide.asp?ID=37452
https://steamcommunity.com/app/360430/discussions/0/343789167955001247/
https://mafiamods.com/forums/topic/mafia-3-modding-mega-thread/page/2/
http://mafia3scripting.wikia.com/wiki/Game_Library

https://www.sidefx.com/community/hangar-13-mafia-iii/

S
StormX07 18.05.20

The fight continued with graphics )
GTX 550ti v364.72


Local files
Found the color scheme like in Mafia 2
Mafia II/edit/tables/ file post_processes.xml line - time_of_day - 9 section

1 - the brightness of the sun ? false
2 - ? false
3 - ? true
4 - ? false
5 - sniper texture false
6 - ? true
7 - the direction of the wind ? error not know true
8 - maximum gamma + sun true
9 - average gamma true
10 - gamma defaults to true
11 - cold gamma + effect false
12 - draw distance or shadow XS ? true
13 - ? false
14 - ? false
14 - ? false
15 - blue background ? false
16 - ?
17 - effect of Serbia false

to test to include one


Found how completely disable the shadows, although they do not interfere.


Mafia II/edit/config/ render_config.xml



Looking for how to disable weather. edit-to remove clouds etc .In this video the author has on the Xbox One's version of the all sky, no clouds.
It is not clear yet how come not all versions of xbox letsplay were the same.

And Yes, I still have not started the game. As for the bad pictures I don't see sense.

S
StormX07 18.05.20

News

Released patch v1.08
Changes that I noticed

1) Officially added the option to clean the Mirror, Speedometer
2) Option with the camera, I haven't checked why not say exactly.
3) the DLC Files Stones Unturned
4) Time of day doesn't changes

Throw yet to search for the fix of the game. What I was looking for in local files not found

A
Alert 18.05.20

StormX07
There is now absolutely no change from day to day?

S
StormX07 18.05.20

Аlert
No I was wrong.

S
StormX07 18.05.20

Sonaring
This utility lies in mafiamods, but it does not download , requires registration, and with their captcha not regitsya.

P. S if downloaded , pull up the website, let it be

S
StormX07 18.05.20

Sonaring
Well, kick-ass, where's he been? I already game removed.

Yes, checked works, the editor can read .sds files in Mafia 3.
Tables most importantly reads.
https://drive.google.com/file/d/0B5pcr1AnCX0LbVJJM0ZOM1d2Ukk/view