Feature #15
closedFeature #9: An easy yet powerful setting system for customization
Allow users to create several "worlds"
100%
Description
So far, CocoMUD client opens and automatically connects to VanciaMUD . While this is fine for testing (and for my own pride), it's obviously necessary to add the configuration of additional worlds, several characters and different settings for each world. CocoMUD client shouldn't open and connect to Vancia automatically, but should prompt the user with what game he/she wants to connect. It will also be possible to add new games.
Having users enter their username and password in the setting may not be great, but it will probably be necessary to add it in the end, as long as it's not mandatory.
Updated by Vincent Le Goff about 8 years ago
- Status changed from Open to In Progress
- % Done changed from 0 to 20
Different worlds can be created with individual configuration files in the 'worlds' directory (commit 1df43fe1215d024d1f7fbfd8eac6d75bb8cecea6).
Updated by Vincent Le Goff about 8 years ago
- % Done changed from 20 to 30
Users can now choose the MUD to which to connect when the client opens. This is assuming one world (with its configuration file) already exists (commit 9ebb426f3212f00992842e93ad2b1e475e6388ae).
Updated by Vincent Le Goff about 8 years ago
- % Done changed from 30 to 80
Users can now add or edit worlds using the interface (commit 6298df9a87ac264badb949f1e414e69f5e29e49e), by clicking on the buttons when the client first appears. In the end, it should be added to the menu bar.
Updated by Vincent Le Goff about 8 years ago
- Status changed from In Progress to Closed
- % Done changed from 80 to 100
Users can now remove worlds (commit 7382248fe79994bec7b8136273c8492b0e1edcdf).
Added by vincent-lg almost 6 years ago
Please register to edit this issue
Also available in: Atom PDF Tracking page
Merge pull request #15 from francipvb/i144
Tiny changes for #144