ja2-stracciatella / ja2-stracciatella

The continuation of the venerable JA2-Stracciatella project.

Home Page:https://ja2-stracciatella.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JA2-Stracciatella Continued

GitHub CI AppVeyor Coverity Scan Current Release

This is continuation of venerable JA2-Stracciatella project.

The goal of the project is to make Jagged Alliance 2 available on a wide range of platforms, improve its stability, fix bugs and provide a stable platform for mod development. At the moment the goal is mostly to fix bugs.

Official Homepage: http://ja2-stracciatella.github.io

To get in touch with the developers you can use the #ja2-stracciatella Discord channel on The Bear's Pit.

How to start the game

  1. Install original Jagged Alliance 2 game on your computer. Data files from the original game will be used by JA2-Stracciatella

  2. Download JA2-Stracciatella or compile it from the cloned git repository.

With the optional launcher

  1. Start the launcher and use it to configure the game. It will automatically create the configuration file.

  2. Set “JA2 Data Directory” to point to the directory where the original game was installed during step 1. You can manually enter the directory or use the “...” button to browse your computer.

  3. If you haven't installed the English version of the original game, you have to select the correct “Game Version” i.e. localization. Note that the game supports two different Russian localizations: RUSSIAN for the “BUKA Agonia Vlasty” release and RUSSIAN_GOLD for the “Gold” release.

Without the optional launcher

  1. Start the game the first time. It will create the configuration file %USERPROFILE%\Documents\JA2\ja2.json on Windows or ~/.ja2/ja2.json on Unix-like systems.

  2. Edit the configuration file and set parameter game_dir to point to the directory where the original game was installed during step 1. For example, D:\games\ja2\ (on Windows) or /home/user/games/ja2-installed (on Linux).

  3. If you installed not the English version of the original game, but one of the localized varieties (e.g. French or Russian), you need to start ja2.exe with parameter telling which version of the game you are using. For example: ja2.exe -resversion FRENCH

Supported localizations are DUTCH, ENGLISH, FRENCH, GERMAN, ITALIAN, POLISH, RUSSIAN, RUSSIAN_GOLD. Use RUSSIAN for the “BUKA Agonia Vlasty” release and RUSSIAN_GOLD for the “Gold” release.

If you downloaded a precompiled version of JA2-Stracciatella, the archive may contain a set of bat files for all supported localizations.

Run ja2.exe -help for list of available options.

Development

The project is developed on github. Pull requests with bug fixes are very welcome.

How to contribute

The best way to contribute is to make a pull request with a bug fix. Please see list of open issues here.

The second best way is to file a bug report if you encounter a bug.

How to make a pull request

  1. Fork the project
  2. Create a branch (git checkout -b my_feature_branch)
  3. Commit your changes (git commit -am "description of your changes")
  4. Push to the branch (git push origin my_feature_branch)
  5. Create a pull request from your branch into master

Please don't reformat the code for the sake of it, because it will make the merge process harder. Instead use the following settings in your editor:

  • display tab as 8 spaces
  • indent with tabs

If you add new code, please don't add spaces after opening or before closing parentheses.

History of the Project

The original project was run by Tron since 2006. He did an amazing job of cleaning up the JA2 sources and making them portable. The work was massive too - there are over 7000 commits in the original svn repository svn://tron.homeunix.org/ja2/trunk. Unfortunately, the work on the project ceased in 2010. The original project homepage is no longer available. Some history can be found in JA2-Stracciatella Q&A, or the Wayback Machine

License

Unless specified explicitly in the commit message, all changes since commit 8287b98 are released to the public domain. All libraries in dependencies/lib-* have their own licenses.

It is not known under which license Tron released his changes. All we know, the source codes were publicly available in his svn repository.

The original Jagged Alliance source code was released by Strategy First Inc. in 2004 under the Source Code License Agreement ("SFI-SCLA"). You can find the license in file SFI Source Code license agreement.txt.

About

The continuation of the venerable JA2-Stracciatella project.

https://ja2-stracciatella.github.io/


Languages

Language:C++ 87.6%Language:C 5.9%Language:Rust 3.3%Language:Java 1.6%Language:CMake 0.7%Language:Lua 0.3%Language:Kotlin 0.3%Language:Shell 0.1%Language:Python 0.0%