User contributions

Jump to: navigation, search
Search for contributions
 
 
      
 
   

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

  • 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...")

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