From: otta8634 Date: Thu, 9 Jan 2025 05:57:05 +0000 (+0800) Subject: Finish updating documentation of description location X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8a1c4e7469cce40ec67b2b4a3115b4aa7587a0c0;p=xonotic%2Fxonotic-data.pk3dir.git Finish updating documentation of description location Added it for freetext, mutators, and updated it for weapons. --- diff --git a/qcsrc/menu/xonotic/guide/guide.qh b/qcsrc/menu/xonotic/guide/guide.qh index 3c9c31900b..ab4335edcc 100644 --- a/qcsrc/menu/xonotic/guide/guide.qh +++ b/qcsrc/menu/xonotic/guide/guide.qh @@ -79,6 +79,7 @@ ENDCLASS(id) #define REGISTRY_SOURCE_6(id, arr_name, register_arr, cond1, cond2, cond3) _REGISTRY_SOURCE(id, arr_name, register_arr, cond1, cond2, cond3, 3) REGISTRY_SOURCE(FreetextSource, Guide, GuidePages) +// The descriptions for these are in menu/xonotic/guide/pages.qh #include REGISTRY_SOURCE(GametypeSource, Gametypes, Gametypes) @@ -105,7 +106,7 @@ REGISTRY_SOURCE(NadeSource, Nades, Nades) #include REGISTRY_SOURCE(WeaponSource, Weapons, Weapons) -// The descriptions for these are in common/weapons/weapon/*.qc and common/mutators/mutator/overkill/ok*.qc +// The descriptions for these are in common/weapons/weapon/*.qc and common/mutators/mutator/overkill/ok*.qc (weapon files) #include REGISTRY_SOURCE(MonsterSource, Monsters, Monsters) @@ -121,6 +122,7 @@ REGISTRY_SOURCE(TurretSource, Turrets, Turrets) #include REGISTRY_SOURCE(MutatorSource, Mutators, Mutators) +// The descriptions for these are in common/mutators/mutator/*.qc (not the cl_* or sv_* files) #if 0 CLASS(MapSource, DataSource)