@@ -5,35 +5,39 @@ Source.Python is an open-source project that uses boost::python to allow scripte
55
66
77## Directory Structure
8- * addons/ - source-python binary and vdf load file
9- * ../source-python/
10- * ../bin/ - all other Source.Python related binaries
11- * ../data/custom/ - custom package data
12- * ../data/plugins/ - plugin specific data
13- * ../data/source-python/ - Source.Python specific data
14- * ../docs/custom/ - custom package documentation
15- * ../docs/plugins/ - plugin documentation
16- * ../docs/source-python/ - Source.Python documentation
17- * ../packages/custom/ - custom packages
18- * ../packages/site-packages/ - included site-packages
19- * ../packages/source-python/ - Source.Python Python API
20- * ../plugins/ - plugins (use "sp load <plugin >" in server console to load)
21- * ../Python3/ - Python3.x base
22- * cfg/
23- * ../source-python/ - configuration files
24- * logs/
25- * ../source-python/ - log files
26- * resource/
27- * ../source-python/events/ - custom event files
28- * ../source-python/translations/ - translation files
29- * sound/
30- * ../source-python/ - sound files
31- * src/ - source code
32- * ../core/ - core source code
33- * ../hl2sdk/ - Source-engine SDKs (use the [ HL2SDK repository] ( http://github.com/alliedmodders/hl2sdk/branches/all ) as a reference)
34- * ../loader/ - source-python source code (the loader binary)
35- * ../patches/ - SDK patches necessary for building
36- * ../thirdparty/ - 3rd-party mods used by Source.Python
8+ * __ addons/__ - source-python binary and vdf load file
9+ * __ ../source-python/__
10+ * __ ../bin/__ - all other Source.Python related binaries
11+ * __ ../data/__
12+ * __ ../custom/__ - Custom Package data
13+ * __ ../plugins/__ - plugin specific data
14+ * __ ../source-python/__ - Source.Python specific data
15+ * __ ../docs/__
16+ * __ ../custom/__ - Custom Package documentation
17+ * __ ../plugins/__ - plugin specific documentation
18+ * __ ../source-python/__ - Source.Python documentation
19+ * __ ../packages/__
20+ * __ ../custom/__ - Custom Packages
21+ * __ ../site-packages/__ - included site-packages
22+ * __ ../source-python/__ - Source.Python Python API
23+ * __ ../plugins/__ - plugins (use "sp load <plugin >" in server console to load)
24+ * __ ../Python3/__ - Python3.x base
25+ * __ cfg/__
26+ * __ ../source-python/__ - configuration files
27+ * __ logs/__
28+ * __ ../source-python/__ - log files
29+ * __ resource/__
30+ * __ ../source-python/__
31+ * __ ../events/__ - custom event files
32+ * __ ../translations/__ - translation files
33+ * __ sound/__
34+ * __ ../source-python/__ - sound files
35+ * __ src/__ - source code
36+ * __ ../core/__ - core source code
37+ * __ ../hl2sdk/__ - Source-engine SDKs (use the [ HL2SDK repository] ( http://github.com/alliedmodders/hl2sdk/branches/all ) as a reference)
38+ * __ ../loader/__ - source-python source code (the loader binary)
39+ * __ ../patches/__ - SDK patches necessary for building
40+ * __ ../thirdparty/__ - 3rd-party mods used by Source.Python
3741
3842
3943## Useful links
0 commit comments