thanks a lot, will test this out...
thanks a lot, will test this out...
very great work on this editor Idle

thanks your good job ~~~
yo idle...i made a tool yesterday ..like real quick... there u should be able to insert values or whatever...the tool will rebuild a new working save.
if u are intressted...pm me and il hand over the source.
Programming is 10% science, 20% ingenuity, and 70% getting the ingenuity to work with the science.
~~~~~~~~~~~~~~~~~~~~~~~~~
Programming is like sex:
One mistake and you have to support it for the rest of your life.
Looks like all you have to do is change the value at &H8 to the new size.
and how is that going yo work ? how about u try and let me know the result...
changing a block size has effect on the whole save... so u have to rebuild the whole save...not just changing a size...
i dont feel like explaining in ditails, but its not that easy as u think... welll its actually easy but not easy as just changing the size value.
Programming is 10% science, 20% ingenuity, and 70% getting the ingenuity to work with the science.
~~~~~~~~~~~~~~~~~~~~~~~~~
Programming is like sex:
One mistake and you have to support it for the rest of your life.
There are 3 data sets in the save according to how I broke it up. All you have to do is create a new io stream of with all 3 data sets combine. Data 2 would be the new amount of bytes which would be changed by adding more characters to the richtextbox. Then you would just need to change the value at &H8 to match that of the new amount of characters. Then all you have to do is fix all 3 hashes.
Data1 = (0 to &H1C)
Data2 = Ascii Data
Data3 = Bytes after the Ascii Data
I already wrote the codding and it worked just fine for me.
Programming is 10% science, 20% ingenuity, and 70% getting the ingenuity to work with the science.
~~~~~~~~~~~~~~~~~~~~~~~~~
Programming is like sex:
One mistake and you have to support it for the rest of your life.