[GAME] Dead Arena - ONLINE

Proyectos en Desarrollo.

Re: [GAME] Dead Arena - ONLINE

Postby erkosone » Wed Apr 11, 2012 11:21 pm

Cliente actualizado a la versión 0.2 disponible para descargar al inicio del hilo.

- Mejoradas las colisiones entre objetos en red.
- Arreglado bug que al morir hacia petar el juego.
- Arreglos varios.
- Añadido Minimapa que muestra la posición de los demás players en el mundo.
User avatar
erkosone
 
Posts: 10654
Joined: Tue Feb 24, 2009 2:13 pm
Location: Barcelona.

Re: [GAME] Dead Arena - ONLINE

Postby brujoMX » Wed Apr 11, 2012 11:40 pm

Me gustaria probarlo, podrias compiarlo para linux?
brujoMX
 
Posts: 321
Joined: Thu Jan 12, 2012 9:10 pm

Re: [GAME] Dead Arena - ONLINE

Postby erkosone » Wed Apr 11, 2012 11:45 pm

ouch.!

Nunca he compilado para linux, y mucho me temo que entre los nombres de archivo y tal tarde un ratejo.. haber.. voy a intentarlo.. dejo mi player conectado.. ahora entrará alguien y me violará el culo mientras compilo XD..

Ahora te digo algo.
User avatar
erkosone
 
Posts: 10654
Joined: Tue Feb 24, 2009 2:13 pm
Location: Barcelona.

Re: [GAME] Dead Arena - ONLINE

Postby brujoMX » Wed Apr 11, 2012 11:53 pm

jajaja, okey dale a ver que tal
brujoMX
 
Posts: 321
Joined: Thu Jan 12, 2012 9:10 pm

Re: [GAME] Dead Arena - ONLINE

Postby erkosone » Wed Apr 11, 2012 11:54 pm

Si te bajas el zip que hay al inicio del hilo ya tienes todos los recursos del juego, te paso el binario para linux y el gbc recién compilado, haber si hay suerte y lo haces funcionar a la primera.

Si te diera error cualquier carga de archivo dime y te paso la lista tal cual está en el source :)
You do not have the required permissions to view the files attached to this post.
User avatar
erkosone
 
Posts: 10654
Joined: Tue Feb 24, 2009 2:13 pm
Location: Barcelona.

Re: [GAME] Dead Arena - ONLINE

Postby erkosone » Wed Apr 11, 2012 11:55 pm

Si te falla algun archivo.. que seguro que alguno fallará.. aquí está la lista real de carga de recursos, supongo que puedes cambiarle el nombre y te debería funcionar, eso si.. metele las dll de linux.


function carga();
begin
f_main = load_fpg("data/main.fpg");
f_zone = load_fpg("data/Zone1.fpg");
f_items = load_fpg("data/items.fpg");
f_player = load_fpg("data/player.fpg");
f_particles = load_fpg("data/particles.fpg");
f_plants = load_fpg("data/plants.fpg");

m_intro = load_music("data/sound/music/WotLK_main_title.ogg");
m_battle1 = load_music("data/sound/music/CR_TourneyBattle01UniWalk.ogg");
m_battle2 = load_music("data/sound/music/CR_TourneyBattle04UniWalk.ogg");
m_battle3 = load_music("data/sound/music/CR_TourneyBattle05UniWalk.ogg");
m_day1 = load_music("data/sound/music/DayDesert01.ogg");
m_day2 = load_music("data/sound/music/DayDesert02.ogg");
m_day3 = load_music("data/sound/music/DayDesert03.ogg");
m_night1 = load_music("data/sound/music/NightDesert01.ogg");
m_night2 = load_music("data/sound/music/NightDesert02.ogg");
m_night3 = load_music("data/sound/music/NightDesert03.ogg");
m_register_user = load_music("data/sound/music/AI_ExodarIntro01.ogg");
sfx_enter_world = load_sound("data/sound/CRUSHERAGGRO.ogg");
sfx_click = load_sound("data/sound/Click.ogg");

sfx_pasos=load_sound("data/sound/pasos.ogg");
sfx_pre_bow = load_sound("data/sound/AN_Crusher_Wound01.ogg");
sfx_shot_bow = load_sound("data/sound/shot_bow.ogg");
shot_bow_splash = load_sound("data/sound/shot_bow_splash.ogg");
sfx_pre_bomba = load_sound("data/sound/IC_Arnath_Attack03.ogg");
sfx_bomba = load_sound("data/sound/CR_Sisters_ToWhite01.ogg");
sfx_beep = load_sound("data/sound/beep.ogg");
sfx_Heal = load_sound("data/sound/normal_light_wave.ogg");
sfx_daño1 = load_sound("data/sound/OC_Varo_Wound01.ogg");
sfx_daño2 = load_sound("data/sound/OC_Varo_Wound02.ogg");
sfx_daño3 = load_sound("data/sound/OC_Varo_Wound03.ogg");
sfx_daño4 = load_sound("data/sound/OC_Varo_Wound04.ogg");
sfx_muerto = load_Sound("data/sound/ANOMALUSKILL.ogg");


fnt_1 = load_fnt("data/fnt/1.fnt");
fnt_2 = load_fnt("data/fnt/2.fnt");
fnt_3 = load_fnt("data/fnt/3.fnt");
return(0);
end
//**********************************************************************************************************************+
User avatar
erkosone
 
Posts: 10654
Joined: Tue Feb 24, 2009 2:13 pm
Location: Barcelona.

Re: [GAME] Dead Arena - ONLINE

Postby erkosone » Wed Apr 11, 2012 11:59 pm

leches.. te lo he compilado con la IP mal.. dame un seg. que te lo vuelvo a compilar para la IP publica, que lo he compilado con la ip de lan..
User avatar
erkosone
 
Posts: 10654
Joined: Tue Feb 24, 2009 2:13 pm
Location: Barcelona.

Re: [GAME] Dead Arena - ONLINE

Postby brujoMX » Thu Apr 12, 2012 12:03 am

okey
brujoMX
 
Posts: 321
Joined: Thu Jan 12, 2012 9:10 pm

Re: [GAME] Dead Arena - ONLINE

Postby erkosone » Thu Apr 12, 2012 12:07 am

Ahi va, dale caña haber si te veo online, voy por un café y haber si con suerte nos tiramos unas flechas dentro de unos minutos ;)
You do not have the required permissions to view the files attached to this post.
User avatar
erkosone
 
Posts: 10654
Joined: Tue Feb 24, 2009 2:13 pm
Location: Barcelona.

Re: [GAME] Dead Arena - ONLINE

Postby erkosone » Thu Apr 12, 2012 12:08 am

Estoy dentro como el player-1, voy por un café, no me mateis perracos!
User avatar
erkosone
 
Posts: 10654
Joined: Tue Feb 24, 2009 2:13 pm
Location: Barcelona.

PreviousNext

Return to Proyectos WIP

Who is online

Users browsing this forum: No registered users and 2 guests