Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[DooM 3] HOW-TO en español
View unanswered posts
View posts from last 24 hours

Goto page 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
N0V4K
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jul 2004
Posts: 86
Location: .es

PostPosted: Sat Aug 07, 2004 2:29 pm    Post subject: [DooM 3] HOW-TO en español Reply with quote

Buenas gentooza, voy a traducir un manual que a salido hace poco a la luz y a añadirle un par de cosas para ayudar a esa gente que no tiene un pc poco potente.

Fuente : http://www.linux-militia.net/howtos/doom3/doom3.html

Empecemos, tenemos que descargar los ficheros del emulador en este caso cvs-Cedega abrimos una consola y tecleamos (Siempre como root para logearnos como root en una consola usaremos este comando SU y nos indicadara que pongamos la contraseña del usuario root) Ya estamos como root y ponemos:

cvs -d:pserver:cvs@cvs.transgaming.org:/cvsroot login

luego nos pedira la contraseña que es "cvs" sin las comillas. Una vez logeados ponemos lo siguiente:

cvs -z3 -d:pserver:cvs@cvs.transgaming.org:/cvsroot co winex

tardara un rato. Una vez terminado si hacemos un ls veremos en la carpeta del usuario (/home/usuario/) la carpeta wine entramos en ella:

cd wine

y descargamos este fichero poniendo el comando wget seguido de la direccion web:

wget http://www.linux-militia.net/howtos/doom3/GlobalMemoryStatusExFixed.patch

vale ya lo tenemos descargado, pero ahora tenemos que modificar el parche antes de aplicarlo:

dos2unix GlobalMemoryStatusExFixed.patch (en el caso de que no tengamos dos2unix que es el comado para modificar el parche lo bajaremos "emerge dos2unix" sin las comillas, y acto seguido lo aremos)

Ahora lo aplicamos al winex cedega:

patch -p0 < GlobalMemoryStatusExFixed.patch

luego

./configure --enable-pthreads --prefix=/usr/lib/winex-cvs/winex

y para terminar esta parte:

make && make install (tardara un ratito)

Bien ahora tenemos que bajar otro fichero:

wget http://www.linux-militia.net/howtos/doom3/winex-cvs

y depues hacemos lo siguiente

mv winex-cvs /usr/bin/
chmod +x /usr/bin/winex-cvs

Ahora otro fichero mas (Muchas cosas sueltas pero vale la pena )

wget http://www.linux-militia.net/howtos/doom3/pthreads_stack_test

y hacemos lo siguiente:

mv pthreads_stack_test /usr/lib/winex-cvs/winex/bin
chmod 755 /usr/lib/winex-cvs/winex/bin/pthreads_stack_test

Ya estamos terminando. Ahora bajaremos el .sh que es como el instalador del DOOM 3 para linux.

wget http://www.linux-militia.net/howtos/doom3/doom3_installer.sh

y luego:

chmod +x doom3_installer.sh
./doom3_installer.sh

Ahora meteremos los cds que nos ira pidiendo del DOOM 3 para que lo instale.

Una vez instalado y casi listo para jugarlo :) vamos a la carpeta donde lo hemos instalado, por defecto /usr/local/games/doom 3 .Vamos a la carpeta en mi caso la que e mencionado

cd /usr/local/games/doom 3

y bajamos el .exe especial y preparado para que no nos pida el cd.

wget http://www.linux-militia.net/howtos/doom3/Doom3.exe.gz
mv Doom3.exe Doom3.exe.old (con esto renombramos el .exe original para que use el que hemos bajado)
gzip -d Doom3.exe.gz

Pues ya hemos terminado, solo queda hacer:

winex-cvs Doom3.exe y disfrutar y pasar miedo :)

-----------------------------------------------------------------------------------------------------------

Para los que tiene pc lentitos ay unas configuraciones para ganar entre un 10 y 20 de FPS realmente lo logra lo podies bajar de esta web

http://www.d3euro.com/files/fpsconfig.zip

lo bajamos lo descomprimimos y nos quedara un fichero llamado autoexec.cfg ¿Que hacemos con el? vamos a la carpeta donde instalamos el doom 3 no metemos en la subcarpeta base y lo ponemos ay. Trankilos se carga solo :)

PD: ya ire mejorandolo y poniendo comandos etc etc :) :D
Back to top
View user's profile Send private message
ashtophet
Guru
Guru


Joined: 08 Aug 2004
Posts: 397

PostPosted: Sun Aug 08, 2004 11:25 am    Post subject: Reply with quote

sólo me pasa a mí o el repositorio cvs no funciona en estos momentos :cry:
Back to top
View user's profile Send private message
N0V4K
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jul 2004
Posts: 86
Location: .es

