Author Topic: Is there any 'text file' editing?  (Read 1028 times)

RedVelvet12

  • Newbie
  • *
  • Posts: 2
Is there any 'text file' editing?
« on: June 02, 2021, 05:55:26 AM »
For example -- I want to automate the process. So for example, I could automate adding in commands in a text file. As a basic example -- like, I run a script to add into the settings file that would do something like 'On VERONICA press V'. Is it possible? I know there is command line scripts and the like but I don't know about this. I tried looking for settings files and I only got indecipherable binary type files.

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4758
  • RTFM
Re: Is there any 'text file' editing?
« Reply #1 on: June 02, 2021, 06:00:05 AM »
Profiles are stored in a database file, which is not intended to be edited with external tools (let alone be human readable).

Theoretically it's possible to create an XML-formatted .vap file that you can import, but that would not be supported, and the file format is not documented.

RedVelvet12

  • Newbie
  • *
  • Posts: 2
Re: Is there any 'text file' editing?
« Reply #2 on: June 02, 2021, 06:04:32 AM »
That's a shame, but it's not a complete roadblock, I can still use something like PYAUTOGUI to automate creating the commands.