User contributions for Pireax
Jump to navigation
Jump to search
21 June 2018
- 19:2719:27, 21 June 2018 diff hist +1,787 N Cookbook:Computing CD Key Hashes Created page with "== Problem == You have one or more BF2 CD keys that you want to convert into key hashes. BF2 uses [http://en.wikipedia.org/wiki/MD5 MD5] [ht..." current
- 19:2719:27, 21 June 2018 diff hist +2,183 N Cookbook:Accessing CD Key Hash Created page with "== Problem == You want to access the CD Key Hashes for players in a game from within a Python script. == Solution == Use the <code>host...."
- 19:2619:26, 21 June 2018 diff hist +3,342 N Python Cookbook Created page with "This is a "cookbook" of short, simple snippets of Python code that illustrate how to do some common BF2 programming task. Cookbook items will generally not be complete scripts..." current
- 19:2419:24, 21 June 2018 diff hist +3,126 N Loading Python .pyd extensions Created page with "If you've found yourself on this page hoping to find out how to load your own C++ code (.DLL) via a .pyd file. You may well be dissappointed. As of yet I have not worked out h..." current
- 19:2319:23, 21 June 2018 diff hist +42,773 N ModManager Created page with "== Mod Manager == === What is ModManager === ModManager is server framework that enables players, admins and developers to get the most out of BattleField 2 servers. It en..." current
- 19:2219:22, 21 June 2018 diff hist +1,524 N Useful Software Created page with "Some software that is useful in dealing with BF2: * [http://www.bf2online.net/bf2ra-battlefield-2-remote-administrator.html BF2RA] : Simple and easy to use Battlefield 2 Remo..." current
- 19:2019:20, 21 June 2018 diff hist +4,040 N Quick Tips Created page with "== Prevent Commander and Squad Leaders from being autobalanced == In the file <tt>admin/standard_admin/autobalance.py</tt> find line 34: <pre> # dont use autobalance when i..." current
- 19:1919:19, 21 June 2018 diff hist +3,140 N BF2CC Created page with "== Knowledge base for the Battlefield 2 Command Console == === FAQ === '''Q: Is there a BF2CC for the retail server?''' A: Demo build 1990 together with version 2.1 of t..." current
- 19:1419:14, 21 June 2018 diff hist +69 Event Reference →Mysterious Events current
- 19:0419:04, 21 June 2018 diff hist −7 BF2 Internals →Reference Counting
- 18:5918:59, 21 June 2018 diff hist −8 BF2 Internals →GameEvent
- 18:5718:57, 21 June 2018 diff hist +112 BF2 Internals →GameEvent
- 18:4418:44, 21 June 2018 diff hist +1,714 BF2 Internals No edit summary
18 June 2018
- 22:5722:57, 18 June 2018 diff hist +171 BF2 Internals →Reference Counting
- 22:5222:52, 18 June 2018 diff hist +2 BF2 Internals →Reference Counting
- 22:5222:52, 18 June 2018 diff hist +111 BF2 Internals →Reference Counting
17 June 2018
- 20:4320:43, 17 June 2018 diff hist −15 BF2 Internals →ClassManager
- 20:4220:42, 17 June 2018 diff hist +446 BF2 Internals →ClassManager
- 20:1320:13, 17 June 2018 diff hist +7 BF2 Internals →ClassManager
- 20:0820:08, 17 June 2018 diff hist +1,374 N BF2 Internals Created page with "The BF2 engine has been written in C++ and also make heavy use of STL. == Reference Counting == A lot of the internal components of the game use intrusive reference counting..."
- 19:1219:12, 17 June 2018 diff hist +6 Main Page No edit summary
4 May 2018
- 13:1813:18, 4 May 2018 diff hist +4,640 N RCon Protocol Created page with "== Basics == This document describes the RCON ("Remote Console") protocol spoken by the Battlefield 2 server; RCON is run as a TCP service, operating on port 4711 by default..." current
- 13:1813:18, 4 May 2018 diff hist +6,404 N Admin Module Created page with "Battlefield 2 provides for a Python "administrative" module; this module can do pretty much anything, but the Python code that ships with BF2 serves two basic roles: * It imp..." current
- 13:1613:16, 4 May 2018 diff hist +20 Protocols No edit summary current
1 May 2018
- 22:3722:37, 1 May 2018 diff hist +8 File Formats →.mesh File Format
- 22:2622:26, 1 May 2018 diff hist +668 File Formats →Mesh File Formats
- 21:5221:52, 1 May 2018 diff hist +127 m File Formats →.skinnedmesh File Format
- 21:5121:51, 1 May 2018 diff hist +891 File Formats →Mesh File Formats
- 21:4121:41, 1 May 2018 diff hist +40 m File Formats →.staticmesh File Format
- 21:3821:38, 1 May 2018 diff hist +139 m File Formats →.staticmesh File Format
- 21:3621:36, 1 May 2018 diff hist −146 File Formats →.skinnedmesh File Format
- 20:4520:45, 1 May 2018 diff hist −2 File Formats →VertexAttribute
- 19:1119:11, 1 May 2018 diff hist +21 File Formats →Mesh File Formats
- 18:1218:12, 1 May 2018 diff hist −191 File Formats →Mesh File Formats
- 17:5017:50, 1 May 2018 diff hist +48 File Formats →Header
- 17:4817:48, 1 May 2018 diff hist +13 File Formats →Header
- 17:3017:30, 1 May 2018 diff hist +1,628 File Formats No edit summary
- 14:1214:12, 1 May 2018 diff hist +17,820 m BF2 Console Commands No edit summary current
- 14:0514:05, 1 May 2018 diff hist −3,775 m BF2 Console Commands No edit summary
- 14:0314:03, 1 May 2018 diff hist +3,691 BF2 Console Commands No edit summary
26 April 2018
- 22:0622:06, 26 April 2018 diff hist −21 Command Line Options No edit summary current
- 22:0422:04, 26 April 2018 diff hist +11,639 N Command Line Options Created page with "== Introduction == Battlefield 2 supports quite a few command line options. Most of you are probably already familiar with ones such as <code>+fullscreen 1</code>. Incase some..."
- 21:3021:30, 26 April 2018 diff hist +11 m Console Script Grammar No edit summary
- 21:2621:26, 26 April 2018 diff hist +206 Console Script Grammar No edit summary
- 21:2321:23, 26 April 2018 diff hist +14 Main Page No edit summary
- 21:2121:21, 26 April 2018 diff hist +36 N ConGrammar Pireax moved page ConGrammar to Console Script Grammar current
- 21:2121:21, 26 April 2018 diff hist 0 m Console Script Grammar Pireax moved page ConGrammar to Console Script Grammar
- 21:2121:21, 26 April 2018 diff hist +34 N BF2 Commands Pireax moved page BF2 Commands to BF2 Console Commands current
- 21:2121:21, 26 April 2018 diff hist 0 m BF2 Console Commands Pireax moved page BF2 Commands to BF2 Console Commands
- 21:1621:16, 26 April 2018 diff hist +4,507 File Formats Add data format of .staticmesh files and partial format of terraindata.raw