Skip to content

grapenut/hspace3g

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hspace3g

Modern HSpace3 clone made by grapenut.

Full scale demonstration can be had by connecting to grapenut.org:4201.

Updated to work with PennMUSH as of 8/1/2018.

INSTALLATION


Copy hspace.hlp to pennmush/game/txt/hlp/.

Copy hspace.cnf to pennmush/game/.

Copy the space/ directory to pennmush/src/.

Copy hspace.patch to pennmush/src/.

Copy SWITCHES_SPACE to pennmush/src/.

In pennmush/src/, execute:

patch < hspace.patch

If any hunks fail, check the .rej file and make the changes manually.

Add the command switches, making a copy of Penn's switch list first.

cp SWITCHES SWITCHES_PENN
cat SWITCHES_PENN SWITCHES_SPACE | sort | uniq > SWITCHES

In pennmush/, execute:

make hdrs/switches.h

In pennmush/src/space/, execute:

make

In pennmush/, execute:

make install

PARENTS


Quote the parent files in the following order:

  • celestials.txt
  • components.txt
  • weapons.txt
  • console.txt

OBJECTS


Just @create objects and @set the appropriate flag. Use @space/load [\<object\>] to load/reload objects. HELP SPACE ADMIN and HELP SPACE CREATE will get you started on creating objects and setting the appropriate attributes.

About

Modern HSpace3 clone made by grapenut.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages