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

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:door:pimpwars [2026/03/11 14:35] – [SCFG Settings] nelginhowto:door:pimpwars [2026/03/11 20:32] (current) – The proper command-line specifier for the path to a drop file is %f digital man
Line 2: Line 2:
 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 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 wrapperIn Linux you would create a file such as pw+The intro image may not display correctly in some terminals. To fix that you can add the following lines to your ctrl/modopts.ini file.
  
-    #!/bin/bash +  [xtrn:pimpwars] 
-    echo -e "\e[=4h" +  eval_before_exec: console.write("\x1b[=4h") 
-    ./pimpwars $1 $2 +  eval_after_exec: console.write("\x1b[=4l")
-    echo -e "\e[=4l"+
  
-then +Let the board recycle 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.
- +
- +
-    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 ===== ===== SCFG Settings =====
Line 22: Line 15:
    2: Internal Code              PIMPWARS    2: Internal Code              PIMPWARS
    3: Start-up Directory         ../xtrn/pimpwars    3: Start-up Directory         ../xtrn/pimpwars
-   4: Command Line               pw %n/door.sys %#+   4: Command Line               pimpwars %%#
    5: Clean-up Command Line    5: Clean-up Command Line
    6: Execution Cost             None    6: Execution Cost             None