Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Ace of Spades"

From PCGamingWiki, the wiki about fixing PC games
Line 154: Line 154:
 
===Mac Users Experience Odd Mouse Problems In-Game===
 
===Mac Users Experience Odd Mouse Problems In-Game===
 
{{Fixbox|1=
 
{{Fixbox|1=
{{Fixbox/fix|Description}}
 
 
'''Notes'''
 
'''Notes'''
 
{{ii}} This will not work in windowed mode.
 
{{ii}} This will not work in windowed mode.
 +
{{Fixbox/fix|Description}}
 
# Right click on the Ace of Spades app
 
# Right click on the Ace of Spades app
 
# Select "Show Package Components"
 
# Select "Show Package Components"
Line 165: Line 165:
 
# Search for "grabfullscreen," and choose "grabfullscreen=y"
 
# Search for "grabfullscreen," and choose "grabfullscreen=y"
 
# Select "Run." The game should now work correctly.
 
# Select "Run." The game should now work correctly.
 +
}}
 +
===Running Ace of Spades through Steam===
 +
Due to the nature of the game and how it works, running the game through Steam is next to impossible. However, there is one way to get it to work.
 +
{{Fixbox|1=
 +
'''Notes'''
 +
{{ii}} This fix will only show that you are playing Ace of Spades in your Steam friends list. The overlay will not appear in-game.
 +
{{ii}} The only way to get this fix to work is by selecting one server to connect to, and shaping the shortcut around it. It's not necessarily convenient, but it's the only way it'll work.
 +
{{Fixbox/fix|Description}}
 +
# Open up your Steam library
 +
# Select "+ADD GAME" at the bottom of the screen, then select "Add Non-Steam Game"
 +
# Select "Browse" in the new window
 +
# Locate the directory in which you installed Ace of Spades
 +
# Select "client.exe," and then select "Open"
 +
# Click "Add selected programs."
 +
# Pick a serverlist, and locate a server which you want to connect to.
 +
## Keep in mind, for convenience's sake, it may be best to select a server which you connect to often.
 +
# Right-click the link you would normally click to connect to the server, and select "Copy shortcut" or "Copy link address"
 +
# Locate "client" within your Steam library; Right click it, and select "Properties"
 +
# Rename "client" to Ace of Spades (Or whatever you might want to call it)
 +
# At the end of the address within "Target," type a space, then a dash, immediatly after the end quotation mark, followed by the server link you previously copied
 +
## It should look something like <code>"C:\Games\Ace of Spades\client.exe" -aos://1379434439:35887</code>
 +
# Select "Close."
 +
Now, starting the game via Steam will make automatically connect you to the server you inserted.
 
}}
 
}}
  
 
{{References}}
 
{{References}}
 
[[Category:Windows]] [[Category:Game]]
 
[[Category:Windows]] [[Category:Game]]

Revision as of 05:16, 15 January 2013

Template:Infobox

Ace of Spades (Series)


[[Series:|]]
Ace of Spades (Classic) 2011
Ace of Spades 2012

Key Points

Low graphics means the game can run on virtually any computer
No in-game menus makes configuration difficult
Due to recent remake, official support for the game has been phased out

General information

Official Download Forum Thread
Build and Shoot (Forum concered with keeping Classic alive)

Availability

Template:Availability Table

Mac Port

User EdwardR of the original Ace of Spades forums created a port of the game available to Mac users.[1] More information can be found here. Template:Availability Table

Gameplay

Ace of Spades (Classic) operates differently than most games. The game is only run when commanded to through URL parameters (denoted by aos://), and has no in-game menus. Suprisingly, the game is very versitle and customizable, despite these shortcomings.

To join a server online (and thereby start up the game), a user must first find a link to a server they wish to join. The most accessible and expansive server list can be found on Build and Shoot's website. If the game is installed, simply clicking on the link should automatically boot up the game and have you join the selected server.

Video settings

Template:Video Settings

Game Configuration

Ace of Spades (Classic) does not have any in-game menus. All configuration is done via INI files located within the installation folder. The following table lists the settings found within the game's configuration file, config.ini. Mac users should right click on the application, select "Show Package Contents," and navigate to drive_C > Ace of Spades to find the config.ini. Open the file with a text editor to reveal the following contents:

Setting Description Accepted variables
name The name that appears when you log in (set during first run)
xres Game resolution in the X (Default: 800)
yres Game resolution in the Y (Default: 600)
vol Volume of game (Default: 10)
inverty Whether or not the mouse controls should be inverted in the Y (Default: Disabled [0])
windowed Allows game to run in windowed mode (Default: Disabled [0])
language Changes language in-game
mouse_sensitivity Allows user to set mouse sensitivity1 (Default: 5.000000)
show_news Whether or not news is displayed when game is run (Default: 1)

1 Mac users should not edit the mouse sensitivity.

Input settings

Template:Input Settings

Control Configuration

Because Ace of Spades (Classic) does not have any in-game menus, the only way to change the controls is through the controls.ini configuration file. All controls are entered as keyboard scancodes via hexformat. Use this table for reference. For example, to map a key to W, the hex would be 0x11. The possible key mappings are located below.

Key Default mapping
move_forward 0x11
move_backward 0x1F
move_left 0x1E
move_right 0x20
jump 0x39
crouch 0x1D
sneak 0x2F
sprint 0x2A
view_map 0x32
reload 0x13
cube_color_up 0xC8
cube_color_down 0xD0
cube_color_left 0xCB
cube_color_right 0xCD
cube_color_sample 0x12
quit_game 0x1
save_map 0x3B
volume_up 0x4E
volume_down 0x4E
view_score 0x0F
show_mouse 0x3F
change_team 0x33
change_weapon 0x34
last_weapon 0x10
toggle_graph 0x57

Issues Fixed

Mac Users Experience Odd Mouse Problems In-Game

Instructions

Running Ace of Spades through Steam

Due to the nature of the game and how it works, running the game through Steam is next to impossible. However, there is one way to get it to work.

Instructions


References