Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Dakota628/GTAVDeveloperConsole

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GTAV Developer Console

Build status

Screenshots:

Console: console Object Selector: obj-selector

Downloads:

Prebuilt binaries can be found on the releases page

Features:

  • Run C# code from console or as arguments
  • GTA native type based commands
  • Copy/Paste
  • API to integrate with other scripts
  • Integrated object selector to select onscreen objects

Controls:

  • Ctrl+V - Paste into input line
  • Ctrl+C - Copy input line
  • Ctrl+Tab - Toggle object selector (when object selected press again to manipulate)
  • Tab - Scroll through onscreen objects when object selector open
  • Page Up - Scroll up through the console output
  • Page Down - Scroll down through the console output
  • Up - Scroll backward through input history
  • Down - Scroll forward through input history (if no forward history it will clear the current line)
  • Left / Right - Move cursor through text
  • Backspace / Delete - Does what you would expect..

Command Syntax Examples:

  • Number - 10.000000, 10, -10, -10.000
  • CodeBlock (Can represent any object) - {return new Player(0)}, {return new Player(0).Character}
  • String - "hello", "im a string", "YAY!", quotes are not required if there are no spaces in the string
  • Boolean - true, false

Dependencies:

Script Integration

Include DeveloperConsole.dll in your solution references. See Example.cs for API examples.

About

Developer console for GTA V ScriptHookDotNet

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.