Skip to content

Commit

Permalink
Removed android assets and updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Elinsrc committed Oct 28, 2024
1 parent cf5455c commit 691396d
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 244 deletions.
27 changes: 2 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

* **Client-Mod** is a small modification of the **Half-Life** client part for **Xash3D FWGS and GoldSource**

Added a new control with additional buttons to activate `Configuration->Touch->Touch options`, select preset `New` and click `Activate`.

Added server name to no vgui scoreboard, player model name (included in vgui), curent map name, number of current players, and current date with time.
Added server name to no vgui scoreboard, player model name (included in vgui), curent map name and number of current players.

Added commands:

Expand Down Expand Up @@ -95,7 +93,7 @@ cl_viewmodel_ofs_right [value] — Offsets the gun viewmodel to the right (or to
cl_viewmodel_ofs_forward [value] — Offsets the gun viewmodel forward, 0 for no offset. Taken from OpenAG.
cl_viewmodel_ofs_up [value] — Offsets the gun viewmodel upwards, 0 for no offset. Taken from OpenAG.
cl_debug [1/0] - Show client info, defaut value 0.
cl_debug [0/1/2] - Show client info, defaut value 0.
cl_debug_showfps [1/0] - Show curent fps and framerate, defaut value 1.
```

Expand Down Expand Up @@ -251,12 +249,6 @@ aarch64-none-elf-cmake -G"Unix Makefiles" -DCMAKE_PROJECT_CLIENT-MOD_INCLUDE="$D
make -j
```

### Building using waf
```
./waf configure -T release --nswitch
./waf build
```

## PlayStation Vita

### Prerequisites
Expand All @@ -270,12 +262,6 @@ make -j
make -j2 install
```

### Building with waf:
```
./waf configure -T release --psvita
./waf build
```

### Building with CMake:
```
mkdir build && cd build
Expand All @@ -298,15 +284,6 @@ cmake -B build -S .
cmake --build build
```

### Building with waf

To use waf, you need to install python (2.7 minimum)

```
(./waf configure -T release)
(./waf)
```

## Build options

Some useful build options that can be set during the cmake step.
Expand Down
23 changes: 0 additions & 23 deletions android/app/src/main/assets/customconfig.cfg

This file was deleted.

Binary file removed android/app/src/main/assets/touch/crossbow.png
Binary file not shown.
Binary file removed android/app/src/main/assets/touch/crowbar.png
Binary file not shown.
Binary file removed android/app/src/main/assets/touch/fzoom.png
Binary file not shown.
Binary file removed android/app/src/main/assets/touch/gauss.png
Binary file not shown.
Binary file removed android/app/src/main/assets/touch/mp5.png
Binary file not shown.
Binary file removed android/app/src/main/assets/touch/none.png
Binary file not shown.
Binary file removed android/app/src/main/assets/touch/reload.png
Binary file not shown.
Binary file removed android/app/src/main/assets/touch/shotgun.png
Binary file not shown.
Binary file removed android/app/src/main/assets/touch/strafe.png
Binary file not shown.
80 changes: 0 additions & 80 deletions android/app/src/main/assets/touch_profiles/new.cfg

This file was deleted.

26 changes: 0 additions & 26 deletions dist/include/discord_register.h

This file was deleted.

90 changes: 0 additions & 90 deletions dist/include/discord_rpc.h

This file was deleted.

0 comments on commit 691396d

Please sign in to comment.