Go to file
2025-10-28 03:16:29 -03:00
AO2XPbase extras: add client side first person view toggle 2025-10-27 03:09:47 -03:00
.gitignore
AO2XP_console.ico
AO2XP.icns
AO2XP.ico
AO2XP.py
AOsocket.py
audio.py
basedownloader.py
buttons.py make judge buttons and health bars skinnable 2025-10-11 20:44:57 -03:00
charselect.py
ConfigParserEdit.py
constants.py implement sound list and improved emote mod handling 2025-10-27 01:22:30 -03:00
demo.py
gameview.py mentions in bold 2025-10-28 03:16:29 -03:00
hardware.py
images.py
ini.py implement sound list and improved emote mod handling 2025-10-27 01:22:30 -03:00
install_update.py
mainmenu.py
mod_call.wav
options.py improve theme loading from ini 2025-10-11 23:20:04 -03:00
packets.py fix newlines on ooc 2025-10-12 23:00:23 -03:00
placeholder.png
py2exe.py
pybass_constants.py
quicksetup.py typo 2025-10-12 19:06:42 -03:00
README.md implement sound list and improved emote mod handling 2025-10-27 01:22:30 -03:00
updater.py
word_call.wav

AO2XP 2.9.3

This is an alternative Attorney Online 2 client, developed in Python 2.7, specifically made for older computers running Windows XP that cannot run the latest version of the AO2 client. It should also work on Linux and later versions of Windows.

Run quicksetup.py to install the required libraries and then AO2XP.py to launch the client. On Linux, you need to get PyQt4 separately (usually by compiling it).

Originally by Headshot#7237 and currently maintained by cidoku.

Features

Features added since the last commit of Headshot's AO2XP:

  • Incoming message queue
  • Persistent private evidence
  • Exporting/importing evidence to/from a file
  • Timers
  • Slide animations (work in progress)
  • Compatiblity with AO2 themes (pre-2.11, work in progress but mostly working)
  • Player, area, and background lists
  • Search boxes on music list, background list and character select
  • Join a server automatically on launch
  • Pick a character and join an area automatically on join
  • Demo recording and playback with a seekbar, no need to send messages to OOC
  • Pair with players directly from the player list
  • Moderators can kick and ban players directly from the player list
  • Playing music over HTTPS (on systems where the BASS library can't do it on its own)
  • Sound list
  • Connections over secure websockets (wss)
  • FLAC playback
  • Module file playback (.mod, .xm, .it, .s3m)
  • Unicode support everywhere
  • Private music playlist ("name = url" in AO2XPbase/music.ini)

Download pre-built

You may find the most recent pre-compiled build of AO2XP for Windows on my site. On versions of Windows newer than 7, you might wanna run the pre-built program in Windows 7 compatibility mode.