Send the new "Hover Glider" into battle! The first flying unit on Epsilon Indi. Call a friend and use the new "custom game" to play PvP! Create an account or just play as "Anonymous" over the internet.
Check it out here: Epsilon Indi
Have fun!!!!!
Send the new "Hover Glider" into battle! The first flying unit on Epsilon Indi. Call a friend and use the new "custom game" to play PvP! Create an account or just play as "Anonymous" over the internet.
Check it out here: Epsilon Indi
Have fun!!!!!
There is the new "AI generation disclosure" option, but what is exactly covered by this? For some cases this is clear to me (AI generated images & text), but what is with cases like:
Is there an extensive list what needs to be tagged as "generative AI used"?
I revisited this and now played all available levels. Here some additional findings:
What I like
Things that could be improved
Issues I encountered
Many thanks, great feedback!
I will work on the improvements you suggested for the next update.
Regarding the resource cap: Actually there is a "soft"-cap. When you have more harvesters gathering at the same place the efficiency drops. When you closely look at the stats at the end of your game you can see, that at 11 minutes you have only half of the harvesters of the AI but 90% of the income. What you did was much more efficient than what the AI did. The resources are also limited, it is just not visible in the game. I have to improve that.
Hi, I played your game and I see some potential here!
But I also found some things that I think could be improved:
I hope this helps a bit. Keep up the good work!
I restarted the tutorial a few times, but I was not able to reproduce the problem. Seems not to be a serious issue.
Another thing is: I do not really understand why I need a fire? The tutorial tells it helps to see enemies, but the night is not very dark. My impression was, that defenses also work without fires. Maybe make the night darker? Make it more "spooky" when there are no fires?
If you have time you could take a look at https://crashdumpsoftware.itch.io/crits it is a feedback trade extension for itch.io. It was probably a dumb idea by me, but would be nice if you could take a look, maybe import one of your projects, an give your opinion.
If that is not your cup of tea: The game I am currently working on is https://crashdumpsoftware.itch.io/epsilon-indi . I had no feedback since the last update ... so feedback would be useful as well.
Hi,
i played the first 5 levels of your game. This is what I found:
I hope that helps a bit.
I created a prototype for an alternative ranking of projects. Not by "popularity" but by "need for feedback". If you need feedback and you are willing to give feedback in exchange, you can try it out here: www.crits.top
There is also a itch.io page explaining the details: https://crashdumpsoftware.itch.io/crits
I think such a ranking could be useful on itch.io for projects that are in development and need some feedback, but are not mature enough to climb up the usual ranking by popularity.
That is how the ranking looks right now:
Dear developers,
I am developing games as a hobby and I do not have a relevant amount of followers. That is totally fine most of the times, but sometimes I would like to get some feedback. In the past I waited for an appropriate game jam to trade feedback. That worked great, but is not always available. An alternative is this forum, but that does not work as well in my experience. (For instance: I wrote the first version of this post ~24 h ago, and no one even tried it out ...)
Then I had this idea: What if there was a ranking of games on itch.io that ranked not by "popularity" but by "is in need for feedback the most". To test it out I created a prototype that ranks projects like this: Those developers that gave more feedback than they received are ranked to the top. With that ranking it should be possible to trade feedback in a large pool, but not only "one on one".
What do you think of that Idea?
If you need feedback yourself and are willing to give feedback to others in return it would be great if you would add your project to the ranking. (As an extra bonus: I will do extensive reviews on the first 5 games that are put on the list.)
You can take a look at the prototype here: crits
There is also an itch page: https://crashdumpsoftware.itch.io/crits
It would also be great if you could give feedback on the prototype itself: How is the usability? Did you find the button to rank your project up? Is the mechanic clear? What feature is missing? What do you think about the surveys? What about the ratings?
You have to add a collider and a rigidbody to your gameobject. Disable "UseGravity" and "IsKinematic". Under constraints set all rotations to freeze.
Attach a script that simulates the physics you want. For example:
public class Bounce : MonoBehaviour { private Vector3 _initialPosition; private Rigidbody _rigidbody; void Start() { _initialPosition = gameObject.transform.position; _rigidbody = GetComponent<Rigidbody>(); } void Update() { var force = 50 * (_initialPosition - gameObject.transform.position); var damping = -5 * _rigidbody.velocity; _rigidbody.AddForce(force + damping, ForceMode.Force); } }This will apply a force to your object when it is pushed out of position to move it back. The damping is needed to prevent infite oscillation. You have to tune the factors for force and damping to match the weight of your object and the weight/force that pushes your object out of position.
From the developer point of view I find this interesting.
But from a players point of view it is not that interesting: As a player I do not care about the mathematics, I just run around, collect what I can and expect that everything is "solvable". I do not care how the develper achieved that it is always solvable.
I think you have an interesting alorithm you can build upon. But for the game to be really interesting to play I think you have to add a bit more. What you could try is to add several minigames to make the journey more interesting. Ideas are:
- Replace the signs by NPC that have to be persuaded to provide the information
- Make fights interesting
The tank looks nice and the controls for the camera are fine. What you could improve are the controls for placing plants and stones: Instead of the x,y,z arrows it would be nice if I could move plant with the mouse along the ground surface (adjust the height automatically). For the other props (wood & stone) it could be nice if they could just be dropped and are then placed via a physics simulation using colliders.
I had a bug once where one of the fish was trapped outside of the tank.
This game has a nice concept. I like it.
Tutorial: The tutorial is good. It does a good job to introduce the different mechanics while still offering some gameplay already.
Difficulty: It is way to high! The first level after the tutorial is totally overwhelming. I would suggest that you have a level system with a slow increase of difficulty. Especially I would put much less items, curses, etc. in the first levels.
Graphics: Simple, but nice.
Other: It is not so easy to keep track of the 3 resources (time, energy, and life). I might be helpful to visualize the effect of equipment, consumables & curses on these values. Maybe also show the current effect of a move on these resources, taking into account the effect of all equipments & curses. Or even a "moves left" counter that shows the available moves when nothing changes.
Wow this is a great improvement over the last version I tested! You solved all the issues I had with the previous version, without sacrificing the basic concept (permadeath, etc.). The different options of retreat, along with the choice to sell ore early or not, creates meaningful decisions. Overall the mecanic feels very balanced now.
The only thing which felt a bit underpowered to me are the mercenaries. It never felt like a good idea to invest into them. Maybe there is a theoretical window where it makes sense to hire mercenaries to complete a mission that otherwhise would fail, but that is very hard to predict. Maybe you could make them cheaper so that there is always the question "How many mercenaries should I hire?". Or they come with increasing prices.
Overall the game is really fun!
Pretty cool game! I took me some tries to beat the 700, but I did it! (I played the v2 version)
The game is already fun, and feels complete.
Things you may consider:
That is not a standard approach. If you need dynamic lights, you are probably better of with dynamic lighting. But if you want to mess with the lightmaps, then you can access them via the LightmapSettings-Class:
var lightmaps = LightmapSettings.lightmaps; lightmaps[0].lightmapColor = new Texture2D(256, 256, TextureFormat.ARGB4444, false); LightmapSettings.lightmaps = lightmaps;
This code will replace the color component of the lightmap with a black texture.
When you bake lighting, a single lightmap is generated for all your lights and your static game objects. i.e. there is no easy option to turn these lights on and off. Probably you can do some hacky solution like replacing the entire lightmap with a completely black lightmap at runtime. There is no standard Unity feature for that. Static lightmaps are just not meant to be used for dynamic lighting ...
It was easy to understand what to do. But I have difficulties to understand the mechanic: How do I generate food? I have build food storages, but still sometimes food dropped low and I did not know what to do about it. I build a lot of stuff and explored 3 biomes but I did not manage to reach 50 population. Maximum was actually 49 :).
In the end my food dropped to -20 (sic!) and my population to 0. I did not understand why. I had a lot of houses, storages and wells.
I found some issues:
Overall I like the look and feel. For a first prototype really nice!
Hi I gave it a try:
But it looks interesting! I am curious where it will end up... :)
You could think about creating a "Accessible Games Jam". Explane what disabilities you are aiming for and what are potential accessibility features. You could aim for new games with accessible features, or making existing games more accessible, or both ...
I think there are a lot of developers on itch that are willing to try out something new. But I think that it is important that you give some guidance: For the current project I am working on I have no idea how to make it more accessable (except for color-blind mode).