Releases: 10se1ucgo/ace
ACE Alpha 3
ACE: "Ace of Spades" CliEnt
CHANGELOG
Additions:
- A real Team and Weapon change HUD
- Spade melee
- Separate kill feed and chat messages
- Block color copy (Key: E)
- Chat text input now has a cursor for easier editing of messages.
Bug Fixes:
- Fixed crash when a chat message containing a curly bracket is received from the server and printed in the console.
- Fixed float truncation related behavior when player or object is near top of the map.
- Fixed block placement not working near the top of the map.
- Fixed client breaking when joining Territory Control server, now errors and exits.
- Fixed "borderless" window mode.
- Fixed player block count not being clamped between 0 and 50.
- Fixed player being able to build blocks past the max client range.
- Reworked some other things, hopefully less crashes and stuff B)
INSTALLATION
Download both zip files (ace.zip
and font.zip
) and extract to the same folder
Then, copy the png
, kv6
and wav
folders from your VOXLAP Ace of Spades installation folder into the same folder. If it complains about a file or directory existing, press yes to allow overwrites.
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
.
ACE Alpha 2
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
.
ACE: "Ace of Spades" CliEnt
ACE: "Ace of Spades" CliEnt
Download both zip files and extract to the same folder
If you need the fonts as well (you probably do), download them here. Extract them to the same folder as well.
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.