irfna Posted June 26, 2020 Share Posted June 26, 2020 I've been struggling to compile even a simple script. I'm using MO2 and have the creation kit all setup along with skyrim script compiler pro final. Scripts.rar is extracted, everything checks out, and I'm launching SSCPF and the creation kit through MO2. When I compile a script in SSCPF, I see this: ===================== Starting compiling session 1 ====================== Starting 1 compile threads for 1 files... Compiling "srRaceDunmerFlawEffectScript"... Starting assembly of srRaceDunmerFlawEffectScript 0 error(s), 0 warning(s) Assembly succeeded Compilation succeeded. Batch compile of 1 files finished. 1 succeeded, 0 failed. But then I look in my MO2 overwrite\scripts or skyrim install data\scripts and... There's no compiled .pex files. No matter where i look, no matter what I successfully compile, .pex files never show up. Compling in the creation kit will also give a "success" but no .pex file. What am I doing wrong? Link to comment Share on other sites More sharing options...
IsharaMeradin Posted June 26, 2020 Share Posted June 26, 2020 Are you editing existing scripts? If so, they will automatically replace the active instance of that file. If you created the script once before and moved it to your mod folder in MO2, it will be there. Link to comment Share on other sites More sharing options...
irfna Posted June 26, 2020 Author Share Posted June 26, 2020 Are you editing existing scripts? If so, they will automatically replace the active instance of that file. If you created the script once before and moved it to your mod folder in MO2, it will be there.Wow, thanks. I had copied the .psc I wanted to alter out into overwrite, so I didn't expect it to actually show up in the folder for the mod it was originally from. You're correct though, thanks a lot! Link to comment Share on other sites More sharing options...
Recommended Posts