Skip to content

ACE Alpha 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@10se1ucgo 10se1ucgo released this 18 Jul 08:06
· 121 commits to master since this release

ACE: "Ace of Spades" CliEnt

CHANGELOG

  • (Optional) Ambient occlusion
  • Much better hitboxes and KV6 hitscanning
  • Fixed 3D sound spatialization for stereo wav files
  • Prettier UI defaults
  • Fixed crashes with certain PNG texture formats
  • Now compiles on gcc (#2)
  • Proper fog without perspective error
  • Fix junk at bottom of text for certain fonts
  • Fixed a bunch of bugs here and there, also hopefully less crashing! Hooray

INSTALLATION

Download all three zip files (ace.zip, png.zip, font.zip) and extract to the same folder

Then, copy the png, kv6 and wav folders from your Ace of Spades (VOXLAP) installation folder into the same place.

Edit config.json to your liking, and run ace.exe.

CONFIG DETAILS:

graphics/window_mode: Can be one of "fullscreen", "windowed", or "borderless" (BORDERLESS CURRENTLY BROKEN)

graphics/antialias: Sets number of samples for anti aliasing. Common values are 0 to disable or 2, 4 and 8. Defaults to 4.

graphics/ambient_occlusion: Whether or not ambient occlusion is enabled for smoother and more realistic lighting. Can slow down performance considerably. Defaults to true.

graphics/debug: When true, registers and outputs debug callback information. May slow down performance, defaults to false.