Jump to content
  • entries
    55
  • comments
    179
  • views
    16482

Script for review


Storms of Superior

952 views

Here is a bit of work I threw together. I'm not sure that it's complete for what I need it to do.

 

If anyone is interested, here is a link to a blog entry from a few days ago when it seemed to be making sense for the first time.

 

http://www.loverslab.com/blog/152/entry-2794-development-as-a-modder/

 

Also, here is the reference material I used to help produce it. Thanks to Skyrimll.

 

https://github.com/SkyrimLL/SDPlus/blob/master/SanguineDebauchery/Data/scripts/source/_sdtrg_spriggan_entrance.psc

 

Now for my part in the work._tcc_telelport_script.txt

7 Comments


Recommended Comments

Storms of Superior

Posted

And... Papyrus fails to compile. This looks like a universal problem. There have been many update to CK since I last tried this stuff. Notepad++ fails. CK fails. This is stupid.

Storms of Superior

Posted

"C:\Projects\TESV\Build\PC\Papyrus compiler\PapyrusCompiler.exe" %1 -f="TESV_Papyrus_Flags.flg" -i="C:\Projects\TESV\Build\Source\DLC01\Scripts" -o="C:\Projects\TESV\Build\PC\Data\Scripts"
pause

 

That's the garbage from the compiler batch file. Should this be replaced entirely? 

cd %2"%~dp0PapyrusCompiler" %1 -f="TESV_Papyrus_Flags.flg" -i="%~dp0..\Data\Scripts\Source" -o="%~dp0..\Data\Scripts"pause

The Notepad++ setup wiki offers that. I don't know what to make of it.

Storms of Superior

Posted

So now I'm guessing (since I found the archive) that I need to extract it to the scripts/source folder, overwrite anything, and then reinstall SKSE?

×
×
  • Create New...