Космические рейнджеры 2 linux

Saved searches

Use saved searches to filter your results more quickly

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.

ObKo / OpenSR Public archive

Opensource multi-genre game based upon «Space Rangers 2: Dominators»

License

ObKo/OpenSR

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

mkdir build cd build cmake -DBUILD_ALL_TOOLS=Yes -DCMAKE_BUILD_TYPE=Debug ../ make 

First of all, you’ll need resources from original game. OpenSR now can only use «Space Rangers 2: Reboot» («Космические Рейнджеры 2: Доминаторы. Перезагрузка») release of game.

Copy following .pkg files (game resources) from install ISO to data/ folder:

SR2/DATA/2captain.pkg SR2/DATA/2gov.pkg SR2/DATA/2Items.pkg SR2/DATA/2main.pkg SR2/DATA/common.pkg SR2/DATA/ShipFull.pkg SR2/DATA/ShipSmall.pkg SR2/DATA/Sound.pkg SR2/DATA/Star.pkg 

Copy music from install ISO to data/ folder:

Читайте также:  Обновление драйверов linux kali linux

All the following commands assumed to be run from project root dir with build as build directory

Next you have to decode several .dat files using previously built DATTools (tools/DATTools):

./build/tools/DATTools/opensr-dat-convert hd /SR2/CFG/CacheData.dat data/CacheData.dat ./build/tools/DATTools/opensr-dat-convert d /SR2/CFG/Main.dat data/Main.dat ./build/tools/DATTools/opensr-dat-convert d /SR2/CFG/Rus.dat data/Rus.dat 

(You can replace SR2/CFG/Rus.dat with SR2/CFG/Eng.dat for English version)

Also, OpenSR requires that some libraries should be available in working directory:

ln -s build/World/libworld.so mkdir imageformats ln -s ../build/ImagePlugin/libQtOpenSRImagePlugin.so imageformats/libQtOpenSRImagePlugin.so 

Источник

GOG.com — Space Rangers 2: Reboot

English: Very rich strategy game in space, you want to be a merchant, a fighter, or a pirate? Go ahead! There’s even optional RTS ground battles if you want.

Français : Jeu de stratégie dans l’espace très complet, vous voulez être un marchant, un soldat ou un pirate ? Allez-y ! Il y a même des combats sur le terrain en RTS optionels si vous voulez.

Screenshots

MiniatureMiniatureMiniatureMiniatureMiniatureMiniature

Source code

#!/bin/bash # Date : (2012-07-14 20-19) # Last revision : see changelog # Wine version used : # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [Pierre Etchemaite] (2012-07-14 20-19) # Initial script. # [Pierre Etchemaite] (2013-07-10 13-40) # Script updated for GOG's installer v2 ?. # [Dadu042] (2020-04-19 17:30). # Wine 1.4.1 (outdated) -> 3.0.3 (not tested) [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="space_rangers_2_reboot" PREFIX="SpaceRangers2_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Space Rangers 2: Reboot" SHORTCUT_NAME="Space Rangers 2: Reboot" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 1313 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Elemental Games / 1C Publishing" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "90b36e2d043d3fdd6d1603b7f22f85ca" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # Fix ground battle initialization crash for me POL_Call POL_Install_d3dx9 # Fix internal help POL_Call POL_Install_ie6 # GoG work! Set_OS winxp POL_SetupWindow_VMS "64" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Rangers.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Space Rangers 2 - Reboot/manual.pdf" POL_SetupWindow_Close cat "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME" #!/bin/bash [ -z "\$PLAYONLINUX" ] && exit 0 source "\$PLAYONLINUX/lib/sources" export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX" export WINEDEBUG="-all" POL_LoadVar_PROGRAMFILES cd "\$WINEPREFIX/drive_c/\$PROGRAMFILES/GOG.com/Space Rangers 2 - Reboot/" || exit 1 TITLE="$TITLE" POL_Wine setup.exe exit 0 _EOF_ exit 0

Contributions

Information

This update has been approved by the team.

Differences

@@ -1,19 +1,27 @@ #!/bin/bash # Date : (2012-07-14 20-19) -# Last revision : (2013-07-10 13-40) -# Wine version used : 1.4.1 +# Last revision : see changelog +# Wine version used : # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : +# +# CHANGELOG +# [Pierre Etchemaite] (2012-07-14 20-19) +# Initial script. +# [Pierre Etchemaite] (2013-07-10 13-40) +# Script updated for GOG's installer v2 ?. +# [Dadu042] (2020-04-19 17:30). +# Wine 1.4.1 (outdated) -> 3.0.3 (not tested) [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="space_rangers_2_reboot" PREFIX="SpaceRangers2_gog" -WORKING_WINE_VERSION="1.4.1" +WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Space Rangers 2: Reboot" SHORTCUT_NAME="Space Rangers 2: Reboot"

New source code

