Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pizzaboxer/rbxgsconhost

RBXGS Console Host
https://github.com/pizzaboxer/rbxgsconhost

Last synced: 3 months ago
JSON representation

RBXGS Console Host

Awesome Lists containing this project

README

        

# RBXGS Console Host

A console host for RBXGS, allowing you to run it without needing IIS, effectively making it work a lot like RCCService. At its core it's basically just an incredibly barebones [ISAPI extension](https://learn.microsoft.com/en-us/previous-versions/iis/6.0-sdk/ms525172(v=vs.90)) host emulator.

The base directory is the directory where the RBXGS binaries and content folder are located. By default, it is the folder that RBXGSConHost.exe is in.

Usage:
- `-b, --baseDir ` - Set base directory, absolute path, wrapped in double quotes, no trailing backslash
- `-p, --port ` - Set Web Service port, default is 64989

This *must* be compiled using MSVC 8 on Visual Studio 2005. Releases are given if you don't feel like spending a few hours setting up an environment to do that, or dealing with the 40% chance of it crashing whenever you click on it.

StandardOut redirection will not work on older versions of Windows (around XP/Server 2003).

![explorer_GZ630N2iI9](https://github.com/user-attachments/assets/620d569c-403d-405d-98ae-60372e4070ca)