The Witcher 3
0 of 0

File information

Last updated

Original upload

Created by

rmemr

Uploaded by

rmemr

Virus scan

Safe to use

12 comments

  1. Texts35
    Texts35
    • member
    • 0 kudos
    Error [modbootstrap-registry]local\mods_registry.ws(3): Unknown base class 'CModFactory'Warning [modradishseeds]local\radishseeds\cam\state_interactive_camera.ws(2): Adding state 'Rad_InteractiveCamera' to class 'IScriptable' which is not a state machine.
    Warning [modradishseeds]local\radishseeds\cam\state_interactive_camera.ws(94): Adding state 'Rad_InteractiveRotatingCamera' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?
    Warning [modradishseeds]local\radishseeds\placement\state_interactive_placement.ws(2): Adding state 'Rad_InteractivePlacement' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?
    Warning [modradishseeds]local\radishseeds\time\state_interactive_time.ws(2): Adding state 'Rad_InteractiveTime' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?

    Can you tell me what is this statemachine keyword? Also, I do have the bootstrap vanilla patch installed.
  2. juliojakers
    juliojakers
    • premium
    • 1 kudos
    I've got script error... and what I installed is latest version of Bootsrap and Share Import...

    Error [modsharedimports]local\centitytemplate.ws(45): Structure 'CEntityAppearance' was already exported.
    Error [content0]game\types.ws(52): Enum 'EAreaName' already defined.
    Error [content0]game\types.ws(68): Enum 'EDlcAreaName' already defined.
    Error [modsharedimports]local\centitytemplate.ws(1): Class 'CEntityTemplate' was already exported.

    Warning [modradishseeds]local\radishseeds\cam\state_interactive_camera.ws(2): Adding state 'Rad_InteractiveCamera' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?
    Warning [modradishseeds]local\radishseeds\placement\state_interactive_placement.ws(2): Adding state 'Rad_InteractivePlacement' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?
    Warning [modradishseeds]local\radishseeds\time\state_interactive_time.ws(2): Adding state 'Rad_InteractiveTime' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?
    1. rmemr
      rmemr
      • premium
      • 160 kudos
      You have two problems:

      1. in addition to sharedImports mod you have another mod that imports "CEntityTemplate" and "CEntityAppearance"
      2. you don't have the bootstrap-vanilla-patch installed

      You can solve 1. by either searching for the other mod that imports CEntityTemplate and remove that and the CEntityAppearance imports completely from that mod or you remove it from the sharedImports mod. If you remove it from sharedImports mod you may have problems with any radish modding tools mods as those rely on the complete imports of classes.

      For the second problem please reread the installation instructions and the top sticky forum post for bootstrap mod and retry.
    2. theBerengal
      theBerengal
      • member
      • 0 kudos
      Hi! I'm sorry for asking, I have the same error.. but the "instructions" that replied to your, - I have no idea how to understand this. May I ask you if you found a solution to the problem?
  3. Aboo3238
    Aboo3238
    • member
    • 27 kudos
    Can you help me with this

    Error [modradishseeds]local\radishseeds\cam\static_camera.ws(46): Property 'fov' exists but was not imported from C++ code.Error [modradishseeds]local\radishseeds\cam\static_camera.ws(53): Property 'fov' exists but was not imported from C++ code.Error [modradishseeds]local\radishseeds\cam\position_tracker.ws(78): Property 'hideFoliage' exists but was not imported from C++ code.Error [modradishseeds]local\radishseeds\cam\position_tracker.ws(79): Property 'hideWater' exists but was not imported from C++ code.Error [modradishseeds]local\radishseeds\cam\position_tracker.ws(80): Property 'hideTerrain' exists but was not imported from C++ code.
    1. rmemr
      rmemr
      • premium
      • 160 kudos
      Hmm.. it seems I forgot to mention a dependency on the sharedImports mod which is now required. Sorry, I'll add it to the description.
  4. TheSilencer1
    TheSilencer1
    • member
    • 36 kudos
    Error [content0]game\types.ws(52): Enum 'EAreaName' already defined.
    Error [content0]game\types.ws(68): Enum 'EDlcAreaName' already defined.

    Warning [modradishseeds]local\radishseeds\cam\state_interactive_camera.ws(2): Adding state 'Rad_InteractiveCamera' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?
    Warning [modradishseeds]local\radishseeds\placement\state_interactive_placement.ws(2): Adding state 'Rad_InteractivePlacement' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?
    Warning [modradishseeds]local\radishseeds\time\state_interactive_time.ws(2): Adding state 'Rad_InteractiveTime' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?
    1. TheSilencer1
      TheSilencer1
      • member
      • 36 kudos
      Nevermind! I found the solution I required the vanilla patch of Bootstrap
  5. Sosiex98
    Sosiex98
    • member
    • 0 kudos
    Error [modradishseeds]local\radishseeds\cam\state_interactive_camera.ws(34): Unknown type 'array:2,0,SModUiHotkeyHelp' for property 'hotkeyList'.
    Error [modradishseeds]local\radishseeds\placement\state_interactive_placement.ws(44): Unknown type 'array:2,0,SModUiHotkeyHelp' for property 'hotkeyList'.
    Error [modradishseeds]local\radishseeds\time\state_interactive_time.ws(30): Unknown type 'array:2,0,SModUiHotkeyHelp' for property 'hotkeyList'.

    Warning [modradishseeds]local\radishseeds\cam\state_interactive_camera.ws(2): Adding state 'Rad_InteractiveCamera' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?
    Warning [modradishseeds]local\radishseeds\placement\state_interactive_placement.ws(2): Adding state 'Rad_InteractivePlacement' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?
    Warning [modradishseeds]local\radishseeds\time\state_interactive_time.ws(2): Adding state 'Rad_InteractiveTime' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?
    Warning [content0]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.
    Warning [content0]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code.
    Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.
    1. rmemr
      rmemr
      • premium
      • 160 kudos
      It looks like bootstrap mod is not installed. It seems I forgot to mention this dependency in the instructions.
  6. StavroS1985
    StavroS1985
    • supporter
    • 1 kudos
    Man, you did a fantastic job. Thank you so much.
  7. RagnarofKlausenburg
    RagnarofKlausenburg
    • premium
    • 17 kudos
    Hello again, wnated to try out env editor buy i get this error
    Error [modradishseeds]local\radishseeds\cam\position_tracker.ws(59): Property 'hideFoliage' exists but was not imported from C++ code.
    Error [modradishseeds]local\radishseeds\cam\position_tracker.ws(60): Property 'hideWater' exists but was not imported from C++ code.
    Error [modradishseeds]local\radishseeds\cam\position_tracker.ws(61): Property 'hideTerrain' exists but was not imported from C++ code.

    Warning [modradishseeds]local\radishseeds\cam\state_interactive_camera.ws(2): Adding state 'Rad_InteractiveCamera' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?
    Warning [modradishseeds]local\radishseeds\placement\state_interactive_placement.ws(2): Adding state 'Rad_InteractivePlacement' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?
    Warning [modradishseeds]local\radishseeds\time\state_interactive_time.ws(2): Adding state 'Rad_InteractiveTime' to class 'IScriptable' which is not a state machine. Did you forget the 'statemachine' keyword in class?
    Warning [modsharedimports]engine\environment.ws(30): Global native function 'EnableDebugOverlayFilter' was not exported from C++ code.
    Warning [modsharedimports]engine\environment.ws(32): Global native function 'EnableDebugPostProcess' was not exported from C++ code.
    Warning [content0]engine\showflags.ws(11): Global native function 'DebugSetEShowFlag' was not exported from C++ code.

    Found the fix ! There was a update on shard imports and i had a older version

    Ill leve the comment in case anyone has the same problem