Jump to content

Pequeñas dudas Edición de Niveles


Max

Publicaciones recomendadas

¿Cómo puedo hacer para cambiar la distancia entre la cámara y Lara?

 

Quiero poner a Lara más cerca. Uso NGLE.

 

Y otra cosa, cuando pulso el botón mirar Lara se ve semi-transparente, ¿como hago para que se vea normal?

 

lo puedes personalizar con el comando customize=CUST_CAMERA..... pasate por las mnemonic constants para que leas los detalles de como usalo

 

lo de la transparencia es con Customize=CUST_LOOK_TRASPARENT, DISABLED

 

creo que sabes ingles, me parece te he visto por forums, deverias leerte las instrucciones todo viene en el NGLE mnemonic constants

Enlace al comentario
Compartir en otros sitios web

En Meta salvas como autoCAD(*dxf),luego con el Wadmerger creas un wad nuevo..

untitled-4.jpg

 

wad.jpg

 

1 carga un wad que contenga el objeto cascada y lo copias.

 

2 le das a add texture y seleccionas donde estan y click en add.

 

3 salvar wad.

 

Ahora con STRpix3 abris el wad creado e importas el archivo .dxf..seleccionas la opcion,movable o static.Luego la opcion textured para texturizar el objeto.

 

strpix3.jpg

Enlace al comentario
Compartir en otros sitios web

En Windows 7, al hacer doble clic en tomb4.exe me da este error:

"Can't init BASS. Exiting now", referido al archivo bass.dll

Sin embargo cuando uso la otra pc, que tiene Windows XP el juego se abre perfectamente.

Lo curioso que antes no daba este error y ahora sí.

Ray tuvo este problema unos años atrás con mi juego "Multiple rescue" según he buscado en este foro, pero no sé si encontró solución, al menos no quedó registrado en el foro.

¿Alguien sabe algo de este problema? Sospecho que tiene que ver con Windows 7.

En tombraiderforums una tal ShadyCroft tuvo este mismo problema en Beyon the Scion.Y tampoco nadie aportó una solución.

Enlace al comentario
Compartir en otros sitios web

No, spooky, no hice ese procedimiento, sólo copié y pegué la carpeta completa del juego de una computadora a la otra.

Supongo que cuando los jugadores que tienen Windows 7 bajan niveles creados en Windows XP, no deben hacer ninguna instalación especial, sino que descargan el juego, doble clic en tomb4.exe y listo. ¿Es así o me equivoco?

Por eso, quede claro que en Windows 7 sólo quiero jugar, no editar.

Esto de pasar la carpeta del juego de una pc a otra ya lo había hecho antes y no me daba ese error.

 

EDITO: solucionado!

Resulta que quería probar el juego con la tarjeta de audio apagada, pues es una tarjeta externa que se puede tener apagada. Todo este lío, por no haberla encendido! Evidentemente el archivo bass.dll requiere de que el sistema tenga el audio activo.

 

Enlace al comentario
Compartir en otros sitios web

Hola hello.gif

 

En mi nivel ,he decidido incluir el diario ,pero ma esta dando problemas

Script:

;Diario

Pickup= 2,Celular, $0000,$0400,$0000,$c000,$0000,$0002

Diary= 1,PICKUP_ITEM2, LDF_ZOOM_START+LDF_SOUND_EFFECTS, 1, PL_DOUBLE_PAGE,Hola,1, 2

;font used for titles of Lara's diary

WindowsFont= 1, Arial, WFF_BOLD+WFF_CENTER_ALIGN+WFF_SHADOW, 40, 1, 2

;font used for little text of diary

WindowsFont= 2, Arial, WFF_LEFT_ALIGN, 22, 2, IGNORE

;font used for big text of diary

WindowsFont= 3, Arial, WFF_LEFT_ALIGN, 36, 2, IGNORE

ColorRGB= 1, 255,0,0 ;(red) Color for font used for TITLEs of diary

ColorRGB= 2, 0,0,0 ;(black) color for common text of Diary

 

