Noticias:

Pasa igual de vacio que aca, este grupo se abrio cuando facebook no era mainstream como ahora, pero es oficial https://www.facebook.com/groups/furry.cl/ , aunque a SDogo no le guste XD. Activo desde el 16 de Enero 2009 (Post mas viejo encontrado)


...UT GOTY Editon Online ...

Iniciado por Draskghellion, 28 de Junio de 2009, 22:36:50 PM

Tema anterior - Siguiente tema

Draskghellion

Jugadores

- Dasmar
- Ark
- Águila
- Drasker [Yo]
- Kiwa
- SDogo
- Kutty





Bueno, creé este tema para ver si algunos están interesados en crear un mini tarreo de vez en cuando, en especial en esos momentos en que no hallan que diantres hacer.

Dejaré el link del torrent para descargar el UT GOTY Edition Full Instalado, sólo descomprimir, encontrar el acceso directo y listo, jugar. Además, de que necesitan en Hamachi para poder establecer una red más fácil o etc. para poder jugar, en vez de estar como los ·$·% buscando la IP http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/xD.png\' class=\'bbc_emoticon\' alt=\'xD\' /> !

Aquídejo los links necesarios para jugar.
Quien quiera jugar, me avisa y ahi echamos una partida.
Procuren tener buena conexión, y no Wi-fI del mal http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/waa.png\' class=\'bbc_emoticon\' alt=\':unsure:\' />


Bittorrent

UT GOTY Edition Torrent

Hamachi


Instrucciones:
- Primero, si no tienes un programa que utilice utilice torrents o ya tienes instalado el UT con la v436, No hinches y pasa al next step !!! http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/xD.png\' class=\'bbc_emoticon\' alt=\'xD\' />
- Una vez que descargues el juego, crea el acceso directo, practica un poco y luego descarga el Hamachi.
- Una vez descargado el Hamachi, instalalo y únete a la Gran Red denominada "Draskyy" [si deseas jugar conmigo claro está] sino, puedes crear tu propia red invitando a quien quieras y diciendoles las mismas instrucciones. Para crear tu red, tan sólo presiona una forma de triángulo que esta en la esquina inferior derecha del cuadro del Hamachi, pones "Crear" y le agregas un nombre a tured, de esa forma, los demás jugadores si quieren meterse a tu red, deberán poner el nombre de ésta para poder ingresar.
- Yo creo que eso sería, cualquier duda no duden en dudar las dudas a "Drask'ghellion"...
[...] -->Osea, yo http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/xD.png\' class=\'bbc_emoticon\' alt=\'xD\' /><--

Edit: Háganle click a mis dragones plz ! Se los agradecería mucho. http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/happy.gif\' class=\'bbc_emoticon\' alt=\':dshockby:\' />

EDIT

Para todos aquellos que quieran descargar la última versión que salió del GOTY Edition, aquí se los dejo en el foro, pesa muy poco pero es de bastante ayuda, ya que tiene las siguientes características:

[Sry, pero está en inglés >w<]

The UTPG is an effort to continue the improvement of Unreal Tournament outside of official sources but with Epic's approval. This is for server and clients.

What is UTPG?

We are a group of programmers and server admins from the UT community who got together and approached Epic about the possibility of maintaining the Unreal Tournament code base. Since our goal of maintaining the game and fixing obvious problems, while keeping all the major game-play systems 100% intact, were right along with Epic's goals, Epic granted us access to the source which allows us to undertake this project. Our focus is general maintenance with some of our time spent dealing with security issues in the Unreal Tournament engine. Sounds like a swell idea!


Version 451 is completely network compatible with all previous public releases of UT.
Server requires clients to be at least version 432.

WebAdmin fixed, linux server should have a working webadmin again

Package code execution exploit fixed

LogMaxConnPerIPPerMin defaults to false

IRC chat client fixes

\n bug fixed

long lines are wrapped

wrapped lines are indented for better readability

Added protection against brute forcing the admin login:

[Engine.GameInfo]
LoginDelaySeconds=0.0 Number of seconds after an incorrect login before login is allowed again.
MaxLoginAttempts=0 Maximum number of login attempts before an action is taken
ActionToTake= What to do when the maximum number of login attempts has been reached

Values for ActionToTake:
DO_Nothing
DO_Log Will log the player's name, IP, and number of attempted logins to server's log
DO_DisableLogin Player will be unable to perform adminlogin for remainder of match
DO_KickPlayer Player will be kicked from server
DO_KickBanPlayer Player will be banned from the server

ex: ActionToTake=DO_DisableLogin

