Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Topic started by: [DW]-Hunter on January 11, 2007, 08:44:22 pm

Title: Removing IPX
Post by: [DW]-Hunter on January 11, 2007, 08:44:22 pm
However, TCP/IP is much more flexible, so that is what I think I'd prefer in that regard. It uses a relatively well-documented protocol that's also nonplatform-specific, and can easily be redirected across a LAN or something similar - a capability that direct memory management simply wouldn't have.

Someone ought to rip IPX completely out of the build, its only going to confuse the noobs, nobody uses it.
Title: Removing IPX
Post by: Cobra on January 11, 2007, 08:52:56 pm
However, TCP/IP is much more flexible, so that is what I think I'd prefer in that regard. It uses a relatively well-documented protocol that's also nonplatform-specific, and can easily be redirected across a LAN or something similar - a capability that direct memory management simply wouldn't have.

Someone ought to rip IPX completely out of the build, its only going to confuse the noobs, nobody uses it.

Why? You know, not all people who are new to Freespace 2 (or FS2 multiplayer) get confused by what IPX is or does. IPX is simple to explain, anyway. Not to mention one can just Google IPX if they're confused about it or something, you know?
Title: Removing IPX
Post by: [DW]-Hunter on January 12, 2007, 06:20:11 am
However, TCP/IP is much more flexible, so that is what I think I'd prefer in that regard. It uses a relatively well-documented protocol that's also nonplatform-specific, and can easily be redirected across a LAN or something similar - a capability that direct memory management simply wouldn't have.

Someone ought to rip IPX completely out of the build, its only going to confuse the noobs, nobody uses it.

Why? You know, not all people who are new to Freespace 2 (or FS2 multiplayer) get confused by what IPX is or does. IPX is simple to explain, anyway. Not to mention one can just Google IPX if they're confused about it or something, you know?

That doesnt change the fact that nobody uses it. And not every noob is gunna go "i wonder what ipx means? ill look it up on wiki and see!"
Title: Re: Removing IPX
Post by: karajorma on January 12, 2007, 06:58:04 am
Split from the AI topic since it had nothing to do with it.

Someone ought to rip IPX completely out of the build, its only going to confuse the noobs, nobody uses it.

Pointless. It's still in the interface art and that would cause more not less confusion. Especially amongst anyone still using IPX :D
Title: Re: Removing IPX
Post by: [DW]-Hunter on January 12, 2007, 07:22:36 am
Then take it out of the interface art.
Title: Re: Removing IPX
Post by: karajorma on January 12, 2007, 11:28:34 am
We can't. It's retail data. We can't touch that without going to everyones house and giving them remastered copies of the disks.
Title: Re: Removing IPX
Post by: taylor on January 12, 2007, 11:44:17 am
The IPX code only works under Windows btw.  And the Linux and OS X folk don't appear to have an issue with it not being available, but still listed on the interface.  I'm not really for or against ripping it out, but if it no longer serves a real use then it doesn't need to be there, so that we can simplify the networking code some.  We can quite easily modify the interface code to not allow the IPX interface stuff to be used, even though it would still show up.

That's just my opinion though, and IPX support is such a minor thing that I don't really care about it one way or the other. :)
Title: Re: Removing IPX
Post by: CP5670 on January 12, 2007, 11:46:52 am
I don't see the point in spending time and effort just to remove something anyway, as long as it's not interfering with anything else.
Title: Re: Removing IPX
Post by: WMCoolmon on January 12, 2007, 08:20:39 pm
There've occassionally been times at LAN parties when IPX or TCP/IP would work, but the other would not. I don't see any point in going to the effort to remove it, either.
Title: Re: Removing IPX
Post by: Nuke on January 13, 2007, 01:15:46 pm
ipx isnt even installed by default anymore on most modern oses. i doubt many would want to go through the troble of installing ipx on their computer when they can just use good ol ip right out of the box.