GunSlinger Update 1

Discuss DarkStar Development products here.

Moderators: The Storm, Mod Squad

Post Reply
The Storm
Posts: 163
Joined: Fri Jun 09, 2006 2:35 am
Location: Dover, DE

GunSlinger Update 1

Post by The Storm »

Well, development is well under way. We are making this a standalone module for the first phase so that everyone will get a good idea how it will work. This version will ONLY work with NT versions of WorldGroup. We don't anticipate a DOS release of this module.
The Storm
DarkStar Development
telnet://thecrazyhousebbs.com
http://www.thecrazyhousebbs.com

User avatar
ccs
Posts: 193
Joined: Mon Apr 03, 2006 7:55 pm
Location: Cape Cod Ma
Contact:

Re: GunSlinger Update 1

Post by ccs »

The Storm wrote:Well, development is well under way. We are making this a standalone module for the first phase so that everyone will get a good idea how it will work. This version will ONLY work with NT versions of WorldGroup. We don't anticipate a DOS release of this module.
Thats to bad.

It should not be to hard to build it for all the verssions.

Joe
++++++++++++++++++++
Retro BBS Games
Telnet://bbs.retrobbsgames.net
++++++++++++++++++++

The Storm
Posts: 163
Joined: Fri Jun 09, 2006 2:35 am
Location: Dover, DE

Re: GunSlinger Update 1

Post by The Storm »

ccs wrote:
The Storm wrote:Well, development is well under way. We are making this a standalone module for the first phase so that everyone will get a good idea how it will work. This version will ONLY work with NT versions of WorldGroup. We don't anticipate a DOS release of this module.
Thats to bad.

It should not be to hard to build it for all the verssions.

Joe
Well, I need to build a case for a DOS version. How many people still run the DOS version og WG compared to those who run the NT version?
The Storm
DarkStar Development
telnet://thecrazyhousebbs.com
http://www.thecrazyhousebbs.com

Malakai
Posts: 636
Joined: Thu Apr 20, 2006 6:02 pm
Location:

Post by Malakai »

Well, I use a combination of MBBS DOS and WGNT. A lot of MBBS DOS modules are backwards compatible with WG, and a lot aren't. Not sure if any one still uses MBBS besides me, however.

User avatar
ccs
Posts: 193
Joined: Mon Apr 03, 2006 7:55 pm
Location: Cape Cod Ma
Contact:

Post by ccs »

Malakai wrote:Well, I use a combination of MBBS DOS and WGNT. A lot of MBBS DOS modules are backwards compatible with WG, and a lot aren't. Not sure if any one still uses MBBS besides me, however.
I run a DOS Wg2.0 server that also connects to my WG2.0 DOS DMA server. So Yea I would love the DOS version. I'm sure Rick Hadsall can give you a few pointers in this regaurd.

Joe
++++++++++++++++++++
Retro BBS Games
Telnet://bbs.retrobbsgames.net
++++++++++++++++++++

User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

Re: GunSlinger Update 1

Post by dspain »

ccs wrote:
The Storm wrote:Well, development is well under way. We are making this a standalone module for the first phase so that everyone will get a good idea how it will work. This version will ONLY work with NT versions of WorldGroup. We don't anticipate a DOS release of this module.
Thats to bad.

It should not be to hard to build it for all the verssions.

Joe
its more of a pain in the ass than hard from nt -> dos and vice versa.

like all user variable calls have to be changed to usroff, and some other stuff othusp->class becomes othusp->usrcls all the btrieve routines became DFa something

more of a pain than anything.

The Storm
Posts: 163
Joined: Fri Jun 09, 2006 2:35 am
Location: Dover, DE

Re: GunSlinger Update 1

Post by The Storm »

dspain wrote:
ccs wrote:
The Storm wrote:Well, development is well under way. We are making this a standalone module for the first phase so that everyone will get a good idea how it will work. This version will ONLY work with NT versions of WorldGroup. We don't anticipate a DOS release of this module.
Thats to bad.

It should not be to hard to build it for all the verssions.

Joe
its more of a pain in the ass than hard from nt -> dos and vice versa.

like all user variable calls have to be changed to usroff, and some other stuff othusp->class becomes othusp->usrcls all the btrieve routines became DFa something

more of a pain than anything.
Yea, we know... That's why I originally announced that a DOS version is not in the works. I would need to see more than 2 WG DOS boards in the world.
The Storm
DarkStar Development
telnet://thecrazyhousebbs.com
http://www.thecrazyhousebbs.com

User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

Re: GunSlinger Update 1

Post by dspain »

The Storm wrote:
dspain wrote:
ccs wrote: Thats to bad.

It should not be to hard to build it for all the verssions.

Joe
its more of a pain in the ass than hard from nt -> dos and vice versa.

like all user variable calls have to be changed to usroff, and some other stuff othusp->class becomes othusp->usrcls all the btrieve routines became DFa something

more of a pain than anything.
Yea, we know... That's why I originally announced that a DOS version is not in the works. I would need to see more than 2 WG DOS boards in the world.
actually regarding wg2 theres alot more than people think.
i could name off 17 that i know for a fact run worldgroup 2.0 and i know of 2 running majorbbs.

and theres another one coming online sometime this fall running wg2

Questman
Posts: 629
Joined: Sat Apr 01, 2006 9:48 pm
Location: Raleigh, NC
Contact:

Re: GunSlinger Update 1

Post by Questman »

The Storm wrote:
Yea, we know... That's why I originally announced that a DOS version is not in the works. I would need to see more than 2 WG DOS boards in the world.
Not true. You can compile WG2DOS versions of any WG3.3NT modules from the exact same source. Use the MKV2P command instead of MKNT in your source kit. You will have to distribute the GALV3.DLL with the DOS DLL you compile, but it works. All my WG2 compiles were done this way.

Some stuff can't at all compile under WG2, since they use specific WG3 stuff, but the conversion items - the arrays, variable types, etc - are not an issue.

User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

Re: GunSlinger Update 1

Post by dspain »

Questman wrote:
The Storm wrote:
Yea, we know... That's why I originally announced that a DOS version is not in the works. I would need to see more than 2 WG DOS boards in the world.
Not true. You can compile WG2DOS versions of any WG3.3NT modules from the exact same source. Use the MKV2P command instead of MKNT in your source kit. You will have to distribute the GALV3.DLL with the DOS DLL you compile, but it works. All my WG2 compiles were done this way.

Some stuff can't at all compile under WG2, since they use specific WG3 stuff, but the conversion items - the arrays, variable types, etc - are not an issue.
really? wierd never really toyed with that, i did know there was various mk*.bats for a series of other configurations never really toyed with it.
so things like user[othusn].state and usroff(othusn)->state are converted internally via this GALV3.DLL?

Questman
Posts: 629
Joined: Sat Apr 01, 2006 9:48 pm
Location: Raleigh, NC
Contact:

Post by Questman »

Yes. Your WG3 code works under WG2 thanks to the DLL. Very nice.

Look in the BIN directory of your WGDEV tree.

MK*.BAT

User avatar
dspain
Posts: 2102
Joined: Sun May 07, 2006 10:38 pm
Location: richmond,virginia
Contact:

Re: GunSlinger Update 1

Post by dspain »

Questman wrote:
The Storm wrote:
Yea, we know... That's why I originally announced that a DOS version is not in the works. I would need to see more than 2 WG DOS boards in the world.
Not true. You can compile WG2DOS versions of any WG3.3NT modules from the exact same source. Use the MKV2P command instead of MKNT in your source kit. You will have to distribute the GALV3.DLL with the DOS DLL you compile, but it works. All my WG2 compiles were done this way.

Some stuff can't at all compile under WG2, since they use specific WG3 stuff, but the conversion items - the arrays, variable types, etc - are not an issue.
have you had a problem with some wg2 modules unable to find entry point to DLL using the newer releases of tlink?

Post Reply