- 3,809 views, 3 today
- 367 downloads, 0 today
12
Currently working on a Wolfenstein 3D recreation and inspired by One Block Dungeon Adventure (a one block tall map concept) and the Minestein 3D project.
The game takes place in a one block height environment to look like the original video game.
I created a special datapack for this map in order to use raycasting functions to better control the trajectory of the bullets when shooting with guns instead of bows/crossbows and arrows. This datapack also acts on the AI of the enemies.
So there is no mods used. It's just Vanilla Minecraft with data pack.
The resource pack with the original sounds and textures is integrated in the map files so no need to download it separately ;)
Updated to Minecraft Version: 1.16.5
Current features:
Feel free to send me your comments if you have any suggestions.
_____________________________________________________________________________________
https://www.planetminecraft.com/project/one-block-dungeon-1-14-adventure-map/
https://www.youtube.com/watch?v=JjAHcpJ5llw
The game takes place in a one block height environment to look like the original video game.
I created a special datapack for this map in order to use raycasting functions to better control the trajectory of the bullets when shooting with guns instead of bows/crossbows and arrows. This datapack also acts on the AI of the enemies.
So there is no mods used. It's just Vanilla Minecraft with data pack.
The resource pack with the original sounds and textures is integrated in the map files so no need to download it separately ;)
- Level 1 is done!
- Level 2 is done!
- Return To Castle Wolfenstein: E2M1 Village is done!
Updated to Minecraft Version: 1.16.5
Current features:
- Gameplay loop
- You can shoot with Right Click after you selected a gun (More damages if you headshot enemies)
- Guns reload is automatic if you keep it in the main hand
- Unlock doors with golden key with Right Click
- Eat the food you find to regain your health
- You can use the filled map to find your way around (because some W3D maps are real mazes)
- Number of yours XP defines your score
- Some parts of the furniture can be destroyed by shooting at it (beware of those that could be explosive)
- You can throw grenades
Feel free to send me your comments if you have any suggestions.
_____________________________________________________________________________________
One Block Dungeon:
https://www.planetminecraft.com/project/one-block-dungeon-1-14-adventure-map/
Minestein 3D:
https://www.youtube.com/watch?v=JjAHcpJ5llw
Credit | Cloud_Wolf tutorials ; minecraft-heads.com ; mcstacker.net ; haselkern.github.io/Minecraft-ArmorStand/ ; minecraft.tools |
Progress | 30% complete |
Tags |
6 Update Logs
Update #6 : by FlyingDustman 08/14/2021 1:55:18 pmAug 14th, 2021
V5 :
+ Added new level: Return To Castle Wolfenstein E2M1
+ Added new ammo
+ Added Sniper
+ Added Flamme-thrower
+ Added Panzerchreck
+ Added a new enemy: Boss
+ New health GUI textures
+ Added enchanted Agent Blaskovic player's head
* Paintings in the HUB were breakable
* Changed color display for weapons and ammo
* Modified HUB
* Better knife texture
* Reduced max ammo for Venom: from 300 to 99
* No more music loop bug when player leaves the game
* Better explosion damage for grenades and gasoline barrels
- Deleted Minecraft Damage particle
+ Added new level: Return To Castle Wolfenstein E2M1
+ Added new ammo
+ Added Sniper
+ Added Flamme-thrower
+ Added Panzerchreck
+ Added a new enemy: Boss
+ New health GUI textures
+ Added enchanted Agent Blaskovic player's head
* Paintings in the HUB were breakable
* Changed color display for weapons and ammo
* Modified HUB
* Better knife texture
* Reduced max ammo for Venom: from 300 to 99
* No more music loop bug when player leaves the game
* Better explosion damage for grenades and gasoline barrels
- Deleted Minecraft Damage particle
LOAD MORE LOGS
tools/tracking
4525824
2
one-block-wolfenstein-3d-wip
Create an account or sign in to comment.
I'm having a lot of fun re-coding Wolfenstein 3D in Minecraft but the task is more difficult and longer when I have to convert the original maps in Minecraft version.
I'd have to recruit ^^
I did this to look as close as possible to the original video game with its old-school levels that fit on a floor by being in the 3D engine of Minecraft. But I would also like to propose improvements while being inspired by the many existing Wolfenstein 3D mods.
I plan to make a datapack with just the guns but in parallel with another Minecraft map project. I could also do it for this one knowing that it's going to take me a lot of time to focus just on this part because, for it to be really perfect, I'm going to have to do a lot of adjustments with the minecraft commands in this datapack.
As for making a resource pack as you suggest, I'll think about it because I tend to prefer that guns use raycasting with Minecraft commands rather than arrows ;)