Difference between revisions of "MDE ScriptHook"

From Nomad DB
(Created page with "a")
 
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
a
+
{{Page_MDE}}
 +
Our ScriptHook aims to provide you a tool for customizing '''Mafia: Definitive Edition'''.
 +
 
 +
You can find a download the latest version '''[[MDE ScriptHook: Instructions|here]]'''.
 +
[[File:Mafia Definitive Edition Screenshot 2020.10.03 - 19.15.24.16.png|alt=|thumb]]
 +
 
 +
==Getting Started==
 +
 
 +
*'''[[MDE ScriptHook:_Instructions|Installation Instructions]]'''
 +
*[[MDE ScriptHook: Trainer|Trainer]]
 +
*Configuration file [[MDE ScriptHook: config.json|config.json]]
 +
 
 +
==Developer Links==
 +
 
 +
*'''[[MDE Scripting|Scripting Documentation]]'''
 +
*[[ScriptHook: Script|Custom Scripts]]
 +
 
 +
==Features==
 +
====Lua Scripting Engine Hook====
 +
Enables to run customized scripts in the game’s Lua scripting engine. Allows to utilize and call Lua functions registered and used inside the default game scripts.
 +
 
 +
 
 +
'''Check out the [[MDE Scripting|Scripting documentation]].'''
 +
 
 +
[[Category:Projects]]
 +
[[Category:ScriptHook]]
 +
[[Category:MDE]]
 +
[[Category:MDE ScriptHook]]

Latest revision as of 20:23, 27 October 2020

Our ScriptHook aims to provide you a tool for customizing Mafia: Definitive Edition.

You can find a download the latest version here.

Getting Started

Developer Links

Features

Lua Scripting Engine Hook

Enables to run customized scripts in the game’s Lua scripting engine. Allows to utilize and call Lua functions registered and used inside the default game scripts.


Check out the Scripting documentation.