Difference between revisions of "WD2 ScriptHook"

From Nomad DB
m (Jan moved page WD2SH:About to WD2 ScriptHook)
(No difference)

Revision as of 17:41, 14 April 2020

Our ScriptHook aims to provide you a tool for customizing Watch Dogs 2.

For example: Write custom scripts or load custom textures and models.

Pictures add here (when is working)

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.

Virtual File System Hook

Allows to override the loading of files that are packed into .fat and .dat archives with uncompressed ones from the filesystem. Covers overriding files like textures, configurations, entity libraries.

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).