Wolfen preview
-
-
- Posts: 10773
- Joined: Sun Jul 20, 2003 12:15 pm
-
- Posts: 2270
- Joined: Tue Jul 15, 2003 7:00 pm
- Location: Maine, US
Two of the passages have two possible traps each. One can either be the spike pit or a crusher, the other is a deep pit or crusher. The safe passage is chosen at random on the maps start, and indicated if you look closely.Enjay wrote:I noticed the location of the traps by the flame mask puzzle were in a different place this time - nice touch.
I'll remove the players flechettes same time I remove the summoning doll.Anyway, I noticed that the final battle (after the change) I still had flechettes in my inventory and was able to get the bad guys to walk into the poison clouds.
One odd thing, the second time I tried the final battle, I did so with god mode on (which may or may not be relevant) half way through, a message came up in the middle of the screen saying "500 dead". Is that supposed to happen?
"Supposed" to happen, no, but that's the way it's scripted. I thought I commented it out when I finished the boss scripts, is now though.
-
- Posts: 2033
- Joined: Sat Jul 19, 2003 6:15 am
- Operating System Version (Optional): Tumbleweed x64
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Central Germany
-
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
-
- Posts: 2033
- Joined: Sat Jul 19, 2003 6:15 am
- Operating System Version (Optional): Tumbleweed x64
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Central Germany
-
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
-
- Posts: 2033
- Joined: Sat Jul 19, 2003 6:15 am
- Operating System Version (Optional): Tumbleweed x64
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Central Germany
-
- Posts: 912
- Joined: Tue Jul 15, 2003 5:12 pm
-
- Posts: 2270
- Joined: Tue Jul 15, 2003 7:00 pm
- Location: Maine, US
-
- Posts: 2033
- Joined: Sat Jul 19, 2003 6:15 am
- Operating System Version (Optional): Tumbleweed x64
- Graphics Processor: Intel with Vulkan/Metal Support
- Location: Central Germany
Cyb: that'd be interesting, but: http://forum.zdoom.org/viewtopic.php?p=3113 scroll up:
it's exactly the tic when you do an action that is the random seed.
If you hit that switch at tic X, looking up the random numbers table, yields that number, so place that key there.
If it's switch at tic Y, same, but other position.
In the ZDoom demo format there may be. If not, consider this:Hirogen2 wrote:But there is no seed in the Doom demo lump!Fredrik wrote:It wasn't necessary, you could just store the initial seed in the header of the demo file.
it's exactly the tic when you do an action that is the random seed.
If you hit that switch at tic X, looking up the random numbers table, yields that number, so place that key there.
If it's switch at tic Y, same, but other position.
-
- Posts: 10002
- Joined: Fri Jul 18, 2003 6:18 pm
- Location: Idaho Falls, ID
I think I *may* have found another bug, but frankly I'm not sure what caused it or what I was supposed to do different. Maybe I overlooked something.
I finally got to the map past the fire key door (the one with lotsa lava), which I must say was very difficult. I must have died about 30 times. Ugh. Anyway, I got to the Metroid Prime Ridley-clone boss as the Fighter, killed him, and some stairs formed. Went down to the base of the tower and in the door, killed the wizard there, and hit the switch. Got the message that the manabeam anchor had been severed and that the map was complete.
So, uh... where are you supposed to go at this point? Whenever I would step out the door, I would die immediately as if there was a script that made me explode when I passed through the doorway. I tried going back to the top of the tower, but there was nowhere to go from there. I even checked the stairs for hidden doors and such with no luck. Then I went back downstairs and waiting for enemies to approach, killed all that did, waited some more, and when nothing new happened, tried walking outside again. SPLAT! Same result.
I eventually had to enable godmode to get out alive. What gives?
I finally got to the map past the fire key door (the one with lotsa lava), which I must say was very difficult. I must have died about 30 times. Ugh. Anyway, I got to the Metroid Prime Ridley-clone boss as the Fighter, killed him, and some stairs formed. Went down to the base of the tower and in the door, killed the wizard there, and hit the switch. Got the message that the manabeam anchor had been severed and that the map was complete.
So, uh... where are you supposed to go at this point? Whenever I would step out the door, I would die immediately as if there was a script that made me explode when I passed through the doorway. I tried going back to the top of the tower, but there was nowhere to go from there. I even checked the stairs for hidden doors and such with no luck. Then I went back downstairs and waiting for enemies to approach, killed all that did, waited some more, and when nothing new happened, tried walking outside again. SPLAT! Same result.
I eventually had to enable godmode to get out alive. What gives?
-
- Site Admin
- Posts: 7749
- Joined: Wed Jul 09, 2003 10:30 pm
I don't want to get this off-track, but of course the random seed is stored in ZDoom demos. Otherwise, it would be impossible to play back any demos without having them desync. Doom demos didn't need to store a seed because Doom always used the same sequence of "random" numbers each time it was run.Hirogen2 wrote:In the ZDoom demo format there may be.Hirogen2 wrote:But there is no seed in the Doom demo lump!
On-topic: I played through Wolfen preview 2 yesterday and had no problems with the ending. I did, however, have a very hard time finding the castle key. After half an hour of wandering around with no idea of what I hadn't yet visited, I gave up and looked for it in an editor.
-
- Posts: 912
- Joined: Tue Jul 15, 2003 5:12 pm
steve: there's a well by the foot of the tower that you jump into which sends you into that pool of water in a previous part of the map
hirogen: uh, the random seed is the start time of the program, overidden by the demo if you're playing one or the savegame you load (which also stores the seed)...
hehe, how come I'm the only one who hasn't had any problems with the castle key, weird, it seems some of the random locations are too hard and some are too easy (or just right depending on how you look at it). I'll have to check again later and see if I get a different location.
hirogen: uh, the random seed is the start time of the program, overidden by the demo if you're playing one or the savegame you load (which also stores the seed)...
hehe, how come I'm the only one who hasn't had any problems with the castle key, weird, it seems some of the random locations are too hard and some are too easy (or just right depending on how you look at it). I'll have to check again later and see if I get a different location.
-
- Site Admin
- Posts: 7749
- Joined: Wed Jul 09, 2003 10:30 pm
Another bug I've found is that I cannot step outside of the tower on MAP04 without dying. At first I thought it might have just been something I broke with the latest ZDoom version because nobody else mentioned it, but now I have checked it and I know it's an error in a map. The Actor Enters Sector thing in sector 24 is kiling me because sector 24 is used for both the ground outside the tower that you can see from the start of the map and also for the area that you teleport to and have the big fight at.
-
- Posts: 2270
- Joined: Tue Jul 15, 2003 7:00 pm
- Location: Maine, US
Fixed. That was to fix a previous "bug" where you could jump off the top of the towers and not die.randy wrote:Another bug I've found is that I cannot step outside of the tower on MAP04 without dying.
How about a compromise on the castle key. On easy and medium skills the key will be in a fixed "open" (no jumping/destroying required) location, hard will be randomized?