Synchronet v3.21e-Win32 (install) has been released (Mar-2026).

You can donate to the Synchronet project using PayPal.

This is an old revision of the document!


Pimp Wars

If you've come here looking for help, you probably already know what this game is about. It is available as a standard DOS fossil based version, the Windows Door32 version, and the Linux version. There is no official download site but it can be obtained from https://breakintochat.com/wiki/PimpWars

The intro image may not display correctly in some terminals. To fix that you can create a wrapper. In Linux you would create a file such as pw

  #!/bin/bash
  echo -e "\e[=4h"
  ./pimpwars $1 $2
  echo -e "\e[=4l"

then

  chmod 755 pw

Then setup your BBS accordingly. Ensure the door.sys drop file is in lower case on Linux systems. Due to the nature of the game, you may want to set it to an appropriate age limit.

SCFG Settings

[Pimp Wars] 1: Name Pimp Wars 2: Internal Code PIMPWARS 3: Start-up Directory ../xtrn/pimpwars 4: Command Line pw %n/door.sys %# 5: Clean-up Command Line 6: Execution Cost None 7: Access Requirements AGE 18 8: Execution Requirements 9: Multiple Concurrent Users Yes 10: Native Executable Yes 11: I/O Method Standard 12: Use Shell or New Context No 13: Modify User Data No 14: Execute on Event No 15: Pause After Execution No 16: Disable Local Display No 17: BBS Drop File Type door.sys (31 lines) 18: Place Drop File In Node Directory 19: Time Options...

Recycle the BBS so it picks up the new door configuration and you're done. There's nothing to configure in game and no nightly maintenance to run.

See Also