Hard Light Productions Forums

Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: mythos on September 03, 2012, 10:57:57 pm

Title: Questions about limitations of openfs - multiplayer and other misc things
Post by: mythos on September 03, 2012, 10:57:57 pm
I'm new to modding free space. I have spent some time looking around the forums here to understand how the mod community here creates new things and it seems to be mostly editing/creating files in the VPs and using FRED.

I have something rather ambitious that I would like to attempt, albeit my coding knowledge is very basic. I want to create a persistent multiplayer game using the open freespace project. I know there is a multi-player mode already in the game and that it is limited to a handful or people and even uses the outdated IPX protocol. Is there capability to implement a tcp/udp system large enough to accommodate 100+ players or would this require massive overhaul?

Is there a place where I can find reference to functions in the FS code or maybe even a little overview document? I've searched but not found anything.

Much appreciated

Mythos
Title: Re: Questions about limitations of openfs - multiplayer and other misc things
Post by: karajorma on September 03, 2012, 11:33:09 pm
The maximum number of players in multi is currently 16 (with only 12 actually playing, the other 4 are observers). So yes, 100+ would be a massive change.