MinecraftTAS / TAS-Battle

PVP and gamemodes in slow motion
https://tasbattle.mgnet.work
GNU Lesser General Public License v3.0
8 stars 4 forks source link

Client #12

Closed PancakeTAS closed 1 year ago

PancakeTAS commented 1 year ago

The tasbattle client should be kept very similar to the old one

These features can be taken from the old client and reimplemented better:

These features have some changes:

New features:

@ScribbleTAS For this first pull request - tickrate changer, joining the server (including the secret mode) and the new spectating system.

ScribbleTAS commented 1 year ago

@PancakeTAS I see what mood you had when you were trying to fix this code

int FUCKYOUJAVAIWILLKILLYOU = i;
  1. I assume the anarchy server isn't needed anymore...
  2. As you reprogram a lot of stuff anyway, how about we release the standalone server software so people stop asking for it? Maybe this will broaden the TAS-Battle community as a whole and brings in more people, as supposed to gating the growth by not allowing custom servers... Thats why maybe a "Private Server" option should be added to the menu, next to an "Official Server" instead of the singleplayer button.
  3. I don't see any anticheat here, should that be reimplemented?
ScribbleTAS commented 1 year ago

Also even better is the question: What version should the client have? Was it 1.19.3?

PancakeTAS commented 1 year ago

@PancakeTAS I see what mood you had when you were trying to fix this code

int FUCKYOUJAVAIWILLKILLYOU = i;
  1. I assume the anarchy server isn't needed anymore...
  2. As you reprogram a lot of stuff anyway, how about we release the standalone server software so people stop asking for it? Maybe this will broaden the TAS-Battle community as a whole and brings in more people, as supposed to gating the growth by not allowing custom servers... Thats why maybe a "Private Server" option should be added to the menu, next to an "Official Server" instead of the singleplayer button.
  3. I don't see any anticheat here, should that be reimplemented?

Anarchy server is not needed anymore. No I will not release tas battle for private servers, they can use lotas for that. Anti cheat is server side and already implemented (see Gameserver/src/common/)

Client is 1.19.4 without fabric api