Page 1 of 2

ZETH-win32: ZETH is still alive

Posted: Sun Sep 29, 2019 10:45 am
by drfrag
The user Borg is surprisingly still maintaining this. It runs on Win10 with a few limitations, you can't resize the window but the author has added a few 16:9 resolutions, mode 8 (1280x720) works well here (1366x768 screen), also you need to scroll/zoom with the keyboard. And keep in mind that it was a DOS program so you have to edit the ini and cfg files for paths. I like it since it's very lightweight and i was used to DETH and ZETH back in the day.
Borg wrote:I added quite a lot features and bugfixes, but I tried
to keep it minimalistic as it used to be.
Zeth works in windowed mode using GDI for drawing.
It uses GRX lib for being portable (linux and windows). Its not fastest 2D lib, but does its job.

I actually use forked GRX lib w/ few bugs and improvements with current maintainer
didnt like.

For details on what I changed/fixed you need to go thro git log of that project.
It's here, seems the author uses his own frontend for Git: http://borg.uu3.net/cgit/cgit.cgi/zeth/

Download:
ftp://borg.uu3.net/home/borg/zeth-win32.zip

Re: ZETH-win32: ZETH is still alive

Posted: Sun Sep 29, 2019 7:06 pm
by Kappes Buur
Oh boy, that brings back memories.
That really shows how lucky we are to have modern editors.

Re: ZETH-win32: ZETH is still alive

Posted: Mon Sep 30, 2019 4:03 am
by drfrag
Yeah but besides historical interest it's still useful for old hardware. It loads up really fast so for a quick check while investigating bugs for me it works since i'm on a low end laptop and besides i was used to it. I'm not really fond of Builder, i find search a bit cumbersome plus can i use sprites for things?
The main problem here is the web browser, 4 GB won't cut it anymore. I need to find a really lightweight browser if there's any.

Re: ZETH-win32: ZETH is still alive

Posted: Mon Sep 30, 2019 7:32 am
by Gez
drfrag wrote: The main problem here is the web browser, 4 GB won't cut it anymore. I need to find a really lightweight browser if there's any.
Problem with that is that it's websites that are getting bloated. More and more websites just don't work at all if you don't have enabled a lot of crap, they all use cross-site scripting so as to use javascript libraries and the page's actual content is blank because it entirely relies on stuff like Ajax to fill them. So you will need a JS VM in your browser, so say goodbye to lightweight. Worse, a lot of them use your browser's useragent string to determine whether they should even bother sending you stuff, so if you're not using one of the big names, in a recent version, some websites just plain won't work, even if you allow everything and block nothing.

Re: ZETH-win32: ZETH is still alive

Posted: Mon Sep 30, 2019 8:21 am
by Graf Zahl
More and more of the internet is becoming unusable as this shit progresses. They really need to get it to the point where stuff simply breaks. But that they are still using user agents for this is unbelievable, it was a problem 15 years ago that was best avoided but those web designer hacks apparently never learn.

But even surfing lightweight sites the browsers simply eat too much RAM, even having just zdoom.org and doomworld.com open will eventually lead to high memory consumption.

Re: ZETH-win32: ZETH is still alive

Posted: Mon Sep 30, 2019 2:05 pm
by drfrag
I don't think the problem is only in websites. zdoom.org uses an old phpBB version, BTW i'd like to receive notifications when someone mentions you, that would really help but require a later version i think. I just need the forum and GitHub (that one requires a modern browser) at least.
Mozillo is probably the worst, not only you need to free ram manually (about:memory) but there's some kind of leak and it will eat a lot of ram after a while and crash on exit. Vivaldi is a bit better but still not enough.

Re: ZETH-win32: ZETH is still alive

Posted: Thu Oct 03, 2019 5:09 pm
by drfrag
Found it: Slimjet 32 bit version, uses around 200 MB of ram and works pretty well.
On the editor itself any opinions/suggestions? I asked the author about window resizing, mouse scrolling (never worked well in ZETH) and wheel zooming. He said those would be complicated.

