Univers123 Posted August 25, 2017 Share Posted August 25, 2017 Ok so i just wanted to ask what is the psc files and how to edit them i have Notepad++ so i can open them but when i try to change somethign like changing "Player.removespell" to "Player.Addspell" in VampireQuestScript.psc to get vamp power at stage 1 it doesn't work (does it even work like that?) if not then how can i change such a thing and if yes then what did i do wrong? does it need any more "specific" commend to write in this file. Link to comment Share on other sites More sharing options...
foamyesque Posted August 25, 2017 Share Posted August 25, 2017 The .psc files are just source code. To make Skyrim do anything with them you need to compile them into .pex files. Link to comment Share on other sites More sharing options...
Univers123 Posted August 26, 2017 Author Share Posted August 26, 2017 The .psc files are just source code. To make Skyrim do anything with them you need to compile them into .pex files.ok thanks god someone finally answer me but how do i compile this file? do i need any specific program or it can be done by CK? Link to comment Share on other sites More sharing options...
foamyesque Posted August 26, 2017 Share Posted August 26, 2017 (edited) The .psc files are just source code. To make Skyrim do anything with them you need to compile them into .pex files.ok thanks god someone finally answer me but how do i compile this file? do i need any specific program or it can be done by CK? The CK can do it, yes. Load the script file in the CK and save it; it'll try to compile it right then. Edited August 26, 2017 by foamyesque Link to comment Share on other sites More sharing options...
Univers123 Posted August 26, 2017 Author Share Posted August 26, 2017 The .psc files are just source code. To make Skyrim do anything with them you need to compile them into .pex files.ok thanks god someone finally answer me but how do i compile this file? do i need any specific program or it can be done by CK? The CK can do it, yes. Load the script file in the CK and save it; it'll try to compile it right then. Can you tell me step by step what should i do if its possible? i guess i have to click on Quest and "New" in ck then add script to the quest? Link to comment Share on other sites More sharing options...
mrpwn Posted August 27, 2017 Share Posted August 27, 2017 (edited) You can also compile your scripts from text editors like Notepad++, Sublime Text, and others. The CK wiki even has a page with instructions on how to setup Notepad++. You'll need to attach scripts to forms, ObjectReferences, etc. and fill any properties you may have in your scripts within the CK, but you can do essentially all of your scripting outside of the CK (script fragments are an exception and tend to be easier to do in the CK). Edited August 27, 2017 by mrpwn Link to comment Share on other sites More sharing options...
Recommended Posts