User talk:Testid123: Difference between revisions
m add example page link |
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 | == 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]])''". | ||
*- 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.
- - 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