Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

properlydecent

111
Posts
2
Topics
55
Followers
15
Following
A member registered May 22, 2016 · View creator page →

Creator of

Recent community posts

(1 edit)

By the way, you bought it just too early for my sale, so here's a free key for my other game to make up for that unlucky timing :) https://properlydecent.itch.io/buggy-game/download/_RdUVmvkLaztVOvh7Wlr5A7ZOr56z...

Thank you so much! Happy you like it :)) I am actually working on a sequel, though progress is a bit slow, but I'm already halfway there. Hopefully I can get it done before the end of this year.. no promises tho!

Good job! Looking forward to your next hit game!

ahaha darn! you tried :D

(1 edit)

It's understandable you mistook the AI for all having the same setup; the AI basically calculates an "ideal racing line" first (actually it's a mixture of 2 racing lines, dependent per driver, to give them some character), and then it tries to follow that line as best as possible. However, these lines are not dependent on car setup, so that's why you didn't notice! Making them different per setup would actually be faster @ optimized for the setup, but that was just a bit too complicated for me :)

If the game were to ever become popular, I would definitely fix bugs like the wall bug, but alas, it's not to be! (well I mean, it could still happen, but it's unlikely I think). It's nice of you to consider the possibility of the game becoming popular though!

Thanks again and hopefully you'll like my future projects too! Cheers :)

Oh wow! Thanks so much for reviewing my game! And it's positive, too :D I appreciate it :))

About the time trial records; I think what I may have failed to communicate in the game, is that the different car setups are supposed to be well-balanced, as in; despite each having up- and downsides, they should be similarly fast overall. So basically, you are 'allowed' to use any setup on a time trial run, and it should be generally as challenging as any other. Of course in reality, some cars are better at some biomes, so you still have a point, but that was the reason for that choice :) (all the AI drivers in normal races are actually each using a different car setup! which is why Keanu spins out a lot haha, the AI doesn't work well for his setup (I think it's the second front wheel drive setup in his case))

I'm sorry you hate the wall bug; it's a bug I've known about, yet I kept in for people to discover because I thought it was funny. It's kinda up to the player if they want to cheat. I understand that you (and others) don't like that, though, I'm sorry! It's kinda like an easter egg for me. (it originates from only the inside wall hexagons pieces having collision detection for performance reasons)

You're right about the Mazdo; it used to be like that, but the setup kinda changed over time and I should have updated the description!

Your ideas for expanding on the game are really good. I like the ideas of having multiple biomes in one race, and having some tracks where you can actually fall off. Unfortunately, I have 2 problems; I'm already working on new projects, and since Buggy Game didn't sell well at all, I don't really have the luxury of putting too much more time into it. Maybe when I manage to make a small hit at some point, I can spend more time to expand on projects like this one!

Anyway, thanks again for your kind review, I appreciate it a lot!

Ohh I love to hear that you play and enjoy the game! Makes my life as game dev worthwhile :) Thanks!

ps. gotta be honest, I also have a love/hate relationship with the Toyato lol

Hi Infernal! Sorry for the late reply. Great to hear you enjoy/enjoyed the game! An elimination mode is a fun idea, I'll add it to the pool of ideas. Can't promise anything though, as I mostly just do service updates now with small patches, but who knows. About a splitscreen mode; I've been thinking about that myself from the start, but the problem is screen space. Because it's top-down, you really need all the visibility you can get to see upcoming corners. So a splitscreen mode would have to be horizontal, but then it becomes a problem when the road goes a bit too diagonal. I do have a 3D 'spiritual successor' to this game in the works though, and because it's 3D, I can add a splitscreen mode there. But that's the farther future :) Cheers!

Cool, seems like a solid base!

Hiya, I haven't received any mail! Have you tried info@properlydecent.com ?

sorry I don't have a mac! I should make a web version so it works on every computer :) maybe one day if I'm not lazy, lol

(1 edit)

I'm happy it helped you! I do find it hard to understand what exactly you want me to explain more about, and also text is a crappy medium to explain things that should be explained visually :( I'll try..

The formation rectangle is more of a result, than an actual 'object'. For example, the striker might be at coords (1, 0) in the formation setup: the most forward position, and in the middle. But during a match, they're only there while their team is attacking, and the ball is close to the opponent goal. While defending, this player might end up at (-0.5, 0) - halfway it's own half (but still the most forward of their team).

So, the original formation might have players positioned from (-1, -1) to (1, 1), but during a game, this rectangle is compressed. For example at the start of a match, both teams are on their own halves, so the players of team 1 would be between (-1, -1) to (1, 0), which you could visually see as the formation rectangle being compressed in the 'depth' axis. then as the ball moves forward, this rectangle moves up.

Again, this is not an actual rectangle, but just a result of the player's positions moving up and down with the action, while still retaining the formation's 'form'.

I hope this helps.. (but it could also be that you already understand this, but have a problem with translating this to actual code/math?)

Thanks man I appreciate that! Good luck with your football game :)

(2 edits)

Thanks mate, I appreciate that! :))

