Talk:Sublime Text Setup

From the CreationKit Wiki
Jump to navigation Jump to search

Script Already Exists[edit source]

Perhaps I am the only one with this problem, but just shouting out to the Nether in hopes of assistance. I have tried using Notepad ++, and now Sublime Text to create and compile a simple script for my world.

ScriptName MyFirstScript extends quest {This script should display "Hello, World!" within the game world} Event OnInit debug.notification("Hello, World!") EndEvent

I saved it in the /scripts/source folder as instructed and compiled it successfully. For some strange reason when I open up my quests script tab, I cannot locate it. I tried to create the same script with the same name within the creation kit itself, but was told that the script already exists. Well awesome Mr.Creation kit, can you tell me then why it won't display in the drop down menu?

Any help with this would be greatly appreciated. I'm sure I'm not the only one having this problem. —The preceding unsigned comment was added by 18:44, 5 March 2012 (EST) (talkcontribs) Aarondhp24

Try restarting the Creation Kit, that should refresh the drop down menu.
-- Cipscis 18:47, 5 March 2012 (EST)


Build on Sublime Text 3[edit source]

Build command appears to do nothing with Sublime Text 3. Syntax files work, Papyrus INI command is missing though.

No errors or anything. Just nothing.