2D Graphics Preview: Need Feedback

Accname

2D-Graphics enthusiast
Reaction score
1,462
Hi guys,
So here i am again with a little preview of hand-made pixel graphics.
I would like to get some feedback on these.
I am not very good at making graphics but i tried to do my best to make them visually appealing.

The first image shows a space ship, once the hull from the outside and once the inside with a grid based room layout.
Every pixel was set there by hand @_@, so what do you guys say?
ShipsPreview.png


The other images is some icons, windowskins and miscellaneous graphics.
IconPreview.png

Each icon has a set size of 32x32 pixels, the first two are for window skins and button skins.
The next two are some misc icons i use in the menu, the final 4 icons in the row are different kinds of crosshairs, each used by a different weapon kind.
The next row consists of indices which are used together with the crosshairs to indicate the ID of the weapon the crosshair belongs to.
All other icons, row 3 and below, are icons for the various systems. These are put inside the space ship graphic above, they fill out the rooms in the grid based layout.
They will be coloured depending on their hitpoints ranging from green to red.

Here is a legend (from top to bottom, from left to right):
1st Row:
1). Stockroom
2). Cockpit
3). Life Support (O² and radiator)
4). Radar and sensor array.
5). Communications and hacking.
6). Security
7). Generator
8). Engine

2nd Row:
1). Quarters
2). Shield-Generator
3). Med-Bay
4). Hangar (For drones, probes and transports/fighters)
5). Hull (For the interface)

3rd Row:
1). Coilgun (Shooting Bolts)
2). Rocket launcher
3). Grenade launcher
4). Burst Laser
5). Pulse Laser
6). EMP-Cannon
7). Bombs/Mines

4th Row:
1). Bolts for the Coilgun (as shown in the inventory)

Here is an example of a window with a button how it would look like in the game:
Window Preview.png


The Font used is "System", the same which is used by the native command line of windows.

I would greatly appreciate any feedback.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,667
The background of the window seems a bit dark. The light and dark constrasts drastically, probably may make eyes watery if prolonged exposure is required.

Unless you intentionally placed the icons on the orange-yellow colored grid, so as to let others look at it clearly, your icons should be placed on a single-colored background, so you are able to easily exclude that colored background for transparency.

Your indices are not aligned correctly in each of the 7-equally-divided pieces of a circle.
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
The background of the window seems a bit dark. The light and dark constrasts drastically, probably may make eyes watery if prolonged exposure is required.

Unless you intentionally placed the icons on the orange-yellow colored grid, so as to let others look at it clearly, your icons should be placed on a single-colored background, so you are able to easily exclude that colored background for transparency.

Your indices are not aligned correctly in each of the 7-equally-divided pieces of a circle.
I am using a pure white text, like in a command line, so a dark background is needed. I will see if i can make it a brighter shade of blue.

The background in these images is only there for the preview, the actual png-files used by the programm use a 32bit color code and full alpha channels. So there is no coloured background at all in the images.

I can make a preview for the numbers in combination with a crosshair to show you how it is supposed to look like:
Crosshair-Preview.png

This is what it would look like if you had 7 different weapons target the very same spot.
Each number is representing the ID of the weapon.
I am still not quite sure what i would do if a ship would have more then 7 weapons active at the same time. Although an unlikely situation it might happen.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,667
I would suggest you use 9 grids instead of 8 for the cursor. 9 grids mean that you have 8 spots around the center spot (your crosshair). 8 grids is the one you're using. With each empty spot around the center, you can easily put your indices in it with easier math, instead of actually having to draw 7 individual frames overlapping one another.

If you have more than 7 weapons active at the same time, why not try combining them with higher upgrades instead? Or you can let the player(s) choose whether to disgard one of any weapons it current have, so that there will always be 7 weapons at max throughout the game.

Also, I kind of have a hard time looking at the 3 and 6 not aligned in a straight line... It just erks me.

All situations must be considered, else there may be hidden logic bugs that will become harder to find in the future.
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
I would suggest you use 9 grids instead of 8 for the cursor. 9 grids mean that you have 8 spots around the center spot (your crosshair). 8 grids is the one you're using. With each empty spot around the center, you can easily put your indices in it with easier math, instead of actually having to draw 7 individual frames overlapping one another.

