Jump to content

[LE] CK and SKSE scripting


nikolaf

Recommended Posts

Hey all,

 

I've been trying to edit a script in the Combat Gameplay Overhaul mod with little success.

 

- Mod has pex and psc files put in their respective folders

- I've skse installed with its scripts. I've also decompiled them using Champollion to psc, and added them to the scripts\source folder (which is set in the CreationKit.ini)

- Whenever I open the source in the CK, and try to save, even without touching anything, errors appear

 

Something like this:

Starting 1 compile threads for 1 files...
Compiling "DSerCombatGameplayOverhaulMCM"...
c:\Games\The Elder Scrolls V Skyrim Special Edition\Data\Scripts\Source\temp\DSerCombatGameplayOverhaulMCM.psc(93,2): argument a_flags is not specified and has no default value
c:\Games\The Elder Scrolls V Skyrim Special Edition\Data\Scripts\Source\temp\DSerCombatGameplayOverhaulMCM.psc(94,2): argument a_flags is not specified and has no default value
c:\Games\The Elder Scrolls V Skyrim Special Edition\Data\Scripts\Source\temp\DSerCombatGameplayOverhaulMCM.psc(103,2): argument a_flags is not specified and has no default value
c:\Games\The Elder Scrolls V Skyrim Special Edition\Data\Scripts\Source\temp\DSerCombatGameplayOverhaulMCM.psc(726,2): argument a_noupdate is not specified and has no default value
c:\Games\The Elder Scrolls V Skyrim Special Edition\Data\Scripts\Source\temp\DSerCombatGameplayOverhaulMCM.psc(726,2): argument a_statename is not specified and has no default value
c:\Games\The Elder Scrolls V Skyrim Special Edition\Data\Scripts\Source\temp\DSerCombatGameplayOverhaulMCM.psc(734,2): argument a_noupdate is not specified and has no default value
c:\Games\The Elder Scrolls V Skyrim Special Edition\Data\Scripts\Source\temp\DSerCombatGameplayOverhaulMCM.psc(734,2): argument a_statename is not specified and has no default value
No output generated for DSerCombatGameplayOverhaulMCM, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on DSerCombatGameplayOverhaulMCM

I've shortened the text, there were a lot more of the same errors.

As you can see, it says I'm missing the functions it's trying to call ( "like a_statename" ). Of course, I have them inside the ski_configbase and other skse scripts.

Native functions work as normal. I haven't had problems with other mods that use skse though, it's just this one...

 

Does anyone know what seems to be the problem?

 


Link to comment
Share on other sites

  • Recently Browsing   0 members

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