VOGONS


First post, by ugluk

User metadata
Rank Newbie
Rank
Newbie

I am working on a dosbox multiplayer frontend for linux and have the following question. Should I aim to compile my frontend into dosbox proper or to make it standalone? Do there exist any other multiplayer frontends for dosbox?

Reply 1 of 14, by MiniMax

User metadata
Rank Moderator
Rank
Moderator

I don't even know what a multiplayer frontend is.

DOSBox 60 seconds guide | How to ask questions
_________________
Lenovo M58p | Core 2 Quad Q8400 @ 2.66 GHz | Radeon R7 240 | LG HL-DT-ST DVDRAM GH40N | Fedora 32

Reply 2 of 14, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Something like this 😀

(I've abandoned it years ago...)

1+1=10

Reply 3 of 14, by ugluk

User metadata
Rank Newbie
Rank
Newbie

Yes, exactly but better 😀 and for linux.

Reply 4 of 14, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

Java runs on linux, too 😜

1+1=10

Reply 5 of 14, by ugluk

User metadata
Rank Newbie
Rank
Newbie

It is a hassle to install JDK, at least for me. You quit developing your program, so Java is probably not a perfect choice.

Reply 6 of 14, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

I quit because there is not much demand in DOS multiplayer games and DOSBox itself distracted me.

1+1=10

Reply 7 of 14, by ugluk

User metadata
Rank Newbie
Rank
Newbie

Yes, sure you were 😀 Anyway, there's plenty of interest for multiplayer, especially, it seems, for blood3d.

Reply 8 of 14, by leileilol

User metadata
Rank l33t++
Rank
l33t++

There was YANG, but it recently closed its source. Jerks

apsosig.png
long live PCem

Reply 9 of 14, by Malignant Manor

User metadata
Rank Newbie
Rank
Newbie

Programming only for Linux is not a good idea since the group of people is already pretty small even for a cross platform setup to find suitable players for their games.

Reply 10 of 14, by rcblanke

User metadata
Rank Oldbie
Rank
Oldbie

Since Hall's frontend was written in Java and looks pretty advanced already, it could probably be integrated into DBGL relatively easily ?!

Reply 11 of 14, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

It's easy to make advanced looking GUIs in java 😉

The LAN and custom modes worked, the IRC mode could log on to a server and join a channel, but not connect a game IIRC. It was the step to define messages the clients would use on IRC to connect where I left off.

1+1=10

Reply 12 of 14, by ugluk

User metadata
Rank Newbie
Rank
Newbie

Har har, I call this the secret trap of the GUI. Sure you can deposit a lot of controls on a form all at once. But then you get overwhelmed and stop development... That's the problem with GUI's altogether not just Java GUI development.

You have to take it one step at a time to finish.

Reply 13 of 14, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

No, I didn't get overwhelmed, 90% of these buttons work 😜

1+1=10

Reply 14 of 14, by ugluk

User metadata
Rank Newbie
Rank
Newbie

Well, they gray out the 10% buttons and let's start gaming!