If you have more than 7 weapons active at the same time, why not try combining them with higher upgrades instead? Or you can let the player(s) choose whether to disgard one of any weapons it current have, so that there will always be 7 weapons at max throughout the game.

Also, I kind of have a hard time looking at the 3 and 6 not aligned in a straight line... It just erks me.

All situations must be considered, else there may be hidden logic bugs that will become harder to find in the future.
I would still have to draw a new quad for each index "number", this way i dont have to do any calculations for the position of the index, but maybe in the future i will decide for a different way of dealing with this.
I dont want to limit the number of weapons you can carry. I dont like artificial enforced limits, especially when the only reason for them is that the graphics are limited.
I am playing with the thought of simply not showing any further weapons, of course it would be an inconvenience but at least i would give the player the option to use 35 burst lasers if he really deems it neccessary. He would need a gigantic space ship with alot of generators though to power all of these weapons..
 

rover2341

Is riding a roller coaster...Wee!
Reaction score
113
I think the ship and all icons look of very close to the same quality.
Overall I think it looks pretty good as you have added in some fine details, and overall randomness on the ship, only thing that sticks out to me is the bottom of the ship, where it goes from dark to to light.

I am not sure if i dislike the gun on the ship, but it jumps out at me, as something to look at twice.

Cool Pics.
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
I think the ship and all icons look of very close to the same quality.
Overall I think it looks pretty good as you have added in some fine details, and overall randomness on the ship, only thing that sticks out to me is the bottom of the ship, where it goes from dark to to light.

I am not sure if i dislike the gun on the ship, but it jumps out at me, as something to look at twice.

Cool Pics.
Thanks for the feedback.
Its actually not a gun on top but just a big *thing*. I have already remade that part to look more like this:
ShipsPreview.png

Hopefully it looks more like a big pipe or something rather then some sort of gun.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,667
Hopefully it looks more like a big pipe or something rather then some sort of gun.

It still looks like a gun of some sort to me. Maybe, if you remove a few of those lines, including the very top line, it will probably look more closer to a pipe than to a gun. Or you could just put big words on it saying "PIPE" or something.
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
Another update on the space ship.
I decided to rework the complete style.

I hope i get some feedback on the changes. What do you guys think? better?
ShipsPreview.png


Also i would like to get feedback for the icons. You think its visible what they are supposed to be?
(I know, communications start with a C in english not a K @_@ i am a dummy, its already fixed.)
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,667
Your ship looks more nicer and more detailed than before.

Icons: You'll want to add a few more colors to it, other than just black and transparency. And they need to blend in with your ship's art style to go along with it.
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
Your ship looks more nicer and more detailed than before.

Icons: You'll want to add a few more colors to it, other than just black and transparency. And they need to blend in with your ship's art style to go along with it.
The icons are actually pure white (they are black in the picture just so you guys can see them more easily) and they change their color depending on the hitpoints of the system associated with them.
If an enemy ship, for example, launches a rocket into your shield generator the shield generator will take damage, your shields will become weaker (or possible be gone until repaired) and the icon will change color.
The colors range from green == fully healed to red == destroyed.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,667
Just like in Starcraft, where the units change color depending on their health bars.

Perfect.... Can't give you thumbs up (removed from vB).
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
Here is an animated Crew member.
Currently i have only made the "walk / down" animation. Others are yet to come:
crew.gif


Edit: Just realized the quality of this .gif is horrible, lol!
But the sprite is only 16x24 anyways.
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,667
Wow, your character is rather small, when compared to a single grid in your ship.
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
4 Characters per cell in the grid.
Previously i thought about one character per cell, but that would be pretty silly if you think about boarding and moving around through the ship. In most cases the rooms are either 1 cell or 2 cell in size, only rarely they are 4 cells or even bigger.
 

Accname

2D-Graphics enthusiast
Reaction score
1,462
Hello guys, i've got a new mockup and i would really like to hear your opinions about it.
I've got 3 different versions of the same graphic and i would like to know which one looks best.

Its a space ship with many different systems, crew members and doors.
The systems are coloured depending on their individual health. Crew members are animated and moving.
DifferentMockups.png


Please tell me whether you like version 1, 2 or 3 the most!

Its just the background color of the ship that is changing, right now i am using the dark grey one but i think the beige might be a good choice too.
 

Slapshot136

Divide et impera
Reaction score
471
the grey seems too dark.. I would go with a light grey/blue, the beige/green don't quite seem to fit, but they are better since they are lighter than the grey - perhaps colorize the uniforms instead on the people?
 

tom_mai78101

The Helper Connoisseur / Ex-MineCraft Host
Staff member
Reaction score
1,667
Why are characters not in the center of the grid, when the doors are centered in the wall? It's confusing me for a bit.
 

DrEvil

FCRI Associate!
Reaction score
111
I would say to make room for another guy to walk past...
But it doesn't look like you can get 2 people in one room (Like above each other, there is plenty of space horizontal :D)
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Varine Varine:
    How can you tell the difference between real traffic and indexing or AI generation bots?
  • The Helper The Helper:
    The bots will show up as users online in the forum software but they do not show up in my stats tracking. I am sure there are bots in the stats but the way alot of the bots treat the site do not show up on the stats
  • Varine Varine:
    I want to build a filtration system for my 3d printer, and that shit is so much more complicated than I thought it would be
  • Varine Varine:
    Apparently ABS emits styrene particulates which can be like .2 micrometers, which idk if the VOC detectors I have can even catch that
  • Varine Varine:
    Anyway I need to get some of those sensors and two air pressure sensors installed before an after the filters, which I need to figure out how to calculate the necessary pressure for and I have yet to find anything that tells me how to actually do that, just the cfm ratings
  • Varine Varine:
    And then I have to set up an arduino board to read those sensors, which I also don't know very much about but I have a whole bunch of crash course things for that
  • Varine Varine:
    These sensors are also a lot more than I thought they would be. Like 5 to 10 each, idk why but I assumed they would be like 2 dollars
  • Varine Varine:
    Another issue I'm learning is that a lot of the air quality sensors don't work at very high ambient temperatures. I'm planning on heating this enclosure to like 60C or so, and that's the upper limit of their functionality
  • Varine Varine:
    Although I don't know if I need to actually actively heat it or just let the plate and hotend bring the ambient temp to whatever it will, but even then I need to figure out an exfiltration for hot air. I think I kind of know what to do but it's still fucking confusing
  • The Helper The Helper:
    Maybe you could find some of that information from AC tech - like how they detect freon and such
  • Varine Varine:
    That's mostly what I've been looking at
  • Varine Varine:
    I don't think I'm dealing with quite the same pressures though, at the very least its a significantly smaller system. For the time being I'm just going to put together a quick scrubby box though and hope it works good enough to not make my house toxic
  • Varine Varine:
    I mean I don't use this enough to pose any significant danger I don't think, but I would still rather not be throwing styrene all over the air
  • The Helper The Helper:
    New dessert added to recipes Southern Pecan Praline Cake https://www.thehelper.net/threads/recipe-southern-pecan-praline-cake.193555/
  • The Helper The Helper:
    Another bot invasion 493 members online most of them bots that do not show up on stats
  • Varine Varine:
    I'm looking at a solid 378 guests, but 3 members. Of which two are me and VSNES. The third is unlisted, which makes me think its a ghost.
    +1
  • The Helper The Helper:
    Some members choose invisibility mode
    +1
  • The Helper The Helper:
    I bitch about Xenforo sometimes but it really is full featured you just have to really know what you are doing to get the most out of it.
  • The Helper The Helper:
    It is just not easy to fix styles and customize but it definitely can be done
  • The Helper The Helper:
    I do know this - xenforo dropped the ball by not keeping the vbulletin reputation comments as a feature. The loss of the Reputation comments data when we switched to Xenforo really was the death knell for the site when it came to all the users that left. I know I missed it so much and I got way less interested in the site when that feature was gone and I run the site.
  • Blackveiled Blackveiled:
    People love rep, lol
    +1
  • The Helper The Helper:
    The recipe today is Sloppy Joe Casserole - one of my faves LOL https://www.thehelper.net/threads/sloppy-joe-casserole-with-manwich.193585/
  • The Helper The Helper:
    Decided to put up a healthier type recipe to mix it up - Honey Garlic Shrimp Stir-Fry https://www.thehelper.net/threads/recipe-honey-garlic-shrimp-stir-fry.193595/

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top