Added a caching system to the webadmin to reduce the impact on the running game
Added -logprefix option to `ucc`. Enabled preflush log prefixes
Extended IP ban list to allow 256 entires
Fixed several bugs which allowed malicious clients to lag the server
Clamped DefaultFow to values between 80 ~ 130
Added bLogAdminActions to [Engine.GameInfo] - provides information about kick/bans/logins
Fixed chat messages not appearing when game is paused
Limit in-game name changes to 10 per map
Fixed player details server query response
Fixed mutators not appearing in server browser
Added additional console commands for admins - kicklist, kickid, and kickbanid
Added current map name to all pages in "Current" section of webadmin
Added time remaining to pages in "Current" section of webadmin for timed matches
Fixed LoginSeconds display in web admin to only show max number of allowed characters in textbox
Added 'AdminAction' prefix to all log entries written by admin actions
Improved the console functions 'get' and 'set' to allow editing of array config variables
Usage: to get an value of an array item use the following command:

get Engine.GameInfo IPPolicies #
Where # is the number starting from 0, if you omit the number the first element is returned

set Engine.GameInfo IPPolicies # new value
Where # is the number starting from 0, you must specify the number
Items in the open location box are moved up in the list when reused
Fixed the scroll whell when using Logitec drivers (EM_EXEC)
The download percentage for compressed redirects is displayed correctly now (the real percentage)
Fixed spaces in redirected package names (note: you should NOT use spaces in package names)
Fixed incorrect F6 details
Added IRC half-ops support
Netspeed command is limited to once every 15 seconds (as with UT2003)
Fixed server lag exploit from chatting. Added a config variable "bLogTypingEvents" to the Engine.StatLog class. If the server does not wish to be vulnerable to this exploit, setting this variable to false will cause the resulting ngStats logs (both world and local) to not record player chatting events.
Fixed lag exploit possible through replication statement error
Fixed lag exploit with ShowInventory command
Fixed lag exploit in the ShowPath command, only admins can use this command
Server lag exploit possible from viewing players fixed
Added refering game server to HTTP redirect request with the form: Referer: server-IP:port
Merged Daniel Vogel's OpenGL driver with the source
Added a new config option to set the minimal client version
[Engine.GameEngine]
MinClientVersion=432


Link:

ilostmylife4AM

Link¨Donnalds... y se crean otra red llamada FurryChile ? http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/xD.png\' class=\'bbc_emoticon\' alt=\':dshockby:\' />, buen aporte drask
El 80% de la gente hurr durr, si eres parte del 20% que derp derp, entonces copia y pega esto en tu firma

[spoiler][/spoiler]

Draskghellion

Mejor aún !
Un red denominada Furr CHile, me parece buena diea...
La crearé altoque x3
Gracias "Dasmar" por tu aporte genialisimo

Ofioro

Bueeena iniciativa, lastima que mi conección no coopere http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/tongue.gif\' class=\'bbc_emoticon\' alt=\':dshockby:\' />

Eso si el PD es el medio aporte http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/xD.png\' class=\'bbc_emoticon\' alt=\':unsure:\' />

Ark

Seria genial si no fuera por los cheats!!! http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/jcdragon-lines.gif\' class=\'bbc_emoticon\' alt=\':dshockby:\' />

Dogo

#5
Drask te falto esto:

Conexion a servidor:
- Abren el ut.
- Antes de ponerse a jugar van al menu que dice multiplayer y luego presionan Open Location
- Se les abrira la tipica ventana de ingreso de ip y busqueda de servidores. Aqui deben poner la ip que nos entrega hamachi para conectar. Obviamente pongan la IP del que esta iniciando el servidor.
- Se les va a demorar un par de segundos dependiendo de su conexion y mapas instalados. Si tienen los mapas, el juego inicia a los 10 segundos (por lo general). Pero si no los tienen, no importa. El juego los descargara automagicamente del servidor.

Raros bugs:
- En algunos equipos (sobretodo los que son muy powa) es posible que el juego tenga una velocidad horriblemente rapida (por lo general sobre los 500 o 600 fps (sin weviar a mi me andaba sobre los 850)). Esto es demaciado incomodo, ya que es imposible moverse sin caerse o disparar la pistola sin que esta paresca ak-47. Para solucionar este jodido bug, nos vamos a la configuracion de video (donde se eligen las resoluciones y chucherias varias), luego presiona el boton que dice Change (esta bajo de donde dice Video Driver). Nos dira que reiniciara el juego, le ponemos que si. Al aparecernos la pantalla de configuracion marcamos donde dice Show All Devices y luego seleccionamos Open GL. Despues le damos Next->Next->Run y listo el juego ya deberia estar mucho mas jugable, por lo general cerca de 250. Si bien no es la velocidad perfecta, ya no va a moverse a la velocidad de la luz.

