Difference between revisions of "MDE ScriptHook"

From Nomad DB
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Our ScriptHook aims to provide you a tool for customizing Mafia Definitive Edition.
+
{{Page_MDE}}
 +
Our ScriptHook aims to provide you a tool for customizing '''Mafia: Definitive Edition'''.
  
You can find a download the latest version '''[[Mafia Definitive Edition ScriptHook: Instructions|here]]'''.
+
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]]
 
[[File:Mafia Definitive Edition Screenshot 2020.10.03 - 19.15.24.16.png|alt=|thumb]]
  
 
==Getting Started==
 
==Getting Started==
  
*'''[[Mafia Definitive Edition ScriptHook:_Instructions|Installation Instructions]]'''
+
*'''[[MDE ScriptHook:_Instructions|Installation Instructions]]'''
*[[Mafia Definitive Edition ScriptHook: Trainer|Trainer]]
+
*[[MDE ScriptHook: Trainer|Trainer]]
*Configuration file [[Mafia Definitive Edition ScriptHook: config.json|config.json]]
+
*Configuration file [[MDE ScriptHook: config.json|config.json]]
  
 
==Developer Links==
 
==Developer Links==
  
*'''[[Mafia Definitive Edition ScriptHook|Scripting Documentation]]'''
+
*'''[[MDE Scripting|Scripting Documentation]]'''
*[[Mafia Definitive Edition ScriptHook: Script|Custom Scripts]]
+
*[[ScriptHook: Script|Custom Scripts]]
  
 
==Features==
 
==Features==
Line 19: Line 20:
 
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.
 
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.
  
====Additional functionalities provided via Lua Scripting====
 
In order to provide new functionalities and features to the players, we utilize the internal scripting engine of the game and provide additional functionalities to it. Covers new functionalities such as modifying the world spawning system, felony system, enhanced camera controls, text hooks (replacement) – return own translations, enhanced configuration for default game logic (e.g. enable/disable district UI entering information).
 
  
'''Check out the [[WD2 ScriptHook: Lua Functions|ScriptHook Lua Functions]].'''
+
'''Check out the [[MDE Scripting|Scripting documentation]].'''
  
 
[[Category:Projects]]
 
[[Category:Projects]]
[[Category:Mafia Definitive Edition ScriptHook]]
+
[[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.