Stealth Inc 2

Stealth Inc 2

评价数不足
Local Community Server
由 Heatray 制作
Launching the local community levels server emulator.
Official community levels server was shut down in April 2021.
   
奖励
收藏
已收藏
取消收藏
Server Emulator
Download[github.com] and extract archive.

Run notepad as administrator, open hosts file located at C:\Windows\System32\drivers\etc\hosts, paste these lines and save.
127.0.0.1 default-environment-vk7dhyhsng.elasticbeanstalk.com # Stealth Bastard
127.0.0.1 stealthinc2sony.elasticbeanstalk.com # Stealth Inc 2

Run run_server.bat. Admin privileges required.




Source code: https://github.com/heatray/stealth-server

Tested on Windows 10, PowerShell 5.1
38 条留言
Heatray  [作者] 9 月 4 日 上午 9:20 
if it is so difficult, then it can be done using the PowerToys Hosts File Editor
Lord Lovius 9 月 4 日 上午 9:10 
ok not sure if this will help anyone else but this is what worked for me (and I fully realize this was due to me not being very programming savvy):
When you paste the lines just don't put the hashtag symbol in (also possibly that i only put in the lines for stealth inc 2)
Lord Lovius 9 月 2 日 上午 10:40 
any idea if this still works on windows 11? I tried all of the comment suggestions and I couldnt find any levels in the game. When I run the bat file normally it just leaves the powershell window open but doesnt seem to be doing anything. When i run as admin it immediatly closes again even with the pause and noexit commands added to the batch file. either way nothing is showing up in game
SoloStreamer 7 月 25 日 下午 8:29 
Would you be able to share how you do this? reason is i would like to host a server for another dead online game named 'Wickland'
Ojos_del_Salado 2 月 25 日 上午 2:18 
working "authenticate_ps4.php.ps1":
function POST-authenticate_ps4.php {
Param($Context)

$issuer = $Context.Request.QueryString.Item("issuer")

Write-Host ("Issuer: $issuer")
Write-Host ("Content: " + $Context.Request.RawContent)

"0"
}
Ojos_del_Salado 2 月 20 日 上午 9:25 
Заработало! :) Ачивку получил! Спасибо.
work authenticate_ps3.php.ps1:

function POST-authenticate_ps3.php {
Param($Context)

Write-Host ("Content: " + $Context.Request.RawContent)

"0"
}
Ojos_del_Salado 2 月 20 日 上午 5:16 
after restarting the game on the console and removing the "0", performance is restored; apparently something breaks on the console.
Ojos_del_Salado 2 月 20 日 上午 5:09 
good news :)
I made many attempts (more than 50), additionally tried "connected, allow, successfully, valid, accepted, ok, continue, true"; and finally tried "0" and the server crashed!

I started the server again and tried to send just double quotes (as it was originally) and the previous option, but the server crashed at the first request! using the screenshot, I caught the action and text of the error before the crash:

> 192.168.xx.xx:50809 -> GET /si2-sony-list-levels.php?limit=2000 // white font
[<timestamp>] [INFO ] Bye // green font
Send-Response : Исключение при задании "StatusCode" : "Доступ к ликвидированному объекту невозможен" // red font