-
Notifications
You must be signed in to change notification settings - Fork 382
Lock nodes offset #48
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
Comments
Also adding options for inserting 1 and 2 bytes will be awesome too. |
That's not what he is talking about. |
@Stridemann Currently that's not possible. There is a rewrite of the internal class representation planned. The new system may have support for that. |
@KN4CK3R Thanks a lot for your work on this project. That will be really great. I got one stable bug that throws crash error (can continue working, no data lost). Don't want to create a new issue due to low priority: When you double click on node to edit name (enable text input field) and then right click on any other place or node you will got error. |
But a crash is a real issue so you should have created another one. |
The original request isn't implemented... |
Still no fix for this? @KN4CK3R |
Nothing to fix, this is a feature request.
…On Wed, 21 Aug. 2019, 9:00 pm .visual, ***@***.***> wrote:
Still no fix for this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#48?email_source=notifications&email_token=AAHSZZVDGU2243YKHXI5UQ3QFUN3JA5CNFSM4ESX2SAKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4ZJCBQ#issuecomment-523407622>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAHSZZSBKHHFSY4WXGRIBPTQFUN3JANCNFSM4ESX2SAA>
.
|
Hello! |
Does anyone know of a good way to handle this? At the moment redefining fields is a nightmare. |
No idea sincerely, all the tools I tried have the same problem. |
@KN4CK3R Is this still something you'd be interested having added? If so I'd like to have a go at implementing this. Do you have any preferences/suggestions on how to go about it? From a quick look I was thinking something like:
|
Why not implementing it anyway, opening a pull request and in the meantime publish your fork? |
You have to keep in mind that |
@KN4CK3R So basically this means that the program is structured in a way that this feature is very hard to implement without a lot of modifications? |
Yes, you would have to insert ReClass.NET/ReClass.NET/Nodes/BaseContainerNode.cs Lines 191 to 204 in 0ee8a4c
Commented out 5 years ago because I decided it's not worth it. |
Hi,
Thanks again for a program.
I just wanted to ask if it's possible to add LOCK node feature. When you lock node it's offset can't be broken after deleting/inserting bytes before/under it.
Sometimes we don't need to define types in whole structure, just some nodes at start, middle and end of structure.
Also this feature gives us other new awesome feature - we can delete some byte range we don't need (like "hide" in old reclass).
I know, this can be not easy task, just wanted to ask if this is possible.
Thanks you.
The text was updated successfully, but these errors were encountered: