Log In  

Cart #35444 | 2017-01-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
195


Added HotSoup's door sfx. Much less ear bleed.

Cart #34875 | 2017-01-03 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
195

Here's a thing.
Mostly works.
Loads missing. Only 1 level. You get the idea.
Didn't bother re-drawing the art, just passed it through a palette converter.

P#34876 2017-01-03 17:12 ( Edited 2018-11-08 19:26)

Great port! It's nice and smooth, not to mention fun to play.

P#34880 2017-01-03 18:30 ( Edited 2017-01-03 23:30)

This is awesome work dude!

P#34881 2017-01-03 18:37 ( Edited 2017-01-03 23:37)

Very nice job!

I noticed you replaced the swastikas with hearts. What's stopping you from translating all the levels / assets? If it's a lack of space, maybe some compression would help?

P#34898 2017-01-04 05:06 ( Edited 2017-01-04 10:06)
1

Yeah I replaced the swastikas when I did the Scratch version (because it's a child friendly site) and I've just reused the same assets. I didn't bother with all the assets mostly because I couldn't be bothered trying to fit more in :)

P#34902 2017-01-04 06:15 ( Edited 2017-01-04 11:15)
1

wow! that's awesome! great job!
couldn't pick up the hidden machinegun though =(

P#34944 2017-01-04 18:26 ( Edited 2017-01-04 23:26)

Very slick!

P#34955 2017-01-04 20:46 ( Edited 2017-01-05 01:46)
1

hmmm the machine gun works for me. I didn't put in a different gun graphic so it looks the same. You should be able to hold down Z for rapid fire.

P#34976 2017-01-05 02:31 ( Edited 2017-01-05 07:31)

wow! Great port!

P#34980 2017-01-05 05:19 ( Edited 2017-01-05 10:19)

Wow, amazing!

P#35023 2017-01-05 19:21 ( Edited 2017-01-06 00:21)

Loving it!
The door sound effects sounded like place holders, I'm no foley master, but I made a couple you can try in their place:

00020000073230832308323206122061204612016120160002600046000361202612026120161201612016120261203612036120161201612036120361201600036000b610116103d61033210292213c2213b221
0002000036211362113c21106600056100561008612086120561204612036120261204612046120a6120a6120b61206612076120000000000000000000002610016100c3100b3100b31020613063130731307313
P#35307 2017-01-09 01:37 ( Edited 2017-01-09 06:37)

ALL the sounds are place holders :) But yes the doors are particularly offensive and your version is MUCH better so I've updated to include them. Ta

P#35445 2017-01-11 03:56 ( Edited 2017-01-11 08:56)

This is really cool! The hex encoded data is a great trick, totally going to use that :)

P#35654 2017-01-14 04:33 ( Edited 2017-01-14 09:33)

I made this <3

P#35872 2017-01-16 18:18 ( Edited 2017-01-16 23:18)

Yeah the hex encoded data feels like a bit of a cheat and it burns through code space quickly but it's a nice way of having more gfx space. I was going to use it store more gfx/maps for the later levels.

P#36090 2017-01-19 12:28 ( Edited 2017-01-19 17:28)

You know, this pretty much looks and feels exactly like the original, apart from the colour palette and low resolution - haha, sometimes I couldn't tell who was shooting at me :)

This is super impressive...

P#37850 2017-02-26 09:05 ( Edited 2017-02-26 14:05)

Very nice work. :)

Here's a shorter way to draw zero-padded numbers:

function drawnumber(x,y,value,digits)
  print(sub("0000"..value,-digits),x,y)
end

Obviously this assumes you're drawing positive 16-bit integers.

Also might be good to use a table lookup, rather than an if/else series, for your run-length decompression:

hextoint={}
for i=1,16 do
  hextoint[sub("0123456789abcdef",i,i)]=i-1
end

Edit: hm, why won't that show the indenting I see in the editor? Oh well, you get the idea.

P#37918 2017-02-28 06:17 ( Edited 2017-02-28 11:38)

Quite right on both counts Felice, thanks. Yeah I was being a bit rubbish with the hextoint function.

P#38265 2017-03-15 03:37 ( Edited 2017-03-15 07:37)

Haha, this is brilliant. ^^
How is that even possible.

P#38270 2017-03-15 04:45 ( Edited 2017-03-15 08:45)

Really great recreation. Considering Pico's limits on colors you've translated assets pretty well.

I could help with the sounds, while gun sound seems very well-made, other sounds don't seem to be like in original Wolf3d.

P#40991 2017-05-26 08:33 ( Edited 2017-05-26 12:33)

Awesome job!

Feels just like the original, except the fact that if you don't see the enemy,
they don't shoot. It probably has to do with PICO's limitations, and it was fun to waddle to the exit with zero ammo :D

P#52258 2018-05-02 02:33 ( Edited 2018-05-02 06:33)

That this exists and is possible is amazing. But I would trade a few of set pieces graphics for an ending message about winning or finding the secret exit.

A few suggestions to kick it up a notch.

Also, I think the score on this game could be made to more accurately represent a "perfect" game. For instance, decremented the score for every wasted bullet or every time you get shot. Give the game a time counter and report your time and score when you get to the end. And if you find the "secret" exit, send you back to the beginning, but enemies are more powerful and there's more of them.

P#52267 2018-05-02 09:03 ( Edited 2018-05-02 13:03)
4

Uh, I was one of the guys THAT MADE the original Wolfenstein 3D. Was so surprised to see it here! This is SO COOL. Those are my levels in a little virtual console! Fun!

Astounded that lil' ol' Pico-8 can do this! Impressed. Great job.

P#58071 2018-10-18 00:14 ( Edited 2018-10-18 04:14)

Wow ! What a great demake !
Any chance of a 2D demake ?
I'm no good at 3D games. The 2D is the one I grew up with.

https://youtu.be/ZJZ3FEG-szg?t=23

P#58092 2018-10-18 13:29 ( Edited 2018-10-18 17:45)

Dw... my thing didnt work halp

P#58093 2018-10-18 13:31 ( Edited 2018-10-18 17:31)

What are you trying to do ?

P#58097 2018-10-18 13:45 ( Edited 2018-10-18 17:45)

so so good

P#58312 2018-10-23 22:07 ( Edited 2018-10-24 02:07)

It's a child friendly game where you kill people, so ironic

P#58880 2018-11-08 14:26 ( Edited 2018-11-08 19:27)

Amazing work! I've always loved id software's games, so this is an amazing port!

P#69954 2019-11-16 23:18

This is actually really good port of Wolfenstein 3D. Unbelieveable, this is super good.

P#78267 2020-06-19 09:41

I had a lot of fun trying this game. Great work! It plays very smoothly.

P#81774 2020-09-13 17:44

Nicely done. Maybe you should add strafe with x+left/right to be perfect!

P#82044 2020-09-21 09:08

Ridiculously pixelated because of pico-8's resolution but very fun to play and really impressive!

P#82149 2020-09-23 12:46
1

how to change weapons

P#92052 2021-05-16 20:17

Civvie better review this one

P#92086 2021-05-17 14:28

I love the weird perspective in big rooms

P#102893 2021-12-16 05:22

This is great! Can't wait for the next version (:

P#126708 2023-03-07 13:40

The map feels a bit sparse, can you add more nazis?

P#138704 2023-12-14 23:05

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-28 16:08:59 | 0.025s | Q:85