Hey Bio Hazard, Come ere!
-
- Posts: 937
- Joined: Mon Oct 04, 2004 9:16 pm
Hey Bio Hazard, Come ere!
I thought we could make a launcher for zdoom based off of the ZDaemon source, but not include the zdaemon.exe just the launcher and server exe's. Sound good?
Sounds interesting....but my understanding is that the Zdaemon server exe's contain the full game code and run the game entirely on the server. So for zdoom, unless you re-coded it to be a client-server model like zdaemon, the server exe would essentially be zdoom.exe.
I don't think that's what you have in mind?
(Didn't mean to butt in ahead of Bio Hazard, let's see what he thinks).
I don't think that's what you have in mind?
(Didn't mean to butt in ahead of Bio Hazard, let's see what he thinks).
-
- Posts: 937
- Joined: Mon Oct 04, 2004 9:16 pm
- Bio Hazard
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
- Contact:
-
- Posts: 937
- Joined: Mon Oct 04, 2004 9:16 pm
- Bio Hazard
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
- Contact:
- Bio Hazard
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
- Contact:
well, its a start... :\
I need to totally re-write it from scratch though to get any farther.
if anyone knows how to suppress the command window from popping up, let me know.
EDIT: New version below
I need to totally re-write it from scratch though to get any farther.

if anyone knows how to suppress the command window from popping up, let me know.
EDIT: New version below
Last edited by Bio Hazard on Fri Feb 04, 2005 1:58 am, edited 1 time in total.
- Bio Hazard
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
- Contact:
Heres version 2, it has an IWAD selection thingy!
can someone get me a list of IWADS that ZDoom supports? so far it looks for: "Doom.wad" "Doom2.wad" "Heretic.wad" "Hexen.wad" "HexDD.wad" "Strife.wad" and "Chex.wad"
EDIT: New version below
can someone get me a list of IWADS that ZDoom supports? so far it looks for: "Doom.wad" "Doom2.wad" "Heretic.wad" "Hexen.wad" "HexDD.wad" "Strife.wad" and "Chex.wad"
EDIT: New version below
Last edited by Bio Hazard on Fri Feb 04, 2005 1:57 am, edited 1 time in total.
I think this is where it is in the source...
d_main.cpp wrote:Code: Select all
// PRIVATE DATA DEFINITIONS ------------------------------------------------ static wadlist_t **wadtail = &wadfiles; static int demosequence; static int pagetic; static const char *IWADNames[] = { NULL, "doom2f.wad", "doom2.wad", "plutonia.wad", "tnt.wad", "doomu.wad", // Hack from original Linux version. Not necessary, but I threw it in anyway. "doom.wad", "doom1.wad", "heretic.wad", "heretic1.wad", "hexen.wad", "hexdd.wad", "strife1.wad", "strife0.wad", NULL };
- Bio Hazard
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
- Contact:
- Bio Hazard
- Posts: 4019
- Joined: Fri Aug 15, 2003 8:15 pm
- Location: ferret ~/C/ZDL $
- Contact:
- Cutmanmike
- Posts: 11353
- Joined: Mon Oct 06, 2003 3:41 pm
- Operating System Version (Optional): Windows 10
- Location: United Kingdom
- Contact: