Nova Drift · published
Hello everyone, thanks so much for what has been an amazing launch. I really appreciate all the positive energy sent our way, and we're excited for what comes next. Today we've got information for you in two parts. I'd like to talk about Pixeljam's next game, as well as go over how to create your own custom skins for Nova Drift, and share some awesome community creations.

First, allow me to introduce:

A base-defending arcade game, created by Datassette and our very own Miles Tilmann (the musician and publisher behind Nova Drift), Utopia Must Fall is releasing Monday the 9th. It's the first internally developed game by Pixeljam in six years (they've spent most of their time on Dino Run 2 and Nova Drift), and I believe it is something special. I've never experienced anything quite like the audio-visual combo this game has. It's also quite funny and tough as nails. While it's not a roguelike, it has elements of them in procedural generation, permadeath, and interesting upgrades. Give it a try, or at least drop them a Wishlist. What is good for Pixeljam is also good for the future of Nova Drift! Check it out: https://store.steampowered.com/app/2849680/Utopia_Must_Fall/
The game comes with 3 custom skins by default, and in this guide I'll break down how to add your own. Additionally, since some players expressed interest, I'll demonstrate how to match the Nova Drift art style exactly.

fourpointedstar's "Orphnim, The Chariot" Skin. (A fusion between Seraph and Glaucus)
To select and use Custom Skins, just go to the Settings menu and choose your favorite. Any that are set up correctly will appear in the "Custom Skins" option.

I've tried to make adding custom skins as accessible as possible, requiring you only to drop artwork the game's custom_skins folder and edit one line of text for each skin. A skin must have the text data, body artwork, and force armor artwork. Optionally, drone artwork and jet position data may also be included.
Data for custom skins is found in the custom_skins folder, which is in this filepath by default:
PC: Nova Drift\datafiles\custom_skins
OSX: NovaDrift/Contents/Resources/custom_skins
If you're using Steam, that file path might look more like:
C:\Program Files (x86)\Steam\steamapps\common\Nova Drift\custom_skins
Every skin needs two elements: Artwork, and the data inside of the custom_skins.csv file. The .csv file tells the game which artwork goes with which skin.

To add your own custom skin, follow the examples of the included custom skins provided. The .csv file can be edited with most text editors, including Notepad. The file looks like this:

Here, we can see the data for the three default custom skins: Saris, Orbiter, and Ultra C.
Please note:
I'll explain the values that can be defined, from the left to right:
I recommend providing a .png file for artwork, as they are lossless, but .gif and .jpg/.jpeg files should also work. For best results, the artwork should be somewhere around 200-320 pixels in width and length.
Note that the game will do its best to make the custom body a similar size to the body gear it is representing. It does this by comparing the largest dimension of the original artwork to the largest dimension of the custom artwork and adjusting the artwork size by the difference. So, if you provide an oversized piece of artwork, it won't result in a larger body. If the provided artwork is too small, it may appear blurry if the game scales it up, which it may do either to fit the body size or accommodate retina displays. Also, it's best to avoid empty space around the artwork, as it will be included in the size calculation and will result in a smaller looking body. For reference, most bodies are visualized in-game at around 40% of their original artwork size.
I recommend that your sprites are pure white. Player color is defined by their shield color. This coloration is applied multiplicatively, so if the custom artwork is pure white, it will look consistent with the art style of the game when shield color is applied.
The collision box for custom skins is created automatically from the image sprite. Portions of the image that have very high opacity, or 100% opacity, will have collision. In terms of the Gamemaker engine, this is a "precise collision" set to tolerance of 200.
The offset for the sprite will automatically be set by finding the center of the image provided. It is important that both the body artwork and the force armor artwork share the same origin position relative to each other if they are to align in-game.
Please consider that while we encourage you to create, play with, and share custom skins, we must disable submitting global scores while they are in use, since players can easily use this feature to make the game more or less difficult.
If you'd like to, here's a guide to help you make your skins consistent with the Nova Drift art direction. I personally used Photoshop, but you can use anything that will let you draw with vectors and apply glows.

It's all about minimalist geometry, hard angles, and subtle glows.

Draw the body using white vector shapes. In Photoshop, this is accomplished using the Pen tool.
Nova Drift usually layers several glows on top of each other for its signature style. One of them is very small and traces the object shape, making it look neon. The second is the same but much larger, appearing to radiate light outward. And the third is a diffuse, circular glow. This one doesn't trace the shape of the object, it's just a circular gradient.
If you don't want to deal with all of this, feel free to just be lazy and make a single glow that averages the values between first two that I demonstrate. It won't make a huge difference.
I'll demonstrate the "tight" glow first:

In Photoshop, this is accomplished by double-clicking a layer to get to the "Layer Styles" menu, checking "Outer Glow" and entering some numbers. Everything we make in this tutorial will use the same color as the body artwork, true white. For the glow I use a opacity of 25%, a size of 10px, and a range of 50%. The rest of the values are the defaults.

To make the wide glow, duplicate the previous layer so that you have a copy of your body artwork with a glow on it. Edit the Outer Glow in Layer Style to be wider and less opaque. I use 15% opacity and 100px size.
Finally, just so that the body artwork's alpha doesn't overlap, reduce the Fill of this layer to 0%. This makes the body art invisible, but doesn't hide the glow.

The diffuse glow doesn't use the body artwork. It's just a white blob. On a new layer, just draw a white radial gradient with 100% white as the starting color and 0% white as the ending color. To make it subtle, you can either draw it at 20% opacity in the gradient settings like I am showing above, or reduce the opacity of the layer itself to 20%. The shape should span the width of your document's size.
Turning all three layers on, you should see something like this:

I should have just used shaders for all of this, but at the time I figured using purely sprites would simplify things. Nova Drift doesn't use any shaders at all, actually. We old school.
Now, the Force Armor effect is the last thing to create.

Using a vector line tool (in Photoshop this is called the Pen tool, turn off Fill and turn on Stroke), draw a shape around the whole body. It should be 10px in width and 100% opaque, and it looks good if there's around a 15 pixel buffer between the body and the inside of the effect. In-game it actually draws more like 30% opaque, but that is handled through code.

Finally, save two copies of the artwork: One version with just the Force Armor stroke visible, and one version with everything except the Force Armor stroke visible. The background should be totally empty.
To make the drone skins, the process is identical, except there's no need for Force Armor artwork.
Make sure your file names match the file names that the .csv file is indicating.
If you create any, please share your custom skins on the official Nova Drift Discord! We have a special channel ready for them, and we've already seen many amazing ones.

Avtraxi's Custom Skin

tempest153's Star Eater Cosplay Skin on a Leviathan
I can't wait to see what you all come up with!
Steam Reviews really help! As a tiny operation, Nova Drift relies on its quality and reputation to sell, and reviews encourage players and content creators to give the game a chance. Please do take a moment to fill out a short review, even if it's only a few words. It just might make a big difference.
On Twitter, BlueSky, and TikTok
Thanks for reading. Best wishes,
Jeffrey (Chimeric)