Jump to content

Enable/disable objects when using a workbench. Help.


antstubell

Recommended Posts

This is kind of a stupid question, but did you install the 32 bit or 64 bit version ?, the 64 bit version is for SSE.

This is just a reminder on how to install it:



1. Copy the .dll and .exe files to your Skyrim SE directory. This is usually in your Program Files folder under Steam\SteamApps\common\Skyrim Special Edition\. If you see files named SkyrimSE and SkyrimSELauncher, this is the correct folder. Do not copy these files to the Data folder as with a normal mod. The "src" folder is only useful for programmers, most users can ignore it.


2. Copy the .pex files in Data\Scripts\ into the Data\Scripts\ folder of your installation. The .pex files are needed by all users of SKSE.


3. If you create mods, copy the .psc files in Data\Scripts\Source\ into the Data\Scripts\Source\ folder of your installation. The .psc files are only needed if you have the CreationKit installed and intend to create or compile Papyrus scripts. Make sure to add them to your include path.


4. Run skse64_loader.exe to launch the game.


Link to comment
Share on other sites

When I doubt my own ability to copy and paste files, there are no stupid questions. So I did it again. Still script won't compile.

 

Scriptname My_SKSE_TestScript extends ObjectReference

Event OnActivate(ObjectReference triggerRef)

Game.SaveGame("TestSave")

Endevent

 

(5,5): SaveGame is not a function or does not exist
(5,5): cannot call the member function SaveGame alone or on a type, must call it on a variable

 

Only thing I don't understand is the instruction 'Make sure to add them to your include path.'

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...