User contributions

Jump to: navigation, search
Search for contributions
 
 
      
 
   

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

  • 13:40, 15 August 2012 (diff | hist) . . (+2,189). . N TCP Socket Example(Created page with "As of 2.6.0, Soldat Server Scripts are now able to establish TCP Connections. '''<pre>NOTE: These features are only enabled when Safe Mode is turned off! Start the serv...") (current)
  • 13:38, 15 August 2012 (diff | hist) . . (+758). . N Manual BE Updater(Created page with "<pre><nowiki> ||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||| BE MANUAL UPDATER |||||||||| |||||||||| by mar77a |||||||||| |||||...") (current)
  • 13:37, 15 August 2012 (diff | hist) . . (+1,393). . N XSplit(Created page with "===Snippet by DorkeyDear (Curt) and CurryWurst=== <source lang="pascal"> function Explode(Source: string; const Delimiter: string): array of string; var Position, DelLength,...") (current)
  • 13:37, 15 August 2012 (diff | hist) . . (+167). . N Spectators(Created page with "'''Data Type:''' Byte '''Description:<br>''' Current number of players on the spectator team (5) Category:Server ScriptingCategory:Server Scripting Variables") (current)
  • 13:36, 15 August 2012 (diff | hist) . . (+2,272). . N HRemote(Created page with "<source lang="haskell"> import Network import System.IO import Data.Char import Data.List import Control.Concurrent (threadDelay) -- config serverIP = "localhost" serverPort ...") (current)
  • 13:35, 15 August 2012 (diff | hist) . . (+440). . N ElephantHunter(Created page with "'''ElephantHunter''' is a web architect, graphics artist, and programmer. In early 2006, FliesLikeABrick worked with ElephantHunter to create the new official Soldat Forum...") (current)
  • 13:32, 15 August 2012 (diff | hist) . . (+873). . N StartVoteKick(Created page with "===From the Scripting Manual=== ''procedure StartVoteKick(voter, target: byte; reason: string);'' '''Parameter Info:''' voter (Byte): Player ID of the player who will ap...") (current)
  • 12:21, 15 August 2012 (diff | hist) . . (+39,753). . N Implicit Conversions(Created page with "Extension to Data_Types <table border="0" cellspacing="0" cellpadding="0" class="ta1"><tr class="ro1"><td style="text-align:left;width:1.9118in; " class="ce1"><p>Soldat Pa...") (current)
  • 12:20, 15 August 2012 (diff | hist) . . (+323). . N TimeLimit(Created page with "===From the Scripting Manual=== '''Data Type:''' Integer '''Description:''' Current Time Limit on the server, in ''minutes''. ==External Links== * [http://enesce.com...") (current)
  • 12:20, 15 August 2012 (diff | hist) . . (+504). . N StartServer(Created page with "===From the Scripting Manual=== ''procedure StartServer;'' '''Parameter Info:''' None '''Description:''' This function will start the Soldat Server. IMPORTANT: Ma...") (current)
  • 12:20, 15 August 2012 (diff | hist) . . (+520). . N UpdateGameStats(Created page with "===From the Scripting Manual=== ''procedure UpdateGameStats;'' '''Parameter Info:''' None '''Description:''' This function will write the current gameplay statistic...") (current)
  • 12:19, 15 August 2012 (diff | hist) . . (+1,574). . N Sandbox(Created page with "A little test involving ©opyright <source lang="php"> <?php $v = "string"; // sample initialization ?> html text <?php echo $v; // end of php code ?> </so...") (current)
  • 12:18, 15 August 2012 (diff | hist) . . (+167). . N Features for stats scripts(Created page with "This is a list of features that stats scripts should have: - An option to disable suicides, most importantly for Survival mode. <br>- Record flag captures and scores.") (current)
  • 12:18, 15 August 2012 (diff | hist) . . (+2,058). . N R(Created page with "R is one of two unfinished games that MM worked on after Soldat was released and maturing, the other being Crimson Glory. He released it with its source code as a Chr...") (current)
  • 12:17, 15 August 2012 (diff | hist) . . (+320). . N TimeLeft(Created page with "===From the Scripting Manual=== '''Data Type:''' Integer '''Description:''' Current Time Left on the server, in ''seconds''. ==External Links== * [http://enesce.com/...") (current)
  • 12:17, 15 August 2012 (diff | hist) . . (+821). . N StrPos(Created page with "===From the Scripting Manual=== ''function StrPos(const Substr, S: string): integer;'' '''Parameter Info:''' Substr (String): Substring to search for. S (String): Stri...") (current)
  • 12:16, 15 August 2012 (diff | hist) . . (+499). . N Realistic Mode(Created page with "As the Soldat community has grown, so has the popularity of "R-mode," or the sub-gamemode "Realistic Mode." In v1.3.1's R-mode, the weapons are more powerful, and have a recoi...") (current)
  • 12:16, 15 August 2012 (diff | hist) . . (+623). . N WeaponNameByNum(Created page with "===From the Scripting Manual=== ''function WeaponNameByNum(Num: integer): string;'' '''Parameter Info:''' Num (integer): Weapon number to be converted to Weapon name. ...") (current)
  • 12:15, 15 August 2012 (diff | hist) . . (+2,027). . N Soldat.devs(Created page with "'''The Point:''' This channel is intended for community developers, hobby programmers, and graphic artists... and anyone else who can contribute some occasional help or insigh...") (current)
  • 12:15, 15 August 2012 (diff | hist) . . (+565). . N Sqrt(Created page with "===From the Scripting Manual=== ''function sqrt(Number: extended): extended;'' '''Parameter Info:<br>''' Number (Extended): Numeric value to calculate the square root of...") (current)
  • 12:14, 15 August 2012 (diff | hist) . . (+745). . N WriteFile(Created page with "===From the Scripting Manual=== ''function WriteFile(FileName, Data: string): boolean;'' '''Parameter Info:''' FileName (String): File located in your Soldat Server fold...")
  • 12:12, 15 August 2012 (diff | hist) . . (+2,619). . N Objects(Created page with "== GetObjectStat == Object ids go from 0 to 128. Note that 0 is unused though. <ol> <li value="0">Unknown</li> <li value="1">Alpha flag; if killed, recreated soon after (not...") (current)
  • 12:10, 15 August 2012 (diff | hist) . . (+712). . N TCPAdminPM(Created page with "===From the Scripting Manual=== ''procedure TCPAdminPM(ToIP, Text: string);'' '''Parameter Info:''' ToIP (String): IP Address of the connect TCP admin whom will receive ...") (current)
  • 12:10, 15 August 2012 (diff | hist) . . (+336). . N ServerName(Created page with "===From the Scripting Manual=== '''Data Type:''' String '''Description:''' Current name of the Soldat Server as it appears in the Lobby. ==External Links== * [http:/...") (current)
  • 12:09, 15 August 2012 (diff | hist) . . (+348). . N ServerVersion(Created page with "===From the Scripting Manual=== '''Data Type:''' String '''Description:''' Current version of the Dedicated Server that is running the script. ==External Links== * [...") (current)
  • 12:08, 15 August 2012 (diff | hist) . . (+725). . N WriteLnFile(Created page with "===From the Scripting Manual=== ''function WriteLnFile(FileName, Data: string): boolean;'' '''Parameter Info:''' FileName (String): File located in your Soldat Server fo...")
  • 12:08, 15 August 2012 (diff | hist) . . (+358). . N ScoreLimit(Created page with "===From the Scripting Manual=== '''Data Type:''' Integer '''Description:''' Maximum number of points a player can have before the server loads the next round. ==Exte...") (current)
  • 12:07, 15 August 2012 (diff | hist) . . (+321). . N ServerPort(Created page with "===From the Scripting Manual=== '''Data Type:''' Integer '''Description:''' Current port the Soldat Server is running on. ==External Links== * [http://enesce.com/hel...") (current)
  • 12:07, 15 August 2012 (diff | hist) . . (+1,525). . N Default Scripts Template(Created page with "==Default Script Template== <source lang="pascal"> procedure ActivateServer(); begin end; procedure AppOnIdle(Ticks: integer); begin end; procedure OnMapChange(N...") (current)
  • 12:06, 15 August 2012 (diff | hist) . . (+503). . N Shutdown(Created page with "===From the Scripting Manual=== ''procedure Shutdown;'' '''Parameter Info:''' None '''Description:''' This function will Shutdown the Soldat Server and terminate it...") (current)
  • 12:06, 15 August 2012 (diff | hist) . . (+373). . N Advance Mode(Created page with "Advance mode may be combined with the other game modes, e.g. for R/S/A mode, or it can be active by itself. In Advance mode players start the match armed only with secondary w...") (current)
  • 12:05, 15 August 2012 (diff | hist) . . (+473). . N ScriptName(Created page with "===From the Scripting Manual=== '''Data Type:''' String '''Description:''' Name of the folder that the current script resides in; in the /script/ folder. '''Exam...") (current)
  • 12:04, 15 August 2012 (diff | hist) . . (+1,720). . N Survival Mode(Created page with "In addition to Realistic mode, there is the option to enable Survival Mode, a sub-gamemode where all players spawn together at the beginning. In most realistic servers, surviv...")
  • 12:04, 15 August 2012 (diff | hist) . . (+482). . N RandomBot(Created page with "===From the Scripting Manual=== ''function RandomBot: string;'' '''Parameter Info:''' None '''Description:''' This function will return the name of a random .bot fi...") (current)
  • 12:00, 15 August 2012 (diff | hist) . . (+837). . N Crimson Glory(Created page with "Crimson Glory is the latter of two unfinished games released by MM, the other being R. Crimson Glory was intended as a hybrid 2D+3D game, containing elements of both,...") (current)
  • 12:00, 15 August 2012 (diff | hist) . . (+425). . N Link-dead(Created page with "'''link-dead''' is MM's latest development project, one which he is extraordinarily excited about. link-dead will be a 2D side-scroller in a format very similar to how Sol...") (current)
  • 11:58, 15 August 2012 (diff | hist) . . (+622). . N SayToPlayer(Created page with "===From the Scripting Manual=== ''procedure SayToPlayer(ID: byte; Text: string);'' '''Parameter Info:''' ID (Byte): Player ID to send text to Text (String): Text to be...") (current)
  • 11:57, 15 August 2012 (diff | hist) . . (+513). . N OnFlagScore(Created page with "===From the Scripting Manual=== ''procedure OnFlagScore(ID, TeamFlag: byte);'' '''Parameter Info:''' ID (Byte): Player ID of the player who scored the flag. TeamF...") (current)
  • 11:56, 15 August 2012 (diff | hist) . . (+645). . N Lobby ping(Created page with "<source lang="php"> $ip = '127.0.0.1'; $port = 23073; $start_time = microtime(true); $sock = socket_create(AF_INET,SOCK_DGRAM,SOL_UDP); socket_set_option($sock, SOL_SOCKET, SO...") (current)
  • 11:55, 15 August 2012 (diff | hist) . . (+572). . N OnLeaveGame(Created page with "===From the Scripting Manual=== ''procedure OnLeaveGame(ID, Team: byte; Kicked: boolean);'' '''Parameter Info:''' ID (Byte): ID of the player. Team (Byte): Team t...") (current)
  • 11:55, 15 August 2012 (diff | hist) . . (+311). . N AlphaScore(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current score of the Alpha (Red) team. ==External Links== * [http://enesce.com/help/index.ht...") (current)
  • 11:54, 15 August 2012 (diff | hist) . . (+1,561). . N RegExpMatch(Created page with "===From the Scripting Manual=== ''function RegExpMatch(Pattern, Source: string): boolean;'' '''Parameter Info:''' Pattern (String): A POSIX extended regular expression. ...") (current)
  • 11:54, 15 August 2012 (diff | hist) . . (+983). . N ReadINI(Created page with "===From the Scripting Manual=== ''function ReadINI(FileName, Section, Key, DefaultValue: string): string;'' '''Parameter Info:''' FileName (String): File located in your...") (current)
  • 11:53, 15 August 2012 (diff | hist) . . (+336). . N CharliePlayers(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current number of players on the Charlie (Yellow) team. ==External Links== * [http://enesce....")
  • 11:53, 15 August 2012 (diff | hist) . . (+327). . N AlphaPlayers(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current number of players on the Alpha (Red) team. ==External Links== * [http://enesce.com/h...")
  • 11:52, 15 August 2012 (diff | hist) . . (+313). . N DeltaScore(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current score of the Delta (Green) team. ==External Links== * [http://enesce.com/help/index....") (current)
  • 11:52, 15 August 2012 (diff | hist) . . (+1,763). . N OnRequestGame(Created page with "===From the Scripting Manual=== ''function OnRequestGame(IP: string; State: integer): integer;'' '''Parameter Info:''' IP (String): IP Address of the player requesti...") (current)
  • 11:49, 15 August 2012 (diff | hist) . . (+312). . N BravoScore(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current score of the Bravo (Blue) team. ==External Links== * [http://enesce.com/help/index.h...") (current)
  • 11:48, 15 August 2012 (diff | hist) . . (+585). . N Writeln(Created page with "===From the Scripting Manual=== ''procedure WriteLn(Output: string);'' '''Parameter Info:''' Output (String): Text to be written to the Admin Console. '''Description:...") (current)
  • 11:47, 15 August 2012 (diff | hist) . . (+483). . N GetPID(Created page with "===From the Scripting Manual=== ''function GetPID: integer;'' '''Parameter Info:''' None '''Description:''' This function will return the current Process ID of the S...") (current)

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)