PostPosted: Sun Aug 08, 2004 11:58 am    Post subject: Reply with quote

galiza_ceive buenas, el reposito a mi si que me funciona, la cosa es que no es como nu ftp que te conctas y te sale un interprete de comando si no sigues con tu mismo usuario de la consola etc etc no cambia nada y cuando te loges pues luego mete el comano siguiente :)
Back to top
View user's profile Send private message
ashtophet
Guru
Guru


Joined: 08 Aug 2004
Posts: 397

PostPosted: Sun Aug 08, 2004 1:08 pm    Post subject: Reply with quote

saludos.

bien, el cvs ya lo he utilizado antes... me da timeout al hacer el login... ahora mismito te funciona?
Back to top
View user's profile Send private message
ashtophet
Guru
Guru


Joined: 08 Aug 2004
Posts: 397

PostPosted: Sun Aug 08, 2004 1:49 pm    Post subject: Reply with quote

http://img65.exs.cx/my.php?loc=img65&image=cvs-cedega.png
Back to top
View user's profile Send private message
esteban_conde
Veteran
Veteran


Joined: 04 Jun 2003
Posts: 1670

PostPosted: Sun Aug 08, 2004 2:12 pm    Post subject: Reply with quote

n0v4K wrote:
tardara un rato. Una vez terminado si hacemos un ls veremos en la carpeta del usuario (/home/usuario/) la carpeta wine

he hecho un: export CVSROOT=/home/usuario/cvs y el resultado no es el esperado pues la carpeta winex me la ha creado en el directorio /root al que por razones obvias no me gustaría dar permisos para usuarios.
¿Alguna sugerencia?
_________________
Saludos a tod@s, Esteban.
Back to top
View user's profile Send private message
N0V4K
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jul 2004
Posts: 86
Location: .es

PostPosted: Sun Aug 08, 2004 2:13 pm    Post subject: Reply with quote

Buenas

root@Zero_ timmy # cvs -d:pserver:cvs@cvs.transgaming.org:/cvsroot login
Logging in to :pserver:cvs@cvs.transgaming.org:2401/cvsroot
CVS password:
root@Zero_ timmy #

Yo recuerdo que la 1º vez que lo ice me tardo un poco pero jamas me a salido error eso lo e hecho ahora a las 15:15 Si te sigue fallando miramos otra solucion
Back to top
View user's profile Send private message
ashtophet
Guru
Guru


Joined: 08 Aug 2004
Posts: 397

PostPosted: Sun Aug 08, 2004 2:40 pm    Post subject: Reply with quote

gracias N0V4K .... lamentablemente me sigue sin rular... :cry:
Back to top
View user's profile Send private message
ashtophet
Guru
Guru


Joined: 08 Aug 2004
Posts: 397

PostPosted: Mon Aug 09, 2004 6:34 am    Post subject: Reply with quote

hoy sí funciona... :D
Back to top
View user's profile Send private message
ashtophet
Guru
Guru


Joined: 08 Aug 2004
Posts: 397

PostPosted: Mon Aug 09, 2004 6:36 am    Post subject: Reply with quote

esteban_conde no tienes por qué hacer el cvs como root (yo lo estoy haciendo, con éxito, como un usuario normal)
Back to top
View user's profile Send private message
N0V4K
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jul 2004
Posts: 86
Location: .es

PostPosted: Mon Aug 09, 2004 11:48 am    Post subject: Reply with quote

la verda que fue raro que no te funcionara porque yo cuando te conteste si me conecto sin ningun problema. Me alegro que te funcione ya. DISFRUTALO!
Back to top
View user's profile Send private message
esteban_conde
Veteran
Veteran


Joined: 04 Jun 2003
Posts: 1670

PostPosted: Mon Aug 09, 2004 6:55 pm    Post subject: Reply with quote

galiza_ceive wrote:
esteban_conde no tienes por qué hacer el cvs como root (yo lo estoy haciendo, con éxito, como un usuario normal)

Muchas gracias....¡¡¡que burro soy!!!.
_________________
Saludos a tod@s, Esteban.
Back to top
View user's profile Send private message
alexlm78
Veteran
Veteran


Joined: 08 Dec 2003
Posts: 1265
Location: Guatemala,Guatemala

PostPosted: Thu Aug 12, 2004 6:51 pm    Post subject: Reply with quote

me gusta esta clase de informacion.
_________________
"This is a different kind of world, you need a different kind of software"

Linux User# 315201
100% Chapin hecho en Guatemala
Back to top
View user's profile Send private message
N0V4K
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jul 2004
Posts: 86
Location: .es

