Skip to content

Releases: CrazyPyroEagle/ToS-TextClient

v1.7.14.1-pre

06 Nov 23:12
Compare
Choose a tag to compare
v1.7.14.1-pre Pre-release
Pre-release

This release is only compatible with Town of Salem build 10404.

This requires the .NET Framework 4.6 (Windows 10 users already have it installed).

Changelog:

  • Bumped protocol build number.

v1.7.13.0-pre

05 Oct 21:08
Compare
Choose a tag to compare
v1.7.13.0-pre Pre-release
Pre-release

This release is only compatible with Town of Salem build 9706.

This requires the .NET Framework 4.6 (Windows 10 users already have it installed).

Changelog:

  • Added friend list functionality: a new "friends" view, and a "friend" command for all friend-related actions.
  • Added party functionality: a new "party" view, and a "party" command for all party-related actions.
  • Added a notification view: friend requests and party invitations now appear in a "notifications" view, and there is now a beep whenever a new notification comes in.
  • Improved the FWotD timer: it now appears underneath the pinned view with all the other timers.

v1.6.12.2-pre

22 Sep 19:20
Compare
Choose a tag to compare
v1.6.12.2-pre Pre-release
Pre-release

This release is only compatible with Town of Salem build 9706.

This requires the .NET Framework 4.6 (Windows 10 users already have it installed).

Changelog:

  • Fixed a message parsing issue that often caused the client to stay stuck in the "someone has won" phase.

v1.6.11.1-pre

02 Sep 01:16
Compare
Choose a tag to compare
v1.6.11.1-pre Pre-release
Pre-release

This release is only compatible with Town of Salem build 9706.

This requires the .NET Framework 4.6 (Windows 10 users already have it installed).

Changelog:

  • Added a settings command: the /lang command has become obsolete, thus it has been removed.
  • Fixed cursor blink being enabled during part of rendering.

v1.6.10.0-pre

23 Aug 13:59
Compare
Choose a tag to compare
v1.6.10.0-pre Pre-release
Pre-release

This release is only compatible with Town of Salem build 9706.

This requires the .NET Framework 4.6 (Windows 10 users already have it installed).

