Forum rules - please read before posting.

Corrupted settings manager

Hey Chris, just so you know, I figured out how to fix the Settings Manager issue.

It displayed this error as well as the console errors I showed you in the other thread:

Trying to create an event (any event) in the Event Editor would result in a console error.

Switching to the Demo manager worked just fine. So I created an event there, and did a diffcheck to see what was wrong with my own manager. I narrowed it down to this bit:

    RefIds:
    - rid: -2
      type: {class: , ns: , asm: }
    - rid: 1667315959109255168
      type: {class: EventSceneSwitch, ns: AC, asm: Assembly-CSharp}
      data:
        label: 
        id: 1
        actionListAsset: {fileID: 11400000, guid: 216173d6c46bdb64abf268eac6b6af6d,
          type: 2}
        parameterIDs: 00000000
        beforeAfter: 0
        dueToLoadingSave: 0
    - rid: 6070183008531120128
      type: {class: EventVariableChange, ns: AC, asm: Assembly-CSharp}
      data:
        label: 
        id: 0
        actionListAsset: {fileID: 11400000, guid: 0d941bbd0551b0b46bcc36d953675626,
          type: 2}
        parameterIDs: ffffffff
        variables: {fileID: 0}
        variableLocation: 2
        varID: -1 

I changed it to this:

    RefIds:
    - rid: 1667315959109255168
      type: {class: EventSceneSwitch, ns: AC, asm: AC}
      data:
        label: 
        id: 1
        actionListAsset: {fileID: 11400000, guid: 216173d6c46bdb64abf268eac6b6af6d,
          type: 2}
        parameterIDs: 00000000
        beforeAfter: 0
        dueToLoadingSave: 0
    - rid: 6070183008531120128
      type: {class: EventVariableChange, ns: AC, asm: AC}
      data:
        label: 
        id: 0
        actionListAsset: {fileID: 11400000, guid: 0d941bbd0551b0b46bcc36d953675626,
          type: 2}
        parameterIDs: ffffffff
        variables: {fileID: 0}
        variableLocation: 2
        varID: -1

Now it all works!

Comments

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.