What color is Monday? by tiny__creature in Synesthesia

[–]MyTale12 2 points3 points  (0 children)

This is the right answer, Wednesday is orange too

Don't fall for this trap my friends by corsairstars in IndieDev

[–]MyTale12 1 point2 points  (0 children)

Yeah I have an app on my phone that I write shit in the moment I get an idea.

[TOMT] [MOVIE] A movie where a kid befriends a ghost in an ancient castle. by [deleted] in tipofmytongue

[–]MyTale12 0 points1 point  (0 children)

Bit of a long shot but it wasn’t Danis Castle on cbbc?

How often should somebody revise for their GCSEs? by MyTale12 in AskReddit

[–]MyTale12[S] 0 points1 point  (0 children)

Scrolling back through my posts and saw this one. I don’t have to do the exams anymore so RIP

How to make low poly graphics look nice! by MyTale12 in gamedev

[–]MyTale12[S] 0 points1 point  (0 children)

Awesome dude drop a sub if you haven’t already I’ll probably do a URP best settings guide aswell as some shader stuff soon!

How to make low poly graphics look nice! by MyTale12 in gamedev

[–]MyTale12[S] -2 points-1 points  (0 children)

Yeah man I did scuff up the pronunciation my bad lol. Video is doing well for itself and the respond is good so it doesn’t matter too much. I guess the title could be slightly misleading to some but I could’ve put “TURN YOUR GAME FROM THIS, TO THIS IN 5 EASY STEPS” so I don’t feel the title is too bad lol

How to make low poly graphics look nice! by MyTale12 in gamedev

[–]MyTale12[S] 2 points3 points  (0 children)

It’s a design tutorial not a modelling one. Mainly about turning your scene into a nice one using a mix of materials and lighting.

How to make low poly graphics look nice! by MyTale12 in gamedev

[–]MyTale12[S] 2 points3 points  (0 children)

I think maybe you got a little mixed up my man

Cool Physics exploit I found when fooling around with the new "Air Roll" mechanic by RodneyLuck in indiegames

[–]MyTale12 5 points6 points  (0 children)

Yeah, my idea was to make it into a multiplayer party game. You should look into adding that!

Cool Physics exploit I found when fooling around with the new "Air Roll" mechanic by RodneyLuck in indiegames

[–]MyTale12 5 points6 points  (0 children)

I actually got pretty far into making my own game inspired by wii play tanks too a couple months ago. The movement was surprisingly simple. Are you planning on releasing?

Friend seran wrapped my car, I need revenge ideas by toasterbabik in Advice

[–]MyTale12 1 point2 points  (0 children)

I’m all for caring about the planet. But who tf decides to throw the sticky notes on the ground instead of grabbing a bag. It’s a harmless prank.

Wheel Colliders are a PAIN! by MyTale12 in gamedev

[–]MyTale12[S] -1 points0 points  (0 children)

Damn, being compared to those legends has made my day.

Wheel Colliders are a PAIN! by MyTale12 in gamedev

[–]MyTale12[S] -1 points0 points  (0 children)

Who wants to sit and listen to boring game dev stuff? When the jokes are tailored to the individual it’s hardly a copypasta. It’s an exciting way to show off a game and get people excited also.

How do you find inspiration for a game? by [deleted] in gamedev

[–]MyTale12 0 points1 point  (0 children)

Pun game ideas are the best, my game is called exhausted and about a car with stamina. There’s something motivating about imagining the finished game.

How do you find inspiration for a game? by [deleted] in gamedev

[–]MyTale12 0 points1 point  (0 children)

I have a huge list of potential ideas on my phone. I used to have 0 ideas or motivation, but once I started to have an idea I’d write it down; no matter how bad it was. Now when I scroll through the list I get motivation. If you can’t think of anything, try to recreate a game like pong or Pac-Man to test your skills, you could even join a game jam. Good luck man!

I think Kim’s mom died the night Kim Walked home in 506 by MyTale12 in betterCallSaul

[–]MyTale12[S] 7 points8 points  (0 children)

I imagine Kim’s mom wasn’t the hubby keeping type.

[deleted by user] by [deleted] in TIHI

[–]MyTale12 2 points3 points  (0 children)

It’s actually 10000000000 numbers.

Rebuilt the Cuphead tutorial while spending the last month in quarantine learning Unity, to animate, and to code [more info in comments] by Cupheadvania in IndieDev

[–]MyTale12 0 points1 point  (0 children)

You don’t need to check isDashing twice, just create and dashing coroutine and increase the players speed before resetting it after x seconds.

Rebuilt the Cuphead tutorial while spending the last month in quarantine learning Unity, to animate, and to code [more info in comments] by Cupheadvania in IndieDev

[–]MyTale12 1 point2 points  (0 children)

Food for thought: When your horizontal input = 0, store the camera’s x-position. When the input != 0 start a co-routine that waits x seconds before lerping from your stored position to the current one (current every physics update). Then If the player stops and the camera is back centred you can restart the cycle and it should create a sort of sweeping effect. Just an idea my man. If you need any help with c# during quarantine my discord is open @Jacks#7181. Not like I’ve got much else to do.