Unity Community |
downloading, hopefully this will help me with my own game. Its not really minecraft but does have some sandboxy features. This could assist in world gen.
can you add things like block placing and inventory i REALLY NEED THIS!!
Hi, since discovering this project , i have actually become a part of the development team, we have been hitting some walls recently and would love any support on our source forge forums, just post on there if your willing to help! thanks!
Hey thanks for making this package but i have a few questions will this work on ipod and android, what language is this in and what is the size of the chunks
Time is an illusion
Lunchtime, doubly so
Is this dead? Doesn't look like there's been a check in for 3 months.
Alion is Hiring Full-Time Technical Artist to Build Training Games!!
----
The Compliment Habit - (watch on Youtube)
The Gratitude Habit - 600+ reviews, 5-Star average
Good Sex, Great Marriage
The Secret of Success? - Fail; Improve; Repeat- 'till too good to ignore.
Very cool, thanks!
This is awesome. I'm gonna look through it and try to re-write for my own idea. If anyone has suggestions on how to make it work, I'd love to hear it. Basically what I want to do, is split it up even more. Have 64 smaller cubes for every regular cube and a setting that tells the engine if its a split up cube or not. So you can have a whole terrain of big cubes, but when you start 'picking' at them, you can just remove a small chunk out of each one, making that cube split into a number of smaller cubes.
I know this thread is slightly old, but does anyone have any idea how I would go about saving the chunks and world, creating a loading screen, or slightly altering the terrain to be something like small hills? I am trying to decode the C# bit by bit but it is not my language, JavaScript is what I use (after experience in ActionScript for Flash). If anyone has any information, please do share!
Is it possible for you to help show how made this or help with learning the scripting needed to make something like this ?
Dang......
I thought this project really had potential, too bad it died..
[double post removed]
Hey there, this is great project.. really.. Are you still making progress with MinePackage ? It seems here that you stopped but I saw some older posts then this one shows that you're making progress. And are you able to provide some guidelines about all codes and stuff ? I'm checking codes but kinda lost atm. So If I can contact you from anywhere that'd be nice..
Please keep working on this! you're the only developer making something like minecraft that gives his source code away so we can all learn!
So as far as I see, (http://minepackage.svn.sourceforge.n...=1&view=markup) minepackage uses techcraft code-base right?
Sorry, I'm not sure what techcraft is. But no, MinePackage was built from research and discussion, and information shared by others from this thread:
http://forum.unity3d.com/threads/631...ying-minecraft...
Where people have taken their own projects a lot further. But, I'm no longer working on this project.
“A year from now you will wish you had started today.” -Karen Lamb
“Even if you stumble, you’re still moving forward.”
“Use what talents you possess, the woods will be very silent if no birds sang there except those that sang best.” -Henry van Dyke
I know you said that you are no longer working on this project, but I was wondering if you could answer a simple question. I was going through the code trying to figure out exactly how you have your lighting set up. I would like to use actual directional lights for all my lighting (except for lights that the player places, eg: torches), but the problem I am having is that when I remove any of the code that has to do with lighting, everything turns black, no matter what. It's like the lights are not even affecting the chunk meshes at all! I have tried everything I can think of, and I am wondering if there is some part of the code that I just missed. Could you do me a huge favor and just tell me where all the lighting comes from and the easiest way to get rid of it. I have been trying everything I can think of for about a week now and I am just starting to get frustrated. I would really appreciate it if you took the time to help me out real quick.
Thanks in advance!
Those pieces of code you removed are apart of the Shader which is very important if you want your blocks to have colour/texture and deph, hence "Everything turned black".
ok... so how would I go about removing the lighting then? I want to remove the lighting from the blocks and use standard directional lights. I don't know anything about shaders so could you help me out with that?