Page 1 of 1

Toolbelt - Modable?

Posted: Sat Jun 14, 2014 9:17 pm
by Turtle
Hi all! Does anyone know if the toolbelt can be modded? I wanted to change some things around. Right now, it's like this:
[1][2][3][4][5] [Shift+1][Shift+2][Shift+3][Shift+4][Shift+5] - Which I changed from Shift to Ctrl because it's easier for me.
[ ][ ][ ][ ][ ] [ ][ ][ ][ ][ ] - Extra bar from research

I like to use F1 - F4 or F5 sometimes, so I want to line up the toolbelt like this:
[F1][F2][F3][F4][F5] [ ][ ][ ][ ][ ]
[1][2][3][4][5] [ ][ ][ ][ ][ ]

This also brings up the issue with keybinds, F4 - F7 are used for debug tools and I don't see where they can be rebound. Maybe they're hard coded? I've tried looking through the lua files in the core and base files but didn't see anything about toolbelts. I'd appreciate if anyone can point me in the right direction. Thanks!

Re: Toolbelt - Modable?

Posted: Sat Jun 14, 2014 9:39 pm
by FreeER
edit: nvm, just reread what you wrote :) I didn't see a config for F4 (debug menu) so...I'm guessing hard coded.
Just checked out the config.ini (located in Factorio\config) and found

Code: Select all

quickbar-6=SHIFT + 1
quickbar-7=SHIFT + 2
quickbar-8=SHIFT + 3
quickbar-9=SHIFT + 4
quickbar-10=SHIFT + 5
I haven't actually tried to change it but...