User contributions for Pireax
Jump to navigation
Jump to search
21 June 2018
- 19:3419:34, 21 June 2018 diff hist −37 Cookbook:Accessing CD Key Hash →Discussion current
- 19:3219:32, 21 June 2018 diff hist 0 N File:GoO ingame.jpg No edit summary current
- 19:3119:31, 21 June 2018 diff hist 0 N File:GoO commander.jpg No edit summary current
- 19:3019:30, 21 June 2018 diff hist +6,399 N Cookbook:Ploting Object Positions on a Map Image Created page with "== Problem == You want to plot the position of objects or events in the BF2 game world on a map; for example, you want to plot the positions of player deaths, the positions..." current
- 19:3019:30, 21 June 2018 diff hist +3,048 N Cookbook:Easy Custom Config Variables Created page with "== Problem == You are writing a script that has some configuration parameters that you want the server operator to be able to set. So as not to reinvent the wheel, can you..." current
- 19:2919:29, 21 June 2018 diff hist +1,910 N Cookbook:Finding the Value of a Server Configuration Variable Created page with "== Problem == Many configuration options for BF2 are read from <code>.con</code> files that can be edited by the server administrator. You are writing a cool Python expansi..." current
- 19:2919:29, 21 June 2018 diff hist +4,141 N Cookbook:Dynamically Changing an Event Handler Created page with "== Problem == The standard Python code that comes with BF2 includes an event handler that you want to change. You know it's a Bad Idea™ to screw around with the original..." current
- 19:2919:29, 21 June 2018 diff hist +7,552 N Cookbook:How To Implement Better Error Catching Created page with "== Problem == Normal Python interpreters will abort when an uncaught exception (programming error) occurs, printing a "traceback" message to help you track the problem down..." current
- 19:2819:28, 21 June 2018 diff hist +3,558 N Cookbook:Adding New RCon Commands Created page with "== Problem == You want to create your own RCon command(s) to add administrative features to BF2. You really don't want to change the code for standard BF2 administration mod..." current
- 19:2819:28, 21 June 2018 diff hist +6,250 N Cookbook:Reloading modules at runtime Created page with "== Problem == You're sick of having to restart the server everytime you make a change to your Python code. Simple changes that should take all of two seconds end up taking..." current
- 19:2719:27, 21 June 2018 diff hist +8,160 N Cookbook:Changing Objects At Runtime Created page with "== Problem == You don't like how some of the standard Python code that comes with BF2 works, and want to change it. Maybe you want to add your own RCon commands; maybe you..." current
- 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