Forum rules - please read before posting.

Update Compiler Error

edited October 2023 in Technical Q&A

Hi
I am zero in Scripting.
today i updated my AC to the Latest Version. and then reasigned my managers but i got a compiler error.
here is a screen shot from the Consol and it seems like it is due to 2 Scripts InventoryLight.cs and InventoryLightRange.cs which i am using . Both scripts are kindly wrtitten by the Icebox team. But maybe some changes in the game made them unfunctional ...
How can i get help to fix this?
I hope there is a way.

I have also sent an Email including both scripts
thanks

Comments

  • It's due to this amendment in the Changelog:

    • Changed: The OnFinishLoading custom event now takes an integer parameter for the loaded save-file's ID

    In both scripts, replace the line:

    private void OnFinishLoading (int saveID)
    

    with:

    private void OnFinishLoading()
    
  • Thank you for the help :)

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.