[Release] SD3TII (no updates 01/03/12)
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.
-
- Posts: 254
- Joined: Sun Oct 31, 2010 2:06 am
Re: [WIP] SuperDoom3: Take II
You always choose good maps to demonstrate, can't wait for release.
Question, is Take II better optimized than the original in terms of handling memory and such? I recall when I ran the original I could make it a handful of levels until GZDoom crashed due to resource eating. FPS wise it varied but was mostly stable (roughly the same as playing the real Doom 3 on here when properly optimized).
Question, is Take II better optimized than the original in terms of handling memory and such? I recall when I ran the original I could make it a handful of levels until GZDoom crashed due to resource eating. FPS wise it varied but was mostly stable (roughly the same as playing the real Doom 3 on here when properly optimized).
-
- Posts: 1423
- Joined: Wed Jan 02, 2008 10:02 pm
- Location: Chile
Re: [WIP] SuperDoom3: Take II
is worst, actualy take II, in my case, request more memory than the original modCyanosis wrote:You always choose good maps to demonstrate, can't wait for release.
Question, is Take II better optimized than the original in terms of handling memory and such? I recall when I ran the original I could make it a handful of levels until GZDoom crashed due to resource eating. FPS wise it varied but was mostly stable (roughly the same as playing the real Doom 3 on here when properly optimized).
-
- Posts: 8205
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
Re: [WIP] SuperDoom3: Take II
If it does, I would say the ends justify the means. I mean, it looks better, and new resources were added into it. So, of course, you can expect the usage to go up.
Now I haven't checked yet, but depending on how well the files are organized will also help greatly reduce memory issues (i.e. if they're not all packed into .WADS inside of a .pk3/.zip, it will run much better.)
Now I haven't checked yet, but depending on how well the files are organized will also help greatly reduce memory issues (i.e. if they're not all packed into .WADS inside of a .pk3/.zip, it will run much better.)
-
- Posts: 1423
- Joined: Wed Jan 02, 2008 10:02 pm
- Location: Chile
Re: [WIP] SuperDoom3: Take II
so the solution is extract the pk3 file and only join all the wads into a foldier?Major Cooke wrote:If it does, I would say the ends justify the means. I mean, it looks better, and new resources were added into it. So, of course, you can expect the usage to go up.
Now I haven't checked yet, but depending on how well the files are organized will also help greatly reduce memory issues (i.e. if they're not all packed into .WADS inside of a .pk3/.zip, it will run much better.)
-
- Posts: 3101
- Joined: Fri Apr 14, 2006 3:17 pm
- Location: in "the darkness that lurks in our mind"
Re: [WIP] SuperDoom3: Take II
@Cyanosis: Indeed, most likely, this thing will be more demanding. What happens is that this mod is a relatively small file to use together with the original mod, meaning, Im using all the same resources as the original = same performance there. But plus the fact that Im using a very big amount of fx compared with the original mod, that adds some more weight to the equation.
@Cooke: Take II's files are properly organized. However, the original mod files are just wads inside the pk3. So, we know what happens there.
@DOOMERO: as a matter of fact, what's needed is a complete reorganization of all the files following the proper structure.
@Cooke: Take II's files are properly organized. However, the original mod files are just wads inside the pk3. So, we know what happens there.

@DOOMERO: as a matter of fact, what's needed is a complete reorganization of all the files following the proper structure.
-
- Posts: 8205
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
Re: [WIP] SuperDoom3: Take II
Indeed, because I'm the one who had to take a beating to learn it the proper way.DBThanatos wrote:@Cooke: Take II's files are properly organized. However, the original mod files are just wads inside the pk3. So, we know what happens there.

