Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 196 to 235 of 235 · Previous page · First page

Hello,

it's nice project, i tray it on my phone everything is cool.

juste one thing, the save mode don't working on mobile, but on pc (unity projet) work fine, do you have any idea how to fix this problem ?

Thank you so much

android has diffrent approach in work with folders. Scripts need a little work in order to solve this problem.

Apologies for any cross platform errors. Not sure I'll ever get back to this project, as it was just a fun concept, and was originally made for windows PC.

I'm happy you enjoyed it though!

Thank you

can u send me the shaderpack u used?

(1 edit)

Everything here was made in a different engine than minecraft actually was. All the effects you see were put together with the Unity3D engines standard assets. As minecraft was programmed in Java, there isn't really any way to translate these effects to the original game.

are you able to make it work with touchscreen?

good gam

Are you using perlin noise?

In a way, yes. Except not Unity's built in Mathf.PerlinNoise. As that method generates 2D noise. What i did was i used a 3D perlin noise script (that was not made by me) and modified it to be more concentrated the lower the y axis is, thus making a hilly terrain. I used the same algorithm but without the y axis modification to generate the caves, as well.

(-1)

Where did you get the scripts from?

Well if you search in the internet for the Perlin Noise library for unity you get the 3D Perlin Noise

Thanks

Does this infinitely generate a world? How does the save work? Does it save loaded chunks, so that i can build something then get out of its render distance, but when i come back its still in that chunk? or does it not use chunks at all? Im just really curious about these aspects of the game lol

1. no
2. it serializes the world data to a file. if that file exists, then it loads that saved file rather than a new world.
3. yes
4. no, it uses chunks


:D

thank you! 

The game is really good and it would be cool if you could maybe add a menu where you could save the worlds or more building blocks or something and if you could change the sensitivity it would be cool too but on a large scale and overall a very entertaining game

Hey, i have done a small review for your game:


Cool video! thanks for checking it out!

No prob😃

hi, can you please contact me on redsgamestudio@gmail.com , i need some help with voxel terrain gen . thanks

(-1)

You are worst builder

Can open?

(1 edit)

the download don't work for me idk why im sad

i made the house how do you have it on the picture what

Deleted post

great project it looks cool, pretty nice what you were able to do in unity :) (not saying it's a bad engine..) 

when i close the inventory with "e" my game freezes and i need to press close so that's kind of a problem also insane graphics give me insane mouse sensivity but i like you'r work :D

it dont launch, it just brings me to the page

gamer

Why does it crash when i choose [Play]?

And also can you make a windowed version? I do [Shift] [Left Mouse Buttonx2]

Wow, a super good game!

Why is the world so small?

An infinite world is quite a complex thing to make. So once I decided to make the world limited, I could only make it so large and still have a reasonable load in time. Possibly in the future I will add infinite terrain, but not any time soon.

I can't launch, just opens game files

Be sure you downloaded the app, not the unity project.

itch.io app forces me to download unity project

okay then so you're on mobile? if so this game is meant for pc, sorry

no the itch.io desktop app

download the app (zip) in the browser. Unzip it and run it

I can't unfortunately, I don't have win.zip

Open the link to this game in your web browser, not the itch Io app

and fix the freeze glitch when you jump and prss e

if you press e and press it again its gonna glitch click close

and add a sound on or off button in settings

and also add water and add a save world option and you can see all your savd worlds and if you can add a hand. and do the normal run button, touch the [W] key 2 times.

(1 edit)

add survival with mobs and add clouds

and can you please add a button control in the settings and also please add multiplayer and characters and 3rd person and also please add skins.

Okay listen. I am NOT going to be progressing this project. Please, for the love of god don't just DEMAND updates and new features out of me. I am sorry if you thought i was aiming to fully remake Minecraft. I am not. I can only go so far in recreating a game that is NOT MINE and COSTS MONEY TO ACTUALLY GET.

On top of that, I can't just "add" multiplayer, or skins, or clouds, or mobs, or 3rd person, and CERTAINLY not SURVIVAL. That would all take months to finish. I'm sorry again but that is not what I'm going to spend my time doing just so you don't have to buy a video game. I hope you enjoy your day.

i know im not trying to force you to add them its just a like. question if you can add them. not like ill be in a room with you and you are traped in a chair with me holding a gun and saying, ADD THESE OR DIE!!! no its all just a question.

You’re  welcome to though. The project is open source.

what version of unity is this?

(+1)

2019.2.0f1

A really well done recreation of the game we all know and love.

Thanks!

you named the zip file cave game. nice reference to the original name of minecraft

(+1)

Ahh I was wondering if someone would catch that! :)

(+1)

I did

(+1)

Same

(+1)

i did XD

Nice game there is a bug if you press e to go into your inventory if you press e again it takes you out and then you have to press it again.

thats how normal minecraft works lol

noice

(+1)

Nice job on the game! I found a bug that happens if you press E to escape from the inventory, it leaves the inventory but you can't do anything until you press E again to go back into the inventory and press the exit button. its not like a game breaking bug but i thought that I should let you know.

good for what it is

Melee wasn't pliiiiiiay

(1 edit)

How do I install the game

edit:I found out

@Copper Aardvark Games   Could you please please PLEASE add an autosave feature? I keep doing like two hours worth of work, then the game crashes and I lose everything.

what if im using my laptop and dont have a mouse? how do I select my other blocks?

Use two fingers on the touchpad, on the LEFT SIDE, and you can scroll.

You know, if you are going to be playing a 1st person game that has mouse controlled movement and action that uses different mouse buttons, then you should really just buy a cheap mouse for your laptop. 

(+1)

so there are shader

(+1)

its like minecraft 1.0 but with shadows and shader

Impressive

Are you sure you didnt take it from the 10th anniversary website? jk this is pretty good. are you working on this still? 

(1 edit)

Not really. Got some other projects currently under way that I'm focusing on. Definitely will be soon though!

Do you still work on the project? Because if you do, Can you add glass and some types of wool?

(1 edit)

how did u make caves???

(havent played yet just seen pictures)

I actually used the same noise algorithm for caves as i did for the surface terrain. Rather than 2d noise i used 3d noise. I just made a simple algorithm to increase the intensity of it based on how low the y position is. for the caves i just generated regular 3d noise across the map, and any place where the noise is greater than a certain value (I think i chose 0.8), it places an air block.

that is so cool i didnt know about 3d noise thats so cool my recreation is trash but you should check it out (i failed and did individual blocks instead of a actual terrain soo sorry)

Its awesome!

This is super impressive. Great job on making this work!

Thanks, I appreciate it!

Viewing most recent comments 196 to 235 of 235 · Previous page · First page