Por lo menos se nota que la idea de tirar algunos juegos para invierno no es tan mala...
MMmmmm firma.... algun dia

KometaKuttyK9

ooooh, el Unreal...hace tiempo que no lo juego...pero, que idioma es? ingles? bah, no importa...

cuenten conmigo tambien http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/biggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />
[indent]PIDE UN DESEO AHORA, AHORAAAAAAAAAA!!



...?



...!











[/indent]

Draskghellion

Woo hooo !!
Vamos adeptos !!
Gracias por tu ayuda con el post SDogo del mal x3

Ofioro

#8
Que rico... le hago ping al Drask y me marca sobre 400 http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/pozoemo.gif\' class=\'bbc_emoticon\' alt=\':D\' />

Me aburrí de tratar, mejor sigo en lo mío http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/xD.png\' class=\'bbc_emoticon\' alt=\'xD\' />

Draskghellion

Es una pena que no puedas jugar, me hubiera jugado echar algunas partidas contigo, para ponerme a prueba con alguien que sé que vale la pena intentar matar siquiera x3

Julius

#10
en una parte vi un programa que hace lo mismo que hamachi, pero parece que es más eficiente
quizas ese sea una buena alternativa, pero no me acuerdo del nombre =(
[spoiler]



Gracias a mi amigo Tom

Lean su comic acá: http://pobrepucho.thecomicseries.com/

[/spoiler]




Dogo

Creo que te refieres a tunngle... Seee es mas eficiente que hamachi pero solo con juegos nuevos (los que al activar el servidor del juego hacen broadcast udp y/o usan class C). En un principio cuando con drask nos pusimos a jugar, pense en decirle que jugaramos por tunngle, pero las redes son muy poco seguras ya que en tunngle uno no crea la red, uno se une a "rooms" de juegos y se puede poner a jugar lo que permitiria a cualquier usuario de la red filtrarse a tu tarro. Ademas casi toda la interfaz esta en aleman y yo con suerte entiendo JA y Abbrechen (o algo asi).
MMmmmm firma.... algun dia

Draskghellion

Tengo el Mod de Bullet Time 3.0 !!!
Está basado en Matrix x3

kiwa

no me acordaba lo malo q era en este juego, por eso llevaba un monton de tiempo en la repisa http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/xD.png\' class=\'bbc_emoticon\' alt=\':D\' />, sera, ahora me dieron ganas de jugarlo denuevo
Mi mama me pega, que hago furrychile?

Draskghellion

Quién más se anota para ser partícipe de la Liga Furry de Jugadores de UT GOTY Edition ? x3
Hay que ser organizado con esto y prepararnos para batallas colosales y venganzas deliciosas.
>:3 !!
http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/awesome2.gif\' class=\'bbc_emoticon\' alt=\':awesome2:\' />

Segas

Bueno, acabo de toparme con el post y quede como... "por q no?"

Me falta pelearme con mis discos duros peor weno, de seguro me integro a jugar un rato http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/xD.png\' class=\'bbc_emoticon\' alt=\':awesome2:\' />!

Espero no tener mis skills de tiro muy oxidadas http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/xD.png\' class=\'bbc_emoticon\' alt=\'^_^\' />
[spoiler][/spoiler]

[spoiler]

Ahh me gusto el game :zippy:[/spoiler]

[spoiler]



[/spoiler]

[spoiler] [/spoiler]

Cambie la firma xD


Draskghellion

Bueno, espero verte en Hamachi entonces pronto x3
Para darte $&"·&"$ http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/xD.png\' class=\'bbc_emoticon\' alt=\'xD\' /> !
Es broma, sólo lanzarte un bazukazo en la cara http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/happy.gif\' class=\'bbc_emoticon\' alt=\'xD\' />
Salu2 !

Dogo

Draskete del mal.... nos ganas a todos por que como tu haces de servidor no tienes lag.... es injusto >.<... Aunque igual el otro dia te di pelea y te hice 3 headshot cuando te las diste de campero
MMmmmm firma.... algun dia

Draskghellion

http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/xD.png\' class=\'bbc_emoticon\' alt=\'xD\' /> ! Bueno sí, en todo caso...
Yap, como muchos reclaman, quiero que algún Moderador o alguien importante cree la red denominada "Furry Chile" en el Hamachi, para que así seamos justos y vean como los pateo con o sin lag http://www.furry.cl/public/style_emoticons/<#EMO_DIR#>/xD.png\' class=\'bbc_emoticon\' alt=\'xD\' />

Dogo

Yo por lo menos no podria hacer el servidor.... tu mismo haz visto como ha estado de inestable mi conexion por esto de la lluvia...
MMmmmm firma.... algun dia