NES raycaster (03) - ROM link in the description
Loading...
9,607
Loading...
Uploader Comments (xtokumaru)
Top Comments
-
If I saw this back in 89 my head wouldve exploded in disbelief
-
Using look-up tables, combining multiple calculations in one and restricting resolution and colors to reduce the number of tiles necessary to represent all the height and texture combinations. =)
see all
All Comments (46)
-
That's amazing! Congratz! Where do I get the code for this ROM?
-
Great graphics for the NES! I wouldn't have believed it if I didn't see it!
-
@xtokumaru the powerpak emulates expansion chips.
-
So, do we get a source code or what? :D
-
@xtokumaru then you need to make a first person shooter!
-
NESenstien 3D!
-
This would have been so impressive back in NES times...
Loading...
and this would be fully playable on an NES?
deathbyplutonium 3 months ago
@deathbyplutonium Yes, this program works perfectly on the NES. I'll try to post a video of the latest version running on my console soon.
xtokumaru 3 months ago
i like where this is heading. i have a few questions:
-is anyone doing anything like this for game boy (reg or color)?
-would it be faster (in implementation with enemies/items) to go monochromatic (b/w) with either the wall textures, or the sprites?
-are you limited to one "texture" for walls?
shrapnelenema 7 months ago
@shrapnelenema 1- Don't know about similar projects for the Game Boy, but I don't see why the same technique can't be used. I imagine you know Tyrannosaurus Tex and Faceball 2000, right? 2 - I don't think further color reduction would help much. The textures are already monochromatic (each kind of wall only has "light" and "dark" pixels) , and the time spent on coloring walls is negligible. 3 - Download the ROM and you'll see it has more textures. Up to 128 textures are possible, I think.
xtokumaru 7 months ago
Does your rom use any expancion chips? You know, an expancion chip could very well be another processor to help the NES's own processor (and yes, nes can have expancion chips with some hardware mod but i think you already knew this). That way, you can have a bit more like music, enemies, items, title screens and other such things.
estlib 1 year ago
@estlib A scanline counter would allow the floor to have a different color than the sky, and the extended tile attribute mode of the MMC5 would allow up to 6 wall colors per frame instead of just 3. The problem is that the only way to obtain these chips is by destroying original carts, so I'd rather stick to the simpler mappers that can be cloned easily. Title screens and music can be added for sure, but populating the maze with objects/enemies will make things slightly slower.
xtokumaru 1 year ago