Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Nycolas Santos

25
Posts
2
Topics
6
Followers
1
Following
A member registered Jun 17, 2022 · View creator page →

Creator of

Recent community posts

Thank you brother 🤝

You're welcome :)

❤️

Haha, thanks for playing ❤️, I didn't have much time to make the game, and the initial idea was to have an enemy chasing the player, only due to lack of time I decided to make the black hole be the enemy to give a sense of urgency!

Thanks!

Thank you! ❤️

I don't know if I could explain it right, but that's pretty much it 😅

In Unity there is a button to switch from World/Global Space to Local Space so you understand the difference.


It is actually quite simple, World Space is a constant vector, for example, X will always be right and left, Z always forward and backward and Y up and down, so an object in world space that is at X = 2 , Y = 0 , Z = 0 will be right or left relative to the world. Now the Local Space refers to the coordinates of the object in relation to itself, rotation for example, which is what I noticed in your game, the character moves in relation to its direction, then the W that is forward, will always be forward of the character, and the D always to the right of the character, then according to his rotation the front will be different, and usually in games with vision Top Down, when you go forward, he goes literally up in relation to the rotation of the camera or the World Space.

In summary, what you have done is in no way wrong, but your character has a Tank movement, similar to old games like Resident Evil, and usually for games with that camera from above, the movement is based on World Space or the Camera, where when the player presses W he actually goes up in relation to the camera, while in your game when pressing W he goes forward in relation to the character.

Nice game, I actually wanted more haha, good interactive game focused on dialogs with interesting visuals, I had never seen before AI-created images in games, it fit well, the only thing missing was that they were wearing a space-themed outfit.

Great game, good use of theme and cool visuals, a few more touches with post processing and sound, would be even better. One complaint however is that the player movement should be based on world space and not local for top down games.

Interesting idea, I like games with a retro feel, I just found the control scheme confusing for keyboard and mouse, I recommend leaving them in the description of the game page.

Thank you for playing! ❤️

lol you could have asked me in discord

Hey, I work mainly with 3d games, you can see my games here:

Nycolas Santos - itch.io

Sphaera Studios - itch.io

I don't have any projects in development, but if you want, we can start one together.

Hey, do you have discord?

Sphaera Studios - itch.io

Hello, I have been a game developer for a few years now, and have developed several games, including a commercial on steam.

I am learning Unreal Engine 5 and would like to make a small game with someone with writing or game design skills.

  • I started writing the dialogs
  • Implementing the objectives
  • The game will have a "respect" system where the player can use it to request more supplies by phone ( these supplies will be used to help the refugees )
  • Courtesy of "Between The Rains" the game will have a unique soundtrack during gameplay
  • Possibly the game will have a day period and a night period, with a clock notifying the time, if the player does not help people in time, there will be consequences.
  • I don't know yet how I can register the people the player helps and doesn't help, maybe I will keep a boolean per objective and at the end I will check which ones the player completed and give an appropriate ending.
  • For now the items will be: Cigarette, sleeping pills, pain killers, first aid kit, bandages and beer.
  • Npcs will have a physical and mental health bar, the above items help maintain these needs.
  • Not all NPCs will have this mechanic, there is a priest in the game that will serve as a tutorial or just to guide the player.

Yes.

- Added post processing

- I integrated a third party asset to handle interactions, inventory and dialogs.

- I started to create the items present in the game, so far : Cigarettes, Beer, First Aid, Analgesics, sleeping pills and Bandages

- I will soon try to be adding the dialogs present in the game and the small quests ( I'm thinking of something like a fetch quest where the player needs to know all the npcs present in the scenario and help them in some way, I intend to make it neither mandatory nor possible to help everyone )

- The scope may have grown too much, but the assets mentioned before will speed up the process and maybe make everything I plan possible.


Sent you a friend request :)

Yeah, one of my inspirations for this little game, I left it colored just for development, it will probably have a darker tone for the final build, if you want we can form a team, do you have discord?

The initial idea is that the game will take place in a church, and the main protagonist is helping wounded civilians and military personnel.

I will keep this post updated during the course of development.

Below is a prototype of the game scenario.


Thank you ❤️! I forgot to improve the bush collisions, they literally are a cube and when they spawn on you they end up trapping you.