- grupoed2kcolaborador
Cantidad de envíos : 313
Edad : 43
Perfil : Patience, my friend, is a virtue...
Una cita de Georges Orwell:
Libertad de expresión es el derecho a decir
lo que nadie quere escuchar.
... .... .... .... .... ...
Tú firma Personal : Participa
Barra de Respeto :
Reputación : 46
Fecha de inscripción : 14/10/2008
GLEST
9/12/2008, 7:19 pm


Glest es un 3D en tiempo real juego de estrategia. Totalmente personalizable usando XML y un conjunto de herramientas. Este juego me recuerda a una versión de Ubuntu Warcraft o la edad de los imperios.
La versión actual incluye un solo jugador contra la IA del juego los jugadores controlados, dos facciones para que el reproductor de control: La magia y la tecnología, cada uno con su correspondiente árbol de tecnología.
Glest es un juego de estrategia en tiempo real libre,
donde controlas los ejercitos de dos facciones completamente diferentes:
Tech, que se compone de guerreros y artefactos mecánicos y Magic, que usa magos y criaturas invocadas en el campo de batalla.
Glest no es solo un juego si no tambén un motor para hacer juegos de estrategía basado en XML y una serie de herramientas.
home:
- Código:
http://glest.org/es/
Última version para Windows
- Código:
http://prdownloads.sourceforge.net/glest/glest_3.1.2.exe?download
Otras descargas
* Otras versiones:
Hay distribuciones del juego disponibles para Linux y otras plataformas.
El codigo fuente y los datos estan disponibles en
SourceForge.
* Herramientas:
Permiten modificar el juego sin programar.
Se incluyen editor de mapas, visor de modelos g3d, exportador para 3DSMax, unidades de ejemplo y tutoriales.
* Contribuciones:
Material enviado por los usuarios del Glest. Se incluyen mapas,
traducciones, herramientas (incluyendo exportador para Blender)
y otras cosas.
* Otras descargas:
Incluyendo el juego flash Glest Lite.

Obtención de Glest:
Software de Autor: Muchos
Reconstructor módulo Autor: TheeMahn
Debian: Glest, Glest datos
Rmod para reconstructor: Descarga derecho haga clic en Guardar
Instalación en la terminal: En todos los repos habilitado.
Código
sudo apt-get install -y –allow-unauthenticated glest glest-data libxerces27
Desinstalar:
sudo apt-get remove -y –purge glest glest-data
código Reconstructor:
- Spoiler:
- #!/bin/sh
#
# Reconstructor Module - Glest - Game
# Copyright2006 Reconstructor Team
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
RMOD_ENGINE=1.0
RMOD_CATEGORY=’Software’
RMOD_SUBCATEGORY=’Miscellaneous’
RMOD_NAME=’Glest’
RMOD_AUTHOR=’TheeMahn’
RMOD_VERSION=0.1
RMOD_DESCRIPTION=’Installs Glest game’
RMOD_RUN_IN_CHROOT=True
RMOD_UPDATE_URL=’http://ubuntusoftware.info/rmods/’
echo Running $RMOD_NAME…
# Are we running on edgy?
if ( ! grep “Ubuntu 6.10″ /etc/issue >/dev/null 2>&1); then
echo “This Module is currently only intended for Ubuntu 6.10 Edgy Eft please check back.”
exit 1
fi
#backup sources list & modify
cp /etc/apt/sources.list /etc/apt/ubuntu.bak
echo “deb _http://ubuntusoftware.info/ edgy all”>>/etc/apt/sources.list
#update list
apt-get update
#grab n install it
apt-get install -y –allow-unauthenticated glest glest-data libxerces27
#restore list
cp /etc/apt/ubuntu.bak /etc/apt/sources.list
# clean cache
rm /etc/apt/ubuntu.bak
apt-get clean
apt-get autoclean
echo $RMOD_NAME Finished…
Permisos de este foro:
No puedes responder a temas en este foro.
|
|