atorresbr / a-la-popa

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍜 SOPA SPADES 🇧🇷 !

- A Beautiful OpenSpades Client to SOPA Servers ( 😋 sopa! / soup!)

SOPA!

OpenSpades WebsiteCommunity

wwz.mp4

🍜 🇪🇸 Para los Principiantes | 🇧🇷 Para os iniciantes | 🇺🇸 To Benginners

🇪🇸 Eres principiante con Linux ?, copie el comando en los cuadrados a la derecha y use el botón derecho del mouse para pegarlo en su terminal y presione ENTER para instalar el juego.

🇺🇸 If you are a extremelly benginer, just copy the command on two squares on right, and use the right click mouse to past in you terminal and press ENTER to install the game.

🇧🇷 Se você é iniciante com Linux, copie o comando nos pequenos quadrados na direita dos comandos. Depois de copiar, cole com botão direito no seu terminal e aperte ENTER.

## if you sytem don't have wget, this command will install it
sudo apt install wget && clear && 

## removing game folders from the old openspades version
sudo rm -rf a-la-popa && rm a-la-popa.sh 2> /dev/null &&
sudo rm -rf ~/.local/share/openspades* && 
sudo rm -rf /usr/local/games/openspades 2> /dev/null &&

## downloading the text file to transform in Bash Script
wget https://raw.githubusercontent.com/atorresbr/a-la-popa/main/a-la-popa.txt && \
sudo mv a-la-popa.txt a-la-popa.sh && \

## setting the permissions to you LINUX user and exec the Bash Script to install the game
sudo chmod +x a-la-popa.sh && sudo ./a-la-popa.sh &&

## creating the folder (( directory )) to receive the ModernWar skin pack for Sopaspades
mkdir -p ~/.local/share/openspades/Resources && cd ~/.local/share/openspades/Resources &&

## downloading the pack
wget https://github.com/atorresbr/a-la-popa/raw/main/MODERN-PACK/modern_pack.zip && 

## unzipping
unzip -o modern_pack.zip && \

## starting the game 
openspades

🇪🇸 Para los Maestros | 🇧🇷 Para os Experientes | 🇺🇸 To Masters

Limpar e Instalar / Limpiar y instalar / Clean and Install

🇪🇸 Importante:

Si ya tiene una instalación antigua en su PC con Linux, debe eliminarla usando este comando a continuación. Copie el comando en los dos pequeños cuadrados de la derecha, péguelo en su terminal con el botón derecho del mouse y presione ENTER.

🇧🇷 Importante:

Se você já tem uma instalação antiga no seu PC com Linux, você precisa remover, usando este comando abaixo. Copie o comando nos dois pequenos quadradinhos à direita, e cole no seu terminal com o botão direiro do Mouse, e aperte ENTER.

🇺🇸 Important:

If you have previously installed OpenSpades or any modified version of OpenSpades on you PC. Just copy the comando bellow on the two little squares on right, and use right click to past the command in you terminal and press ENTER.

El Comando / O Comando / The Command 👇

sudo rm -rf a-la-popa && rm a-la-popa.sh 2> /dev/null && 
sudo rm -rf ~/.local/share/openspades* &&
sudo rm -rf /usr/local/games/openspades &&
sudo apt purge openspades -y && \

Cómo instalar | How to Install | Como instalar

En Linux 💠 On Linux 💠 No Linux

installing from source | instalando a partir do source | instalando desde la source

🇪🇸 GCC 4.9 - Clang 3.2
o posterior porque OpenSpades depende en gran medida de las funciones de C++11.

🇧🇷 GCC 4.9 - Clang 3.2
ou posterior é recomendado porque o OpenSpades depende muito dos recursos do C++ 11.

🇺🇸 GCC 4.9 - Clang 3.2
or later is recommended because OpenSpades relies on C++11 features heavily.

🇧🇷 Comandos e instalação | 🇺🇸 Commands to instaltion | 🇪🇸 Los comandos y instalacion

Dependências | Dependences:

  1. Instale as seguintes dependências | Install the following dependencies | Instale las siguientes dependencias:

    To Debian-derived distributions | Para distribuições derivadas do Debian | A distribuciones derivadas de Debian:

💠 clique nos quadrados pequenos para copiar os comandos. Após copiar, cole no seu terminal com o botão direito do mouse, e aperte Enter.

💠 clic en los cuadrados pequeños para copiar los comandos. Después de copiar, péguelo en su terminal con el botón derecho del mouse y presione Enter.

💠 click on the small squares to copy the commands. After copying, paste into your terminal with the right mouse button and press Enter.

sudo apt-get install pkg-config libglew-dev libcurl3-openssl-dev libsdl2-dev \
  libsdl2-image-dev libalut-dev xdg-utils libfreetype6-dev libopus-dev \
  libopusfile-dev cmake imagemagick \
  libjpeg-dev libxinerama-dev libxft-dev

💠 On Fedora or RHEL-derived distributions

💠 Fedora e outras distribuições en RHEL

💠 En Fedora y distribuciones derivadas RHEL