Doomero, no. That's what you want to avoid at all costs. Take everything OUT of the wads, and place them in the structure as DBT pointed out accordingly. It's not very hard, though luckily for you, DBT has already done it for you (for take II).
-
- Posts: 3101
- Joined: Fri Apr 14, 2006 3:17 pm
- Location: in "the darkness that lurks in our mind"
Re: [WIP] SuperDoom3: Take II
Not completely true. I did start organizing the main files long ago, but gave up, because I decided I didnt want to release this as an "stand alone" mod (by that I mean, that it wouldnt require the original anymore). So, I never finished.Major Cooke wrote:DBT has already done it for you (for take II).
I might do it one of these days, since Im curious to see if I'd get better performance at all.
-
- Posts: 1423
- Joined: Wed Jan 02, 2008 10:02 pm
- Location: Chile
Re: [WIP] SuperDoom3: Take II
ok thanks for that, other thing, i dont know if this necesary but i need to said this; i forgot put the mancubus pain sprites (already done) and i have some monsters; for example the chainsaw guy or zombie commando tentacle could replace the spectre, well i have this;Major Cooke wrote:Indeed, because I'm the one who had to take a beating to learn it the proper way.DBThanatos wrote:@Cooke: Take II's files are properly organized. However, the original mod files are just wads inside the pk3. So, we know what happens there.
Doomero, no. That's what you want to avoid at all costs. Take everything OUT of the wads, and place them in the structure as DBT pointed out accordingly. It's not very hard, though luckily for you, DBT has already done it for you (for take II).
this monsters was used on volume 4 and revenge of evil;
commando tentacle, 95%
mancubus pain animation 100%
chainsaw guy 80%
baron of hell 50%
maggot 70%
wraith 70%
if you want one of those just tell me and i will finish...
-
- Posts: 8205
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
Re: [WIP] SuperDoom3: Take II
Less usage of memory means less clunking.DBThanatos wrote:Not completely true. I did start organizing the main files long ago, but gave up, because I decided I didnt want to release this as an "stand alone" mod (by that I mean, that it wouldnt require the original anymore). So, I never finished.
I might do it one of these days, since Im curious to see if I'd get better performance at all.
I can do it for you, it's pretty easy. HUDS might be something else though, because last time I tried that with AEoD it didn't work at all.
-
- Posts: 254
- Joined: Sun Oct 31, 2010 2:06 am
Re: [WIP] SuperDoom3: Take II
Aw hell, I shouldn't of deleted my original copy of doomero's mod. I'll need a download supplied.DBThanatos wrote:So, I never finished.
-
- Posts: 8205
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
Re: [WIP] SuperDoom3: Take II
First page.
-
- Posts: 3101
- Joined: Fri Apr 14, 2006 3:17 pm
- Location: in "the darkness that lurks in our mind"
Re: [WIP] SuperDoom3: Take II
For Take II, unfortunately is kind of late. But sure you can finish those and I'll spice them up for the final goal of all this resources: a coherent doom 3 TC.DOOMERO-21 wrote:commando tentacle, 95%
mancubus pain animation 100%
chainsaw guy 80%
baron of hell 50%
maggot 70%
wraith 70%
if you want one of those just tell me and i will finish...
-
- Posts: 1423
- Joined: Wed Jan 02, 2008 10:02 pm
- Location: Chile
Re: [WIP] SuperDoom3: Take II
DBThanatos wrote:For Take II, unfortunately is kind of late. But sure you can finish those and I'll spice them up for the final goal of all this resources: a coherent doom 3 TC.DOOMERO-21 wrote:commando tentacle, 95%
mancubus pain animation 100%
chainsaw guy 80%
baron of hell 50%
maggot 70%
wraith 70%
if you want one of those just tell me and i will finish...
ok no problem dude....
-
- Posts: 3101
- Joined: Fri Apr 14, 2006 3:17 pm
- Location: in "the darkness that lurks in our mind"
Re: [WIP] SuperDoom3: Take II
Well, surprisingly, adding smoke to the guns somehow slipped my mind all this time. Added, but no preview for now. That and other stuff related to the final boss, that well, felt a bit too anticlimactic. 
And just for the sake of the season, announcement pic in the 1st post has been changed.

And just for the sake of the season, announcement pic in the 1st post has been changed.
-
- Posts: 1423
- Joined: Wed Jan 02, 2008 10:02 pm
- Location: Chile
Re: [WIP] SuperDoom3: Take II
you will release this for 25/12/10?DBThanatos wrote:Well, surprisingly, adding smoke to the guns somehow slipped my mind all this time. Added, but no preview for now. That and other stuff related to the final boss, that well, felt a bit too anticlimactic.
And just for the sake of the season, announcement pic in the 1st post has been changed.
i have intention of release superdoom3 volume 4.6 for skulltag for that day...... and oviusly is not so complex as take 2 is but almost is more funny with more monsters; commando tentacle, sawyer, belfegor, red baron, zsec machinegun, cherub, imp crawl.