Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # AutoHotkey macros for buying PP materials
- Ok here we go, finally reworked the old mouse based hotkeys into keybased hotkeys for both forts and preps. If you have autohotkey or like to read the scripts, read or execute the .ahk files, depending on the activity. The only difference between them is the number of "s"-presses they are doing to get to the prep/exp or fort load bar. Else just use the binaries. I have put in a loading variable, so you can regulate how many tons you like to load per iterations (these are rough numbers to avoid skipped tons, always 2 or 3 additional mats, but this slight overhead will only affect the loading duration). So if you are rank 1 in PP, you need to set the delay to 700 for example.
- Loading one package of commodities is currently on numpad 1. Loading a full cutter/t9 is on numpad 0. Here you have to adjust the number of loops depending on how many tons you are loading at once and how big your haul is (e.g. 70 loops if you are loading 10 tons per iteration. 75 loops if you are loading 10 tons per iteration and have 750 capacity).
- I also have an additional unload macro (numpad dot/delete, right between numpad 0 and numpad enter) to unload for preps. This should unload everything between 600 and 750, but might be inefficient for the lower end of that interval.
- Finally there is also " Numpad + " with which you can shut down the script quickly if something goes horribly wrong. I would always advice you NOT to run the script while doing other things, because pressing those buttons can be dangerous. Also I would advise not do anything while a hotkey is executed. Use at your own risk.
- Note that this is - unlike the old script, screen independent (i.e. it does care about the resolution of your screen), however it does use keys. Check the .ahk files to learn the key mapping and replace keys if necessary. WASD+Space are used for general movement in the GUI (ED default). Also replace any of the hotkeys if these keys are already taken on your end.
- You can download AutoHotkey here: https://www.autohotkey.com/
- .ahk-Files:
- https://pastebin.com/ugNPp8SC
- https://pastebin.com/a8KAcyWm
Add Comment
Please, Sign In to add comment