sudo dnf install pkgconf-pkg-config glew-devel openssl-devel \
  libcurl-devel SDL2-devel SDL2_image-devel \
  freealut-devel xdg-utils freetype-devel opus-devel opusfile-devel \
  libjpeg-devel libXinerama-devel libXft-devel cmake ImageMagick

Instalando el Juego 💠 Instalando o Jogo 💠 Installing the Game

💠 On other distributions:
Install corresponding packages from your repository (or compile from source).

💠 Em outras distribuições:
Instale os pacotes correspondentes do seu repositório (ou compile a partir do código-fonte).

💠 Sobre otras distribuciones:
Instale los paquetes correspondientes desde su repositorio (o compílelos desde el código fuente).

2. Clonar el repositorio 💠 Clonando o repositório 💠 Cloning the repository :

git clone https://github.com/atorresbr/a-la-popa.git && cd a-la-popa

3. Execute el comando abajo 💠 Execute o comando abaixo 💠 Run the commmand :

mkdir sopaspades.mk && cd sopaspades.mk && \
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo && make

4. Terminando la instalacion 💠 Finalizando a Instalação 💠 Finishing the installation :

sudo make install

5. Iniciar el cliente del juego 💠 Iniciando o Cliente do Jogo 💠 Starting the Game :

💠 To start the game, type the command below on you TERMINAL, o just copy and past the command .
💠 Para iniciar el juego, escriba el comando en tu TERMINAL, o simplemente copie y colar.
💠 Para iniciar o jogo, digite o comando abaixo em seu terminal ou copie e cole.

openspades

or cd $REPO_DIRECTORY/sopaspades.mk; bin/OpenSpades and enjoy

Windows

macOS

Same goes for Windows. Although I've yet to meet anyone playing OpenSpades or B&S on macOS

Network usage during building

OpenSpades' build process automatically downloads prebuilt game assets and libraries as needed. Specifically:

In addition, vcpkg (sort of package manager only used for Windows and macOS builds) collects and sends telemetry data to Microsoft. You can opt out of this behavior by passing -disableMetrics option when running vcpkg/bootstrap-vcpkg.sh command.

Troubleshooting

We will try to help you resolve any issues or resolve any concerns about installing the game on your Linux system.

Licensing

Please see the file named LICENSE.

🍜 SOPA SPADES.

SOPA SPADES is a modified version from 😒synSpades and 🤫OpenSpades.

synSpades are a version from openspades with changes by Doctor Dank and Ixve (( synth )), including a bigger color palette thanks to Liza & other smaller changes such as macros (Totally didn't steal the macros from this dude).

Instant messages ( /_sup_instant ).

🇪🇸 Mensajes instantáneos

Puedes configurar tus mensajes instantáneos como un eslogan para usar en el JUEGO, por ejemplo, como "¡SOPA!" o "¡SOMOS LOS CAMPEONES!".

el cual puede configurarse en el menú de su cliente SOPA SPADES, en la pestaña AVANZADO. Puedes usar tu frase clave usando la tecla P o las teclas 4 y 5 del mouse Gamer.

Para ver tus mensajes instantáneas y usarlos en el juego, simplemente, presiona la tecla "T" y escribe /_sup en el chat del juego y elige tus mensajes instantáneas.

Para usar en el juego, simplemente presione la tecla correspondiente: para usar el eslogan en "p", presione la tecla "p".

🇺🇸 Instant messages

You can configure your instant messages as a Catchphrase to use on the GAME, for example, as " SOPA ! " or " WE ARE THE CHAMPIONS ! ".

which can be configured in the menu of your SOPA SPADES client, in the ADVANCED tab. You can use you Catchphrase using the P key and or the 4 & 5 Mouse Gamer Button Keys.

To see you CatchPhrases and use on the game, just press " T " key and type /_sup on the game chat and choose you CatchPhrases.

To use in the game, just press the Key corresponding Key: to use the Catchphrase on " p ", press " p " key.

🧮 Requirements - Requisitos

Minimum - Mínimo

Linux, OS X, or Windows Vista or later.

1GHz dual-core processor
GPU: 512MB or more VRAM
GPU (Intel): Intel HD Graphics 3000 or better
GPU (NVIDIA): GeForce 9 Series or better
GPU (AMD): Radeon HD 7350
1GB RAM
800x600 display
Broadband network connection
Keyboard and pointing device

Recommended - Recomendado

3GHz quad-core processor
Stereo audio output
GPU: 1GB or more VRAM
GPU (NVIDIA): GeForce GTX 680
GPU (AMD): Radeon R9 280X
2GB RAM
Mouse input

About

License:GNU General Public License v3.0


Languages

Language:C++ 79.8%Language:C 8.0%Language:AngelScript 6.0%Language:GLSL 3.3%Language:Assembly 1.0%Language:CMake 0.6%Language:ActionScript 0.6%Language:Shell 0.3%Language:Objective-C 0.2%Language:Pascal 0.1%Language:Makefile 0.1%Language:PowerShell 0.0%Language:Objective-C++ 0.0%Language:Roff 0.0%