forked from daid/EmptyEpsilon
-
Notifications
You must be signed in to change notification settings - Fork 0
HTTP Server
Kwadroke of "The Wired edited this page Mar 1, 2016
·
8 revisions
WORK IN PROGRESS!
the HTTPServer allows you to access certain functions of the game through a Web Browser connected to the server
##Enabling HTTPServer
Edit options.ini file with your favorite text editor. Change the line shown below.
httpserver=
to
httpserver=8080
Save the file, and start EmptyEpsilon.
By default there are not any pages to view. This is for accessing the API. See Serving Webpages for accessing webpages from the HTTPServer.
http://serverip:8080/set.lua?commandSetShields(1)
Create a directory called www in the EmptyEpislon Directory. Your html, css, images, & javascript files can be placed there. If you have an index.html file, you can browse to http://serverip:8080 and see your index page.
- Home
- Building and installing the game
- Configuring the game
- Playing the game
- Officer roles and screens
- Captain
- Main screen
- Ship window
- Crews of 5-6 players
- Crews of 3-4 players
- Single-player crew
- Game Master (GM) screens
- Extra screens
- Minigames
- Weapon types
- Officer roles and screens
- Extending the game
- Troubleshooting
- Fork content