User contributions

Jump to: navigation, search
Search for contributions
 
 
      
 
   

  • 15: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)
  • 15:03, 15 August 2012 (diff | hist) . . (+81). . N Category:Server Scripting(Created page with "Events, functions and variables from the Scripting Reference Manual")
  • 14:59, 15 August 2012 (diff | hist) . . (-42). . Server Scripting(Redirected page to Category:Server Scripting) (current)
  • 14:51, 15 August 2012 (diff | hist) . . (+39). . N Category:Server Scripting Variables(Created page with "Variables Category:Server Scripting") (current)
  • 14: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)
  • 14: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)
  • 14: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)
  • 14: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)
  • 14: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)
  • 13: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)
  • 13: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...")
  • 13: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)
  • 13: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)
  • 13: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>...")
  • 13: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)
  • 13: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...")
  • 13: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)
  • 13: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)
  • 13: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)
  • 13: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)
  • 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)
  • 11:47, 15 August 2012 (diff | hist) . . (+329). . N DeltaPlayers(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current number of players on the Delta (Green) team. ==External Links== * [http://enesce.com...")
  • 11:46, 15 August 2012 (diff | hist) . . (+524). . N OnFlagReturn(Created page with "===From the Scripting Manual=== ''procedure OnFlagReturn(ID, TeamFlag: byte);'' '''Parameter Info:''' ID (Byte): Player ID of the player who returned the flag. Te...") (current)
  • 11:45, 15 August 2012 (diff | hist) . . (+673). . N OnPlayerDamage(Created page with "===From the Scripting Manual=== ''function OnPlayerDamage(Victim, Shooter: byte; Damage: integer): integer;'' '''Parameter Info:''' Victim (Byte): Player ID of the p...") (current)
  • 11:45, 15 August 2012 (diff | hist) . . (+670). . N Shell exec(Created page with "''function shell_exec(Command: string): integer;'' '''Parameter Info:<br>''' Command (String): Command to be executed on the machine running the Soldat Server. '''Descript...") (current)
  • 11:44, 15 August 2012 (diff | hist) . . (+260). . N GetTickCount(Created page with " ''function GetTickCount(): integer;'' '''Description:''' Returns the ticks count - 1 second = 60 ticks. Similar to the Ticks argument of AppOnIdle , but can be called at...") (current)
  • 11:44, 15 August 2012 (diff | hist) . . (+495). . N ServerIP(Created page with "===From the Scripting Manual=== '''Data Type:''' String '''Description:''' Current IP Address the soldatserver is bound to. '''NOTE:''' If your server does not h...") (current)
  • 11:43, 15 August 2012 (diff | hist) . . (+798). . N GetArrayLength(Created page with "===Syntax=== ''function GetArrayLength(X: array of variant): integer;'' '''Parameter Info:''' X (Array of Variant): This paramater can be an array of any data type. '...") (current)
  • 11:43, 15 August 2012 (diff | hist) . . (+328). . N NextMap(Created page with "===From the Scripting Manual=== '''Data Type:''' String '''Description:''' The name of the map that will be played next on the server. ==External Links== * [http://e...")
  • 11:42, 15 August 2012 (diff | hist) . . (+644). . N Round(Created page with "===From the Scripting Manual=== ''function round(Number: real): integer;'' '''Parameter Info:''' Number (Real): Numeric value to round up/down. '''Description:''' T...")
  • 11:42, 15 August 2012 (diff | hist) . . (+328). . N BravoPlayers(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current number of players on the Bravo (Blue) team. ==External Links== * [http://enesce.com/...")
  • 11:41, 15 August 2012 (diff | hist) . . (+322). . N NumPlayers(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current number of players playing in the server. ==External Links== * [http://enesce.com/he...")
  • 11:40, 15 August 2012 (diff | hist) . . (+705). . N BanPlayer(Created page with " ''procedure BanPlayer(num: byte; time: integer);'' '''Parameter Info:''' num (byte): Player ID to ban time(integer): Amount of time in minutes to wait before unbanning...") (current)
  • 11:39, 15 August 2012 (diff | hist) . . (+560). . N OnPlayerCommand(Created page with "===From the Scripting Manual=== ''function OnPlayerCommand(ID: Byte; Text: string): boolean;'' '''Parameter Info:''' ID (Byte): Player ID of the player who typed the...") (current)
  • 11:36, 15 August 2012 (diff | hist) . . (+720). . N RoundTo(Created page with "===From the Scripting Manual=== ''function RoundTo(Number: extended; Decimals: integer): extended;'' '''Parameter Info:''' Number (Extendedl): Numeric value to round up/...")
  • 11:35, 15 August 2012 (diff | hist) . . (+463). . N OnJoinTeam(Created page with "===From the Scripting Manual=== ''procedure OnJoinTeam(ID, Team: byte);'' '''Parameter Info:''' ID (Byte): ID of the player. Team (Byte): Team the player has requ...")
  • 11:35, 15 August 2012 (diff | hist) . . (+630). . N OnFlagGrab(Created page with "===From the Scripting Manual=== ''procedure OnFlagGrab(ID, TeamFlag: byte; GrabbedInBase: boolean);'' '''Parameter Info:''' ID (Byte): Player ID of the player who gr...") (current)
  • 11:34, 15 August 2012 (diff | hist) . . (+339). . N DeathmatchPlayers(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current number of players on team 0 (aka Deathmatch) ==External Links== * [http://enesce.com...")
  • 11:34, 15 August 2012 (diff | hist) . . (+455). . N OnAdminDisconnect(Created page with "===From the Scripting Manual=== ''procedure OnAdminDisconnect(IP: string);'' '''Parameter Info:''' IP (String): IP Address of the admin who disconnected. '''Des...")
  • 11:33, 15 August 2012 (diff | hist) . . (+363). . N Michał Marcinkowski(Created page with "'''Michal Marcinkowski''' is the original sole developer of Soldat, Crimson Glory, and R. His current primary focus is link-dead, which is under heavy development....")
  • 11:32, 15 August 2012 (diff | hist) . . (+314). . N CurrentMap(Created page with "===From the Scripting Manual=== '''Data Type:''' String '''Description:''' Current map being played on the server. ==External Links== * [http://enesce.com/help/index...")
  • 11:32, 15 August 2012 (diff | hist) . . (+663). . N SetTeamScore(Created page with "===From the Scripting Manual=== ''procedure SetTeamScore(Team: byte; Score: integer);'' '''Parameter Info:''' Team (Byte): Team number from 1->4 to set the score Score...") (current)
  • 11:32, 15 August 2012 (diff | hist) . . (+655). . N OnWeaponChange(Created page with "===From the Scripting Manual=== ''procedure OnWeaponChange(ID, PrimaryNum, SecondaryNum: byte);'' '''Parameter Info:''' ID (Byte): Player ID of the player who has ch...")
  • 11:31, 15 August 2012 (diff | hist) . . (+545). . N OnJoinGame(Created page with "===From the Scripting Manual=== ''procedure OnJoinGame(ID, Team: byte);'' '''Parameter Info:''' ID (Byte): ID of the player. Team (Byte): Team the player has requ...")
  • 11:31, 15 August 2012 (diff | hist) . . (+595). . N OnAdminMessage(Created page with "===From the Scripting Manual=== ''procedure OnAdminMessage(IP, Msg: string);'' '''Parameter Info:''' IP (String): IP Address of the admin who sent the command. Ms...")
  • 11:30, 15 August 2012 (diff | hist) . . (+548). . N OnAdminConnect(Created page with "===From the Scripting Manual=== ''procedure OnAdminConnect(IP: string);'' '''Parameter Info:''' IP (String): IP Address of the admin who just logged in. '''Descriptio...")
  • 11:29, 15 August 2012 (diff | hist) . . (+646). . N SetScore(Created page with "===From the Scripting Manual=== ''procedure SetScore(ID: byte; Score: integer);'' '''Parameter Info:''' ID (Byte): Player ID who will have their score (Kills) modified. ...") (current)
  • 11:29, 15 August 2012 (diff | hist) . . (+441). . N OnPlayerRespawn(Created page with "===From the Scripting Manual=== ''procedure OnPlayerRespawn(ID: byte);'' '''Parameter Info:''' ID (Byte): Player ID of the player who just respawned. '''Descrip...") (current)
  • 11:29, 15 August 2012 (diff | hist) . . (+701). . N ReadFile(Created page with "Note that ReadFile ends when it reaches a substitute character (Chr(26)). ===From the Scripting Manual=== ''function ReadFile(FileName: string): string;'' '''Parameter In...")
  • 11:28, 15 August 2012 (diff | hist) . . (+569). . N OnPlayerKill(Created page with "===From the Scripting Manual=== ''procedure OnPlayerKill(Killer, Victim: byte; Weapon: string);'' '''Parameter Info:''' Killer (Byte): Player ID of the player who ki...") (current)
  • 11:27, 15 August 2012 (diff | hist) . . (+535). . N MaxPlayers(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current player limit for the server (Excluding Admins and Bots) ==Examples== <source lang="p...")
  • 11:27, 15 August 2012 (diff | hist) . . (+1,137). . N GetFlagsXY(Created page with "===From the Scripting Manual=== ''procedure GetFlagsXY(var BlueFlagX, BlueFlagY, RedFlagX, RedFlagY: single);'' '''Parameter Info:''' BlueFlagX (Single): Variable to hol...") (current)
  • 11:26, 15 August 2012 (diff | hist) . . (+2,478). . N MovePlayer(Created page with "===From the Scripting Manual=== ''procedure MovePlayer(ID: byte; X, Y: single);'' '''Parameter Info:''' ID (Byte): Player ID of the target to be moved elsewhere. X (Si...") (current)
  • 11:26, 15 August 2012 (diff | hist) . . (+790). . N SendData(Created page with "===From the Scripting Manual=== ''function SendData(Index: integer; Data: string): boolean;'' '''Parameter Info:''' Index (Integer): Index of the socket to send data to ...") (current)
  • 11:26, 15 August 2012 (diff | hist) . . (+812). . N GetStringIndex(Created page with "===From the Scripting Manual=== ''function GetStringIndex(needle: string; haystack: array of string): integer'' '''Parameter Info:''' needle (String): String to search f...") (current)
  • 11:25, 15 August 2012 (diff | hist) . . (+362). . N CoreVersion(Created page with "===From the Scripting Manual=== '''Data Type:''' String '''Description:''' This variable will be set to the current version of the Soldat Server Scripting Core. ==Ex...") (current)
  • 11:24, 15 August 2012 (diff | hist) . . (+710). . N GetPlayerXY(Created page with "===From the Scripting Manual=== ''procedure GetPlayerXY(ID: byte; var X, Y: single);'' '''Parameter Info:''' ID (Byte): Player ID to return the coordinates of. X,Y (Si...") (current)
  • 11:23, 15 August 2012 (diff | hist) . . (+1,358). . N SpawnObject(Created page with "===From the Scripting Manual=== ''function SpawnObject(X, Y: single; ObjType: byte): integer;'' '''Parameter Info:''' X (Single): X position that the object will spawn. ...") (current)
  • 11:22, 15 August 2012 (diff | hist) . . (+1,817). . N SetSpawnStat(Created page with "===From the Scripting Manual=== ''procedure SetSpawnStat(ID: byte; Stat: string; Value: variant);'' '''Parameter Info:''' ID (Byte): Spawn Point ID to get the stat of. ...") (current)
  • 11:21, 15 August 2012 (diff | hist) . . (+766). . N ContainsString(Created page with "===From the Scripting Manual=== ''function ContainsString(haystack, needle: string): boolean;'' '''Parameter Info:''' haystack (String): String to search in. needle (S...") (current)
  • 11:18, 15 August 2012 (diff | hist) . . (+424). . N GameStyle(Created page with "===From the Scripting Manual=== '''Data Type:''' Byte '''Description:''' Current game style. Death Match = 0 Point Match = 1 Team Match = 2 Capture the Fl...") (current)
  • 11:15, 15 August 2012 (diff | hist) . . (+1,158). . N SetWeaponActive(Created page with "===From the Scripting Manual=== ''procedure SetWeaponActive(ID, WeaponNum: byte; State: boolean);'' '''Parameter Info:''' ID (Byte): Player ID to change weapon visibilit...")
  • 11:14, 15 August 2012 (diff | hist) . . (+620). . N OnException(Created page with "===From the Scripting Manual=== ''procedure OnException(ErrorMessage: string);'' '''Parameter Info:''' ErrorMessage (String): A String containing the error that has ...") (current)
  • 11:13, 15 August 2012 (diff | hist) . . (+978). . N MaskCheck(Created page with "===From the Scripting Manual=== ''function MaskCheck(CheckString, Mask: string): boolean'' '''Parameter Info:''' CheckString (String): String to be checked. Mask (Stri...") (current)
  • 11:13, 15 August 2012 (diff | hist) . . (+667). . N DisableScript(Created page with "===From the Scripting Manual=== '''Data Type:''' Boolean '''Description:''' By default, this variable is false. If you set this variable to true (by doing "DisableS...") (current)
  • 11:12, 15 August 2012 (diff | hist) . . (+481). . N KickPlayer(Created page with "===From the Scripting Manual=== ''procedure KickPlayer(num: byte);'' '''Parameter Info:''' num (byte): Player ID to kick '''Description:''' This function will kick ...") (current)
  • 11:11, 15 August 2012 (diff | hist) . . (+612). . N IDToName(Created page with "This function is obsolete. GetPlayerStat should be used instead. ===From the Scripting Manual=== ''function IDToName(ID: integer): string'' '''Parameter Info:''' ID...") (current)
  • 11:10, 15 August 2012 (diff | hist) . . (+1,616). . N FormatDate(Created page with "===From the Scripting Manual=== ''function FormatDate(FormatString: string): string'' '''Parameter Info:''' FormatString (String): Format to be used on the date. '''D...") (current)
  • 11:08, 15 August 2012 (diff | hist) . . (+1,681). . N CrossFunc(Created page with "===From the Scripting Manual=== ''function CrossFunc(const Params: array of variant; ProcName: string): variant;'' '''Parameter Info:''' Params (Array of Variant): Param...") (current)
  • 11:06, 15 August 2012 (diff | hist) . . (+741). . N KillObject(Created page with "===From the Scripting Manual=== ''procedure KillObject(ObjID: integer): integer;'' '''Parameter Info:''' ObjID (Integer): ID of the object to be destroyed (Created with ...")
  • 11:03, 15 August 2012 (diff | hist) . . (+414). . N ActivateServer(Created page with "===From the Scripting Manual=== ''procedure ActivateServer();'' '''Parameter Info:''' None '''Description:''' This procedure will be called when the Soldat Server f...") (current)
  • 11:03, 15 August 2012 (diff | hist) . . (+1,161). . N RegExpReplace(Created page with "===From the Scripting Manual=== ''function RegExpReplace(Pattern, Source, ReplaceText: string; UseSubstitution: boolean): string;'' '''Parameter Info:''' Pattern (String...") (current)
  • 11:02, 15 August 2012 (diff | hist) . . (+593). . N OnMapChange(Created page with "===From the Scripting Manual=== ''procedure OnMapChange(NewMap: string);'' '''Parameter Info:''' NewMap (String): Name of the new map that has been loaded. '''D...")
  • 11:01, 15 August 2012 (diff | hist) . . (+1,250). . N Iif(Created page with "===From the Scripting Manual=== ''function iif(condition: boolean; const truePart: variant; const falsePart: variant): variant;'' '''Parameter Info:''' Condition (Boolea...") (current)
  • 11:01, 15 August 2012 (diff | hist) . . (+571). . N GetSystem(Created page with "===From the Scripting Manual=== ''function GetSystem(): string;'' '''Parameter Info:''' None '''Description:''' This function will return either 'windows' or 'linux...") (current)
  • 11:00, 15 August 2012 (diff | hist) . . (+1,155). . N DrawText(Created page with "===From the Scripting Manual=== ''procedure DrawText(ID: byte; Text: string; Delay: integer; Colour: longint; Scale: single; X, Y: integer);'' '''Parameter Info:''' ID (...")
  • 11:00, 15 August 2012 (diff | hist) . . (+704). . N FileExists(Created page with "===From the Scripting Manual=== ''function FileExists(FileName: string): boolean;'' '''Parameter Info:''' FileName (String): File to be checked '''Description:''' T...") (current)
  • 10:59, 15 August 2012 (diff | hist) . . (+4,222). . N MM's server(Created page with "As of Fall 2007, All of Michal Marcinkowski's games and development projects are hosted on a separate server. Previously, everything was hosted on various servers owned by [[...") (current)
  • 10:58, 15 August 2012 (diff | hist) . . (+629). . N IDToIP(Created page with "This function is obsolete. GetPlayerStat should be used instead. ===From the Scripting Manual=== ''function IDToIP(ID: byte): string;'' '''Parameter Info:''' ID (By...") (current)
  • 10:54, 15 August 2012 (diff | hist) . . (+842). . N Dec(Created page with " ''procedure dec(var X: integer; N: integer);'' '''Parameter Info:''' variable X (Integer): Numeric variable to decrease by N (see below) N (Integer): Number to decrement...") (current)
  • 10:54, 15 August 2012 (diff | hist) . . (+663). . N OnPlayerSpeak(Created page with "===From the Scripting Manual=== ''procedure OnPlayerSpeak(ID: Byte; Text: string);'' '''NOTE: This event runs in a new thread! So using functions like''' '''Get...")
  • 10:53, 15 August 2012 (diff | hist) . . (+687). . N HTTPEncode(Created page with " ''function HTTPEncode(Source: string): string;'' '''Parameter Info:''' Source (String): String to be encoded. '''Description:''' This function will encode a string(...") (current)
  • 10:52, 15 August 2012 (diff | hist) . . (+716). . N MD5String(Created page with "===From the Scripting Manual=== ''function MD5String(Str: string): string;'' '''Parameter Info:''' Str (String): String to be encrypted '''Description:''' This func...") (current)
  • 10:51, 15 August 2012 (diff | hist) . . (+923). . N GetPiece(Created page with "===From the Scripting Manual=== ''function GetPiece(source, delimiter: string; const piece: integer): string;'' '''Parameter Info:''' Source (String): String to be split...") (current)
  • 10:51, 15 August 2012 (diff | hist) . . (+875). . N Distance(Created page with "===From the Scripting Manual=== ''function Distance(Point1X, Point1Y, Point2X, Point2Y: single): single;'' '''Parameter Info:''' Point1X (Single): X coordinate of Point ...") (current)
  • 10:50, 15 August 2012 (diff | hist) . . (+4,245). . N Exceptions(Created page with "<table> <tr style="font-weight: bold;"> <td>ExceptionType</td> <td>ExceptionParam</td> <td>ExceptionToString(ExceptionType, '$0')</td> </tr> <tr> <td>12</td> <td></td> <td>T...")
  • 10:45, 15 August 2012 (diff | hist) . . (+323). . N IPToID(Created page with "==Examples== <source lang="pascal">Command('/ban '+inttostr(IPToID('127.0.0.1'))); // (This will ban the player with IP 127.0.0.1)</source> ==External Links== * [http://enes...") (current)
  • 10:45, 15 August 2012 (diff | hist) . . (+746). . N GiveBonus(Created page with " procedure GiveBonus(ID, Bonus: byte); '''Parameter Info:''' ID (Byte): ID of the player. Bonus (Byte): Type of the bonus to give: 1 - Predator 2 - Berserker ...") (current)
  • 10:43, 15 August 2012 (diff | hist) . . (+598). . N GetURL(Created page with "===From the Scripting Manual=== ''function GetURL(URL: string): string;'' '''Parameter Info:''' URL (String): http URL to the webpage which shall be requested. '''Des...") (current)
  • 10:36, 15 August 2012 (diff | hist) . . (+1,665). . N CreateBullet(Created page with " ''function CreateBullet(X, Y, VelX, VelY, HitM: single; sStyle, Owner: byte): integer;'' '''Parameter Info:''' X (Single): X coordinate for the bullet to appear Y (Sin...") (current)
  • 10:32, 15 August 2012 (diff | hist) . . (+1,160). . N Command(Created page with "===From the Scripting Manual=== ''function Command(Cmd: string): variant;'' '''Parameter Info:''' Cmd (String): Admin Command to be executed on the server. '''Descrip...") (current)
  • 10:31, 15 August 2012 (diff | hist) . . (+14,348). . N Client-Lobby Protocol Parsers(Created page with "Here are some parsers/constructors to help communicate with the lobby using the Client-Lobby_Protocol ==PHP== ===By PerroAZUL=== It has a function RequestServers. You c...") (current)
  • 10:30, 15 August 2012 (diff | hist) . . (+968). . N Arrayhigh(Created page with "===From the Scripting Manual=== ''function ArrayHigh(X: array of variant): integer;'' '''Parameter Info:''' X (Array of Variant): This paramater can be an array of any d...")
  • 10:28, 15 August 2012 (diff | hist) . . (+2,111). . N GetSpawnStat(Created page with "===From the Scripting Manual=== ''function GetSpawnStat(ID: byte; Stat: string): variant;'' '''Parameter Info:''' ID (Byte): Spawn Point ID to get the stat of. Stat (S...") (current)
  • 10:27, 15 August 2012 (diff | hist) . . (+871). . N Inc(Created page with "===From the Scripting Manual=== ''procedure inc(var X: integer; N: integer);'' '''Parameter Info:''' variable X (Integer): Numeric variable to increase by N (see below) ...") (current)
  • 10:24, 15 August 2012 (diff | hist) . . (+1,047). . N ForwardClient(Created page with "===Scripting Manual Style=== ''procedure ForwardClient(SrcIP: string; SrcPort: integer; TargetIP: string; TargetPort: integer; Message: string);'' '''Parameter Info:''' ...") (current)
  • 10:23, 15 August 2012 (diff | hist) . . (+772). . N OnCommand(Created page with "===From the Scripting Manual=== ''function OnCommand(ID: Byte; Text: string): boolean;'' '''Parameter Info:''' ID (Byte): ID of the player who sent the command. (255 = S...") (current)
  • 10:22, 15 August 2012 (diff | hist) . . (+825). . N AppOnIdle(Created page with "===From the Scripting Manual=== ''procedure AppOnIdle(Ticks: integer);'' '''Parameter Info:''' Ticks (Integer): Current tick count. '''Description:''' This procedure ...")
  • 10:21, 15 August 2012 (diff | hist) . . (+1,759). . N GetObjectStat(Created page with "===From the Scripting Manual=== ''function GetObjectStat(ID: byte; Stat: string): variant;'' '''Parameter Info:''' ID (Byte): Object ID to get the stat of. Stat (Strin...") (current)
  • 10:20, 15 August 2012 (diff | hist) . . (+3,246). . N Things To Do(Created page with "* Add admin commands to http://devs.u13.net/wiki/index.php/Commands * Redo the scripting pages to attribute enesce's manual. Follow onCommand as an example. Key things t...") (current)
  • 10:19, 15 August 2012 (diff | hist) . . (+2,312). . N GetPlayerStat(Created page with "===From the Scripting Manual=== ''function GetPlayerStat(ID: byte; Stat: string): variant;'' '''Parameter Info:''' ID (Byte): Player ID to get the stat of. Stat (Strin...")
  • 19:04, 14 August 2012 (diff | hist) . . (+39). . N Category:Server Scripting Functions(Created page with "Functions Category:Server Scripting") (current)
  • 18:52, 14 August 2012 (diff | hist) . . (+186). . N 3rd party lobby protocol(Created page with "The lobby will have a simplified protocol for 3rd party application developers. For now the only interface available is the one used by the client, detailed at [[Client-Lobby...") (current)
  • 18:52, 14 August 2012 (diff | hist) . . (+245). . N Lobby Protocol(Created page with "There are two available lobby server protocols for public use * The Client-Lobby Protocol, used by the Soldat client * The 3rd party lobby protocol, intended for use b...")
  • 18:51, 14 August 2012 (diff | hist) . . (+1,212). . N Download thread(Created page with "As mentioned here, if Allow_Download=1, then clients will be able to download maps and their sceneries/textures before joining the game. The request u...")
  • 18:51, 14 August 2012 (diff | hist) . . (+7,316). . N Map(Created page with "A '''map''' is a file that Soldat uses to recognize a level (e.g., ctf_B2b.PMS). These maps, with the ''.PMS'' filetype extension, can be generated with [[:Category:Mapping_To...")
  • 18:50, 14 August 2012 (diff | hist) . . (+641). . N Testing your connectivity(Created page with "To debug your server, checking that all the net threads are fully functional and working, you can use [http://server1.enesce.com/ptest.php EnEsCe's Port Setting Tester]. More ...")
  • 18:49, 14 August 2012 (diff | hist) . . (+1,815). . N !nextmap Voting(Created page with "===!nextmap Voting by Curt=== <source lang="pascal"> const Color = $FFFFFFFF; VotePerc = 51; VoteTime = 30; AddTime = 5; var Go: boolean; VFor,Time: byte; Voted...") (current)
  • 18:49, 14 August 2012 (diff | hist) . . (+10,223). . N Map Specifications(Created page with "===Script by: Curt=== <source lang="pascal">//Script by Curt (DorkeyDear) //ReturnFlag modified by Curt; origonal author is J-Factor type tGroup = record SpreadSpawn, D...") (current)
  • 18:49, 14 August 2012 (diff | hist) . . (+5,652). . N Weapon Limiter(Created page with "Script has been outdated by the Map Specifications script. ===Script by: Curt=== <source lang="pascal">type tMaps = record Map, Weaponsini, Soldatini: string; S...") (current)
  • 18:48, 14 August 2012 (diff | hist) . . (+2,516). . N Simple SpamMeter(Created page with "===Script by Spkka (using xsplit by KeYDoN)=== <source lang="pascal"> //CONSTANTS const MAXPLAYER = 16; MAXSPAM = 100; //VARIABLES var spamMeter: array [1..MAXPLAYER] of int...") (current)
  • 18:48, 14 August 2012 (diff | hist) . . (+3,269). . N Simple Exp(Created page with "===Script by Spkka=== <source lang="pascal">const MAXPLAYER = 16; var playerExp: array [1..MAXPLAYER] of integer; playerLev: array [1..MAXPLAYER] of integer; GOOD, BAD: l...") (current)
  • 18:47, 14 August 2012 (diff | hist) . . (+17,571). . N Nickname Registration(Created page with "===Script by Spkka uses Keydon's xSplit=== <source lang="pascal"> const //TEAMS ALPHA = 1; BRAVO = 2; CHARLIE = 3; DELTA = 4; SPECTATOR = 5; //GAME MODES DEATHMATC...") (current)
  • 18:47, 14 August 2012 (diff | hist) . . (+422). . N Name Length Restriction(Created page with "===Script by Spkka=== <source lang="pascal">//JOINTEAM procedure OnJoinTeam(ID, Team: byte); begin //kick player if nickname is above 24 characters if GetPlayerStat(ID, 'Ac...") (current)
  • 18:47, 14 August 2012 (diff | hist) . . (+886). . N Firstblood(Created page with "===Script by Spkka=== <source lang="pascal">var firstBlood: integer; GOOD, BAD: longint; procedure ActivateServer(); begin //color of writeconsole messages GOOD := $EE00F...") (current)
  • 18:46, 14 August 2012 (diff | hist) . . (+1,500). . N Code Snippet: PlaceBot(Created page with "===Code Snippet by Avarax=== <source lang="pascal">function PlaceBot(botname: string; team: byte; X,Y: single): byte; var i,n,tempType: byte; spawn: array of byte; tem...")
  • 18:45, 14 August 2012 (diff | hist) . . (+1,402). . N Default Script Template(Created page with "<source lang="pascal">procedure ActivateServer(); begin end; procedure AppOnIdle(Ticks: integer); begin end; procedure OnMapChange(NewMap: string); begin end; procedure OnE...") (current)
  • 18:44, 14 August 2012 (diff | hist) . . (+81). . N Server Scripting(Created page with "Events, functions and variables from the Scripting Reference Manual")
  • 18:42, 14 August 2012 (diff | hist) . . (+479). . N Scripting Templates(Created page with "These are script templates and examples created by other users. ==Default Script Template== The Default Script Template is simply a single .pas file with all the procedur...") (current)
  • 18:40, 14 August 2012 (diff | hist) . . (+404). . N EnEsCe(Created page with "'''Enesce''', an active Server and Client developer, has put a huge effort into making Soldat awesome. He implemented Pascal scripting support into the server and wrot...")
  • 18:40, 14 August 2012 (diff | hist) . . (+317). . N Scripting(Created page with "The '''Soldat Server Scripting Core''' was programmed by EnEsCe to help other users creating scripts for their server. It uses '''Events''', '''Functions''' and '''Variabl...")
  • 18:39, 14 August 2012 (diff | hist) . . (+426). . N Scripting basics(Created page with "The Soldat Server Scripting Core uses the Pascal coding language. ===Online Pascal Tutorials=== * Learn Pascal tutorial [http://www.taoyue.com/tutorials/pascal/] * Turbo Pasc...")
  • 18:39, 14 August 2012 (diff | hist) . . (+770). . N Banned.txt(Created page with "Plain ASCII text-file, one entry on each line (Windows style). Wild characters are allowed in the IP field. To ban someone you can either enter the man manually, or use the [[...")
  • 18:37, 14 August 2012 (diff | hist) . . (+2,794). . N BattlEye(Created page with "==The History== BattlEye (BE) was founded by Bastian Suter in October 2004. Starting out as an external 3rd-party anti-cheat for Battlefield Vietnam, first versions were rele...")
  • 18:35, 14 August 2012 (diff | hist) . . (+5,339). . N Gamestat.txt(Created page with "Gamestat.txt is one of the five log files that the server writes to when Logging is set to 1 in the soldat.ini file. It is, like the rest of the logs, a plain ASCII te...")
  • 18:34, 14 August 2012 (diff | hist) . . (+1,762). . N Logging(Created page with "Both the server and the client support logging. To turn on this feature, edit your soldat.ini file, changing the line "Logging=0" to "Logging=1". The logging is do...")
  • 18:31, 14 August 2012 (diff | hist) . . (+335). . N Bandwidth(Created page with "==Equation== The equation it uses for KB/s is: 125(N + N^2) /1024 ... where N is the number of players. For monthly traffic, it is: the KB/s value * 3600 * 24 * 31 /1024^...")
  • 18:29, 14 August 2012 (diff | hist) . . (+306). . N Ticks(Created page with "Ticks are the unit used by Soldat in some cases, such as the weapons.ini and soldat.ini settings. It is a time unit and it's equivalent to 1/60 of a second. To conver...")
  • 18:29, 14 August 2012 (diff | hist) . . (+39,670). . N Refreshx(Created page with "The '''REFRESHX''' is a Raw command used in Soldat to give admin clients information about the server. It contains more information t...")
  • 18:27, 14 August 2012 (diff | hist) . . (+1,028). . N Raw commands(Created page with "Once you are logged in as admin, by connecting to the server's IP & port using any TCP/IP net tool (netcat, telnet, etc) you are allowed to send raw data. Once you...")
  • 18:27, 14 August 2012 (diff | hist) . . (+48,117). . N Refresh(Created page with "The '''REFRESH''' is a Raw command used in Soldat to give admin clients information about the server. The 1188 byte-long REFRESH-pack...")
  • 18:26, 14 August 2012 (diff | hist) . . (+538). . N NameToID(Created page with "===From the Scripting Manual=== ''function NameToID(Name: string): integer;'' '''Parameter Info:''' Name (String): Player Name which will be used to return the Player ID...") (current)
  • 18:26, 14 August 2012 (diff | hist) . . (+1,029). . N Player ID(Created page with "Player IDs are unsigned integers used by the server and admins as an easy way to identify players and bots. IDs assignment , which is done by the server, starts at 1 (one), an...") (current)
  • 18:25, 14 August 2012 (diff | hist) . . (+1,673). . N Commands(Created page with "Here's a list of all known commands that you can perform without extra modules implemented. Note that some are admin only, some don't have output returns, others have tricky (...")
  • 18:25, 14 August 2012 (diff | hist) . . (+462). . N Remote.txt(Created page with "Plain ASCII text-file like the rest of the configuration files used by the server. IPs placed here will give admin status to those with the same ip that join the serve...")
  • 18:23, 14 August 2012 (diff | hist) . . (+916). . N Ports(Created page with "== Server Ports == Ports and protocols used by the server are as following, main port being the one specified under Port= in Soldat.ini (default is 23073). * TCP and UDP...")
  • 18:22, 14 August 2012 (diff | hist) . . (+2,853). . N Command line arguments(Created page with "When running your server from the command line, you can take advantage of what is known as ''command line arguments''. This is, basically, sending data to the binary on-the-fl...")
  • 18:15, 14 August 2012 (diff | hist) . . (+1,783). . N Server.ini(Created page with "Server.ini file was added in version 2.6.1, by EnEsCe. New settings can be found and adjusted in this file, such as enabling or disabling scripting, using health cooldown, etc...")
  • 18:13, 14 August 2012 (diff | hist) . . (+12,008). . N Soldat.ini(Created page with "Soldat.ini is the main configuration file for Soldat. It can be edited manually with Nano, Notepad or any other plain-text editor. The same file is used by the Soldat ...")
  • 18:13, 14 August 2012 (diff | hist) . . (+1,109). . N Mapslist.txt(Created page with "The soldat server uses a plain ASCII textfile to load the maps list file, by default mapslist.txt, located in the root folder of the server. There should be one map...")
  • 18:11, 14 August 2012 (diff | hist) . . (+2,564). . N Server(Created page with "==Requirements== * 266 Mhz * 32 MB Ram * Fast download & upload internet connection ( >512kbps suggested) * Operative system: >Windows 98SE or Linux (32-bit) ==Getting the s...")