Author Topic: Alpha Build - Cascade FX Homebrew game for PC-FX  (Read 105 times)

gameblabla

  • Newbie
  • *
  • Posts: 12
Alpha Build - Cascade FX Homebrew game for PC-FX
« on: October 06, 2024, 06:04:00 PM »


Cascade FX

Here's a 3D sofware rendered puzzle (Tetris) game for the PC-FX (and also Casio Loopy but i won't say too much about it :P) !
This is an early alpha build with only arcade mode and a mostly empty "Puzzle" mode that will get more content later.
Press A to rotate the piece and dpad to move it around.
All of the puzzle pieces are actual 3D models, nothing is being faked or prerendered !

Video
PC-FX video


Download
https://github.com/gameblabla/CascadeFX/releases/tag/0.1

On real hardware you have two options :
- Burn it on CDR with imgburn. (make sure you use gold rated CDRs and a decent burner)
- David Shadoff's dev cartridge (In which case, you won't get any CDDA music)

Changelog
Code: [Select]
0.2 (PC-FX only)
- Improve rendering of 3D models (still not quite perfect for cube at titlescreen though)
- Improve speed for Cube at titlescreen
- Improve text rendering (not using VDC fonts anymore)
- Improve speed during ingame
- Forcing Vsync (not that the game exceeded 60 FPS but it's good to have)
« Last Edit: October 15, 2024, 07:44:15 PM by gameblabla »

Necromancer

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 21363
Re: Alpha Build - Cascade FX Homebrew game for PC-FX
« Reply #1 on: October 08, 2024, 02:38:28 AM »
Looking cool   I love me some tetrisy fun, and the 3D is interesting.
U.S. Collection: 97% complete    155/159 titles

majors

  • Hero Member
  • *****
  • Posts: 1330
  • Have cabs, will travel
Re: Alpha Build - Cascade FX Homebrew game for PC-FX
« Reply #2 on: October 08, 2024, 10:24:48 AM »
Wow, Loopy homebrew. What a world we live in.

Always happy to see some new game development for PC-FX that are non-dating sims :)
PCE Daisakusen RIP - "Booze should be a choice, not a privilege" -KCDC (The FP)
"The dumb are mostly intrigued by the drum"

gameblabla

  • Newbie
  • *
  • Posts: 12
Re: Alpha Build - Cascade FX Homebrew game for PC-FX
« Reply #3 on: October 11, 2024, 05:37:49 PM »
Glad you like it ! Someone else did try it on real hardware and does work (i knew this but thought to mention :p)
I did a minor update to add sound effects and stuff, I will attempting to improve the performance further with quad rendering instead of triangles
and after that, add more puzzles to puzzle mode and more polishing.

gameblabla

  • Newbie
  • *
  • Posts: 12
Re: Alpha Build - Cascade FX Homebrew game for PC-FX
« Reply #4 on: October 15, 2024, 07:27:02 PM »
Updated the game : there was a pretty bad game breaking bug. Lines were not being cleared properly.... :/ It made the game too easy.
This is now fixed so my bad ! The funny thing is that, i exactly show it off in my video but no one told me :D
If you wonder why : the NEC PC-FX doesn't exactly like 8-bits integers. I switched to 32-bits integers and it addressed the issue.

I also switched to quad rendering instead, altho it was a mostly minor enhancement performance wise (the bottleneck is elsewhere anyway) but the other benefit
is that it fixed an issue with it sometimes overdrawing too much... this is now being done properly.

I added more puzzles to puzzle mode now that the game is more stable : they're not exactly challenging to be honest so i invite people to come up with some better ones. :P

Since last version, i also added more sound effects (really basic ones) and more stuff. For those that haven't played it yet, i suggest they give it a try now !
« Last Edit: October 15, 2024, 07:34:14 PM by gameblabla »