Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pizzaboxer/rbxgsconhost
RBXGS Console Host
https://github.com/pizzaboxer/rbxgsconhost
Last synced: 3 months ago
JSON representation
RBXGS Console Host
- Host: GitHub
- URL: https://github.com/pizzaboxer/rbxgsconhost
- Owner: pizzaboxer
- License: gpl-3.0
- Created: 2024-07-14T19:23:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T00:46:48.000Z (6 months ago)
- Last Synced: 2024-07-28T01:10:41.031Z (6 months ago)
- Language: C++
- Homepage:
- Size: 111 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 64989This *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)