1.0.3 • Published 3 years ago

gtavjs-utils-mod v1.0.3

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

GTAVJS Utils Mod

Utility mod for GTAVJS.

npm version

GTAVJSTypingTemplateWiki

About GTAVJS

  • Create single-player mods using Typescript.
  • Add your own DLL Assemblies and generate typing directly in-game.
  • Reload mods faster using F9, it doesn't need to reload the AppDomain.
  • Quick project setup, simply use this template and you are good to go.
  • Complete typing for ScriptHookVDotNet3 and LemonUI included.
  • Generate typing for your mods and share them using npm.

Installation

To use this mod into your game: 1) Install GTAVJS 2) Download GTAVJS Utils Mod latest release 3) Unzip into .../Grand Theft Auto V/scripts/GTAVJS/Mods/ directory

Developper

To use this mod into your own mods 1) install the type definition.

npm install gtavjs-utils-mod

2) add it to your tsconfig.json types array

...
    "types": [
      "gtavjs-typing",
      "gtavjs-utils-mod"
    ],
...

You must also install the mod into .../Grand Theft Auto V/scripts/GTAVJS/Mods/

Instructions:

Find complete tutorial at Wiki - Create a GTAVJS mod

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago