Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 56 to 66 of 66 · Previous page · First page
(+2)(-1)

This is very cool.  I would greatly appreciate an option to invert the mouse.

Heya! Absolutely love this!

I was trying to get the source code for this working in Unity. You've got a demo scene in your repo, but I couldn't find any meshes - I can imagine why you're not hosting those in the github, but is there somewhere I could get them, if you're happy to share?

Seriously though, this is spectacular. Procjam never ceases to amaze 😍

Hi, the meshes are in the repository in the blender file, it should work. I tried to import the project and the meshes where correct, but someone else has the same problem as you have. Unfortunately, I don't know how to fix it. What version of Unity are you using?

It only seems to extract the blocks.blend into the 'blocks' folder of meshes if you have Blender installed. It failed for me too on a machine without Blender. :)

Unity doesn't actually support .blend files, it will only use an "installed" version of Blender to export the models in the background.  If you don't have Blender, or if you used the "zipped" version instead of the installer, Unity won't have any idea what to do with it. I suppose they can manually associate the .blend file with their zipped-Blender folder, but I haven't tried that say for certain.

(+1)(-1)

Any plans on a making this into a Minecraft mod? ;)

(+1)

Nope

1) There appears to be a memory leak: RAM usage keeps increasing as one walks.

2) There are no large open spaces, which makes exploring kind of boring.

3) The Field of View is too small / not configurable.

4) The mouse is not correctly grabbed by the window on multi-monitor setups.

Apart from that: Nice!

(+1)

About RAM usage. I'm aware and I'm trying to make it more RAM efficient. However, it needs to remember the entire world and therefore it will always use more RAM the longer you walk.

The FOV is just Unity's default value, I think for this kind of tech demo that's good enough. I'll look into the mouse grabbing issue.

Save to world (with a simple chunk format) to the harddrive? It shouldn't take that much disk-space, considering it's just a bunch of prefabs/instances with transforms (and probability values or something?).

(+1)

Is the method deterministic?  Unless you can modify the world, there's no reason to save it.

(1 edit) (+1)

It's not deterministic because the order that things are generated changes based on where the player chooses to walk, and things that have already been generated place constraints on things that have not been generated yet. 


That being said, since it's based on tiles, I'd assume there's a lot of room for optimizing RAM usage (and also unloading far-away areas to a file on disk if you want to get fancy).

Add NPCs and it will be a horror game for agoraphobic people.

did you just create an algorithm for inception?

(+2)

Whenever I play games with 3D environments my mind tries its hardest to store a kind of map. Playing this is very stressful for me.

(1 edit) (+1)

I agree. I also feel claustrophobic in this environment because it never opens up into a larger open space.

Sounds like a perfect setting for some sophisticated psychological horror based on a general feeling of unease.

(+2)

I like the idea of this! Aimlessly wandering amidst the endless neoclassical buildings gave me a little flashback to getting lost in cities when I travelled overseas. Everything fits together well too - good work!

wonderful comparison.

(+1)

This is really neat! Really like that there is so much vertical complexity with staircases and walkways going under other features in interesting ways.

Woah, this looks awesome.  Fantastic work!

This is pretty dang cool!

Viewing most recent comments 56 to 66 of 66 · Previous page · First page