Difference between revisions of "MDE ScriptHook: Trainer"

From Nomad DB
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The ScriptHook Trainer is a built-in [[Mafia Definitive Edition ScriptHook: Script|Script]] from [[Mafia Definitive Edition ScriptHook|ScriptHook]]. It uses the native [[Mafia Definitive Edition Lua Functions|Lua functions]] from Mafia Definitive Edition and provides both menu controls & console commands to interact with the game's world.
+
{{Page_MDE}}
 +
The ScriptHook Trainer is a built-in [[MDE ScriptHook: Script|Script]] from [[MDE ScriptHook|ScriptHook]]. It uses the native [[MDE Scripting#Game Scripting|Lua functions and classes]] from '''Mafia: Definitive Edition''' and provides both menu controls & console commands to interact with the game's world.
  
'''For Modders: ''' We recommend checking out the Lua source code from the Trainer to introduce yourself to the ScriptHook. You can also check out [[Mafia Definitive Edition Scripting|this article]] for more information about the Scripting system.
+
'''For Modders: ''' We recommend checking out the Lua source code from the Trainer to introduce yourself to the ScriptHook.  
 +
You can also check out [[MDE Scripting|this article]] for more information about the Scripting system.
 +
You can find [https://github.com/Nomad-Group/mafia-de-scripthook-trainer source code on GitHub].
  
 
== Controls ==
 
== Controls ==
Line 9: Line 12:
  
 
== Related Pages ==
 
== Related Pages ==
* [[Mafia Definitive Edition ScriptHook: Console]]
+
* [[ScriptHook: Console]]
* '''For Developers: ''' [[Mafia Definitive Edition ScriptHook: Console Commands]] in [[Mafia Definitive Edition ScriptHook: Script|Scripts]]
+
* '''For Developers: ''' [[MDE: Console Commands]] in [[ScriptHook: Script|Scripts]]
  
[[Category:Mafia Definitive Edition ScriptHook]]
+
[[Category:MDE]]
 +
[[Category:MDE ScriptHook]]

Latest revision as of 19:26, 27 October 2020

The ScriptHook Trainer is a built-in Script from ScriptHook. It uses the native Lua functions and classes from Mafia: Definitive Edition and provides both menu controls & console commands to interact with the game's world.

For Modders: We recommend checking out the Lua source code from the Trainer to introduce yourself to the ScriptHook. You can also check out this article for more information about the Scripting system. You can find source code on GitHub.

Controls

To open the Menu, press F4.

Up/Down Arrows Navigation
Numpad 8(Up), Numpad 9 (Down)
Enter Confirm Option
Numpad 5
Delete Key, Numpad 0 Return back to previous menu
ESC Close the menu

Related Pages