BERSERK and the Band of the Hawk

BERSERK and the Band of the Hawk

View Stats:
Morningstar Feb 23, 2017 @ 6:40am
I got my mouse working with AHK
So, with this script you can move the camera with your mouse and get your LButton, MButton and RButton working.
It's not perfect, but it's functional and probably a better option than playing on keyboard-only without camera.

https://www.dropbox.com/s/7z2c501k6157lg1/BerserkMouse.exe?dl=0

Bind your
Normal Attack = O
Charge Attack = P
Guard = Q
Lock-on = F
Camera Up = I
Camera Right = L
Camera Down = K
Camera Left = J

then press LCtrl to enable/disable your mouse as camera
Left Button to Normal Attack
Middle Button to Lock-on
Right Button to Charge Attack
F1 to close the .exe
AFAIK F1 doesnt work inside the game, so you have to alt+tab then press F1

Here's the raw code if you want to modify and compile it yourself or w/e
http://pastebin.com/raw/R28NuKgV

Hope this helps, the camera stutters a little bit but eh, better than nothing, eventually some1 will come with a better solution. If the sensitivity is too high, just mess with it in Camera options. Will add mouse scroll someday.
Last edited by Morningstar; Feb 24, 2017 @ 9:57am
< >
Showing 1-15 of 21 comments
chris183 Feb 23, 2017 @ 7:23am 
pretty cool that you're trying to do this, also can someone make a youtube video of it

HyperOni Feb 23, 2017 @ 7:50am 
So what do i do when i downloaded the file? kinda need some instructions here :(
Big Awoo Feb 23, 2017 @ 7:57am 
T H A N K Y O U
Big Awoo Feb 23, 2017 @ 7:58am 
Originally posted by ⌈ Alex ⌋:
So what do i do when i downloaded the file? kinda need some instructions here :(

install Auto-Hotkeys - you're downloading a compiled script so all you need is AH installed and then run that exe (script)
Morningstar Feb 23, 2017 @ 8:01am 
Originally posted by ⌈ Alex ⌋:
So what do i do when i downloaded the file? kinda need some instructions here :(

Not sure you need AHK, since the script is already compiled.

Simply open your game, change your controls to the ones I listed in the first post, open the .exe, go back to the game through Alt +Tab (Your mouse won't work unless you press F1 to disable the script, so you need to Alt+Tab), press LCtrl inside the game and... voila, it should be working.
If it's too slow or too fast, just mess with the camera sensitivity in the game options.
Raiden Feb 23, 2017 @ 3:18pm 
Thak you but is realy phatetic that we need this in 2017
Last edited by Raiden; Feb 23, 2017 @ 3:18pm
Big Awoo Feb 23, 2017 @ 7:25pm 
Originally posted by Jagermonster:
Originally posted by Raiden:
Thak you but is realy phatetic that we need this in 2017
It's really pathetic that you still pirate games in 2017

lol because it's the current year, Koei Tecmo will make a port worth $60 this time trust me guys.
Toadally Awesome Feb 23, 2017 @ 8:41pm 
Originally posted by Jagermonster:
Originally posted by Raiden:
Thak you but is realy phatetic that we need this in 2017
It's really pathetic that you still pirate games in 2017

Hey let's have some understanding here, he is obviously too poor to afford a controller xD
Morningstar Feb 24, 2017 @ 4:06am 
Originally posted by Jagermonster:
It's really pathetic that you still pirate games in 2017
Originally posted by Toadally Awesome:
Hey let's have some understanding here, he is obviously too poor to afford a controller xD

This is not necessary, maybe he doesnt wanna buy it, I bought it because I'm a huge fan of Berserk and I'm not too tired of musou yet, so I'm ok with spending that much money on a ♥♥♥♥♥♥ port reskin musou. And maybe he wants to play on mouse and keyboard instead of a pad, I do.
Horodyn Feb 24, 2017 @ 9:09am 
Originally posted by Morningstar:
Originally posted by Jagermonster:
It's really pathetic that you still pirate games in 2017
Originally posted by Toadally Awesome:
Hey let's have some understanding here, he is obviously too poor to afford a controller xD

This is not necessary, maybe he doesnt wanna buy it, I bought it because I'm a huge fan of Berserk and I'm not too tired of musou yet, so I'm ok with spending that much money on a ♥♥♥♥♥♥ port reskin musou. And maybe he wants to play on mouse and keyboard instead of a pad, I do.
Same, I've always meant to get a controller, just never had the need or motivation to actually get one until now.
Berserker Feb 24, 2017 @ 1:21pm 
Originally posted by Morningstar:
So, with this script...
Thanks for the script, I've tried to make one too. Had the same idea with comparing mouse coords within time delay, but experienced some troubles with writing it properly.
Its a shame that we can't rebind target change to mousewheel as it hardbound to left-right camera move.

EDIT: Btw you should make a guide I think.
Last edited by Berserker; Feb 24, 2017 @ 1:22pm
hot spring chimp Feb 24, 2017 @ 1:36pm 
not including mouse support on a pc release........................ really makes u think
hey maybe that's why we get so many trash games released from AAA developers these days, because there will always be fans to defend companies no matter what inane decisions they make or corners they cut
Morningstar Feb 25, 2017 @ 9:35pm 
Originally posted by Мисаки не придёт:
Thanks for the script, I've tried to make one too. Had the same idea with comparing mouse coords within time delay, but experienced some troubles with writing it properly.
Its a shame that we can't rebind target change to mousewheel as it hardbound to left-right camera move.

EDIT: Btw you should make a guide I think.

Interesting, I didnt realize it was hardbound to left-right camera, so that's why I keep switching targets, I'm not supposed to move my camera if I targeted someone...
I could get some memory reading, find the target address and if the lock-on button is pressed, then disable the camera move and change the left/right camera to mousewheel while there's a target, but... it's too much trouble

I thought my first post was a guide, isn't it clear enough? :(

Edit: Oh, you mean a steam guide. Mmhm, the script is very messy, it's just a workaround.

If anyone wants to make the guide and improve the script, feel free to do so.
Last edited by Morningstar; Feb 25, 2017 @ 9:42pm
Berserker Feb 27, 2017 @ 12:59am 
Originally posted by Morningstar:
Interesting, I didnt realize it was hardbound to left-right camera, so that's why I keep switching targets, I'm not supposed to move my camera if I targeted someone...
I could get some memory reading, find the target address and if the lock-on button is pressed, then disable the camera move and change the left/right camera to mousewheel while there's a target, but... it's too much trouble

I thought my first post was a guide, isn't it clear enough? :(

Edit: Oh, you mean a steam guide. Mmhm, the script is very messy, it's just a workaround.

If anyone wants to make the guide and improve the script, feel free to do so.

If you don't mind, I'll be glad make a Steam guide based on your script with you in credits.
Berserker Feb 27, 2017 @ 2:02pm 
I've added a Steam guide, tried to implement target select by mousewheel. Still a workaround though =P
Last edited by Berserker; Feb 27, 2017 @ 2:03pm
< >
Showing 1-15 of 21 comments
Per page: 1530 50