What a fun game. Congratulations on make such a complex game and finishing it in such a short amount of time. I really like the AI behavior.
Alfred Reinold Baudisch (Pardall)
Creator of
Recent community posts
Thanks for answering, Matt! Yes, I'm hoping for a LTS.
Updating the codebase with incremental updates would be fine, the problem is the course itself (record and edit videos). A single video can take a whole week - imagine a full course, and then a week later a breaking change of Godot 4.whatever breaks 3 videos.
That's why I'm being careful, I also the course version for v4 to be long-lasting, just like the current version of the course is already definite for 3.5 and won't be deprecated.
I posted this via the course newsletter too, so I already have a few answers and opinions I got by email, I'll wait a week, and soon I'll have a decision that will be based on the average of the answers :)
Oh I just realized I was being silly, of course the same Blender shader won't appear on PixelOver :)
What I am looking for in PixelOver is the possibility to set your own shader or custom material.
Glad to hear the next update is about materials!
Maybe the same options as the Godot's Standard 3D Material? I.e. Unshaded, etc.
Considering a model with flat shading:
In PixelOver I tried:
- Disabled the Directional light
- Set ambient light to 1 and White
- Anti-aliasing disabled
But still I can't simulate the flat shading look, I always get a lot of "artifact" pixels:
I tried an auto generated palette with 8 colors. But I still get a lot of "artifacts":
Question
- How can I have the pixels generated as flat as the 3D model?
- Any way that I can just write some GLSL for the canvas?
PS: thanks, great tool! I got it over Steam and I also covered it in my blog: https://alfredbaudisch.com/blog/gamedev/godot-engine/standalone-applications-mad...
Valeu! Preciso atualizar a lista de matérias, já sai em praticamente todos os grandes sites BR. Lista atualizada no rodapé daqui: https://linktr.ee/pardallgames
Do you have a bullet point list with all of the features in the tool? It's not clear by the video or by this page what you can do with it.
"a pixel art designing tool" seems too abstract to be honest.
Some of my questions:
- Does it have all the tools to do pixel art like Aseprite but with the focus on textures?
- Can I import photo textures and pixelate them?
- Can I import textures to use as stencils?
- Is there a Clone tool?
- Are there layer blending modes?
- Can I import submeshes?
- Is the process non-destructive?
- Can I export the Normal Maps as EXR or just PNG?
- Can I export both OpenGL and DX normal maps?
So on and so forth :) A bullet point with ALL the possibilities would clearly show what is the product.
UPDATE: I just found some answers in the website https://www.unionbytes.de/apps/ubpainter/
Impressive work for a LDJam game! I think this is the hardest category of game to tackle in a gamejam, there are so many variables to balance and tweak, and this is where I want to leave feedback: I think it progresses too fast, I couldn't follow the pace and rage quitted. But at the same time, as I said, I'm impressed - this is such a cool format. I think you should elaborate and make this a bigger game!
You can download the music in the game's repository: https://github.com/Miziziziz/LD50 (sfx -> lofiludum.ogg -> Download)
Thanks again for the answer. Quite an interesting process, very different from what I thought.
Due to what you explained, I researched a bit and found out about Godot's "-colonly" and other extensions to deal with collision objects. That helps the workflow a lot! https://docs.godotengine.org/en/stable/getting_started/workflow/assets/importing...
- In the first level, I can go through the car and clip through the level
- In the first level there is pistol ammo to pick up near the first enemy, but no weapon, so I always die right at the beginning and can't move forward
- How to reproduce: when starting the first level, as soon as the tutorial message appears, press 'e'.
- Open the door, pick up ammo.
- Press 1 for Pistol or brackets. There is no pistol.
- On the other hand: if I don't clear the tutorial message, as soon as I pick up the ammo, then the pistol also is picked up.
- When I die at this first level, the first enemy, if I press to restart, the game always crashes
- If you die and right away press ESC for the menu, as soon as the "You Died" screen appears, the other menu hides, but then the You Died buttons do not work
.
Windows 10, game on Easy. PS: Awesome music!
Hey Liam, awesome game! It provided a fun playthrough for me. The game has all the elements that I love.
Technical Questions, if I may:
- How do you make the toggle between HD/SD? Is it the Godot pixelize shader? Edited: I figured it out myself, it's `set_screen_stretch`, right?
- How did you make the dismemberment? Is it that each zombie has both a "full mesh" and another mesh with the parts cut and split?
Things that could be better:
1. Some of the sound effects and also the hostages' voices are too loud/too distorted compared to the other sounds.
2. Actually just one :D