Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.72 KB

INSTALL.md

File metadata and controls

48 lines (32 loc) · 1.72 KB

How to install VSCode and OpenXCOM extensions

TOC

Install VScode itself

Install the extensions

  • Open the marketplace (hit CTRL+SHIFT+X or click the button on the left with four squares):

    open-marketplace

  • Search the marketplace for ext:rul and install both OpenXCOM Ruleset Tools and OpenXCOM Ruleset Linker by clicking the green install button

    search-marketplace

  • Wait for installation to finish

Optional: Change validation rules from OXC to OXCE

This is needed if you're going to be modding OXCE.

  • Open VSCode's settings by pressing CTRL+, or File => Preferences => Settings

  • Type ruleset validator

    open-settings

  • Click oxc and change it to oxce

Open your mod in vscode

  • Now go to Open Folder

    open-folder

  • Navigate to your mod and select it

    select-folder

Open a rulefile and get modding

  • Navigate to one of your rule files in the explorer on the left, open it and get modding!

    open-rulefile-and-get-editing.png