Al principio pense que mi script estaba erroneo ,asi que use el que viene con el proyecto "Diario" del TRNGLE.

 

Mi problema es que cuando trato de "abrir" el Diario ,Lara "dice" -No- ,y el diario no se abre.

¿Por que pasa esto?

 

Pd:La imagen esta en la carpeta correcta, y en el formato correcto.

Enlace al comentario
Compartir en otros sitios web

La verdad nunca he usado el diario pero pasate por esta página alguien tubo tu mismo problema (esta en ingles)

http://www.tombraide...p/t-160606.html

 

tienes el hola.txt en la carpeta script?, en tu script no veo el @hola.txt...

 

estos son los script en los diarios de paolone and titak checalos

 

Here's the example Paolone is using in his Diary Example Project:

;------ STUFF for Lara's Diary -----------------

ColorRGB= 1, 255,0,0 ;(red) Color for font used for TITLEs of diary

ColorRGB= 2, 0,0,0 ;(black) color for common text of Diary

;the pickup=2 is the diary

Pickup= 2, My Diary, $0000,$0300,$c000,$0000,$0000,$0002

;font used for titles of Lara's diary

WindowsFont= 1, Arial, WFF_BOLD+WFF_CENTER_ALIGN+WFF_SHADOW, 40, 1, 2

;font used for little text of diary

WindowsFont= 2, Arial, WFF_LEFT_ALIGN, 22, 2, IGNORE

;font used for big text of diary

WindowsFont= 3, Arial, WFF_LEFT_ALIGN, 36, 2, IGNORE

;setting for Diary with id = 1

Diary= 1,PICKUP_ITEM2, LDF_ZOOM_START+LDF_SOUND_EFFECTS, 1, PL_DOUBLE_PAGE, @pages_1_3.txt,1, 2

 

And these are the diary related lines I'm using:

WindowsFont= 1, Viner Hand ITC, WFF_CENTER_ALIGN, 20, 2, 2 ;diary text

Diary= 1, QUEST_ITEM1, LDF_TRANSPARENT_BKG + LDF_ZOOM_START + LDF_SOUND_EFFECTS, 1, PL_WIDE_IMAGE, @NB_Page_1.txt, 1, 1 ; Settings for Lara's Notebook

Diary= 2, QUEST_ITEM2, LDF_TRANSPARENT_BKG + LDF_ZOOM_START + LDF_SOUND_EFFECTS, 1, PL_WIDE_IMAGE, @RD_Page_1.txt, 1, 1 ;Lara's Research DiaryMy diaries don't use text printed on screen, only images with the text already printed on them, and I used the extra scripts for the layout of the image.

But I still had to add the WindowsFont= line to the script to make it work.

The @RD_Page_1.txt and @NB_Page_1.txt lines (or whatever you have called your extra script txt) should also be added to the EXTRA strings of the english.txt. These particular scripts will be in the diary from the start.

Additional pages can be added through flipeffects.

 

I suggest you also have a closer look at Paolone's Diary Example Project to see what's possible and how it was done. :tmb:

Enlace al comentario
Compartir en otros sitios web

La verdad nunca he usado el diario pero pasate por esta página alguien tubo tu mismo problema (esta en ingles)

http://www.tombraide...p/t-160606.html

 

tienes el hola.txt en la carpeta script?, en tu script no veo el @hola.txt...

 

estos son los script en los diarios de paolone and titak checalos

 

Here's the example Paolone is using in his Diary Example Project:

;------ STUFF for Lara's Diary -----------------

ColorRGB= 1, 255,0,0 ;(red) Color for font used for TITLEs of diary

ColorRGB= 2, 0,0,0 ;(black) color for common text of Diary

;the pickup=2 is the diary

Pickup= 2, My Diary, $0000,$0300,$c000,$0000,$0000,$0002

;font used for titles of Lara's diary

WindowsFont= 1, Arial, WFF_BOLD+WFF_CENTER_ALIGN+WFF_SHADOW, 40, 1, 2

