Coder Social home page Coder Social logo

Comments (35)

WalkerMx avatar WalkerMx commented on June 19, 2024 1

@NoUserNameForYou Thanks for this! I'd drummed up a program to manage the YAML, and it wasn't working - turns out, it works just fine, with the plugin you attached!

This is a piece of the program, for testing: ExtraCrispy.zip

Note that your Upscales folder must be set up just like the @Dumps folder, with the game CRC folders inside it. It scans for matching textures, and automatically maps them. Unmatched textures are left blank in the file.

Also, back up your YAML files, because it overwrites them!

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024 1

@NoUserNameForYou Aha!

Okay, I'll put that on the list of "things to fix".

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024 1

@NoUserNameForYou , @Topaz-Reality

I've finished the preliminary integration into AutoCrispy. It can now convert to and from DDS files in pretty much any format, courtesy of Microsoft's Texconv Utility. I switched from nVidia's tools, for the sake of portability and compatibility. Just place it in the folder with AutoCrispy, or in it's own folder in AutoCrispy's folder. (ExtraCrispy was also switched to Texconv. It must be in the same folder as ExtraCrispy!)

To set it up for DDS files, the first item in your chain must be Texconv set to "DDS Input", and the last item will need to be Texconv set to "DDS Output". Currently, for PCSX2-EX, the format should be set to BGRA; if the plugin is updated, the format must match the format it uses.

The source code for AutoCrispy is updated, but I've still got a little housekeeping to do before I do a full release. This is a preview of the next release:

AutoCrispy.zip

Now, regarding the YAML portion, I've decided it's outside the scope of AutoCrispy to have a feature so application-specific. It is my hope that the plugin for PCSX2-EX will eventually only need a YAML for custom-named textures, and will detect correspondingly named textures automatically.

That being said, I made a small update to ExtraCrispy to let it update the YAML over time (adjustable between 1s ~ 60s):
ExtraCrispy.zip
ExtraCrispy_Source.zip

Good luck, and enjoy ^^

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

@NoUserNameForYou I'll look into this. Right now, It looks like PCSX2-EX is exclusively dumping and loading DDS files, which don't have the support that PNG does.

Also, does PCSX2-EX build the YAML file, or is that done manually?

from autocrispy.

NoUserNameForYou avatar NoUserNameForYou commented on June 19, 2024

It's done manually.
However, I don't think you need to implement it as I'm guessing its dev is going to make it himself.

We just need dds availabilty in the softwares you use and automatically mapping of the 0xoldtex: newtex.dds files in the yaml file.

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

@NoUserNameForYou Well, handling the YAML shouldn't be too difficult in the short-term. It's unfortunate that the software only supports directly mapping the files.

Adding DDS support to each of the backends would be up to each of those individual developers, but I'll see about adding some sort of converter inside AutoCrispy. The only drawback to this method is that there would be considerable overhead converting from and to DDS in the chain.

from autocrispy.

NoUserNameForYou avatar NoUserNameForYou commented on June 19, 2024

I have asked the png support question in his discord.

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

@NoUserNameForYou Quick question, which release of PCSX2-EX are you using? Also, if possible, could you attach a YAML file that for sure works?

Thanks

from autocrispy.

NoUserNameForYou avatar NoUserNameForYou commented on June 19, 2024

@NoUserNameForYou Quick question, which release of PCSX2-EX are you using? Also, if possible, could you attach a YAML file that for sure works?

Thanks

Mate I'm sorry, I was being dumb. It was late at night and I told you that the yaml file's name would be gameid (which would be something like SCES50760) but it was another id which is the same name with the pnach cheat files. I don't know the nomenclature for that, HEX id maybe?

I'm using 3.1 from his github with this plugin: https://cdn.discordapp.com/attachments/808298057992372234/853060967376879636/GSdxEX-2.7z (from his discord)

Adding yaml file as well.
PCSX2-EX tex and yaml for ico.zip

The zip contains vanilla textures as well as edited textures and the yaml file as a drag and drop folder structure for ICO eu.

Changed files are options/button config square triangle cross and circle buttons' colors. Hit f10 to turn on and off.

from autocrispy.

NoUserNameForYou avatar NoUserNameForYou commented on June 19, 2024

Right it does!

Thank you so much.

from autocrispy.

jlnhlfan avatar jlnhlfan commented on June 19, 2024

Note that your Upscales folder must be set up just like the @Dumps folder, with the game CRC folders inside it. It scans for matching textures, and automatically maps them. Unmatched textures are left blank in the file.

Yeah, okay. Then why didn't the yaml file update when I put a new texture into the @com folder I have already created?

from autocrispy.

 avatar commented on June 19, 2024

Huh. Would you look at that.

@WalkerMx is there a source for that ExtraCrispy program? Is it merged or in any sort of branches that I can see?
Just as a precaution. People are getting virus alerts and I would like to whitelist this in my server if possible.

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

@Topaz-Reality There isn't any source uploaded yet, because I was intending to merge this functionality into AutoCrispy ^^'

Actually, I didn't know anyone else was following this, I was just letting @NoUserNameForYou test it out. Do you want a zip of the scratch solution I'm using ("ExtraCrispy")?

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

@jlnhlfan I'm not 100% sure what you mean. Basically, inside your "@com" folder, the folder structure needs to be identical to that of the @Dump folder. even the DDS file names must match. Otherwise, it doesn't work?

Also, since this is just a scratch version, it doesn't have any realtime processing, you have to run it each time to rebuild.

from autocrispy.

jlnhlfan avatar jlnhlfan commented on June 19, 2024

The folders are structured the same, and the DDS files have the same name.

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

@jlnhlfan I don't mind taking a look at this. Could I get a screenshot of the two folders, and maybe a copy of the YAML?

