| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| servers:windows:games:void_localhost [2026/05/23 07:19] – Sean Rhone | servers:windows:games:void_localhost [2026/05/30 19:45] (current) – Sean Rhone |
|---|
| ====== Information ====== | ====== Information ====== |
| |
| * Void Server ((https://github.com/GregHib/void)) | * Void Server |
| | |
| ===== Resources ===== | |
| | |
| * [[https://rune-server.org/threads/void-634.697260/|Rune-Server]] | |
| * [[https://github.com/GregHib/void/wiki|Wiki]] | |
| | |
| ===== Media ===== | |
| | |
| * [[https://media.realmofespionage.xyz/index/category/42|Progress Pics]] | |
| |
| ===== Prerequisites ===== | ===== Prerequisites ===== |
| |
| "%ProgramFiles%\Git\bin\sh.exe" -- "%UserProfile%\Projects\Void-Server\scripts\server-settings-sed.sh" | "%ProgramFiles%\Git\bin\sh.exe" -- "%UserProfile%\Projects\Void-Server\scripts\server-settings-sed.sh" |
| | |
| | ===== Check ===== |
| |
| "%SystemRoot%\System32\findstr.exe" "server.name server.live development.admin.name world.experienceRate=1.0 grandExchange.enabled bots.count storage.players.logs.seconds" "%UserProfile%\Projects\Void-Server\src\game.properties" | "%SystemRoot%\System32\findstr.exe" "server.name server.live development.admin.name world.experienceRate=1.0 grandExchange.enabled bots.count storage.players.logs.seconds" "%UserProfile%\Projects\Void-Server\src\game.properties" |
| CD "%Temp%" | CD "%Temp%" |
| |
| COPY /Y "%UserProfile%\Projects\Void-Server\src\game\src\main\resources\game.properties" "%UserProfile%\Projects\Void-Server\src" | COPY /Y "%UserProfile%\Projects\Void-Server\src\game\src\main\resources\game.properties" "%UserProfile%\Projects\Void-Server\src\game.properties" |
| "%ProgramFiles%\Git\bin\sh.exe" -- "%UserProfile%\Projects\Void-Server\scripts\server-settings-sed.sh" | "%ProgramFiles%\Git\bin\sh.exe" -- "%UserProfile%\Projects\Void-Server\scripts\server-settings-sed.sh" |
| |
| |
| MKDIR "%UserProfile%\Projects\Void-Server\src\data\saves" & "%SystemRoot%\explorer.exe" "%UserProfile%\Projects\Void-Server\src\data\saves" | MKDIR "%UserProfile%\Projects\Void-Server\src\data\saves" & "%SystemRoot%\explorer.exe" "%UserProfile%\Projects\Void-Server\src\data\saves" |
| | |
| | ===== Hide Gradle Folder ===== |
| | |
| | **** |
| | |
| | "%SystemRoot%\System32\attrib.exe" +H "%UserProfile%\.gradle" |
| |