Thread: WebJCS
View Single Post
Love & Thunder Love & Thunder's Avatar

JCF Member

Joined: Sep 2011

Posts: 1,101

Love & Thunder has disabled reputation

Dec 24, 2011, 09:20 AM
Love & Thunder is offline
Reply With Quote
Quote:
Originally Posted by My "settings.ini" File
[server]
port=8000
; Autoclose tries to detect if the client closes.
; In that case, the server closes too
; Set to false to disable (good for debugging, bad for collaboration)
autoclose=true
; Set to true to enable collaboration
; You need to forward the port to your computer
; with your router. Then give your external IP
; to others to join. For example:
; http ://123.345.567.789:8000/
collaboration=false

[folders]
; Paths are looked in the order numbered
; Start on 1, then 2 and so on...
; If two files found have the same filename,
; the first file found will be used.
;
; Note: When you run your level, make sure
; the tileset is in the same folder as your Jazz2.exe
1="C:\Program Files\Jazz Jackrabbit 2 - The Secret Files"
; Wine (Linux) path (replace with your username):
; 1=/home//.wine/drive_c/Games/Jazz2/

[paths]
; The path to the Jazz2 executable to run
; In my case, I use JJ2+
; %1 gets replaced by the level's filename upon run.
run="C:\Program Files\Jazz Jackrabbit 2 - The Secret Files\Jazz2.exe" %1
; For Wine (Linux), replace with your username.
; run="/home//.wine/drive_c/Games/Jazz2/Jazz2+.exe" %1
;
; The path to Google Chrome, used to load up the app automaticly
; The following works in Windows Vista and Windows 7, not Windows XP
chrome="C:\Users\Robo4900\AppData\Local\Google\Chrome\Appl ication\chrome.exe"
; chrome=
; Following command is for Linux. Short and simple, isn't it?
; chrome=google-chrome
That is what my settings.ini file says. Enjoy. Oh, and WebJCS is in "C:\Program Files\WebJCS", if that's any help.

EDIT: Almost forgot to mention that I'm running the latest version.
__________________

Last edited by Love & Thunder; Dec 24, 2011 at 09:22 AM. Reason: Added a space between http and :// to prevent JCF autolinkifying it(If that's even a word).