PostPosted: Thu Aug 12, 2004 7:10 pm    Post subject: Reply with quote

alexlm78 ejeje mañan sale el doom 3 en españa .. y los binarios dentro de nada :) 8)
Back to top
View user's profile Send private message
ashtophet
Guru
Guru


Joined: 08 Aug 2004
Posts: 397

PostPosted: Sat Aug 14, 2004 7:48 am    Post subject: Reply with quote

N0V4K wrote:
y los binarios dentro de nada


que J. Carmack te oiga... :wink:
Back to top
View user's profile Send private message
tupez
n00b
n00b


Joined: 27 Aug 2004
Posts: 4
Location: Madrid

PostPosted: Fri Aug 27, 2004 4:23 pm    Post subject: Reply with quote

Hola a todos. Soy nuevo aquí y casi que con el linux. Recientemente me he instalado la versión 10 de Mandrake.
Estoy siguiendo al pie de la letra el manual que has hecho N0V4K y no tengo el dos2unix y not puedo instalarlo con emerge porque tampoco me reconoce el comando emerge. Qué he hecho mal, porque seguro que me he dejado algo. La instalación del linux es la normal y corriente. Me he metido en el instalador de Mandrake (Rpmdrake 10.0) y no consigo nada.
Podéis ayudarme?
Muchas gracias por adelantado.
Back to top
View user's profile Send private message
emivan
Apprentice
Apprentice


Joined: 22 Jul 2004
Posts: 165

PostPosted: Fri Aug 27, 2004 4:48 pm    Post subject: Reply with quote

Holas.
tupez, no sigo este hilo, pero por curiosidad me meti y solo decirte que los comando que intentes utilizar referentes a este hilo, posiblemente no te funcionen porque estas utilizando una distribucion diferente a la que tu tienes instalada.
Este foro esta dedicado a gentoo linux y tu tienes mandrake, el comando emerge es lo que seria en mandrake rpm (creo, hace tiempo que deje mandrake de lado).
Supongo que todo te funcionara igual pero adecuando los comandos de gentoo a los de mandrake.
Un saludo y suerte :)
Back to top
View user's profile Send private message
tupez
n00b
n00b


Joined: 27 Aug 2004
Posts: 4
Location: Madrid

PostPosted: Fri Aug 27, 2004 5:43 pm    Post subject: Reply with quote

Muy bien emivan tienes toda la razón.

Eso ya está hecho perfectamente.
Ahora el siguiente problema que me ha dado es al hacer:

patch -p0 < GlobalMemoryStatusExFixed.patch

que me ha dicho:
[root@casa winex]# patch -p0 < GlobalMemoryStatusExFixed.patch
patching file include/winbase.h
patching file memory/global.c
Hunk #6 FAILED at 1605.
1 out of 6 hunks FAILED -- saving rejects to file memory/global.c.rej
patching file dlls/kernel/kernel32.spec

Lo he seguido intentando y primero me pregunta que ya está hecho antes y que si quiero seguir y cuando le digo que siga me dice:
Apply anyway? [n] y
Hunk #1 FAILED at 33.
Hunk #2 FAILED at 1508.
Hunk #3 FAILED at 1521.
Hunk #4 FAILED at 1533.
Hunk #5 FAILED at 1581.
Hunk #6 FAILED at 1605.
6 out of 6 hunks FAILED -- saving rejects to file memory/global.c.rej
patching file dlls/kernel/kernel32.spec

