Wrayth: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
No edit summary
(Moved to Category:New Player and added some technical info.)
Line 1: Line 1:
'''StormFront''' is an official front end for [[GemStone IV]]. Compared with the [[Wizard (front end)|Wizard]], StormFront provides more features, including a point-and-click interface, dialog boxes, and a more advanced [[Scripting (StormFront) | scripting engine]]. On the other hand, StormFront lacks a few features from the Wizard, such as global highlights.
'''StormFront''' is an official front end (FE) for [[GemStone IV]] and [[DragonRealms]], and works with the Windows operating system. Compared with the [[Wizard (front end)|Wizard FE]], StormFront provides more features, including a point-and-click interface, dialog boxes, and a more advanced scripting engine.


Can be downloaded here : https://www.play.net/gs4/play/stormfront-info.asp
Download: https://www.play.net/gs4/play/stormfront-info.asp

FAQ: https://www.play.net/gs4/play/sf/faq.asp

Scripting Guide: https://www.play.net/dr/play/stormfront_scripting.asp

== Settings ==

StormFront stores settings (such as highlights and scripts) separately for each character, either on the server or locally. This can be toggled inside StormFront under Options > Settings > Location.

Local settings are stored as XML files in C:\Users\<Name>\AppData\Roaming\StormFront ('''not''' the folder in which StormFront is installed).

== Macro Commands ==

Macros allow the user to execute a sequence of commands with a single keypress.

Special keywords that can be used in macros include:

:\r - Send the command.
:\p - pause 1 second before continuing.
:\x - Delete the contents of the command line before continuing.
:@ - Place the insertion marker here.
:\? - Replace this with the contents of the command line before starting.

== Other FEs ==
*[[Wizard (front end)]] - official Windows front end
*[[Avalon]] - official Mac OS X front end
*[[Lich (software)]] - unofficial scripting addon, works with any of StormFront/Wizard/Avalon.


==StormFront Macro Commands==
\r - Send the command.<br/>
\p - pause 1 second before continuing.<br/>
\x - Delete the contents of the command line before continuing.<br/>
@ - Place the insertion marker here.<br/>
\? - Replace this with the contents of the command line before starting.<br/>
{{stub}}
[[Category:Front Ends]]
[[Category:Front Ends]]
[[Category:New Player]]

Revision as of 18:27, 9 July 2015

StormFront is an official front end (FE) for GemStone IV and DragonRealms, and works with the Windows operating system. Compared with the Wizard FE, StormFront provides more features, including a point-and-click interface, dialog boxes, and a more advanced scripting engine.

Download: https://www.play.net/gs4/play/stormfront-info.asp

FAQ: https://www.play.net/gs4/play/sf/faq.asp

Scripting Guide: https://www.play.net/dr/play/stormfront_scripting.asp

Settings

StormFront stores settings (such as highlights and scripts) separately for each character, either on the server or locally. This can be toggled inside StormFront under Options > Settings > Location.

Local settings are stored as XML files in C:\Users\<Name>\AppData\Roaming\StormFront (not the folder in which StormFront is installed).

Macro Commands

Macros allow the user to execute a sequence of commands with a single keypress.

Special keywords that can be used in macros include:

\r - Send the command.
\p - pause 1 second before continuing.
\x - Delete the contents of the command line before continuing.
@ - Place the insertion marker here.
\? - Replace this with the contents of the command line before starting.

Other FEs