The Witcher 3

File information

Last updated

Original upload

Created by

AnotherSymbiote

Uploaded by

AnotherSymbiote

Virus scan

Some manually verified files

Script Compilation Syntax Errors (1 comment)

  1. DarthJami
    DarthJami
    • premium
    • 0 kudos
    When launching the game, it comes up with 3 script compilation errors with the merged files; all of which appear to be expecting a function to be defined where a variable is defined.

    Error [mod0000_mergedfiles]game\gameplay\damage\damagemanagerprocessor.ws(1): syntax error, unexpected TOKEN_VAR, expecting TOKEN_FUNCTION, near 'var'
    Error [mod0000_mergedfiles]game\player\playerwitcher.ws(2): syntax error, unexpected TOKEN_VAR, expecting TOKEN_FUNCTION, near 'var'
    Error [mod0000_mergedfiles]game\player\r4player.ws(2): syntax error, unexpected TOKEN_VAR, expecting TOKEN_FUNCTION, near 'var'

    I haven't touched up on my coding knowledge in a while, but the variables defined are used later in the scripts so redefining them as functions would break the code.