Changelog:

  • Added a pinned view: the timer is now in the pinned view, and disappears when it hits 0. The view also shows your username, TP, and MP on the home view, and your name when in-game (see #7).
  • Added a winners view: it is now easier to see who won.
  • Added in-line colour support: each character can now have its own colour, instead of being restricted per-line. Some views already make use of this, e.g. the graveyard.
  • Added the ability to whisper last will to a player: this is done by using the new optional player argument on the /saylastwill command (see #8).
  • Added colours to roles: roles will now be written in colour when written on the screen (the one exception being the status line).
  • Adjusted the console colours to more closely match those used in the official client.
  • Made the command contexts more consistent: some unidentified issues pertaining to commands may have been fixed by this.
  • Changed the authentication view to remember the selected server when submitting or closing.
  • Fixed role list desynchronizations in custom game modes: the client now uses the official GameModes.xml to check whether the added role is allowed.
  • Fixed last will & death note not being openable if at least one player hasn't yet chosen a name.
  • Fixed last will & death note's state persisting between games (see #5).
  • Fixed /jailornote and /forgedwill being usable by other roles.
  • Fixed exception caused by the editable LW/DN view going offscreen.
  • Fixed exception when using /dc, even though the disconnect was successful.
  • Fixed performance issue caused by the server closing the network socket.
  • Fixed the start cooldown continuing after the server cancelled it.

v1.5.9.1-pre

22 Jul 15:47
Compare
Choose a tag to compare
v1.5.9.1-pre Pre-release
Pre-release

This release is only compatible with Town of Salem build 9706.

This requires the .NET Framework 4.6 (Windows 10 users already have it installed).

Changelog:

  • Fixed Coven roles not sharing their targets with their allies.

v1.5.8.0-pre

21 Jul 13:04
Compare
Choose a tag to compare
v1.5.8.0-pre Pre-release
Pre-release

This release is only compatible with Town of Salem build 9706.

This requires the .NET Framework 4.6 (Windows 10 users already have it installed).

Changelog:

  • Added Coven
  • Added role-specific commands: /reveal (Mayor), /potion (Potion Master), and /hm (Hypnotist).
  • Redesigned authentication UI: it is now possible to connect to the PTR or a local server, and the client no longer needs to be restarted to change server/user or after failing to authenticate (e.g. mistyped password).
  • Added an audio alert to the Ranked popup: a beep should now play when the Ranked popup appears.
  • Added localization for moderator messages: static moderator messages will now be displayed using the first found Mod.xml file.
  • Added all system commands.
  • Fixed the localization loading favouring the default Steam installation over the current directory.
  • Fixed the client soft locking when joining Ranked or Coven Ranked.
  • Fixed previously opened views being visible after the context changes to a state where they shouldn't be visible.
  • Fixed main view/side views divider being drawn even when there is no side view open.
  • Fixed game modes list showing Coven game modes even when Coven is not owned by the user.
  • Fixed state persisting between accounts: this could cause the client to display the previous user's information when the current user's hadn't yet been loaded.

v1.4.5.1-pre

19 Jul 04:36
Compare
Choose a tag to compare
v1.4.5.1-pre Pre-release
Pre-release

This release is only compatible with Town of Salem build 9706.

This requires the .NET Framework 4.6 (Windows 10 users already have it installed).

Changelog:

  • Fixed deaths appearing twice in the graveyard
  • Fixed localization not loading if the Steam version isn't installed at the default location.

Please be aware that Coven is not fully implemented, therefore you will witness strange behaviour in Coven game modes. I do not recommend trying to play Coven.

v1.4.4.0-pre

18 Jul 21:20
Compare
Choose a tag to compare
v1.4.4.0-pre Pre-release
Pre-release

This release is only compatible with Town of Salem build 9706.

This requires the .NET Framework 4.6 (Windows 10 users already have it installed).

Changelog:

  • Added partial support for localization. The client will now search for the Game.xml file in the current directory, or in the default Steam installation (en_US). If it doesn't find any, it'll download it from the server. This means that the client will use any custom messages you've configured on the Steam version, but you can also configure custom messages specific for the client.
  • Added automatic resizing when the screen is too small.
  • Added buttons to scroll the chat and side views: Page Up and Page Down can be used to scroll.
  • Added numbers to "joined the game" messages.
  • Added colour to the input line: it is now white, with the exception of status text being grey.
  • Added input history: the up and down arrows can now be used to quickly repeat previous inputs.
  • Added more timers: last will and pick names now have timers.
  • Added more topics to the help command: you can now view help information on individual commands and parameters (most parameters include a list of all possible values).
  • Fixed timers: the day 1 and night timers now work.
  • Rewrote the command system: commands should now behave more consistently.
  • Fixed the "votes required" calculation: it's no longer 1 off when there is an even number of living players.
  • Fixed the timer persisting after returning to the home page.
  • Fixed the screen jittering when offscreen views are redrawn.
  • Fixed players not marked as dead until their death announcement: dead players will now speak in dead chat even before their death is announced.

Please be aware that Coven is not fully implemented, therefore you will witness strange behaviour in Coven game modes. I do not recommend trying to play Coven.

v1.3.3.0-pre

08 Jul 20:30
Compare
Choose a tag to compare
v1.3.3.0-pre Pre-release
Pre-release

This release is only compatible with Town of Salem build 9069.
This release no longer works. Please use a later release instead.

This requires the .NET Framework 4.6 (Windows 10 users already have it installed).

Changelog:

  • Added colours: the client will now display certain things in colour.
  • Added timers: most of the timers available in-game are now visible in the client.
  • Added "roles"/"rolelist" view to "open" & "close" command: it is now possible to manually close the role list.
  • Added "system setrole" command (Note: this command is only available for special accounts)
  • Added moderator messages: most of them will now be visible in-game.
  • Added special server messages: server restart messages should now be visible in-game.
  • Fixed text in the far right of the side views not cleared when the side views shrink.
  • Fixed screen buffer moving away from the input line when redrawing views that are partially offscreen during editing mode.
  • Fixed "jn"/"jailornote" command: it should now work.
  • Fixed host commands not working when being the first player to join the lobby.
  • Fixed exception when receiving a chat message from special players (Jailor or Medium).
  • Fixed "v"/"vote" command being usable during defense phase.
  • Fixed CR/LF characters in chat and LF characters in LW/DN corrupting the UI.
  • Fixed revived player treated as dead (bug was indiscernible without dead chat colour).
  • Fixed Spy ability not displaying (no bug results)

Please be aware that Coven is not fully implemented, therefore you will witness strange behaviour in Coven game modes. I do not recommend trying to play Coven.