Minecraft remake- Crafter
Moderator: PC Supremacists
Re: Minecraft remake- Crafter
Thanks for all the kind words
I'm currently working on all the boring math stuff so it'll start to play like Minecraft instead of just looking like it so I've not been updating as quickly as I'd like to but I'll be back with updates as soon as I have something new and worthy of showing
I'm currently working on all the boring math stuff so it'll start to play like Minecraft instead of just looking like it so I've not been updating as quickly as I'd like to but I'll be back with updates as soon as I have something new and worthy of showing
- THe Floating Brain
- Chaos Rift Junior
- Posts: 284
- Joined: Tue Dec 28, 2010 7:22 pm
- Current Project: RTS possible Third Person shooter engine.
- Favorite Gaming Platforms: PC, Wii, Xbox 360, GAME CUBE!!!!!!!!!!!!!!!!!!!!!!
- Programming Language of Choice: C/C++, Python 3, C#
- Location: U.S
Re: Minecraft remake- Crafter
WOW!
"Why did we say we were going to say we were going to change the world tomorrow yesterday? Maybe you can." - Myself
Re: Minecraft remake- Crafter
You all seem eager for an update so I guess the least I can do is make a kinda fly-through video (better than screen-shots).
Along side of all this dreaded math I'm doing I'm also going to try and get a bit more done on the terrain, for example where sand should go and where grass should go and what face of each cube should be textured with what depending on the current cube's ID etc
Along side of all this dreaded math I'm doing I'm also going to try and get a bit more done on the terrain, for example where sand should go and where grass should go and what face of each cube should be textured with what depending on the current cube's ID etc
- MrDeathNote
- ES Beta Backer
- Posts: 594
- Joined: Sun Oct 11, 2009 9:57 am
- Current Project: cocos2d-x project
- Favorite Gaming Platforms: SNES, Sega Megadrive, XBox 360
- Programming Language of Choice: C/++
- Location: Belfast, Ireland
- Contact:
Re: Minecraft remake- Crafter
Good job, even with cam studio it didn't seem too laggy.
http://www.youtube.com/user/MrDeathNote1988
"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
"C makes it easy to shoot yourself in the foot. C++ makes it
harder, but when you do, it blows away your whole leg." - Bjarne Stroustrup
Re: Minecraft remake- Crafter
What's weird is two thingsMrDeathNote wrote:Good job, even with cam studio it didn't seem too laggy.
1- The quality sucks yet it was maxed out on camstudio.
2- I looks laggy but whilst shooting the video it was at 60 FPS
- THe Floating Brain
- Chaos Rift Junior
- Posts: 284
- Joined: Tue Dec 28, 2010 7:22 pm
- Current Project: RTS possible Third Person shooter engine.
- Favorite Gaming Platforms: PC, Wii, Xbox 360, GAME CUBE!!!!!!!!!!!!!!!!!!!!!!
- Programming Language of Choice: C/C++, Python 3, C#
- Location: U.S
Re: Minecraft remake- Crafter
"Why did we say we were going to say we were going to change the world tomorrow yesterday? Maybe you can." - Myself
- dandymcgee
- ES Beta Backer
- Posts: 4709
- Joined: Tue Apr 29, 2008 3:24 pm
- Current Project: https://github.com/dbechrd/RicoTech
- Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
- Programming Language of Choice: C
- Location: San Francisco
- Contact:
Re: Minecraft remake- Crafter
Youtube rapes video formats unless you take extreme care to match exact upload specifications.N64vSNES wrote:1- The quality sucks yet it was maxed out on camstudio.
Although you were running the game at 60 fps, CamStudio was only grabbing a capture maybe 20-30 times per second. The end result is a choppy video.N64vSNES wrote:2- I looks laggy but whilst shooting the video it was at 60 FPS
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!
Re: Minecraft remake- Crafter
Well that's that in a nut shell.dandymcgee wrote:Youtube rapes video formats unless you take extreme care to match exact upload specifications.N64vSNES wrote:1- The quality sucks yet it was maxed out on camstudio.Although you were running the game at 60 fps, CamStudio was only grabbing a capture maybe 20-30 times per second. The end result is a choppy video.N64vSNES wrote:2- I looks laggy but whilst shooting the video it was at 60 FPS
Looks like I can adjust it for the lag, guess the quality will have to remain shitty though.
I'm guessing you like it?THe Floating Brain wrote:
- THe Floating Brain
- Chaos Rift Junior
- Posts: 284
- Joined: Tue Dec 28, 2010 7:22 pm
- Current Project: RTS possible Third Person shooter engine.
- Favorite Gaming Platforms: PC, Wii, Xbox 360, GAME CUBE!!!!!!!!!!!!!!!!!!!!!!
- Programming Language of Choice: C/C++, Python 3, C#
- Location: U.S
Re: Minecraft remake- Crafter
XDN64vSNES wrote:I'm guessing you like it?THe Floating Brain wrote:
"Why did we say we were going to say we were going to change the world tomorrow yesterday? Maybe you can." - Myself
- Ginto8
- ES Beta Backer
- Posts: 1064
- Joined: Tue Jan 06, 2009 4:12 pm
- Programming Language of Choice: C/C++, Java
Re: Minecraft remake- Crafter
It's a bit tough to see the edges of each block in the video. I think that you might want to try drawing a little line on edges that don't have anything directly above or next to them would help. example: (o is empty, x is block, A is the block in question)
in these two, A wouldn't get an outline on any edge
here A would get an outline on 1 edge, the one facing the o.
and here A gets outlines on both edges.
I hope that was mostly clear
Although some better shadowing is probably all you need to make the edges clear
Code: Select all
ooo
xAx
xxx
oxo
oAo
xxx
Code: Select all
xAo
xxx
oAx
xxx
Code: Select all
oAo
xxx
I hope that was mostly clear
Although some better shadowing is probably all you need to make the edges clear
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
Re: Minecraft remake- Crafter
Thanks for the advice Ginto8, I'll definitely give it a go although I have concerns about how that would affect the performance (I'd have to go through the entire map twice this way).
I think it's because at the minute I'm only using ambient lighting (I hope anyway)
I thought it would be necessary to say I'm sat on a tree gazing into the distance.
The fog was necessary but it looks so gay, I can't wait until I get passed all this math so I can implement some stuff like menus and what not. (I'll definitely need the menu but for once it would be to turn the render distance *up* )
I think it's because at the minute I'm only using ambient lighting (I hope anyway)
I thought it would be necessary to say I'm sat on a tree gazing into the distance.
The fog was necessary but it looks so gay, I can't wait until I get passed all this math so I can implement some stuff like menus and what not. (I'll definitely need the menu but for once it would be to turn the render distance *up* )
- Ginto8
- ES Beta Backer
- Posts: 1064
- Joined: Tue Jan 06, 2009 4:12 pm
- Programming Language of Choice: C/C++, Java
Re: Minecraft remake- Crafter
actually, with the addition of better texturing it's pretty much cleared up, and my partial outline technique might make it look weird. But adding some shadow would make it look a lot better.
Quit procrastinating and make something awesome.
Ducky wrote:Give a man some wood, he'll be warm for the night. Put him on fire and he'll be warm for the rest of his life.
- LeonBlade
- Chaos Rift Demigod
- Posts: 1314
- Joined: Thu Jan 22, 2009 12:22 am
- Current Project: Trying to make my first engine in C++ using OGL
- Favorite Gaming Platforms: PS3
- Programming Language of Choice: C++
- Location: Blossvale, NY
Re: Minecraft remake- Crafter
Wow, looking pretty awesome so far man! Once you fix up the lighting, I'm sure it'll look a lot better.N64vSNES wrote:Thanks for the advice Ginto8, I'll definitely give it a go although I have concerns about how that would affect the performance (I'd have to go through the entire map twice this way).
I think it's because at the minute I'm only using ambient lighting (I hope anyway)
I thought it would be necessary to say I'm sat on a tree gazing into the distance.
The fog was necessary but it looks so gay, I can't wait until I get passed all this math so I can implement some stuff like menus and what not. (I'll definitely need the menu but for once it would be to turn the render distance *up* )
Can't wait to see more.
There's no place like ~/
Re: Minecraft remake- Crafter
Thanks LeonBlade!
I guess I have made a bit of progress so I'll post some screen-shots. Although you've probably already seen them if you're on my facebook friends list. ( I don't think anyone that's posted from this thread is )
Added clouds!
Failed attempt at making better clouds!
Added water and lava!....There was a slight bug at this point and the end result was
that I flooded the entire map. ( The water was spreading and flowing as it should, but it didn't stop )
And I'm working on the ability to edit the blocks and build crap (fun to use and fucking hell to code)
I think this is pretty old now but in case you haven't seen it:
Not a lot but to me it feels like a ton
EDIT:
Also I've added diffuse and specular lighting so let me know if you still think the cube edges are hard to see
(it was just ambient before)
I guess I have made a bit of progress so I'll post some screen-shots. Although you've probably already seen them if you're on my facebook friends list. ( I don't think anyone that's posted from this thread is )
Added clouds!
Failed attempt at making better clouds!
Added water and lava!....There was a slight bug at this point and the end result was
that I flooded the entire map. ( The water was spreading and flowing as it should, but it didn't stop )
And I'm working on the ability to edit the blocks and build crap (fun to use and fucking hell to code)
I think this is pretty old now but in case you haven't seen it:
Not a lot but to me it feels like a ton
EDIT:
Also I've added diffuse and specular lighting so let me know if you still think the cube edges are hard to see
(it was just ambient before)