A partir de este paso todos parece que salen bien.
Unicamente al final al ejecutar el juego es cuando falla estrepitosamente:
winex-cvs Doom3.exe
cp: no se puede efectuar `stat' sobre «/usr/lib/winex-cvs/.transgaming»: No such file or directory
chmod: no se puede acceder a «/home/gordito/.transgaming»: No such file or directory
/usr/bin/winex-cvs: line 195: /usr/lib/winex-cvs/.transgaming/config: No such file or directory
ln: «/home/gordito/TransGaming_Drive»: El fichero existe
.
.
.
.
y así mucho más.
Esto tiene salvación o no? No os queméis la cabez si es fácil vale, si no nada. Muchas gracias de todas formas.
Back to top
View user's profile Send private message
N0V4K
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jul 2004
Posts: 86
Location: .es

PostPosted: Sat Aug 28, 2004 3:08 pm    Post subject: Reply with quote

Buenas Tupez, pues decirte que ahora mismo no se porque puede ser pero lo estoy buscando . de todas formas te digo que para MDK (mandrake ) es mejor usas cosas mas "stables" el nuevo cedega 4.0.1 ya lo an programado para que funcione con Doom 3 sin tener que hacer todos estos pasos. comentarte que cedega no es grautio, el minimo precio a pagar son 5 € por 3 meses si no me confundo, pero siempre tienes los P2P (Bitorrent lmule ...) pero eso ya cuenta de tu parte :) Suerte :D
Back to top
View user's profile Send private message
tupez
n00b
n00b


Joined: 27 Aug 2004
Posts: 4
Location: Madrid

PostPosted: Sat Aug 28, 2004 4:12 pm    Post subject: Reply with quote

Es verdad N0V4K
El amigo que me está introduciendo en linux se ha suscrito a Cedega y es quien me lo ha dejado.
También lo he probado pero me da otro errores. En principio, como tú dices, es más fácil de usar pero también me da problemas, y estos me parecen más raros:
cedega Doom3.exe
Xlib: extension "XFree86-DRI" missing on display ":0.0".
wine: Unhandled exception, starting debugger...
WineDbg starting on pid 1
No debug information in ELF '/usr/lib/transgaming_cedega//winex/bin/wine' (0x00000000)
Breakpoint 1 at 0x4000d2f0
No debug information in ELF '/usr/lib/transgaming_cedega//winex/pthread_lib/libntdll.so' (0x40018000)
No debug information in ELF '/usr/lib/transgaming_cedega//winex/pthread_lib/libwine.so' (0x40119000)
y muchísimo más

Bueno, N0V4K, no te preocupes el lunes hablaré con mi colega, a ver si él puede ayudarme. gracias por todo de cualquier forma.
Si consigo algo interesante os lo contaré.
Back to top
View user's profile Send private message
N0V4K
Tux's lil' helper
Tux's lil' helper


Joined: 23 Jul 2004
Posts: 86
Location: .es

PostPosted: Sat Sep 04, 2004 11:15 am    Post subject: Reply with quote

Tupez nas, pues mira porque no pruebas con
cedega -winver winxp doom3.exe
y me dices luego
Back to top
View user's profile Send private message
tupez
n00b
n00b


Joined: 27 Aug 2004
Posts: 4
Location: Madrid

PostPosted: Mon Sep 06, 2004 6:40 pm    Post subject: Reply with quote

Nada N0V4K, me pasa exactamente lo mismo que antes.
No te preocupes más. Ya miraré por ahí algo más o intentaré hablar con el chaval que conozco del trabajo.
De todas formas si consigo algo os lo contaré a todos.
Chao
Back to top
View user's profile Send private message
thumancito
n00b
n00b


Joined: 26 Oct 2004
Posts: 1

PostPosted: Tue Oct 26, 2004 1:12 am    Post subject: Reply with quote

bueno bueno , primero que todo soy nuevo aqui, tratando de instalar este jueguito, va todo muy bien hasta hacer el
make && make install me aparece el siguiente error :

make[1]: Entering directory `/home/thuman/winex/unicode'
gcc -MMD -c -I. -I. -I../include -I../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -fno-strict-aliasing -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o casemap.o casemap.c
In file included from ../include/winnls.h:5,
from ../include/wine/unicode.h:11,
from casemap.c:4:
../include/winbase.h:440: error: redefinition of `struct tagMEMORYSTATUSEX'
../include/winbase.h:450: error: redefinition of `MEMORYSTATUSEX'
../include/winbase.h:385: error: `MEMORYSTATUSEX' previously declared here
../include/winbase.h:450: error: redefinition of `LPMEMORYSTATUSEX'
../include/winbase.h:385: error: `LPMEMORYSTATUSEX' previously declared here
make[1]: *** [casemap.o] Error 1
make[1]: Leaving directory `/home/thuman/winex/unicode'
make: *** [unicode/libwine_unicode.so] Error 2

help me please!!
saludos.
Back to top
View user's profile Send private message
Eleazar Anzola
Veteran
Veteran


Joined: 17 Jul 2003
Posts: 1318
Location: Caracas / Venezuela

PostPosted: Tue Oct 26, 2004 12:19 pm    Post subject: Reply with quote

si estas en Gentoo por que no hacer un
Code:
emerge games-fps/doom3
es más facil de instalar :P
_________________
Salu2
Eleazar Anzola
Linux User : # 216232
__________________________________________
Por un foro ordenado y un buscador más útil:
[TEMA] Descripción problema (estado)
Back to top
View user's profile Send private message
dj_ripper_18
n00b
n00b


Joined: 05 May 2006
Posts: 1
Location: Zacatecas, México

PostPosted: Fri May 05, 2006 3:33 am    Post subject: Para traducirlo Reply with quote

http://www.megaupload.com/es/?d=KJ5ODP9O

Con ese traducen Doom 3 completamente al español :D

Saludos! ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum