HOME
Free Subliminal Text
Configuration
FSTConfig.xml controls the behaviour of FST and the messages it displays. The file can be changed with any text editor, such as Notepad or TextEdit. If you know nothing about xml, just change the message lines to what you want. You can safety add or delete message lines, just make sure they go between the start and finish fst tags.
<fst author="http://richard.warburton.it" >
<startup checkUpdates="true" configWindow="minimized" nextUpdate="1234350862" />
<font color="#0000FF29" size="35" family="sans-serif" style="plain" />
<timing on="100" off="3000" />
<order word="forward" letter="forward" />
<position x="random" y="random" x-margin="50" y-margin="50" />
<message>I am beautiful</message>
<message>I am clever</message>
<message>I am confident</message>
<message>I am slim</message>
<message>I am sexy</message>
<message>I am successful</message>
<message>I get enough sleep</message>
<message>I exercise regularly</message>
<message>I prefer healthy foods to unhealthy foods</message>
</fst>
- fst
- author
- Program will fail unless author="http://richard.warburton.it"
- startup
- checkUpdates
- Option to check for updates 30 days after it is first run. Allowed values are true or false. Default is true
- configWindow
- Option to display the config window. Allowed values are true, false or minimized. Default is true. If set to false using windows, FST has no visible window to appear in the task bar. To quit, enter Task Manager (CTRL-ALT-DELETE), click the processes tab and look for javaw. Quitting the process should stop FST.
- font
- color
- Standard hex color, commonly used in html. It is made up of a # and four lots of two numbers for red, green, blue and alpha. #ff0000ff is bright red. #000000ff is black. #ffffffff is white. #808080ff is grey. Default is #0000ffff (blue).
- size
- Font point size. Default is 35.
- family
- Font name. Default is sans-serif.
- style
- Font style. Allowed values are plain, bold, italic and bolditalic. Default is plain.
- timing
- on
- Length of time text appears on screen in milliseconds. 1000 milliseconds = 1 second. Default is 100.
- off
- Length of time between text displays in milliseconds. 1000 milliseconds = 1 second. Default is 3000.
- order
- word
- Word order option. Allowed values are forward, reverse, random, rndinner (randomize, leaving first and last words) and join (make letter option treat entire message as one word).
- letter
- Letter order option for each word. Allowed values are forward, reverse, random and rndinner (randomize, leaving first and last letters).
- position
- x
- Horizontal position of text. Allowed values are left, right, center or random. Default is random.
- y
- Vertical position of text. Allowed values are top, bottom, center or random. Default is random.
- x-margin
- Minimum number of pixels that the text must be away from the left and right edges of the screen. Default is 50.
- y-margin
- Minimum number of pixels that the text must be away from the top and bottom edges of the screen. Default is 50.
- message
- There must be at least one message tag.