ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

User talk:Testid123: Difference between revisions

From ModEnc
Jump to navigation Jump to search
DeathFish (talk | contribs)
m add example page link
DeathFish (talk | contribs)
Hi! My friend, please roll back your 'fix' as it seems to have been fixed incorrectly.
Line 9: Line 9:
– Crimsonum 21:43, 20 July 2024 (CEST)
– Crimsonum 21:43, 20 July 2024 (CEST)


== Create New Page | 创建新界面 | Crear Nueva Página | Créer une Nouvelle Page | Создать Новую Страницу | إنشاء صفحة جديدة ==
== Create New Page ==
Hey! For something like [https://modenc.renegadeprojects.com/WeaponX Weapon%2d], '''don't create a new Flag Page'''.
Hey! For something like [https://modenc.renegadeprojects.com/WeaponX Weapon%2d], '''don't create a new Flag Page'''.
*You can follow the practices of previous editors.
*You can follow the practices of previous editors.
**For example, if you search for [[Weapon1]] or [[Weapon2]], it will redirect to [[WeaponX]], and the page will display a message like "''(Redirected from [[Weapon2]])''".
**For example, if you search for [[Weapon1]] or [[Weapon2]], it will redirect to [[WeaponX]], and the page will display a message like "''(Redirected from [[Weapon2]])''".
嘿!像[https://modenc.renegadeprojects.com/WeaponX Weapon%2d]这样的东西不要新建一个标签
*你可以借鉴一下旧有编辑者们的做法
**例如你搜索[[Weapon1]]或[[Weapon2]]那么会跳转到[[WeaponX]],并在页面上显示"''(Redirected from [[Weapon2]])''"那样的提示.
¡Hola! Para algo como [https://modenc.renegadeprojects.com/WeaponX Weapon%2d], no crees una nueva Página de Bandera.
*Puedes seguir las prácticas de los editores anteriores.
**Por ejemplo, si buscas [[Weapon1]] o [[Weapon2]], se redirigirá a [[WeaponX]], y la página mostrará un mensaje como "''(Redirected from [[Weapon2]])''".
Hey! Pour quelque chose comme [https://modenc.renegadeprojects.com/WeaponX Weapon%2d], n'créez pas une nouvelle Page de Drapeau.
*Vous pouvez suivre les pratiques des éditeurs précédents.
**Par exemple, si vous cherchez [[Weapon1]] ou [[Weapon2]], cela redirigera vers [[WeaponX]], et la page affichera un message comme "''(Redirected from [[Weapon2]])''".
Привет! Для чего-то вроде [https://modenc.renegadeprojects.com/WeaponX Weapon%2d], не создавайте новую страницу флага.
*Вы можете следовать практикам предыдущих редакторов.
**Например, если вы ищете [[Weapon1]] или [[Weapon2]], это перенаправит вас на [[WeaponX]], и страница отобразит сообщение вроде "''(Redirected from [[Weapon2]])''".
مرحبًا! بالنسبة لشيء مثل [https://modenc.renegadeprojects.com/WeaponX Weapon%2d]، لا تقم بإنشاء صفحة علم جديدة.
*يمكنك اتباع ممارسات المحررين السابقين.
**على سبيل المثال، إذا كنت تبحث عن [[Weapon1]] أو [[Weapon2]]، فسيتم تحويلك إلى [[WeaponX]]، وسيظهر على الصفحة رسالة مثل "''(Redirected from [[Weapon2]])''".
*- DeathFish 20250107 2223(+8)
*- DeathFish 20250107 2223(+8)
==Please note the value type of the DefaultToGuardArea page.==
I've seen several times where you changed the bool I wrote to int and posted an image of "'''GuardRange from RulesMD.ini'''" in Page [[GuardRange]],
but [[DefaultToGuardArea]] and [[GuardRange]] are two '''different''' INI Keys.
It's just that the calculation rule of [[DefaultToGuardArea]] uses the value of [[GuardRange]], which does not affect the assignment type of this label itself.
Here, I provide the rules for judgment in the program to facilitate understanding.
[[DefaultToGuardArea]] from gamemd.idb
[[File:DefaultToGuardArea%27s_ValueType_from_IDA.png]]

Revision as of 16:06, 10 January 2025

Stylistic Consistency

Thank you for your recent contributions to ModEnc. However, please try to maintain the established style when editing. While there is no official style guide as far as I know, all pages so far are pretty consistent in style.

For example, please don't use abrasive formating like this, it looks unprofessional and can be easily confused for a link.

  • also, don't add unnecessary bullet points like this just to indent text

etc.

– Crimsonum 21:43, 20 July 2024 (CEST)

Create New Page

Hey! For something like Weapon%2d, don't create a new Flag Page.

  • You can follow the practices of previous editors.
    • For example, if you search for Weapon1 or Weapon2, it will redirect to WeaponX, and the page will display a message like "(Redirected from Weapon2)".
  • - DeathFish 20250107 2223(+8)

Please note the value type of the DefaultToGuardArea page.

I've seen several times where you changed the bool I wrote to int and posted an image of "GuardRange from RulesMD.ini" in Page GuardRange,

but DefaultToGuardArea and GuardRange are two different INI Keys.

It's just that the calculation rule of DefaultToGuardArea uses the value of GuardRange, which does not affect the assignment type of this label itself.

Here, I provide the rules for judgment in the program to facilitate understanding.

DefaultToGuardArea from gamemd.idb