Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
░░░░░▐▀█▀▌░░░░▀█▄░░░
░░░░░▐█▄█▌░░░░░░▀█▄░░
░░░░░░▀▄▀░░░▄▄▄▄▄▀▀░░
░░░░▄▄▄██▀▀▀▀░░░░░░░
░░░█▀▄▄▄█░▀▀░░
░░░▌░▄▄▄▐▌▀▀▀░░ THIS IS BOB
▄░▐░░░▄▄░█░▀▀ ░░
▀█▌░░░▄░▀█▀░▀ ░░ COPY AND PASTE HIM,
░░░░░░░▄▄▐▌▄▄░░░ SO, HE CAN TAKE
░░░░░░░▀███▀█░▄░░ OVER THE WORKSHOP
░░░░░░▐▌▀▄▀▄▀▐▄░░
░░░░░░▐▀░░░░░░▐▌░░
░░░░░░█░░░░░░░░█░░░
░░░░░▐▌░░░░░░░░░█░░
Long story short, other projects have come up (many of which are from my actual job), and while that doesn't mean I'll stop making mods altogether, it does mean that this project is going to have to wind down, since it's such a massive time-sink to debug and build out a mod like this.
That being said, I also did a full write-up of the innards of this project if you're interested in reading about it, which you can find here! [www.tumblr.com]
Not only that, but feel free to fiddle around with the code and see what you can do with it! There's even a map editor hidden in the game files!
Anyway, that'll probably be it for this. I might come back to this some day, but I'm pretty burned out on DOOM, and I accomplished my main goals, so I'm fine with leaving it here.
Take care, everyone! See you in the next insane project <3
I'm not exactly sure what you mean with the comment, it's a bit hard to read but I'm assuming you're wondering exactly why this isn't using the assets from the game itself.
The thing is that Wolfenstein was the very first implementation of a 3d engine, and it was more of an illusion rather than true 3D with rasterization like we have today. Those old games basically drew each frame one by one, interpreting the viewing angle using a top down map, and using that map to figure out exactly what the 3D space should look like.
Later 3D uses rasterization to draw it's screen space, taking points, drawing polygons, and then drawing those polygons to the screen (except in this case, the sprites are drawn to those polygons for 2d sprite based games like Isaac). Wolfenstein didn't do this, because it was a completely different system.
Either it come from perspective, either the wall are hard coded
Do you plan to implement the Isaac asset for floor/ wall level and even door ?
Good job anyway