Skip to content

Instantly share code, notes, and snippets.

@shiversoftdev
Last active April 25, 2024 23:03
Show Gist options
  • Save shiversoftdev/ee272e7a5412b8d5d79c79f0b94249e8 to your computer and use it in GitHub Desktop.
Save shiversoftdev/ee272e7a5412b8d5d79c79f0b94249e8 to your computer and use it in GitHub Desktop.
Text tutorial on installing compiler

Follow all steps closely

  1. Install Visual Studio Code
  2. Install the compiler (download and run installer, then click install compiler)
  3. Open Visual Studio Code and click File->Preferences->Keyboard Shortcuts
  4. Create a binding for "Run Test Task." This is your injection binding.
  5. Open any project made for the compiler by opening the .code-workspace file
  6. If you want to make a project from scratch, open the installer utility in C:\T7Compiler\t7c_installer.exe and click create default project

Additional Information

  1. You may need to add an exception for the compiler in your anti-virus. I recommend whitelisting C:\t7compiler
  2. You may also need to add an exception to the installer when you first download it

FAQ

Q: No open folder

A: Use file/open workspace in vsc

Q: No test task found?

A: Open the folder that contains the .vscode folder in vsc.

Q: Syntax error in compiled.gscc?

A: Delete compiled.gscc. If you still get this issue, redo the tutorial and pay closer attention.

Q: Error 00000003?

A: Disable your antivirus, then repeat the tutorial from step 1.

Q: Error pops up for extension?

A: Install visual studio code first.

Q: Menu doesn't pop up in game?

A: GSC menus only work if you are host of the game. Use forcehost option for zm and forcehost tool for mp.

Q: It just says compiler by serious?

A: Download a gsc menu. This release is an injector for gsc menus and obviously, you need a menu to inject.

Q: Access is denied

A: Restart your PC, then run VSC as admin. If this error persists, it may be an antivirus issue.

Q: File not found (scripts)

A: You opened the wrong folder in vsc.

Q: None of these answered my question

A: Restart the tutorial from step one and follow the directions better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment