Skip to content
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

Not an issue, just need help #9

Open
Raith142 opened this issue May 30, 2024 · 1 comment
Open

Not an issue, just need help #9

Raith142 opened this issue May 30, 2024 · 1 comment
Labels
other Some other issue

Comments

@Raith142
Copy link

Raith142 commented May 30, 2024

Hi, I want to use this program to work on my mugen game, but it is not working. I don't know how to use it. I would appreciate an in-depth guide on how to set it up, because I'm completely lost.

@SuperFromND
Copy link
Owner

Hi! Glad you found interest in my little utility, really appreciate it. <3
I already sent this over on the Ikemen Discord, but for archival's sake (and so it shows up in Google searches), my mini-gude:

so iguana is a command line tool, it has no GUI or anything so double-clicking the .exe wont do anything besides flash a window on screen for a sec
in order to use it you'll need to know the basics of how to use the command line in windows; that's a bit outside what im willing to explain right this second but a quick start guide:

how to command line (speedrun any%)

  • you can start command line in a few different ways, the easiest IMO is to hold shift and right-click inside the folder you have iguana's executable in, then click "Open command window here"

  • to run something in cmd, type the executable's name (assuming it's either in the folder cmd is currently in, called the Working Directory (you can change this using cd "C:/Your/Directory/Here"; if you opened cmd with my method then the working directory should be in whatever folder you right-clicked in already))

  • pro tip: if you want to give cmd a file path without typing the whole thing out, you can simply drag and drop the file onto cmd and it'll automatically fill out the entire path, quotation marks and all

so thats all just general command line stuff, but as for using iguana itself:

using iguana

in the most basic form, iguana takes a .def or .cmd file path as input, with the -i flag before said file path, like this:

iguana.exe -i "C:/path/to/file.cmd"
iguana.exe -i "C:/path/to/file.def"

or an entire folder of characters:

iguana.exe -i "C:/path/to/characters"

the outputted files will be in the same folder as the input file itself by default

you can add more flags to control iguana's output to some degree, which might be useful if you're standardizing specific things across a ton of characters:

iguana.exe -i "C:/path/to/file.cmd" -kp -nomotions

you can find a full list of these flags and what they do with:

iguana.exe -h

@SuperFromND SuperFromND added the other Some other issue label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
other Some other issue
Projects
None yet
Development

No branches or pull requests

2 participants