| 1 |
root |
1.1 |
This directory is the proper directory for all python scripts for crossfire and the default location for importing CF modules. |
| 2 |
|
|
|
| 3 |
|
|
The subdirectories are: |
| 4 |
|
|
|
| 5 |
|
|
/: all shared files |
| 6 |
|
|
/events: all script files called by a global server event |
| 7 |
|
|
/items: all scripts embedded in archetypes |
| 8 |
|
|
/IPO: all scripts relating to the Imperial Post and Bank system |
| 9 |
|
|
/guilds: all scripts relating to guild management |
| 10 |
|
|
/casino: all scripts related to the casino |
| 11 |
|
|
/misc: other scripts |
| 12 |
|
|
|
| 13 |
|
|
Script additions should be placed in a subdirectory, either existing, or when it makes sense, a new one. |
| 14 |
|
|
Shared classes used for import should be placed in the root directory |
| 15 |
|
|
|
| 16 |
|
|
All Python scripts added to this map repository should be tested with and valid for Python 2.3 |
| 17 |
|
|
|