Platform Racing clone game dev
#30
UPDATE

YES I am still working on this, I chiefly wanted to Make Things Work™ before I went about discussing things.

Here's another video of the racer racing through a level I crafted showing the game's features. It took a needless amount of time but things Now Work™. Though there are some minor issues. I'll resolve 'em later.

Since last time:
  • Added a "mouselook" feature. You ever play Hotline Miami? It's a 2D game, but you can use the mouse there to view more of the level, and the same applies here. I think this is a great feature to add for a future PR installment because one issue I've always felt is that I couldn't see enough with PR2's incredibly strict camera. AspectZero was telling me one time that he has one of his hands on WASD and the other on arrow keys while he's playing (and if you don't know him he's a le epic PR2 god) and this change would make it so you either have one of your hands on WASD or the arrow keys (as one would have to be on the mouse), so maybe this could be optional. If you hadn't noticed before, there's a bit of extra camera panning based on the racer's horizontal velocity done to help alleviate that problem of not being able to fully see where you're going, but this gives a lot more control. Sorta-related, but "not being able to see where you're going" is kind of a meme also frequently discussed in discourse about classic Sonic the Hedgehog games...might as well resolve it here too
  • You can now click to teleport somewhere like in PR2's level editor (this would obviously be disabled in a normal game)
  • Added bumping. It should work just fine for non-upwards bumping (like shooting a block with a laser gun or slashing with a sword, both unimplemented atm) but we'll get there
  • Preeetty much fixed most problems with the previously mentioned "persistent block" system; it now uses a doubly linked list and allocates/deallocates blocks to the heap when need be instead of whatever I was doing before. Hopefully this system will work?
  • Added swimming! Physics on it aren't great but it is indeed swimming.
  • Added crawling! It should MOSTLY work as it does in PR2.
  • Added the bubbling sound effects from PR3. Yes, this is a very important change.
  • Added a custom player sprite instead of the low quality .jpeg of the Classic Set I nabbed off of the Jiggmin Wiki. His name will be "Playboy" (har har funny). In the future, I think having spritework would be best rather than scaled-down larger images, but tell me what you think about the design at least.
  • More things I'm probably forgetting or intentionally not including because they're too specific or minor
Rotate Blocks are the only (pre-PR3/Motley Monday) blocks left to add, and their implementation would be...tough. Well for me at least.
I want to add a proper timestep as Delphinoid and I have conversed about, that's next. Then polish. Yes.
[Image: aGf8Xvh.png]
The Following 2 Users Say Thank You to Northadox For This Useful Post:
  • Delphinoid, Magyar
Reply


