Hey Bio Hazard, Come ere!

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
killingblair
Posts: 937
Joined: Mon Oct 04, 2004 9:16 pm

Hey Bio Hazard, Come ere!

Post by killingblair »

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?
User avatar
Biff
Posts: 1061
Joined: Wed Jul 16, 2003 5:29 pm
Location: Monrovia, CA, USA

Post by Biff »

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).
killingblair
Posts: 937
Joined: Mon Oct 04, 2004 9:16 pm

Post by killingblair »

Heh, its ok, this reply gives you enough points to buy Jojo, she will arrive in a crate on your doorstep shortly.
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $
Contact:

Post by Bio Hazard »

um, what?
killingblair
Posts: 937
Joined: Mon Oct 04, 2004 9:16 pm

Post by killingblair »

(sigh) Remember when you said you would make a launcher but need help? Not requiring DLLs. Well, im offering help
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $
Contact:

Post by Bio Hazard »

oh, cool! i thought you were just telling me to make it...

where can i get hold of you?
im going to be online for the next 11 hours

im available through all the little icons at the bottom of my posts and in #NZDR
killingblair
Posts: 937
Joined: Mon Oct 04, 2004 9:16 pm

Post by killingblair »

exept Image :wink:
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $
Contact:

Post by Bio Hazard »

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
Last edited by Bio Hazard on Fri Feb 04, 2005 1:58 am, edited 1 time in total.
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $
Contact:

Post by Bio Hazard »

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
Last edited by Bio Hazard on Fri Feb 04, 2005 1:57 am, edited 1 time in total.
killingblair
Posts: 937
Joined: Mon Oct 04, 2004 9:16 pm

Post by killingblair »

TNT.wad, plutonia.wad
User avatar
Enjay
 
 
Posts: 27035
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Post by Enjay »

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
};
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $
Contact:

Post by Bio Hazard »

what about the descriptions that appear in the iwad select box?

anyone have any bug reports? did i actually write a stable program??
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $
Contact:

Post by Bio Hazard »

Here it is. ZDL in all its glory. I present to you, ZDL 0.9!

Seriously, I want feedback. I'm building this for you guys...

If you guys like it, my next plan is to make it support a config file for default options and languages
User avatar
Cutmanmike
Posts: 11353
Joined: Mon Oct 06, 2003 3:41 pm
Operating System Version (Optional): Windows 10
Location: United Kingdom
Contact:

Post by Cutmanmike »

omg *downloads*
User avatar
Risen
Posts: 5263
Joined: Thu Jan 08, 2004 1:02 pm
Location: N44°30' W073°05'

Post by Risen »

I'm definitely going to try it out soon.
You may have already done this, but please allow anything passed to it on the command line to show up as selected files, options, etc. to be passed to ZDoom.
Post Reply

Return to “General”