Battlezone Universe

Community Project => The 1.3 Community Project => Topic started by: Clavin12 on July 26, 2009, 08:15:02 AM

Title: An idea for multiplayer
Post by: Clavin12 on July 26, 2009, 08:15:02 AM
I had this thought a while ago. I thought "Hmm. It would be cool if a player could have his own personal pilot in multiplayer." I thought with 1.3 it might be possible at least for the people who play often. For example for N1 he could have a pilot that runs around in a top hat and an orange coat. Could it be linked with the pilot that you sign in with when you first open bz2?
Title: Re: An idea for multiplayer
Post by: AHadley on July 26, 2009, 08:31:46 AM
That would be immensely difficult and would require a new model, skin, and ODF for each player. This would result in a massive filesize and masses of updates each time a new player wanted one.

Would also need some code changes.
Title: Re: An idea for multiplayer
Post by: Clavin12 on July 26, 2009, 10:34:04 AM
But only the really devoted people who played alot would get one.
Title: Re: An idea for multiplayer
Post by: VSMIT on July 26, 2009, 01:08:25 PM
We were trying to get a mini-mod going, where everyone who so chose would make a ship for a special Community DM.  It never went anywhere, though.
Title: Re: An idea for multiplayer
Post by: TheJamsh on July 26, 2009, 02:01:44 PM
Thought about this, and i was going to make a vehicle list for the e-pack, that had vehicle from the developers. And while its easy to get the vehicles to other people, the difficulty you have is allowing the computer to figure out WHICH unit can actually used by youre player.

of course, with .dll, its not problem. But its getting around the shell as well.
Title: Re: An idea for multiplayer
Post by: Clavin12 on July 26, 2009, 02:25:14 PM
With dll wouldn't you have to make each map specifically for each player?
Title: Re: An idea for multiplayer
Post by: AHadley on July 26, 2009, 02:26:13 PM
Maybe just a hidden vehicle list with insanely powerful vehicles of our own design?
Title: Re: An idea for multiplayer
Post by: Nielk1 on July 26, 2009, 02:42:08 PM
The issue is client to server communication.
Title: Re: An idea for multiplayer
Post by: bb1 on July 26, 2009, 03:46:39 PM
Even so, in-game avatars would be pretty cool. Like custom skin transfers that only display on the person's sabre, ect... I definitely don't think BZ2 has a client upload-download system in place that would make that possible.
Title: Re: An idea for multiplayer
Post by: Nielk1 on July 26, 2009, 06:42:33 PM
If the info was kept off site, like on a server, I could access that and use it in game. Issue being if the internet hiccups you start getting the game out of sync.
Title: Re: An idea for multiplayer
Post by: Rocket on July 28, 2009, 01:53:34 AM
Well, it's an interesting idea, and would end up with people naming their ships.  :-D

But I'm not too sure if it's possible...
Title: Re: An idea for multiplayer
Post by: TheJamsh on July 28, 2009, 11:13:33 AM
Its possible, but as N1 said, the problem is getting the clients to communicate with the server, which has all of thier vehicles.
Title: Re: An idea for multiplayer
Post by: Nielk1 on July 28, 2009, 06:11:19 PM
Naming ships would be fully doable with no risk of loss of sync since I am almost positive the names don't have to be the same between clients. Unless you have some NO NO in your DLL that does something based on unit name.