mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
GUI for launching grids. Early version, but should work fine.
Will execute all OpenSim services redirect their input/output/errors to the selected "GUI module". This version has following "GUI modules": * Windows Forms * Windows Service (doesn't work yet) * Console * TCP daemon This means that OpenSim can now run in a single console for those who want that. Console functionallity is not too rich yet, but code/framework is there... more to come. :)
This commit is contained in:
3
OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.ini
Normal file
3
OpenSim/Tools/OpenSim.GridLaunch/OpenSim.GridLaunch.ini
Normal file
@@ -0,0 +1,3 @@
|
||||
GUI=WinForm
|
||||
;GUI=TCPD
|
||||
;Components=c:\temp\test.bat;true
|
||||
Reference in New Issue
Block a user