Code Monkey home page Code Monkey logo

Comments (17)

nesrak1 avatar nesrak1 commented on August 20, 2024

I'd like to add plugins (as the readme says) but I don't know when I'll be able to get to it since I've not had much time. But it's definitely on the todo list.

from uabea.

A-nonymous027 avatar A-nonymous027 commented on August 20, 2024

Finally there's someone I can put my hopes on. UABE is currently pretty much stagnant so I'd like to respect new coders that revives it.

from uabea.

JerryPLayz avatar JerryPLayz commented on August 20, 2024

Is there any possibility of enabling command-line access to the features in your program? It would be helpful with my project which needs explicitly to extract the contents of an emip file. Or perhaps a delegate method to enable singe-line invocation?

from uabea.

nesrak1 avatar nesrak1 commented on August 20, 2024

@JerryPLayz yes, command line support is something I forgot to put on the features list. I'll probably start with that since it's the easiest. I'm still working on basic features like bundle writing and asset adding/removing.

from uabea.

JerryPLayz avatar JerryPLayz commented on August 20, 2024

Would that include bundle exporting (like unzipping a .zip file?) @nesrak1

from uabea.

nesrak1 avatar nesrak1 commented on August 20, 2024

Yes

from uabea.

JerryPLayz avatar JerryPLayz commented on August 20, 2024

Hello again, can I just check that your tentative "command line support?" that it exists, or is there something that needs to be done? @nesrak1

from uabea.

nesrak1 avatar nesrak1 commented on August 20, 2024

It does exist but I haven't done much testing on it. If you decide to build the repo to try it, you'll need to build AssetsTools.NET since I had to fix some bugs there as well.

from uabea.

drongood12 avatar drongood12 commented on August 20, 2024

Is there currently a function for adding new data to assets?

from uabea.

nesrak1 avatar nesrak1 commented on August 20, 2024

New assets to an assets file or new asset data (like entries into an array) into a single asset? Assuming you mean adding new assets you can't currently add a new asset or remove an asset from a file so far.

from uabea.

drongood12 avatar drongood12 commented on August 20, 2024

New assets to an assets file or new asset data (like entries into an array) into a single asset? Assuming you mean adding new assets you can't currently add a new asset or remove an asset from a file so far.

Yes, you understood me correctly, but approximately when should we expect the addition of such a function?

from uabea.

nesrak1 avatar nesrak1 commented on August 20, 2024

Whenever it gets done. There are other problems that are preventing me from implementing this right now.

from uabea.

nesrak1 avatar nesrak1 commented on August 20, 2024

@drongood12 I reworked a large portion of uabea to get reading/writing from new and modified assets (about 1500 changed lines). Because of that, I wouldn't say it's stable yet but you should be able to add and remove assets as long as you don't try to do anything crazy with it.

from uabea.

drongood12 avatar drongood12 commented on August 20, 2024

@drongood12 I reworked a large portion of uabea to get reading/writing from new and modified assets (about 1500 changed lines). Because of that, I wouldn't say it's stable yet but you should be able to add and remove assets as long as you don't try to do anything crazy with it.

Wow, super, I will definitely test the new version today, thanks, also a little later i will create several issues, found several not so critical bugs in a couple of days of use

from uabea.

drongood12 avatar drongood12 commented on August 20, 2024

@drongood12 I reworked a large portion of uabea to get reading/writing from new and modified assets (about 1500 changed lines). Because of that, I wouldn't say it's stable yet but you should be able to add and remove assets as long as you don't try to do anything crazy with it.

I tried to add it to a large file, but it is not clear where the asset was added, it would not be bad if it was added to the very beginning, because it is more convenient to edit the asset and import existing assets, because I planned to create an asset and import raw into it data
image
Without a search, in principle, it is not possible to find the created asset in a file that contains 1 GB of data

from uabea.

drongood12 avatar drongood12 commented on August 20, 2024

Also, saving is not very convenient, in order for me to save the change, I need to save in a new bundle file, especially this is not convenient with large files, I have to save a bundle every time, which is 3 GB

from uabea.

nesrak1 avatar nesrak1 commented on August 20, 2024

I tried to add it to a large file, but it is not clear where the asset was added, it would not be bad if it was added to the very beginning, because it is more convenient to edit the asset and import existing assets, because I planned to create an asset and import raw into it data

If you created an asset with a new pathId, then the new asset will show at the top of the list. It's possible you overwrote another asset without realizing or have the list in sorted and the sort moved the asset somewhere else. The add dialog does not warn you about overwriting right now.

Also, saving is not very convenient, in order for me to save the change, I need to save in a new bundle file, especially this is not convenient with large files, I have to save a bundle every time, which is 3 GB

Normal UABE does this too due to the way asset loading/saving works. There's no real way around this unless you want it to close and reopen the file every time you save.

from uabea.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.