I do most things in code, I rarely use the Unity editor. So in this case, the formations are arrays of structs, that have a coordinate in them, as well as the player role per entry, etc. Then on starting a match, I Instantiate() objects on those positions.

So I'm not sure if that's very helpful for you if you work in a different way! I come from a background where there wasn't a thing like an editor, so I still do most things in code lol, but that's maybe not the best idea for most people so not sure if that helps!

You're welcome!

My new title is called Ballsy! League, it's not on Steam yet, I need to fix myself some store art first.. but it's coming together nicely :) I think it needs another year of work though!

How is your project going?

(Sorry for my slow reply)

Thank you so much! I'm using Unity.

It's kinda hard to explain all the details of the possession and the dribbles! I did write an (unfinished) document with various details if you're interested http://properlydecent.com/blog/soccer_game_development_concepts I hope it can be of use for you :)

I'm not working on this game anymore (sorry!), as I'm busy now with a follow up game that has a league mode with player transfers and such!

I found your football game on Steam, looks so cute! Good luck with development :)

Yes! I always upload all patches here and to steam at the same time, and will keep doing that :) (sorry for late reply)

(1 edit)

The time trial tracks are always the same, they are using the same seed every time. The single race and campaign tracks use a random seed :)

This is really well-made! Nice

No, part of the game is that you have to respond quickly to incoming corners, I'm afraid!

(1 edit)

Thanks man! I have been thinking a lot about sharing the knowledge I gained over the years, but I find it really hard, I'm not a teacher type at all. I've tried some blog posts in the past but I really hate writing them lol. I hope someday I can force myself to document some stuff.

Either way I appreciate your kind words <3

Unreal Racing community · Created a new topic Feedback
(1 edit)

Wow, I'm really impressed. Almost perfect for my taste.

If I had to change anything I would like a little more oversteer, and same for brake balance, as in that braking and steering makes the car slide a little. This is not really a problem since the handbrake can force the car into a slide anyway, but I prefer the normal steering/braking to do that a bit more already, too.

That's just nitpicking about my taste though. All in all, I would love to see a finished game with these graphics and these driving physics/feel. So please keep up the good work!

hiya, thanks!

the way I do dribbling is:

when player is not touching ball, walk into direction where ball is (actually, prediction of future ball position)

when player is touching ball, set ball velocity to be a combination of the player movement direction, and the direction of input/stick (these are not always the same if your player has momentum/sluggishness, after all)

I hope this helps?

fcking master!

Thanks! Someone else suggested that kind of controls too, so I think I will make it an option (I'm planning on making a 'full version' of this game) :)

Audio is indeed sorely lacking! Will definitely add that in the non-jam-version!

Web version, it did stutter a bit, but if nobody else reports this it may just have been my computer doing something in the background!

Good luck :D

I really like the concept, but I have problems with the execution.

The steering system is great, but you can't see forward very far, so it's random whether you'll hit something. That's my biggest issue.

The rhythm element could also be a bit better, maybe allow for some margin, and then have the biggest acceleration when you press at the right time, and a medium acceleration when you press it *almost* right.

Also, for some reason, the game gets choppy, not sure if that's just me?

Either way I think this has potential if the issues are addressed, and could be a very addictive game!

Thanks! I will!

(btw I don't know anything about American football either lol, I hope I didn't misrepresent it :P)

Well-made game, good graphics, I think the concept is fun, but it would be cool if you yourself could also throw weird balls == take the concept a bit further.

Tip: if possible, upload game as browser version, then more people will rate it

Ahh thanks for explaining. It could indeed have been made more clear, but I understand the time constraints of a jam can get in the way.

Either way, still gonna give it high marks because apart from that, it's a really well-made, professional looking game.

Thanks man! I think I will continue on this game later on so thanks for the ideas/criticism!

I'm sure this is a great game but I have no idea how to play it. Random limbs keep dying and I don't know if I need to use them more often or if I specifically should not, it doesn't seem to matter? Or am I missing something?

This is the winner for me. Very well-made, including 'ingame cutscenes', a chase scene, humour, and I did really like the feel of the space-bar boost, including the water sounds.

Had to laugh at "YOU DIED -> I disagree" (it's spelled with one s btw. but still ;))

Also the credits, lol :D

A great effort for a 3 day project! Things get pretty frantic, but I managed to stop the team from scoring.

A few criticism: it took me a while to understand that low score == good, maybe it could have said; opponent score:, or have a score counter for yourself for every time you 'out' a runner. Also, when you 'win', there's not message that you won, so that's a bit of an anticlimax :P

Thank you :$

(1 edit)

Not the most original of concepts, and I think the execution in gameplay is a bit 'harsh' too (smoother up-down movements, and more forgiving hitboxes, would be great), but I do really like the pixely artwork, so I still have a good feeling about it overall.

This is a very original idea and it works great! Could have potential for an actual game I think

this game is great, I love the music, and it's very scary to have the killer thingy approach you. I also like how the inner loop is fastest, correct physics there

yeah the hitboxes are a bit off and that makes it annoying. fun graphics though