Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/sfoyston/public_html/TextStorm/Wiki/inc/init.php on line 560

Warning: Cannot modify header information - headers already sent by (output started at /home/sfoyston/public_html/TextStorm/Wiki/inc/init.php:560) in /home/sfoyston/public_html/TextStorm/Wiki/inc/auth.php on line 495

Warning: Cannot modify header information - headers already sent by (output started at /home/sfoyston/public_html/TextStorm/Wiki/inc/init.php:560) in /home/sfoyston/public_html/TextStorm/Wiki/feed.php on line 40

Warning: Cannot modify header information - headers already sent by (output started at /home/sfoyston/public_html/TextStorm/Wiki/inc/init.php:560) in /home/sfoyston/public_html/TextStorm/Wiki/feed.php on line 41

Warning: Cannot modify header information - headers already sent by (output started at /home/sfoyston/public_html/TextStorm/Wiki/inc/init.php:560) in /home/sfoyston/public_html/TextStorm/Wiki/feed.php on line 42

Warning: Cannot modify header information - headers already sent by (output started at /home/sfoyston/public_html/TextStorm/Wiki/inc/init.php:560) in /home/sfoyston/public_html/TextStorm/Wiki/feed.php on line 43

Warning: Cannot modify header information - headers already sent by (output started at /home/sfoyston/public_html/TextStorm/Wiki/inc/init.php:560) in /home/sfoyston/public_html/TextStorm/Wiki/inc/httputils.php on line 28

Warning: Cannot modify header information - headers already sent by (output started at /home/sfoyston/public_html/TextStorm/Wiki/inc/init.php:560) in /home/sfoyston/public_html/TextStorm/Wiki/inc/httputils.php on line 29
TextStorm Wiki http://www.sfoyston.com/TextStorm/Wiki/ 2024-04-27T05:34:23+00:00 TextStorm Wiki http://www.sfoyston.com/TextStorm/Wiki/ http://www.sfoyston.com/TextStorm/Wiki/lib/tpl/monobook/images/favicon.ico text/html 2016-11-27T22:54:04+00:00 about http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=about&rev=1480287244&do=diff About TextStorm TextStorm is a Text-based RPG Game Engine which focuses on being simple and dynamic. Written in PHP, HTML, CSS & MySQL using the PDO Connector. Rather than using pre-built scripts, you can now create your own game using any theme you can think of with text/html 2016-11-27T23:54:17+00:00 administration http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=administration&rev=1480290857&do=diff Administration Options This page will explain the Administration Options in the Administration Panel. It will explain what each option means and how it affects the game. BETA means the development of a feature is still in progress - it may be incomplete. text/html 2016-12-08T22:06:03+00:00 basics http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=basics&rev=1481234763&do=diff TextStorm Development Basics To develop for TextStorm you will need to know; PHP, HTML, CSS and MySQL using the PDO Connector to ensure you can understand, modify and create new code. The main database object is stored inside a variable and is passed as $db to each function, including plugins, it is also accessible by schedules. text/html 2016-12-05T22:43:47+00:00 constants http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=constants&rev=1480977827&do=diff TextStorm Constants Here you will find the constants used throughout TextStorm. There are two types; Booleans (1 or 0 - on or off), Values (Store a particular string or integer) They can be called/accessed anywhere within the game engine including the plugins you develop! text/html 2016-11-27T23:03:37+00:00 features http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=features&rev=1480287817&do=diff TextStorm Feature Overview Turn features on or off - choose whether you have vehicles or weapons, even both! Varied featureset for different themes! - “Chest” rewards, stores, quests and more! Customisable plugins for each feature - so you can change the wording or disable it if required! text/html 2016-12-05T22:18:16+00:00 functions http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=functions&rev=1480976296&do=diff TextStorm Functions Below you will find the details of TextStorms in-built functions and their usage. You will need to instantiate the User class to access these functions. $user = new User; Note: If you are developing a plugin, $user is already available to you! text/html 2016-12-08T22:01:06+00:00 install http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=install&rev=1481234466&do=diff TextStorm Installation Guide This guide will show you how to install TextStorm! text/html 2016-12-05T21:33:36+00:00 plugin_development http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=plugin_development&rev=1480973616&do=diff TextStorm Plugin Development Plugin Structure If you are developing a plugin, please start with the following structure to ensure compatibility. Download the PHP file, rename it, and put your code beneath the foreach block! Be sure to change the plugin installation SQL too! text/html 2016-12-09T00:32:40+00:00 plugins http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=plugins&rev=1481243560&do=diff Plugins Overview Here you will find details of all of the plugins available with their original names when TextStorm is installed. If you want to know how to customize a plugin go to the Administration Options Page. Airport This plugin allows players to travel between different locations. text/html 2016-12-08T21:55:10+00:00 release_core http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=release_core&rev=1481234110&do=diff TextStorm Core Releases A Core release is a build containing the previous Core release and all Update Releases associated with it. If 1.1 Core is released, and there are update releases such as 1.1.1, 1.1.2 etc. - Then 1.2 core will be 1.1 Core and all of the updates until 1.1.9! text/html 2016-12-08T21:54:14+00:00 release_update http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=release_update&rev=1481234054&do=diff TextStorm Update Releases Update releases provide new functionality, hot fixes, patches and general updates and optimization without requiring the full game engine to be re-installed. Update versions to upgrade to a new “Core” version will be provided so you only need to install TextStorm once, not every time a new core version is released. text/html 2016-12-08T22:10:41+00:00 schedule_development http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=schedule_development&rev=1481235041&do=diff Schedule Development This page will cover the requirements for developing SchedMan schedules and activating them. Important Notes Please make sure you have set up your Cron Job as specified when you first installed the game engine, if you have not set up a Cron Job, SchedMan and some other features such as Auctions may not work correctly. text/html 2016-12-08T22:01:50+00:00 setup http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=setup&rev=1481234510&do=diff TextStorm Initial Set-up Guide This guide will demonstrate some of the basic settings you can change to start making your game! text/html 2016-12-08T21:59:53+00:00 start http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=start&rev=1481234393&do=diff Welcome to the TextStorm Wiki! Here both non-developers and developers can find information and resources for using TextStorm! Use the search function to find information on plugins or parts of the game you need clarification on! What is TextStorm? text/html 2016-12-08T22:00:33+00:00 update http://www.sfoyston.com/TextStorm/Wiki/doku.php?id=update&rev=1481234433&do=diff TextStorm Upgrade Guide This guide will show you how to upgrade your version of TextStorm if a new version becomes available!