[Project] "Knee-Deep in ZDoom"
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Lead GZDoom+Raze Developer
- Posts: 49184
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
-
-
- Posts: 26574
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Well, I've kind of been avoiding DLing any of the work in progress files because I wanted to have this wad come as a total surprise to me when I play the final thing. However, curiosity got the better of me and I just played Z1M9.
Very, very cool indeed. I'm impressed with how well you guys are keeping to the brief. It was undeniably E1M9 but with lots of spiffy Zdoom special stuff, high detail architecture etc.
I'm attaching a file that someone may find useful as a prefab structure to drop in to the final battle of that map. It's a tank and a big gun/cannon that I use in my own project. I just ripped them out of the levels in my project and pasted them into a single WAD, so hopefully I didn't mess them up too much.
I can't claim the tank or the textures for it are all my own work. I got them from a WAD that I can't remember anymore. I certainly modified the structure of the tank and the textures at least a little myself so they are not quite as they appeared in the original WAD (anyone know what it was?). I think the gun is more down to me. If people want to use anything from it, go ahead.
I usually have scripts attached to the gun and the open tank so that the player can get in and shoot some rockets.
Anyway, if there is anything useful in there that people feel they can use, be my guest.
[edit]attachment removed[/edit]
Very, very cool indeed. I'm impressed with how well you guys are keeping to the brief. It was undeniably E1M9 but with lots of spiffy Zdoom special stuff, high detail architecture etc.
I'm attaching a file that someone may find useful as a prefab structure to drop in to the final battle of that map. It's a tank and a big gun/cannon that I use in my own project. I just ripped them out of the levels in my project and pasted them into a single WAD, so hopefully I didn't mess them up too much.
I can't claim the tank or the textures for it are all my own work. I got them from a WAD that I can't remember anymore. I certainly modified the structure of the tank and the textures at least a little myself so they are not quite as they appeared in the original WAD (anyone know what it was?). I think the gun is more down to me. If people want to use anything from it, go ahead.
I usually have scripts attached to the gun and the open tank so that the player can get in and shoot some rockets.
Anyway, if there is anything useful in there that people feel they can use, be my guest.
[edit]attachment removed[/edit]
Last edited by Enjay on Mon Apr 04, 2005 7:50 pm, edited 1 time in total.
-
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
-
- Posts: 186
- Joined: Thu Mar 18, 2004 12:05 pm
- Location: N/A
Hmm... I should take a look at these. I made tanks that you could shoot from before, but they still looked wierd. /me downloads...
EDIT: The tanks are nice and all, but they can't be properly removed thanks to the slopes. Otherwise they would work nicely in E1M9... but thanks to the slopes, the "blown-up" effect doesn't work properly.
EDIT: The tanks are nice and all, but they can't be properly removed thanks to the slopes. Otherwise they would work nicely in E1M9... but thanks to the slopes, the "blown-up" effect doesn't work properly.
-
-
- Posts: 26574
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
I use them on a couple of maps where one of the goals is to destroy them. I don't remove them, however (partly because of the problem you identify). I change their appearance slightly and spawn a few DECORATE items on them. The decorate item is just a cycling flame sprite, but I'm happy enough that it looks like the tanks are now inactive burning hulks.
[edit]Something else that may be of use. I just quickly threw this together just now and it probably still needs a bit of work to get it to tile nicely, but IMO something like this is better than the 64x64 "CLOUDS" texture. Just load the wad after the others to try it. (Unless someone has already included a bigger clouds pic - I'm not sure I have the most recent resource)[/edit]
[edit]Something else that may be of use. I just quickly threw this together just now and it probably still needs a bit of work to get it to tile nicely, but IMO something like this is better than the 64x64 "CLOUDS" texture. Just load the wad after the others to try it. (Unless someone has already included a bigger clouds pic - I'm not sure I have the most recent resource)[/edit]
-
- Posts: 5263
- Joined: Thu Jan 08, 2004 1:02 pm
- Location: N44°30' W073°05'
Whoever has the most recent resource WAD, please update it with the following in SNDINFO:
Once you've done that (it's important!) then I'm done E1M7 Week3.
http://twicerisen.ath.cx/dropzone/ze1m7.zip
There are some areas that could be improved and new areas could always be added, but I'm really happy with what I was able to accomplish from scratch in 1.5 weeks, and I'm quite satisfied with the results. It could ship as-is and I'd be okay with that. (given a few rounds of beta testing, of course!) I especially like the ending, which I just came up with this evening.
Please record demos of your first time though, I'd like to have someone else's gameplay to analyze. Thanks!
Code: Select all
$AMBIENT 26 amb17 POINT RANDOM 1.0 30.0 0.5
$AMBIENT 27 amb18 POINT RANDOM 1.0 30.0 0.5
$AMBIENT 28 amb19 POINT RANDOM 1.0 30.0 0.5
http://twicerisen.ath.cx/dropzone/ze1m7.zip
There are some areas that could be improved and new areas could always be added, but I'm really happy with what I was able to accomplish from scratch in 1.5 weeks, and I'm quite satisfied with the results. It could ship as-is and I'd be okay with that. (given a few rounds of beta testing, of course!) I especially like the ending, which I just came up with this evening.
Please record demos of your first time though, I'd like to have someone else's gameplay to analyze. Thanks!
-
- Posts: 2270
- Joined: Tue Jul 15, 2003 7:00 pm
- Location: Maine, US
If the "blow up" effect is simply lowering the sectors, you still can. Lower the flat sectors as usual & change their texture, but drop the slope sectors an exhuberant amount, and remove their surrounding lower textures. Let the surrounding floor texture bleed over the holes. If you're worried about the player falling into a hole, Spawn() some invisible solid actor for the player to walk over at key locations. That's how I made Rally's Cobra disappear in GSC, only I got away with simply putting a crime scene tape around it as I wasn't aware of Spawn() at the time.Enjay wrote:I use them on a couple of maps where one of the goals is to destroy them. I don't remove them, however (partly because of the problem you identify).
-
- Posts: 2697
- Joined: Thu Aug 26, 2004 1:23 pm
I'm gonna post this map in a bit, I need to fix some common errors/mistakes I left unfinished.. Would have done them sooner, but I went to go see Varekai (which ROCKS MY WORLD!!!) and it took up some time.
Level stats:
6373 linedefs (6x)
10915 sidefs (10x)
1554 sectors (6x)
526 things
4795 vertices (4x)
Original Level stats:
1081 vertices
1352 linedefs
1727 sidefs
250 sectors
463 things
I should be done tonite. If not, then I'll psot it ASAP tomorrow morning.
Level stats:
6373 linedefs (6x)
10915 sidefs (10x)
1554 sectors (6x)
526 things
4795 vertices (4x)
Original Level stats:
1081 vertices
1352 linedefs
1727 sidefs
250 sectors
463 things
I should be done tonite. If not, then I'll psot it ASAP tomorrow morning.
-
- Posts: 5263
- Joined: Thu Jan 08, 2004 1:02 pm
- Location: N44°30' W073°05'
Because you all seem to care...
E1M7/ZE1M7 (after 1.5 weeks)
Vertices: 763/5068 (664%)
Linedefs: 958/6353 (663%)
Sidedefs: 1223/10868 (888%)
Sectors: 170/1357 (798%)
Things: 358/672 (187%)
Edit: Pulled TUD's resource WAD from page 50-something. Updated it with my SNDINFO additions. Uploaded. Please use this resource wad to play ZE1M7, or else you will not get the full effect.
http://twicerisen.ath.cx/dropzone/ZD1RES.zip
Also updated E1M7 with some small bugfixes. Same link as above, new file date: 2004-10-09 01:46
E1M7/ZE1M7 (after 1.5 weeks)
Vertices: 763/5068 (664%)
Linedefs: 958/6353 (663%)
Sidedefs: 1223/10868 (888%)
Sectors: 170/1357 (798%)
Things: 358/672 (187%)
Edit: Pulled TUD's resource WAD from page 50-something. Updated it with my SNDINFO additions. Uploaded. Please use this resource wad to play ZE1M7, or else you will not get the full effect.
http://twicerisen.ath.cx/dropzone/ZD1RES.zip
Also updated E1M7 with some small bugfixes. Same link as above, new file date: 2004-10-09 01:46
-
-
- Posts: 26574
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
-
- Posts: 13549
- Joined: Wed Jul 16, 2003 3:52 am
-
- Posts: 13549
- Joined: Wed Jul 16, 2003 3:52 am
No Words
No Shots
No Info
No Stats
...just the map
http://home.arcor.de/tormentor667/kdizd ... 3/e1m5.zip
-
- Posts: 3463
- Joined: Sat Jul 19, 2003 8:39 am
-
- Posts: 13549
- Joined: Wed Jul 16, 2003 3:52 am
Okay, today is dealineday and so I take a look on what we've got so far:
Maps
E1M5
E1M7
E1M9
Missing: E1M1, E1M2, E1M3, E1M4, E1M8
Resources
Just the one big wad, which has the following errors:
- SUPPORT2 looks odd
- Skull-projectile from the SoulHarvester and Hell's Fury don't work, they are not visible. Sprites missing?
- Music is not yet compiled. (My Suggestion: Original WAD has no music, seperate WAD has music with MP3s from Overclocked Remices and other remix-resources, I already have enough tunes to spice up our episode)
Revamp Level 2
I already asked for the following people to participate in this second round but not all of them replied, so please do once again so I have a summary:
- Nmn
- Nightmare
- BioHazard
- cccp_leha
- Risen
The second round will take up 3 other weeks from Monday, 11th till Sunday, 31st, I will give more information on what we will have to do then very soon, but not today By the way: This list might change as soon as I have all the maps from week3!
...if I forgot something, just let me know!
Maps
E1M5
E1M7
E1M9
Missing: E1M1, E1M2, E1M3, E1M4, E1M8
Resources
Just the one big wad, which has the following errors:
- SUPPORT2 looks odd
- Skull-projectile from the SoulHarvester and Hell's Fury don't work, they are not visible. Sprites missing?
- Music is not yet compiled. (My Suggestion: Original WAD has no music, seperate WAD has music with MP3s from Overclocked Remices and other remix-resources, I already have enough tunes to spice up our episode)
Revamp Level 2
I already asked for the following people to participate in this second round but not all of them replied, so please do once again so I have a summary:
- Nmn
- Nightmare
- BioHazard
- cccp_leha
- Risen
The second round will take up 3 other weeks from Monday, 11th till Sunday, 31st, I will give more information on what we will have to do then very soon, but not today By the way: This list might change as soon as I have all the maps from week3!
...if I forgot something, just let me know!
-
- Posts: 4630
- Joined: Fri Apr 16, 2004 1:41 pm
- Preferred Pronouns: He/Him