As I've done in a couple of other Speeders (Albion & PSO), I've added a console window to the .dll version of BDO Speeder. This is a safer method of inputting/outputting text that does not rely on text files. It also emulates the .exe version exactly, so there is basically no difference between them. Note that not all (but most) programs support a console window, so you may have to try multiple programs. As always, Task Manager, Notepad, and most Microsoft software work fine.
The following console command has been added:
- -pid [process ID] — Speeder will use “process ID” as the process to read/write memory from/to. You can always find the process IDs for every process on your system by opening Task Manager and going to the “Details” tab. In general, you should not have to use this command because Speeder will find the PID automatically, but if it’s not working for some reason, you can resort to using this command.
The following macro/waymark commands have been added:
- “conf % [line],[text]” — “text” will be written to line “line” in your config file. Example:
- keys=conf % 3,0.5|dbg % writing 0.5 to line 3
- “nop” — No operation. This is a dummy command that doesn’t actually do anything but allows for extra keys sections that can be jumped to. Sometimes you may want to skip over a keys line, for example.
- keys=eq % skip,true|gt3
keys2=dbg % this message will only appear if skip is NOT true
keys3=nop
- keys=eq % skip,true|gt3
These changes require updating Speeder to version 175. The newest version can be found by clicking the MEGA Folder button in Launcher.