Stealth Inc 2

Stealth Inc 2

Not enough ratings
Local Community Server
By Heatray
Launching the local community levels server emulator.
Official community levels server was shut down in April 2021.
   
Award
Favorite
Favorited
Unfavorite
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 Comments
Heatray  [author] 4 Sep @ 9:20am 
if it is so difficult, then it can be done using the PowerToys Hosts File Editor
Lord Lovius 4 Sep @ 9:10am 
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 2 Sep @ 10:40am 
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 25 Jul @ 8:29pm 
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 25 Feb @ 2:18am 
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 20 Feb @ 9:25am 
Заработало! :) Ачивку получил! Спасибо.
work authenticate_ps3.php.ps1:

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

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

"0"
}
Ojos_del_Salado 20 Feb @ 5:16am 
after restarting the game on the console and removing the "0", performance is restored; apparently something breaks on the console.
Ojos_del_Salado 20 Feb @ 5:09am 
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