Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.md | 2018-11-12 | 917 Bytes | |
SuperStarTrek-110.zip | 2018-08-16 | 206.3 kB | |
Totals: 2 Items | 207.2 kB | 0 |
Super Star Trek
A version of the classic game reworked to support running as a BBS door. Now displays ANSI color and attribute settings.
Official support sites: Official Github Repo - Official Forum
Installation Steps
- Extract files from .zip (You already did this, right?)
- mkdir -p /sbbs/doors/sst
- cp sst sst.doc SST_Logo.txt /sbbs/doors/sst
Run scfg and add a new door with these settings:
- startup directory: sst
- command line: ./sst
- multiple concurrent users: yes
- native executable: yes
- use shell to execute: yes
- pause after execution: yes
- everything else defaults...
-- Thats it!