posted by Charlie
on Sun, 04/05/2009 - 10:23
Tags:
The Spaceroom Ship Server (SRModel.exe) models the function and systems of the ship as well as uses the ODE physics engine to move about space. It receives commands from the Console application.
Configuration
Config file: SRModel.ini
# TCP/IP settings
[Network]
ModelServerPort=88
UDPBroadcast=10080
[Settings]
AdvertiseInterval=5000 # How often (in ms.) to send UDP advertise message
StartInTray=1 # Whether or not to start minimized in system tray
AutoStartModel=1 # Whether or not to immediately start the model
- Log in to post comments