Page 4 of 5

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Thu Mar 20, 2014 11:56 pm
by Nash
Yeah there were no changes to the actual model, just that the MODELDEF needs to be updated to apply compensation for the scaling.

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Fri Mar 21, 2014 12:58 am
by The Zombie Killer
TNT is now fully implemented. It'll be in the next version that comes out.

I have no recording software on my PC at the moment, and I was in a rush, so I just recorded it with an iPod camera.

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Fri Mar 21, 2014 2:35 am
by Captain J
now more explosions on that tnt would be nice, also i hope there's another way to ignite it, flint 'n rocks or fire based weapons, etc. it could be exploded when touched it for a mistake.

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Fri Mar 21, 2014 6:01 am
by Lisac_the_fox
I read your advice and crafted some new voxels. Look for them in given folder!
PS:I used some minecraft texture packs by GPL v2 just to know.

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Fri Mar 21, 2014 6:29 am
by The Zombie Killer
Captain J wrote:now more explosions on that tnt would be nice
Yeah, I still gotta add in particle effects. TNT also explodes straight away if ignited by other TNT, rather than having the pause while the fuse burns.
Captain J wrote:also i hope there's another way to ignite it, flint 'n rocks or fire based weapons, etc. it could be exploded when touched it for a mistake.
It can also be ignited by an object that's sorta like a redstone torch. I'm gonna remove the "touch to explode" thing soon, I just had it that way to test it.
Lisac_the_fox wrote:I read your advice and crafted some new voxels. Look for them in given folder!
PS:I used some minecraft texture packs by GPL v2 just to know.
I'm not sure where they've been uploaded, did you forget to paste the link or something?

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Fri Mar 21, 2014 8:46 am
by Lisac_the_fox

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Fri Mar 21, 2014 9:23 pm
by The Zombie Killer
@Lisac_the_fox
Thanks, I'll add 'em in once I have some more blocks implemented, since it takes a bit more work to get a voxel working for its own block than it does for a regular model.

Updates
I've changed how some of the code works, now for a block to be correctly placed in a map, you can just place the block actor directly. No need for stupid "spawner" actors any more.
I've added the "smoke" effect from Minecraft to the TNT.
If a TNT is "ignited" by an explosion, then it will explode straight away, rather than waiting for the fuse

Now let's see if I can get some sort of map generation working. Dear Jesus this'll be a load of fun... not...

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Sat Mar 22, 2014 1:04 am
by The Zombie Killer

Showing off the changes made to the TNT

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Sat Mar 22, 2014 5:16 am
by The Zombie Killer
DAYUM, third post in a row. It seems that terrain generation isn't really gonna be a thing. I'm not even sure if I'll continue this mod any more.
Why? HUGE performance issues.

Attached is the latest release (minus a few small things that I'm redoing), choose "Generate Map" from the menu, and make a rather large flat map.
The performance and your computer will die.

EDIT: By the way, to use TNT (and get 64 of it in your inventory), type in the following console commands:

Code: Select all

give tnt_item 64
sv_blocktype tnt
To change back to cobblestone (and get 64 of it in your inventory), type this in the console:

Code: Select all

give cobblestone_item 64
sv_blocktype cobblestone

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Sat Mar 22, 2014 5:21 am
by Captain J
getting great so far, but still tnt's explosion is not enough to compared with original minecraft, it had more explosions also smokes. add more A_custommissile or A_Debris, maybe?

also are you going to add some block's sound in next update?

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Sat Mar 22, 2014 8:30 am
by Nash
As has been discovered, this is unfortunately unplayable. :(

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Sat Mar 22, 2014 11:42 am
by Lisac_the_fox
The Zombie Killer wrote:@Lisac_the_fox
Thanks, I'll add 'em in once I have some more blocks implemented, since it takes a bit more work to get a voxel working for its own block than it does for a regular model.
No welcome, i will make more of them!
Edit: Can you please make the Zandronum version? And just ask if you need some specific block.

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Mon Mar 24, 2014 4:08 am
by Lisac_the_fox
Is this project dead?

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Mon Mar 24, 2014 4:22 am
by Blue Shadow
Lisac_the_fox wrote:Is this project dead?
It could be...
The Zombie Killer wrote:It seems that terrain generation isn't really gonna be a thing. I'm not even sure if I'll continue this mod any more.
Why? HUGE performance issues.

Re: [WIP] DoomCraft - Minecraft in ZDoom!

Posted: Mon Mar 24, 2014 4:38 am
by Lisac_the_fox
The Zombie Killer wrote:It seems that terrain generation isn't really gonna be a thing. I'm not even sure if I'll continue this mod any more.
Why? HUGE performance issues.
You can make pre-generated terrain, like a static map.