-
Notifications
You must be signed in to change notification settings - Fork 52
[MRG] Array size info #674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MRG] Array size info #674
Conversation
|
I changed "array=" to "array_size=" in "MXmlProperty.cs", but the output MXML is still showing "array=". |
|
Few general comments:
|
|
I still need help here ^ |
|
I know we want array_size=‘4’ but I can’t get it to output that. See my
comment and the file MXmlProperty.cs
…On Mon, Oct 13, 2025 at 04:17 monkeyman192 ***@***.***> wrote:
*monkeyman192* left a comment (monkeyman192/MBINCompiler#674)
<#674 (comment)>
I changed "array=" to "array_size=" in "MXmlProperty.cs", but the output
MXML is still showing "array=".
I must be doing something wrong or I forget some instruction to give...
Can you point me to the right track?
I still need help here ^
See suggested changes for fix...
image.png (view on web)
<https://github.com/user-attachments/assets/1e0d7c6d-fb71-4f8f-b590-803c09d5d60b>
—
Reply to this email directly, view it on GitHub
<#674 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAXFQQ335NQ47RANEX46MID3XNNYRAVCNFSM6AAAAACI4AODEGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTGOJWGM3DGNJWGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
sorry, github is weird and I didn't realise I needed to press a different button to submit the suggestions. |
Co-authored-by: monkeyman192 <[email protected]>
Co-authored-by: monkeyman192 <[email protected]>
Co-authored-by: monkeyman192 <[email protected]>
…mpiler into ArraySizeInfo # Conflicts: # libMBIN/Source/Template/NMSTemplate.cs
|
Can you help me understand why "Array" did not work but "ArraySize" does? |
|
Do you think any other corrections are required? |
| /// <summary> | ||
| /// Writes the NMSTemplate object to an .mxml file. | ||
| /// </summary> | ||
| /// <param name="outputpath">The location to write the .mxml file.</param> | ||
| /// <param name="hideVersionInfo">version info is written to the MXML file.</param> | ||
| public static string WriteTemplate(NMSTemplate template) => WriteTemplate(template, false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh actually, I'm dumb. We should keep this chunk. I clearly didn't look close enough at it before saying we should remove it sorry...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I add it back, VS does not see any reference to it.
Why do we need it?
|
Ok, pending me doing one final round of testing, I think this looks good to go (other than that one comment I just left, sorry about that...) |
|
Ok! Looks good to me! Thanks for adding this 😄 |

No description provided.