-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.cfg
More file actions
40 lines (39 loc) · 1.75 KB
/
Copy pathconfig.cfg
File metadata and controls
40 lines (39 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[Settings]
; Setting: Title
; Description: Set the title bar and label title in the application. Displayed as "bHaptics for <title>"
; Valid options: String (preferably game or app name)
Title=YourAppName
; Setting: Version
; Description: The version number of your release, displayed in the title bar
; Valid options: Version number
Version=1.0.0
; Setting: Mode
; Description: Configures which mode the app operates in, tail listens to log file, websocket listens on a port
; Valid options: Tail, Websocket
; Tail = tail a local log file
; Websocket = listen on port for websocket events
Mode=Websocket
; Setting: LogFile
; Description: When in Tail mode, the name of the logfile to tail for SDK2 commands
; Valid options: any plaintext log file that has valid SDK2 commands (See docs)
LogFile=logname.txt
; Setting: Port
; Description: When in Websocket mode, the port number to listen on for SDK2 commands
; Valid options: a valid port number, recommended range: 49152-65535
Port=49600
; Setting: TestEvent
; Description: The name of a valid haptic event in your SDK2 application to be used for testing, sent when the 'Test' button is clicked
TestEvent=heartbeat
[bHaptics]
; Setting: ApiKey
; Description: 20-char SDK2 API key from bHaptics Developer Portal
; Example API key for testing: FhwByRLr6sAu4tv26EPH
ApiKey=FhwByRLr6sAu4tv26EPH
; Setting: AppId
; Description: 24-char SDK2 Deployment / App key from bHaptics Developer Portal
; Example AppId for testing: 68ae65d9eff137eeb958bbe2
AppId=68ae65d9eff137eeb958bbe2
; Setting: DefaultConfig
; Description: The offline config used in event the bHaptics Player cannot contact the online API.
; You can get this from 'Download Default Config' in lower left of bHaptics Developer Portal after Deployment
DefaultConfig=DefaultConfig.json