Understanding Wesnoth's Distributed System

Discussion of all aspects of the game engine, including development of new and existing features.

Moderator: Forum Moderators

Post Reply
naiguy
Posts: 2
Joined: June 13th, 2017, 9:25 pm

Understanding Wesnoth's Distributed System

Post by naiguy »

Hi all!

I only found this lovely game while looking for an open source "distributed system application" for a computer science class. Technically, I believe Wesnoth's multiplayer fits the bill, but I'm not sure where to look in the code to really understand how it all works. Which folders or files should I look at to understand how the multiplayer works?

Anyway, Wesnoth seems to be a pretty cool rpg, especially done by a community. I usually have an itch for tactics games. Any old fire emblem fans out there?
gfgtdf
Developer
Posts: 1431
Joined: February 10th, 2013, 2:25 pm

Re: Understanding Wesnoth's Distributed System

Post by gfgtdf »

this wiki page https://wiki.wesnoth.org/OOS_(Out_of_Sync) tells you a little about how multiplayer works, although it's more focused on what could go wrong. Ther than that you can ofc look at the wesnoth source files on github.
Scenario with Robots SP scenario (1.11/1.12), allows you to build your units with components, PYR No preperation turn 1.12 mp-mod that allows you to select your units immideately after the game begins.
naiguy
Posts: 2
Joined: June 13th, 2017, 9:25 pm

Re: Understanding Wesnoth's Distributed System

Post by naiguy »

Thank you! That actually helps quite a bit. I assumed I'd have to scour the code to figure out what's going on, but that error lines things up for me.
Post Reply