tinymux 2.6.3.22
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2
TinyMUX 2.6.3.22
TinyMUX is a text-based game server in the MUSH family. more>>
TinyMUX is a text-based game server in the MUSH family.
The project is a platform that allows several thousand players to connect to a single text-driven environment, and interact with each other and with the environment (which is maintained in a database).
The rich programming environment can be used to build almost anything, limited only by the developers imagination.
Instructions for New Installations:
1. cd src/ to the source directory. Run ./configure.
This will customize autoconf.h and Makefile for your system. Add
the option --enable-wodrealms to enable WOD Realms (See
docs/REALMS). Add --enable-memorybased to enable Memory-Based
database handling (as opposed to the default disk-based database
handling. See docs/MEMORY).
2. Edit the Configuration section of the Makefile. This is usually
not needed. Most likely, all you will need to change are any C++
flags needed by your particular C++ compiler,(in particular
-fpcc-struct-return), and any esoteric libraries needed by your
system. There may also be some #defines in config.h that you may want
to change, but in general, the defaults should not be changed.
3. Run make depend, then make. This will produce netmux, slave,
and dbconvert.
4. When starting from a MUX from scratch, do the following:
- cd to the game directory. cd ../game
- Make your configuration file, as described in docs/CONFIGURATION
- Type ./Startmux. TinyMUX 2.6 automatically creates a minimal
DB if one does not exist in the game/data directory.
- Log into the game as player wizard connect wizard potrzebie,
and shut it down again.
5. Edit the .txt files in game/text to your liking. In particular
connect.txt and motd.txt.
6. Start up TinyMUX 2.6 by running ./Startmux again.
7. @ccreate a channel named Public, and a channel named Guests from
within the MUX. Created players will automatically be joined to
Publicwith alias pub, guests will automatically join Guests with
alias g.
Whats New in 2.7.0.6 Development Release:
- Dynamically-loadable modules patterned after COM were added.
- @hook is now allowed to work on exits, enter aliases, and leave aliases.
- A type-punning bug in mux_fpclass() was fixed.
- A hang in MUNGE() if given zero words was fixed.
- Various @restart scenarios between SSL and non-SSL and from 2.6 to 2.7 were fixed.
- The SSL/TLS engine was reworked to use a TLS-specific context for STARTTLS, rather than reusing the SSLv3 context.
- fun_wrap and linewrap_general were merged.
Whats New in 2.6.3.22 Stable Release:
- A type-punning bug was fixed. Beta status was removed.
<<lessThe project is a platform that allows several thousand players to connect to a single text-driven environment, and interact with each other and with the environment (which is maintained in a database).
The rich programming environment can be used to build almost anything, limited only by the developers imagination.
Instructions for New Installations:
1. cd src/ to the source directory. Run ./configure.
This will customize autoconf.h and Makefile for your system. Add
the option --enable-wodrealms to enable WOD Realms (See
docs/REALMS). Add --enable-memorybased to enable Memory-Based
database handling (as opposed to the default disk-based database
handling. See docs/MEMORY).
2. Edit the Configuration section of the Makefile. This is usually
not needed. Most likely, all you will need to change are any C++
flags needed by your particular C++ compiler,(in particular
-fpcc-struct-return), and any esoteric libraries needed by your
system. There may also be some #defines in config.h that you may want
to change, but in general, the defaults should not be changed.
3. Run make depend, then make. This will produce netmux, slave,
and dbconvert.
4. When starting from a MUX from scratch, do the following:
- cd to the game directory. cd ../game
- Make your configuration file, as described in docs/CONFIGURATION
- Type ./Startmux. TinyMUX 2.6 automatically creates a minimal
DB if one does not exist in the game/data directory.
- Log into the game as player wizard connect wizard potrzebie,
and shut it down again.
5. Edit the .txt files in game/text to your liking. In particular
connect.txt and motd.txt.
6. Start up TinyMUX 2.6 by running ./Startmux again.
7. @ccreate a channel named Public, and a channel named Guests from
within the MUX. Created players will automatically be joined to
Publicwith alias pub, guests will automatically join Guests with
alias g.
Whats New in 2.7.0.6 Development Release:
- Dynamically-loadable modules patterned after COM were added.
- @hook is now allowed to work on exits, enter aliases, and leave aliases.
- A type-punning bug in mux_fpclass() was fixed.
- A hang in MUNGE() if given zero words was fixed.
- Various @restart scenarios between SSL and non-SSL and from 2.6 to 2.7 were fixed.
- The SSL/TLS engine was reworked to use a TLS-specific context for STARTTLS, rather than reusing the SSLv3 context.
- fun_wrap and linewrap_general were merged.
Whats New in 2.6.3.22 Stable Release:
- A type-punning bug was fixed. Beta status was removed.
Download (0.95MB)
Added: 2007-04-24 License: Artistic License Price:
914 downloads
TinyMUSH 3.1p4
TinyMUSH 3 is a descendant of the TinyMUD server, and thus supports multi-user communication. more>>
TinyMUSH 3 project is a descendant of the TinyMUD server, and thus supports multi-user communication in a text-based "virtual world" format, via TCP/IP connections (presumably, but not necessarily, Internet connections).
The end result looks much like text adventures games of the mid-1980s. Though its simplest application is as a chat server, TinyMUSH 3 is intended to have the flexibility and power to support highly complex roleplaying environments.
TinyMUSH 3 is a derivative of TinyMUSH 2.0, originally created through the fusion of the TinyMUSH 2.2 and TinyMUX 1.6 code branches. The server is under active development and support.
Enhancements:
- Fixed Always clear @prog data on logout
- Fixed tools (src/tools). Add an install tag to the tools makefile.
- Update LibTools to version 1.5.22.
- Update AutoConf to version 2.59.
- Fixed function logf() in udb_* conflict with build-in function logf(), rename the function to warning().
- Remove unused port-concentrator code.
- Automated build of TinyGDBM within ./configure.
- Updated the build process a bit to keep in line with autoconf standards.
<<lessThe end result looks much like text adventures games of the mid-1980s. Though its simplest application is as a chat server, TinyMUSH 3 is intended to have the flexibility and power to support highly complex roleplaying environments.
TinyMUSH 3 is a derivative of TinyMUSH 2.0, originally created through the fusion of the TinyMUSH 2.2 and TinyMUX 1.6 code branches. The server is under active development and support.
Enhancements:
- Fixed Always clear @prog data on logout
- Fixed tools (src/tools). Add an install tag to the tools makefile.
- Update LibTools to version 1.5.22.
- Update AutoConf to version 2.59.
- Fixed function logf() in udb_* conflict with build-in function logf(), rename the function to warning().
- Remove unused port-concentrator code.
- Automated build of TinyGDBM within ./configure.
- Updated the build process a bit to keep in line with autoconf standards.
Download (1.2MB)
Added: 2006-12-20 License: Artistic License Price:
1039 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above tinymux 2.6.3.22 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed