HASHLIPS ENGINE RESOURCE MASTERLIST

This website is in its infancy, and will be updated as solutions are uncovered and new functionalies find demand.
You can contact me on Discord (trent#8492) and I'll see if I can help.

ALWAYS SAVE YOUR FILES AFTER MAKING ANY MODIFICATIONS!!!!

TypeError: Cannot read properties of undefined (reading 'path')
Caused by having special characters in file names (commonly, hyphens and apostrophes). You can only have underscores (_), a pound for weight (#), and spaces in your file names.
Solved by removing any invalid special characters from file names.

Error: ENOENT: no such file or directory, scandir 'C:\Users\name\location\folder/layers/Eyeball'
Caused by not saving your config file after modifying your layer names in config.js.
Solved by saving config.js (Ctrl + S).

Error: Cannot find module 'C:\Users\name\location\folder\index.js'
Caused by having a nested folder open.
Solved by closing the folder you currently have open, and opening the next folder deeper (the folder which directly contains the build and layers).

So, you want to have the edition number appear in your images?
First, let's keep this piece of code in mind:

addText(
"#" + `${abstractedIndexes[0]}`,
text.xGap,
text.yGap,
text.size
);

Now, locate const startCreating in main.js. You will want to insert that piece of code...

Save main.js, and after running your code, the resulting images should look similar to this:

If you want to customise the number, such as its position, font, and colour, go to config.js and locate const text. There, you can adjust the x and y offset, as well as the colour and font.
Also, if you would like the number scheme to look different, you can adjust the "#" string to say something else, like "Edition #" for something like Edition #37 to appear on the image!

Go download NFTchef's fork of the engine. The readme tells you all. Cheers!
Link
Or in plaintext: https://github.com/nftchef/art-engine