#!/bin/bash # Date : (2012-07-14 20-19) # Last revision : see changelog # Wine version used : # Distribution used to test : Debian Sid (Unstable) # Author : Pierre Etchemaite pe-pol@concept-micro.com # Script licence : GPL v.2 # Program licence : Retail # Depend : # # CHANGELOG # [Pierre Etchemaite] (2012-07-14 20-19) # Initial script. # [Pierre Etchemaite] (2013-07-10 13-40) # Script updated for GOG's installer v2 ?. # [Dadu042] (2020-04-19 17:30). # Wine 1.4.1 (outdated) -> 3.0.3 (not tested) [ -z "$PLAYONLINUX" ] && exit 0 source "$PLAYONLINUX/lib/sources" GOGID="space_rangers_2_reboot" PREFIX="SpaceRangers2_gog" WORKING_WINE_VERSION="3.0.3" TITLE="GOG.com - Space Rangers 2: Reboot" SHORTCUT_NAME="Space Rangers 2: Reboot" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_SetupWindow_SetID 1313 POL_Debug_Init POL_SetupWindow_presentation "$TITLE" "Elemental Games / 1C Publishing" "http://www.gog.com/gamecard/$GOGID" "Pierre Etchemaite" "$PREFIX" POL_Call POL_GoG_setup "$GOGID" "90b36e2d043d3fdd6d1603b7f22f85ca" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WORKING_WINE_VERSION" POL_Call POL_GoG_install # Fix ground battle initialization crash for me POL_Call POL_Install_d3dx9 # Fix internal help POL_Call POL_Install_ie6 # GoG work! Set_OS winxp POL_SetupWindow_VMS "64" # Doesn't hurt ;) POL_Wine_reboot POL_Shortcut "Rangers.exe" "$SHORTCUT_NAME" "$SHORTCUT_NAME.png" "" "Game;RolePlaying;" POL_Shortcut_Document "$SHORTCUT_NAME" "$WINEPREFIX/drive_c/$PROGRAMFILES/GOG.com/Space Rangers 2 - Reboot/manual.pdf" POL_SetupWindow_Close cat "$POL_USER_ROOT/configurations/configurators/$SHORTCUT_NAME" #!/bin/bash [ -z "\$PLAYONLINUX" ] && exit 0 source "\$PLAYONLINUX/lib/sources" export WINEPREFIX="\$POL_USER_ROOT/wineprefix/$PREFIX" export WINEDEBUG="-all" POL_LoadVar_PROGRAMFILES cd "\$WINEPREFIX/drive_c/\$PROGRAMFILES/GOG.com/Space Rangers 2 - Reboot/" || exit 1 TITLE="$TITLE" POL_Wine setup.exe exit 0 _EOF_ exit 0

Replies

Message

On my mac book pro (2009) with el capitan the game starts, but there is a graphic issue, something related (i think) with the refresh rate. The screen apperas spilitted in stripes moving up to down, its impossible to see anithing and to play.

Читайте также:  Linux change user name

I’ve tried to change resolution and refresh rate both from my preference panel and from the setup.exe of the application, with no results (sometimes my desktop was visible under the stripes mentioned).

Other games works very well (i’ve tried Nexus and space wolves so far).

Hope there is a solution, anyway your application really rocks!

Источник

Космические рейнджеры 2 linux

15 янв. 2019 в 10:53

А, вот, Age of Empires 2 HD не портировали, хотя, ресурса там куда больше, чем у команды SR2HD. В жизни куча ситуаций, когда то или иное невозможно сделать, и зачастую «отговорки» тут совершенно ни при чём. Вариант, который предлагается через Steam Play (Proton), думаю, меньшее из зол, раз уж всё равно запускаем Стим-клиент, и через него КР2. Конечно, и сам не отказался бы от порта, но его не будет. Такова селяви.

16 янв. 2019 в 13:31

Когда-то давно до протона ставил виндовый стим на вайн и спокойно играл в космические рейджеры. Сейчас решив опробовать протон (3.16) игра вылетает при начале новой игры.

16 янв. 2019 в 14:58

Когда-то давно до протона ставил виндовый стим на вайн и спокойно играл в космические рейджеры. Сейчас решив опробовать протон (3.16) игра вылетает при начале новой игры.:nay:

Чорт. Значит надо ждать не «бета». Или там оверлей отключить и так далее. Этот вайн (любой) иногда тупит совершенно на пустом месте. У меня потом тоже подвисло, уже в самом процессе (в полётах). Думал, что из-за включения всех настроек универса с шу. Короче, хотелось, как лучше, а получилось.

23 мар. 2019 в 7:53

С Вайном игра работает без проблем, а вот через Протон постоянные вылеты, а разрешение прямо во время игры постоянно сбрасывается на минимальное, игнорируя настройки. На Протоне неиграбельно, в общем.

Читайте также:  Linux монтировать сетевую папку windows

22 авг. 2019 в 16:23

Я долго искал, куда это написать, но пусть люди найдут это в гугле здесь.

Для всех, у кого MacOS с английским интерфейсом, чтобы кириллица в формах заработала (например, для поиска в информационном центре), нужно запускать игру с определенной локалью.

LANG=ru_RU.CP1251 LC_ALL=ru_RU.CP1251 wine Rangers.exe

5 мая. 2022 в 8:40

Источник

Оцените статью
Adblock
detector