;font used for little text of diary

WindowsFont= 2, Arial, WFF_LEFT_ALIGN, 22, 2, IGNORE

;font used for big text of diary

WindowsFont= 3, Arial, WFF_LEFT_ALIGN, 36, 2, IGNORE

;setting for Diary with id = 1

Diary= 1,PICKUP_ITEM2, LDF_ZOOM_START+LDF_SOUND_EFFECTS, 1, PL_DOUBLE_PAGE, @pages_1_3.txt,1, 2

 

And these are the diary related lines I'm using:

WindowsFont= 1, Viner Hand ITC, WFF_CENTER_ALIGN, 20, 2, 2 ;diary text

Diary= 1, QUEST_ITEM1, LDF_TRANSPARENT_BKG + LDF_ZOOM_START + LDF_SOUND_EFFECTS, 1, PL_WIDE_IMAGE, @NB_Page_1.txt, 1, 1 ; Settings for Lara's Notebook

Diary= 2, QUEST_ITEM2, LDF_TRANSPARENT_BKG + LDF_ZOOM_START + LDF_SOUND_EFFECTS, 1, PL_WIDE_IMAGE, @RD_Page_1.txt, 1, 1 ;Lara's Research DiaryMy diaries don't use text printed on screen, only images with the text already printed on them, and I used the extra scripts for the layout of the image.

But I still had to add the WindowsFont= line to the script to make it work.

The @RD_Page_1.txt and @NB_Page_1.txt lines (or whatever you have called your extra script txt) should also be added to the EXTRA strings of the english.txt. These particular scripts will be in the diary from the start.

Additional pages can be added through flipeffects.

 

I suggest you also have a closer look at Paolone's Diary Example Project to see what's possible and how it was done. :tmb:

 

Gracias ,pero aun siguiendo los paso, e incluso poniendo los archivos tal cual estaban en el proyecto del diario,

sigue sin funcionar.sad.gif

 

Tendre que seguir investigando.

 

EDIT:

He tratado de todo ,pero sigue sin funcionar, he cambiado los archivos pero el principio es el mismo}

Script:

;Diario

Pickup= 2,Celular, $0000,$0400,$0000,$c000,$0000,$0002

Diary= 1, PICKUP_ITEM2,LDF_ZOOM_START+LDF_SOUND_EFFECTS, 1, PL_DOUBLE_PAGE,@Diario1-A.txt, 1,2

;font used for titles of Lara's diary

WindowsFont= 1, Viner Hand ITC, WFF_BOLD+WFF_CENTER_ALIGN+WFF_SHADOW, 40, 1, 2

;font used for little text of diary

WindowsFont= 2, Viner Hand ITC, WFF_LEFT_ALIGN, 22, 2, IGNORE

;font used for big text of diary

WindowsFont= 3, Viner Hand ITC, WFF_LEFT_ALIGN, 36, 2, IGNORE

ColorRGB= 1, 255,0,0 ;(red) Color for font used for TITLEs of diary

ColorRGB= 2, 0,0,0 ;(black) color for common text of Diary

 

Primera entrada del Diario:

 

<FORMAT>

#TITLE#=Hola

<END_FORMAT>

 

Mi diario no quere trabajar :((

 

#END_PAGE#

<FORMAT>

#TITLE#=Controles

#TEXT_FONT#=3

<END_FORMAT>

 

Sigue sin funcionar :(

 

 

 

(El texto del Diario ,no es el real, es de ejemplo,ya que no quiero revelar historia happy.gif)

Enlace al comentario
Compartir en otros sitios web

Crear una cuenta o conéctate para comentar

Tienes que ser miembro para dejar un comentario

Crear una cuenta

Regístrese para obtener una cuenta nueva en nuestra comunidad. ¡Es fácil!

Registrar una nueva cuenta

Conectar

¿Ya tienes una cuenta? Conéctate aquí.

Conectar ahora
×
×
  • Crear nuevo...