User contributions

Jump to: navigation, search
Search for contributions
 
 
      
 
   

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

  • 14:11, 15 August 2012 (diff | hist) . . (+611). . N User:FliesLikeABrick(Created page with "Head honcho, boss, whatever you call him... '''FliesLikeABrick''' is ''the man'' when it comes to Soldat. As Gabriel is to God's message, FliesLikeABrick is to MM's div...") (current)
  • 14:03, 15 August 2012 (diff | hist) . . (+81). . N Category:Server Scripting(Created page with "Events, functions and variables from the Scripting Reference Manual")
  • 13:59, 15 August 2012 (diff | hist) . . (-42). . Server Scripting(Redirected page to Category:Server Scripting) (current)
  • 13:51, 15 August 2012 (diff | hist) . . (+39). . N Category:Server Scripting Variables(Created page with "Variables Category:Server Scripting") (current)
  • 13:50, 15 August 2012 (diff | hist) . . (+86). . N Category:Server Scripting Events(Created page with "Events from the Scripting Reference Manual Category:Server Scripting") (current)
  • 13:46, 15 August 2012 (diff | hist) . . (+801). . N ServerModifier(Created page with " ''procedure ServerModifier(Name: String; Value:Variant);'' '''Parameter Info:''' Name (String): Variable to modify (Currently only 'Gravity' is available) Value (Varia...") (current)
  • 13:06, 15 August 2012 (diff | hist) . . (+478). . N RGB(Created page with " ''function RGB(R,G,B: Byte):Longint;'' '''Parameter Info:''' R (Byte): Red value G (Byte): Green value B (Byte): Blue value '''Description:''' Convert R,G,B to ...") (current)
  • 13:05, 15 August 2012 (diff | hist) . . (+255). . N HTTPDecode(Created page with " ''function HTTPDecode(Source: string): string;'' '''Parameter Info:''' Source (String): String to be decoded. '''Description:''' Decodes any %## encoding in the giv...") (current)
  • 13:04, 15 August 2012 (diff | hist) . . (+1,803). . N Scripting Stability(Created page with "Soldat Dedicated Server scripting has been known to have stability issues. Here you may find a collection of many reasons why a script is unstable, and possible alternatives. ...") (current)
  • 12:56, 15 August 2012 (diff | hist) . . (+1,023). . N GetKeyPress(Created page with " ''function GetKeyPress(ID: byte; Key: string):boolean'' '''Parameter Info:''' ID (Byte): Player ID to get the key press of. Key (String): See Description for more info...") (current)
  • 12:54, 15 August 2012 (diff | hist) . . (+396). . N OnGameEnd(Created page with "procedure OnGameEnd(); Parameter Info: None Description: This procedure will be called every time the current game ends via Time Limit or Score Limit. The difference between...")
  • 12:51, 15 August 2012 (diff | hist) . . (+574). . N Spawn Points(Created page with "<ol start="0"> <li>Deathmatch player</li> <li>Alpha team player</li> <li>Bravo team player</li> <li>Charlie team player</li> <li>Delta team player</li> <li>Alpha flag</li> <li...") (current)
  • 12:50, 15 August 2012 (diff | hist) . . (+523). . N BanPlayerReason(Created page with " ''procedure BanPlayerReason(num: byte; time: integer; reason: string);'' '''Parameter Info:''' num (byte): Player ID to ban time (integer): Amount of time in minutes t...") (current)
  • 12:48, 15 August 2012 (diff | hist) . . (+801). . N Weapons(Created page with "<ol start="0"> <li>USSOCOM</li> <li>Desert Eagles</li> <li>HK MP5</li> <li>AK-74</li> <li>Steyr AUG</li> <li>Spas-12</li> <li>Ruger 77</li> <li>M79</li> <li>...")
  • 12:47, 15 August 2012 (diff | hist) . . (+458). . N Random(Created page with " ''function Random(Min, MaxPlusOne: integer): integer;'' '''Parameter Info:''' Min (Integer): The lowest value to return (inclusive) MaxPlusOne (Integer): The highest v...") (current)
  • 12:45, 15 August 2012 (diff | hist) . . (+1,758). . N Version History(Created page with "Refer to http://wiki.soldat.nl/Version_History for a changelog. <b>Version Table</b> <table> <tr><td><b>Soldat</b></td><td><b>Soldat Dedicated Server</b></td><td><b>Scripting...")
  • 12:45, 15 August 2012 (diff | hist) . . (+1,991). . N ScriptCore v2(Created page with "'''Important v2 Features:<br>''' * Multiple Script Loading (No need to use combiners!) To load multiple scripts into your server, all you need to do is create a new folde...") (current)
  • 12:44, 15 August 2012 (diff | hist) . . (+793). . N SetPlayerStat(Created page with "===From the Scripting Manual=== ''procedure SetPlayerStat(ID: byte; Stat: string; Value: variant);'' '''Parameter Info:''' ID (Byte): Player ID to set the stat of. Sta...") (current)
  • 12:42, 15 August 2012 (diff | hist) . . (+609). . N StrReplace(Created page with "function StrReplace(Source, Search, Replace: string): string; '''Parameter Info:''' Source (String): Source string to be replaced Search (String): Text to search Repl...") (current)
  • 12:41, 15 August 2012 (diff | hist) . . (+2,065). . N Python Map Parser(Created page with "<pre> <nowiki> import struct import string import glob # for code brevity up = struct.unpack PMS_Vertex = 0 PMS_Vector = 1 PMS_Type = 2 class pmsMap: 'Soldat PMS readin...") (current)
  • 12: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)
  • 12:38, 15 August 2012 (diff | hist) . . (+758). . N Manual BE Updater(Created page with "<pre><nowiki> ||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||| BE MANUAL UPDATER |||||||||| |||||||||| by mar77a |||||||||| |||||...") (current)
  • 12: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)
  • 12: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)
  • 12: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)
  • 12: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)
  • 12: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)
  • 11: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)
  • 11: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)
  • 11: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)
  • 11: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)
  • 11: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)
  • 11: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)
  • 11: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)
  • 11: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)
  • 11: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)
  • 11: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)
  • 11: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)
  • 11: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)
  • 11: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)
  • 11: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...")
  • 11: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)
  • 11: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)
  • 11: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)
  • 11: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)
  • 11: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...")
  • 11: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)
  • 11: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)
  • 11: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)
  • 11: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)

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