You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Set to VIE encryption by default so the client is easier to use.
- Don't increase bounty if target killed was 0 bounty.
- Add timer drift and map crc32 to security packet with Continuum
connection.
- Fix some prize seed mutations.
- Fix downloading level screen with vie connections.
- Fix ship reset on warp prize.
Most of the client configuration can be done in `main.cpp`. The `InitialSettings` function and the `kServers` array are the main sections that might need to be changed.
58
+
50
59
### Windows
51
60
Use the existing Visual Studio solution or install cmake. Choose Release x64 build.
52
61
@@ -59,4 +68,5 @@ Use the existing Visual Studio solution or install cmake. Choose Release x64 bui
59
68
6.`make`
60
69
61
70
### Android
62
-
Use the provided gradlew in the android folder.
71
+
Use the provided gradlew in the android folder.
72
+
This version doesn't support input and isn't really maintained, so it might not compile.
0 commit comments