Difference between revisions of "GAMES:Ascendancy"

From DOSBoxWiki
Jump to navigationJump to search
(Remove Wikipedia info dump, remove nonexistant language tags)
(Add instructions for removing the ping sound)
Line 1: Line 1:
 +
== Removing the 'Ping' Sound ==
 +
Every time you click the mouse in Ascendancy you will hear a 'ping'. If you find this annoying and want to remove it you can follow these steps.
 +
# Make a backup of your Ascendancy folder and data
 +
# Download the [http://legolas558.iragan.com/index.php?option=downloads&task=info&id=13&Itemid=50&-COB-extractor COB extractor] utility from the [http://legolas558.iragan.com/index.php?option=content&pcontent=1&task=view&id=27&Itemid=88&-Trascendancy-Project Trancendancy Project]. Place it in the same folder as ascend.exe.
 +
# Run the extractor tool on ASCEND01.COB with
 +
>COBExtract.exe ASCEND01.COB /raw
 +
:This dumps the data into the folder 'ASCEND01'. Note: if the extractor fails to create the folder (due to lack of permissions) you may need to create a folder called ASCEND01 first.
 +
# Delete or move the file ASCEND01\data\button.voc (this is the sound file for the ping)
 +
# Create a new file named "button.voc" that is 0kb in size (you can just create a blank text file and change the name)
 +
# Run the extractor to re-create ASCEND01.COB with
 +
>COBExtract.exe ASCEND01.cobfilelist /create
 +
 +
You should now be able to launch the game and not hear the ping when you click.
 +
 
== External links ==
 
== External links ==
 
* [http://www.logicfactory.com/ Official homepage]
 
* [http://www.logicfactory.com/ Official homepage]

Revision as of 22:05, 31 December 2009

Removing the 'Ping' Sound

Every time you click the mouse in Ascendancy you will hear a 'ping'. If you find this annoying and want to remove it you can follow these steps.

  1. Make a backup of your Ascendancy folder and data
  2. Download the COB extractor utility from the Trancendancy Project. Place it in the same folder as ascend.exe.
  3. Run the extractor tool on ASCEND01.COB with
>COBExtract.exe ASCEND01.COB /raw
This dumps the data into the folder 'ASCEND01'. Note: if the extractor fails to create the folder (due to lack of permissions) you may need to create a folder called ASCEND01 first.
  1. Delete or move the file ASCEND01\data\button.voc (this is the sound file for the ping)
  2. Create a new file named "button.voc" that is 0kb in size (you can just create a blank text file and change the name)
  3. Run the extractor to re-create ASCEND01.COB with
>COBExtract.exe ASCEND01.cobfilelist /create

You should now be able to launch the game and not hear the ping when you click.

External links