nikolaf Posted December 28, 2020 Share Posted December 28, 2020 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 More sharing options...
IsharaMeradin Posted December 28, 2020 Share Posted December 28, 2020 Why did you decompile the SKSE scripts with Champolion when the 7z archive comes with them included?https://skse.silverlock.org/ Do you have the SkyUI SDK installed and active?https://github.com/schlangster/skyui/wiki Link to comment Share on other sites More sharing options...
nikolaf Posted December 28, 2020 Author Share Posted December 28, 2020 Yeah, It's been a long time since I downloaded skse so I forgot. Anyway, downloading the SDK source fixed the issues. Thank you, Ishara! Link to comment Share on other sites More sharing options...
Recommended Posts