Re: ZETH-win32: ZETH is still alive

Posted: Sun Oct 06, 2019 9:17 am
by Graf Zahl
Forget window resizing. You cannot expect this from a DOS program forced to run in a window.

Re: ZETH-win32: ZETH is still alive

Posted: Sun Jan 26, 2020 5:26 am
by Apprentice
Yes! Yes! Yes! and other orgasmic bursts ... or at least it would have if this one worked, which it doesn't :cry: :cry: :cry:

For someone that has been using DEU, DETH and now Zeth 4.17 (the one from the old ZDoom pages), I've been looking for such editor for years now that would take advantage of modern ports and have an interface almost identical to the one DEU has. Hopefully they will develop this version further so that it can work just as good as DEU did/does . . .

Re: ZETH-win32: ZETH is still alive

Posted: Sun Jan 26, 2020 5:58 am
by Redneckerz
Apprentice wrote:Yes! Yes! Yes! and other orgasmic bursts ... or at least it would have if this one worked, which it doesn't :cry: :cry: :cry:

For someone that has been using DEU, DETH and now Zeth 4.17 (the one from the old ZDoom pages), I've been looking for such editor for years now that would take advantage of modern ports and have an interface almost identical to the one DEU has. Hopefully they will develop this version further so that it can work just as good as DEU did/does . . .
What does not work about it? Which OS do you run, are there any errors?

Re: ZETH-win32: ZETH is still alive

Posted: Sun Jan 26, 2020 6:38 am
by Apprentice
Redneckerz wrote:What does not work about it? Which OS do you run, are there any errors?
I still run Windows 7 and all paths are set correctly. It sees DOOM.WAD and my PWAD file (which I called E1M1.WAD) but when I try to edit a map (e.g: e 1 1), then I see absolutely nothing, as in an empty map. No entities, no vertexes, no sectors, completely nothing, as if you were creating a new map from scratch!

I can build a new map, save it as (in the example attached as e1m1) a PWAD but when I try to load the map, the editor shows nothing.

Re: ZETH-win32: ZETH is still alive

Posted: Sun Jan 26, 2020 7:32 am
by drfrag
For me it works even on Win10, have you edited both zeth.ini and doom1.cfg?
My main complaint here is that you can't create maps in Doom format only in ZDoom format, it would be nice to be able to do so like in DETH.
Don't forget that ZETH deleted the unknown lumps so you'd need to add those later.
BTW the git page now says forbidden.

Re: ZETH-win32: ZETH is still alive

Posted: Sun Jan 26, 2020 8:20 am
by simc
Apprentice wrote:It sees DOOM.WAD and my PWAD file (which I called E1M1.WAD) but when I try to edit a map (e.g: e 1 1), then I see absolutely nothing, as in an empty map. No entities, no vertexes, no sectors, completely nothing, as if you were creating a new map from scratch!
Try:
r temp01.wad
e

Then use up/dn arrow keys to choose the map and hit enter.
With Deth/Zeth I'd recommend *always* to save your edited map with a new name. Such as with version number. (I still do that with GZDB/UDB)

Re: ZETH-win32: ZETH is still alive

Posted: Sun Jan 26, 2020 8:27 am
by Apprentice
drfrag wrote:For me it works even on Win10, have you edited both zeth.ini and doom1.cfg?
Yep, otherwise it won't even run.
simc wrote:Try:
r temp01.wad
e

Then use up/dn arrow keys to choose the map and hit enter.
That works, I can load the map but I cannot save them using the same filename.

In overall, it still needs some work here. Hopefully a further developed version will be released . . .

Re: ZETH-win32: ZETH is still alive

Posted: Sun Jan 26, 2020 9:05 am
by drfrag
It works. Set game to Doom and type 'r temp01.wad' and 'e e1m1'.
Edit: check if you have write permission on that folder.