diff --git a/efp/efp013/main.xml b/efp/efp013/main.xml new file mode 100644 index 0000000..31254cf --- /dev/null +++ b/efp/efp013/main.xml @@ -0,0 +1,54 @@ + + + + + + + + +
+ +

+ "Mod", is commonly known to be an abbreviation of "Modification", but here, since there are + not actually core contents, there is nothing can be said to be "Modification". + Thus, informally, "Mods" may be referred to be Modules or Application Extensive Modules (AXMs), + and "Modding" can be referred to be a system of AXM; AXM System is a general system for + application extensive behaviors (AXBs), while AXBs may also be known as + Downloadable Contents (DLCs) in commonly known terminology. + Types of AXBs include Resource Packs, Mods, Integrated Gameplay Packages, Maps (Game Worlds), etc. +

+
+
+
+ +

+ By the game itself, if no AXM is loaded, there should be no any gameplay contents. + However, the Launcher may provide default AXMs to be installed for officially default gameplay + contents as the basic contents, which may be in the sandbox survival genre. + Other than this, Orryx is purely an engine without any gameplay contents built-in except for some + essential supporting modules. +

+

+ There is no "default" contents as the concept, but built-in functionalities, algorithms and systems + within the frameworks. For examples, there may be built-in algorithms provided by the Core for + world generators. +

+
+
+
+ +

+ All AXMs must have a namespace, with optionally subnamespaces. All resources provided by the AXMs + must be under its namespace; while being referred, they may be under its AXM's namespace. +

+

+ Certain contents may be Core AXMs for officially supported AXMs, including Application Public + Interfaces (APIs) and playable contents; however, additional official AXMs that are not Core but + other Projects may also be available. Therefore, namespaces of "core", starting with "core-" or + containing the words "terramodulus" or "terramod" shall be reserved and prohibited for public's uses. +

+
+
+ +