from autocrispy.

jlnhlfan avatar jlnhlfan commented on June 19, 2024

pics and yam.zip
Here's the pictures. Uptaed the yaml because of the lack of realtime processing.

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

@jlnhlfan Huh.. In your "@com\82CA153C" folder, I count 5 files, and there are 5 mapped files in your YAML file..

All the rest are blank, because there are no matches. Shouldn't that be correct?

from autocrispy.

jlnhlfan avatar jlnhlfan commented on June 19, 2024

Yeah, that's true. This is still a WIP.
explorer_Tb7KXrNe6L
Meanwhile, here is a new screenshot of the @com folder.

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

@jlnhlfan Right. Eventually, these routines will just be added into AutoCrispy, after I get them all debugged.

After you add another texture into the folder, does manually updating the YAML add the texture to the YAML?

from autocrispy.

jlnhlfan avatar jlnhlfan commented on June 19, 2024

Yes, it does.

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

@jlnhlfan Then, so far so good! That's all the build I posted here does.

I'm about 2/3 of the way done programming the conversion portion, so that AutoCrispy can automatically upscale the DDS files.

from autocrispy.

jlnhlfan avatar jlnhlfan commented on June 19, 2024

Alright. And make sure it doesn't get flagged as malware.

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

@NoUserNameForYou , @Topaz-Reality , @jlnhlfan

I've got the bulk of the programming worked out. If you want to try batch upscaling while I'm integrating these features into AutoCrispy, I'm posting the testing version here along with the source. Note, that it requires the nVidia DDS Utilities to be installed:

DDS Utilities
ExtraCrispy.zip
ExtraCrispy_Source.zip

The "DDS to PNG" button makes two folders, a "_RAWPNG" folder and a "_SCALEDPNG" folder. It spits out PNGs in the "_RAWPNG" folder when you push the button. Set AutoCrispy to use "_RAWPNG" as the input, and "_SCALEDPNG" as the output. When the upscaling is done, use the "PNG to DDS" button. When it finishes, use the "Make YAML" button.

It might be a little bit before I have this feature integrated into AutoCrispy. I'm going to start cleaning up the code, and I want to eliminate the need for a third-party DDS library (I'm already manually reading the Targa files the nVidia tools spit out ><).

As always, back up your files before testing any of this.

from autocrispy.

NoUserNameForYou avatar NoUserNameForYou commented on June 19, 2024

It doesn't output any png files here.

Is DDS utils locked to certain NV hardware?

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

@NoUserNameForYou It shouldn't be. The most recent version seems to have been released in 2007. The only limitation I can think of right now would be that it only works on 64-bit systems (this was just me being lazy though).

Are the Targa files appearing in the folder in "@Dump"?

from autocrispy.

NoUserNameForYou avatar NoUserNameForYou commented on June 19, 2024

No they are not.

I set the dump folder and I set the upscale folder. When I click on dds to png, the folders are created. And nothing else happens. Let me restart for a good measure.

Edit: Restart didn't fix the issue. Tried removing @ incase nvidia cmdline app didn't like it, it didn't fix it either.

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

@NoUserNameForYou Let me know if your DDS Utilities is installed in:

"C:\Program Files (x86)\NVIDIA Corporation\DDS Utilities"

Also, which game were you testing with? (Was it ico?)

from autocrispy.

NoUserNameForYou avatar NoUserNameForYou commented on June 19, 2024

Okay it works, it's the space in my file path. Used e:\dump and e:\upscale and it works.

Edit: tried to quote the path in your app but it crashes.

from autocrispy.

 avatar commented on June 19, 2024

@Topaz-Reality There isn't any source uploaded yet, because I was intending to merge this functionality into AutoCrispy ^^'

Actually, I didn't know anyone else was following this, I was just letting @NoUserNameForYou test it out. Do you want a zip of the scratch solution I'm using ("ExtraCrispy")?

Please do provide. The program looks dope but it shows as a virus. I need to verify a false positivity.

from autocrispy.

 avatar commented on June 19, 2024

@NoUserNameForYou , @Topaz-Reality , @jlnhlfan

I've got the bulk of the programming worked out. If you want to try batch upscaling while I'm integrating these features into AutoCrispy, I'm posting the testing version here along with the source. Note, that it requires the nVidia DDS Utilities to be installed:

DDS Utilities
ExtraCrispy.zip
ExtraCrispy_Source.zip

The "DDS to PNG" button makes two folders, a "_RAWPNG" folder and a "_SCALEDPNG" folder. It spits out PNGs in the "_RAWPNG" folder when you push the button. Set AutoCrispy to use "_RAWPNG" as the input, and "_SCALEDPNG" as the output. When the upscaling is done, use the "PNG to DDS" button. When it finishes, use the "Make YAML" button.

It might be a little bit before I have this feature integrated into AutoCrispy. I'm going to start cleaning up the code, and I want to eliminate the need for a third-party DDS library (I'm already manually reading the Targa files the nVidia tools spit out ><).

As always, back up your files before testing any of this.

Thanks. After a look through I have seen that this program is safe to use.
It is now whitelisted.

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

@Topaz-Reality Perfecto.

Thanks!

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

It wasn't really a bug, but it was annoying me. The PNGs were being unwrapped inside out, and I was wasting processor cycles fixing it with the DDS Utilities, so here:

Slightly updated, with no more inside out PNGs:
ExtraCrispy.zip
ExtraCrispy_Source.zip

from autocrispy.

NoUserNameForYou avatar NoUserNameForYou commented on June 19, 2024

Thanks mate :)

from autocrispy.

WalkerMx avatar WalkerMx commented on June 19, 2024

This feature is complete and has been added as of AutoCrispy 1.0.3.0.

from autocrispy.

Related Issues (18)

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.