Messages In This Thread
Platform Racing clone game dev - by Northadox - 18th September 2021, 2:54 PM
RE: Platform Racing clone game dev - by Adulock77 - 18th September 2021, 8:07 PM
RE: Platform Racing clone game dev - by Addy - 18th September 2021, 8:43 PM
RE: Platform Racing clone game dev - by Northadox - 18th September 2021, 8:57 PM
RE: Platform Racing clone game dev - by Adulock77 - 18th September 2021, 9:09 PM
RE: Platform Racing clone game dev - by tadtad - 19th September 2021, 11:18 PM
RE: Platform Racing clone game dev - by Addy - 18th September 2021, 9:27 PM
RE: Platform Racing clone game dev - by Northadox - 18th September 2021, 9:57 PM
RE: Platform Racing clone game dev - by Ranko Danko - 18th September 2021, 11:02 PM
RE: Platform Racing clone game dev - by Adulock77 - 19th September 2021, 12:04 AM
RE: Platform Racing clone game dev - by Camer the Dragon - 19th September 2021, 12:06 PM
RE: Platform Racing clone game dev - by Stxtics - 21st September 2021, 1:34 PM
RE: Platform Racing clone game dev - by Rei - 25th September 2021, 7:51 PM
RE: Platform Racing clone game dev - by Northadox - 26th September 2021, 12:31 AM
RE: Platform Racing clone game dev - by Camer the Dragon - 26th September 2021, 8:22 AM
RE: Platform Racing clone game dev - by Northadox - 26th September 2021, 9:45 AM
RE: Platform Racing clone game dev - by Camer the Dragon - 26th September 2021, 10:32 AM
RE: Platform Racing clone game dev - by Rei - 26th September 2021, 1:31 PM
RE: Platform Racing clone game dev - by Northadox - 28th September 2021, 12:31 AM
RE: Platform Racing clone game dev - by Northadox - 29th September 2021, 11:12 PM
RE: Platform Racing clone game dev - by Northadox - 1st October 2021, 11:03 PM
RE: Platform Racing clone game dev - by Rei - 4th October 2021, 8:38 PM
RE: Platform Racing clone game dev - by Rei - 5th October 2021, 7:48 PM
RE: Platform Racing clone game dev - by Northadox - 22nd October 2021, 11:40 PM
RE: Platform Racing clone game dev - by Rei - 24th October 2021, 1:04 PM
RE: Platform Racing clone game dev - by Camer the Dragon - 25th October 2021, 11:23 PM
RE: Platform Racing clone game dev - by Northadox - 26th October 2021, 8:54 AM
RE: Platform Racing clone game dev - by Northadox - 5th November 2021, 3:47 PM
RE: Platform Racing clone game dev - by Northadox - 6th November 2021, 10:06 PM
RE: Platform Racing clone game dev - by ThePizzaEater1000 - 7th November 2021, 10:45 PM
RE: Platform Racing clone game dev - by Northadox - 8th November 2021, 10:02 AM
RE: Platform Racing clone game dev - by Camer the Dragon - 8th November 2021, 2:22 PM
RE: Platform Racing clone game dev - by Northadox - 8th November 2021, 2:56 PM
RE: Platform Racing clone game dev - by ThePizzaEater1000 - 12th November 2021, 8:40 PM
RE: Platform Racing clone game dev - by Northadox - 13th November 2021, 9:59 AM
RE: Platform Racing clone game dev - by Northadox - 28th November 2021, 7:11 PM
RE: Platform Racing clone game dev - by Northadox - 4th December 2021, 2:07 AM
RE: Platform Racing clone game dev - by Magyar - 6th December 2021, 12:58 PM
RE: Platform Racing clone game dev - by Adulock77 - 6th December 2021, 7:56 PM
RE: Platform Racing clone game dev - by Northadox - 8th December 2021, 2:28 AM
RE: Platform Racing clone game dev - by Camer the Dragon - 8th December 2021, 1:24 PM
RE: Platform Racing clone game dev - by Northadox - 11th December 2021, 7:27 PM
RE: Platform Racing clone game dev - by Northadox - 6th January 2022, 11:40 PM
RE: Platform Racing clone game dev - by Magyar - 11th January 2022, 5:40 PM
RE: Platform Racing clone game dev - by Lego-man945 - 7th January 2022, 4:49 PM
RE: Platform Racing clone game dev - by Northadox - 7th January 2022, 10:39 PM
RE: Platform Racing clone game dev - by Northadox - 7th March 2022, 7:27 PM
RE: Platform Racing clone game dev - by Magyar - 8th March 2022, 4:16 AM
RE: Platform Racing clone game dev - by Northadox - 8th March 2022, 7:55 PM
RE: Platform Racing clone game dev - by ThePizzaEater1000 - 10th March 2022, 12:05 AM
RE: Platform Racing clone game dev - by Hahli144 - 10th March 2022, 8:19 AM
RE: Platform Racing clone game dev - by Hahli144 - 10th March 2022, 9:08 AM
RE: Platform Racing clone game dev - by Northadox - 10th March 2022, 4:26 PM
RE: Platform Racing clone game dev - by Hahli144 - 11th March 2022, 3:46 AM
RE: Platform Racing clone game dev - by Northadox - 11th March 2022, 5:37 PM
RE: Platform Racing clone game dev - by Different - 17th March 2022, 12:37 AM
RE: Platform Racing clone game dev - by Northadox - 1st June 2022, 10:54 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)