add gitignore, minor readme fix
This commit is contained in:
@@ -1,15 +0,0 @@
|
|||||||
@for /F "tokens=2" %%K in ('
|
|
||||||
tasklist /FI "ImageName eq Blockland.exe" /FO LIST ^| findstr /B "PID:"
|
|
||||||
') do (
|
|
||||||
DllRemover32 %%K BlockLua.dll
|
|
||||||
)
|
|
||||||
|
|
||||||
@call %~dp0compile.bat || exit
|
|
||||||
|
|
||||||
@for /F "tokens=2" %%K in ('
|
|
||||||
tasklist /FI "ImageName eq Blockland.exe" /FO LIST ^| findstr /B "PID:"
|
|
||||||
') do (
|
|
||||||
RemoteDllInjector32 %%K %~dp0BlockLua.dll
|
|
||||||
)
|
|
||||||
|
|
||||||
@pause
|
|
||||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
.*
|
||||||
|
!.gitignore
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
# BlockLua
|
# BlockLua
|
||||||
## How to Install
|
## How to Install
|
||||||
- Install RedBlocklandLoader
|
- Install RedBlocklandLoader
|
||||||
- Copy `BlockLua.dll`, `lua5.1.dll`, into the `modules` folder next to `Blockland.exe`
|
- Copy `BlockLua.dll` and `lua5.1.dll` into the `modules` folder next to `Blockland.exe`
|
||||||
- Optional: Copy the `lualib` folder into `modules`
|
- Optional: Copy the `lualib` folder into `modules`
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user