This member has provided no bio about themself...

Comment History
nodrules1
nodrules1 - - 6 comments @ Diablo II SP Enhancement Mod v1.6 Full

change PlugY.ini settings "ActiveBigStash=0" instead of 1 also...

Good karma+1 vote
nodrules1
nodrules1 - - 6 comments @ Diablo II SP Enhancement Mod v1.6 Full

There are 4 rows in the "inventory.txt" file you might need to change.

Under class; "Bank Page 1" "Big Bank Page 1" "Bank Page2" "Big Bank Page2".

Change all values to "16" in those rows mentioned previously, at these following column intersections; "gridX" "gridY" "gridBoxWidth" and lastly "gridBoxHeight".

Also make sure your putting the "data" folder in the same folder that "PlugY.exe" and "PlugY.ini" are located. Make a shortcut to run "PlugY.exe" on your desktop and assure you have added "-direct -txt" without quotes to the shortcuts "Target" section after the end of what is already written there;

EXAMPLE: "C:\Game\Diablo II\Mod PlugY\PlugY.exe" -direct -txt

Good karma+1 vote
nodrules1
nodrules1 - - 6 comments @ Diablo II SP Enhancement Mod v1.6 Full

Haha I'm such a noob at this, wasn't working for me

had to add line 13=
WinWaitActive, Diablo II
for it to run properly new one that works for me is the following... xP;
------------------->-o->----|
------------------->-o->----v
------------------->-p->----|
------------------->-s->--- ▓╝
----------------------------v

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

Run, C:\Game\Diablo II\CursorLockSHORTCUT
sleep, 400
WinWait, Diablo II
WinActivate, Diablo II
IfWinExist, Diablo II
{
WinWaitActive, Diablo II
Run *RunAs "C:\Game\Diablo II\mod support\BH maphacks\BH.Injector.exe"
WinActivate, C:\Game\Diablo II\mod support\BH maphacks\BH.Injector.exe
}
else Exitapp
WinWaitActive, C:\Game\Diablo II\mod support\BH maphacks\BH.Injector.exe
IfWinActive, C:\Game\Diablo II\mod support\BH maphacks\BH.Injector.exe
{
Sleep, 400
Send, 2
Sleep, 300
Send, 2
}
Else IfWinNotActive
{
WinActivate, C:\Game\Diablo II\mod support\BH maphacks\BH.Injector.exe
Send, 2
Sleep, 300
Send, 2
}
IfWinExist, Diablo II
{
Sleep, 300
WinWaitClose, C:\Game\Diablo II\mod support\BH maphacks\BH.Injector.exe
WinActivate, Diablo II
WinWaitActive, Diablo II
WinMove, Diablo II, , 326, -28 , 1920, 1480
WinMinimize, Diablo II
sleep, 400
WinActivateBottom, Diablo II
}
else Exitapp

Good karma+1 vote
nodrules1
nodrules1 - - 6 comments @ Diablo II SP Enhancement Mod v1.6 Full

Created this "Autohotkey" program script to auto-run my shortcut which loads "CursorLock" function into the Game.exe in order to lock the mouse to the windowed screen interior. Made the script load the shortcut (made with "CursorLock" program) then load (after running the shortcut which opens up Diablo II with a mouse lock on the interior of the window) the BH maphacks v1.6 Injector to apply SP maphacks for D2v1.3c.

At the end of the script it will move and resize the window to the aspect i want in windowed mode and then minimize and reactivate the window in order to reapply the CursorLock to the newly defined dimensions outlined in line 36 of the script. So one click of the compiled Autohotkey.exe script and it perfectly runs Diablo II with the CursorLock, injects BH maphacks , and then aligns the window to my liking (using a 2560 by 1440 monitor @ 119 refresh rate). If anyone likes future simplicity with a little work xD
Its prolly really usefull if your having trouble getting the game aligned to your liking in windowed mode. Otherwise just use fullscreen. Here it is if anyone thought might be useful to someone, just google the programs you will find them.

Here is the script I made for myself as an example;

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

Run, C:\Game\Diablo II\CursorLockSHORTCUT
WinWait, Diablo II
WinActivate, Diablo II
IfWinExist, Diablo II
{
Run *RunAs "C:\Game\Diablo II\mod support\BH maphacks\BH.Injector.exe"
WinActivate, C:\Game\Diablo II\mod support\BH maphacks\BH.Injector.exe
}
else Exitapp
WinWaitActive, C:\Game\Diablo II\mod support\BH maphacks\BH.Injector.exe
IfWinActive, C:\Game\Diablo II\mod support\BH maphacks\BH.Injector.exe
{
Send, 2
Sleep, 300
Send, 2
}
Else IfWinNotActive
{
WinActivate, C:\Game\Diablo II\mod support\BH maphacks\BH.Injector.exe
Send, 2
Sleep, 300
Send, 2
}
IfWinExist, Diablo II
{
Sleep, 300
WinWaitClose, C:\Game\Diablo II\mod support\BH maphacks\BH.Injector.exe
WinActivate, Diablo II
WinWaitActive, Diablo II
WinMove, Diablo II, , 326, -28 , 1920, 1480
WinMinimize, Diablo II
WinWaitNotActive, Diablo II
WinActivateBottom, Diablo II
}
else
Exitapp

Good karma+1 vote
nodrules1
nodrules1 - - 6 comments @ Diablo II SP Enhancement Mod v1.6 Full

Almost forgot, also had to change "gridX" and "gridY" for "Big Bank Page 1" and "Big Bank Page2" from "10" to "16".

Good karma+1 vote
nodrules1
nodrules1 - - 6 comments @ Diablo II SP Enhancement Mod v1.6 Full

P.S got it to work with BH maphacks for single player. In order for stash to work properly had to change PlugY.ini settings "ActiveBigStash=0" instead of 1. Additionally i needed to use "Diablo 2 excel file editor" in order to edit "inventory.txt" located in "Diablo II\Mod PlugY\data\global\excel" in order to get the stash to be properly set up. Changed class "Big Bank Page 1" and "Big Bank Page2" under "gridBoxWidth" and "gridBoxHeight" instead of 29, changed it to 16 and stash works perfect.

Good karma+1 vote