Skip to content

This is the code of the MUD Assault 3.0 as it was running under Demortes, and revised for modern GCC with one small modification to the main login sequence no longer encouraging a single character.

h3rb/Assault-3.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASSAULT 3.0 REDUX

This is the the Assault 3.0 as it was run by Demortes. 
This is open to the public, following the standard 
licenses of Ack and Assault as run by Amnon.

If you have any questions, please don't hesitate to ask 
me, although I, admittadly, will not always be the best resource.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

These files were slightly modified by h3rb @ github.com to fix
compilation issues with modern GCC.  The splintered .h maze was
built back into ack.h and it now compiles on Ubuntu without many
errors.  Most of the warnings are about shadow declarations (a
benign issue), though some may indicate other issues which should
be addressed and quieted.

Make sure to modify the STAT_WEB_FILE and related settings in
web.h and ack.h related _FILE macros as they lead to crashes
during initial login.

This game now runs on orcs.biz port 4554 !  Enjoy.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

About

This is the code of the MUD Assault 3.0 as it was running under Demortes, and revised for modern GCC with one small modification to the main login sequence no longer encouraging a single character.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.8%
  • Other 0.2%