Code Monkey home page Code Monkey logo

cs16-client's Introduction

CS16Client

Counter-Strike 1.6 client.dll rewrite project.

  • Based on HLSDK 2.3.
  • Works without VGUI.
  • Runs on your phone.
  • Helpful for modders.

Latest stable release

How to run

Install:

  1. Install the APK from GitHub Releases.
  • If you have multi-core device, choose APK with omp postfix.
  • If you have single-core device or you have problems with OMP version, choose APK with noomp postfix.
  1. Install the latest Xash3D Android.

  2. Copy cstrike and valve folders from your Steam CS1.6 installation to xash folder on SDCard.

  3. Run CS16Client and enjoy!

Contributing

There is many things must be done. For example:

  • Translations!
  • Better and user-friendly Java Launcher design.
  • Better weapon prediction system, animation fixes.
  • Fixing crashes.
  • Ports to another platforms.
  • CZero support.

Issues

Issues temporarily disabled due to spam. Sorry about that.

CS1.6 incompability

  1. Explain what's wrong with cs16-client.

  2. Attach a screenshot from Steam version of CS1.6. Please, please, don't send issues about modificated servers!

Crashes or bugs

  1. Explain what's wrong with cs16-client

  2. Attach a screenshot with cs16-client. Attach an engine.log. (if engine.log isn't written, rerun engine with -log parameter)

If you are experiencing bug on Android, attach an ADB log.

Code guide

For some reason, originally client is more "C with classes" than "C++". Someday it will be refactored, but now I recommend to use "C++" if it looks more convenient.

For example, if you need to work with vectors, use Vector class, instead of float[3]. They are data-compatible, but Vector is more convenient for C++ code.

For code-style guide: Use .clang-format, Luke!

cs16-client's People

Contributors

1ace avatar a1batross avatar dmackgl avatar jeefo avatar leopard20 avatar lewa-j avatar mittorn avatar nekonomicon avatar thomaseichhorn avatar weimzh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.