While editor is open.
Can I somehow access data from it through editor script.
Export the data I want into some csv file through custom exporter (script).
Modify that file in editor of my choice (exel/yupiter/googlesheet).
Import that file from cutom importer (script).
Apply the changed values into editors data through script.

@gamingislove
Will editor behave normally as if I would have changed the settings by hand(mouse and keyboard)?
(it shold display the actual changed data) (if I hit save the data will be saved)
Is this possible? Is this normal workflow to batch modify Ork's Data externally?
  • Yes, you can access all data, just like in-game.

    It doesn't really matter if you change data via the editor or via scripts, as both just change the value of the fields.
    Just one thing to look out for is making sure to initialize stuff accordingly, e.g. often enabling a setting (e.g. a combatant overriding some default settings) will require to initialize some other setting.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • Good news. Thanks.
Sign In or Register to comment.