Space Patch Information

Description
These patches prevent a player who is manning more than one console from
receiving multiple emits, and also rearranges the gun handling code so that
'Incoming Fire' messages are only sent if at least 1 gun actually fires.
NOTE: See the information about S71115 for the changes needed to support
the new console arrangements.
Installation Notes
- Download S71117c.gz if you are going to apply this to a clean 0.8.4
- Download S71117.gz if you are going to apply this to 0.8.4 + S71116
- Change to your top-level space directory. (eg space-0.8.4 or space-s71116)
- Uncompress the patch using gunzip -d S71117.gz or gunzip -d S71117c.gz
- Run patch -p1 < S71117 or patch -p1 < S71117c
- Read the CHANGES file, and look through the source to see what's changed.
- Edit spaceconf.h to enable/disable the features you want
- Recompile the space code.
- If the warnings about discarding 'const' worry you, edit the externs.h and stringutils.c in the mux directory to make the first parameter 'const char *' instead of just 'char *'.
- Change to your mux source directory (eg ~/mux/src)
- Recompile your MUX
- Log into your MUX and @restart it.
- Check @version shows that the features you wanted are compiled in.
- Update the softcode to deal with the new features/changes.
This code is provided as a service to the community using the Portable
Space Code. By using this code, you agree that the author is not responsible
in any way for any damage caused.

Maintained by Mark Cooke
Last Updated: Friday, 28-Nov-2003 10:52:48 GMT