Error deploying script mod with REDmod

+
I've tinkering with REDmod trying to deploy a mod that consist in a script.
First problem I had was not including the info.json file, because the documentation makes understand that it is only needed for audio mods, but adding it solved the problem.
Now I have a different problem where I get this error deploying:
ScriptCompiler: ERROR: Script binding error: Missing native class 'ActionInternalEvent'
This error happens even if my script is just an empty class. I copied the script containing 'ActionInternalEvent' into my mod and then it fails because a different class is missing:
ScriptCompiler: ERROR: Script binding error: Missing native class 'CActionScriptProxy'
What am I missing, I don't think copying each of this scripts from the source is the solution, anybody has been able to deploy a script mod ?
 
Hi,
Currently REDmod works the same way as Witcher 3 modding did. You have to copy the entire file. Let me know if you need anymore help.
 
Top Bottom