Mostrar Mensajes

Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.


Mensajes - rzil

Páginas: [1]
1
@Threepwang
con mucho gusto,
he subido las imágenes aquí:
https://drive.google.com/file/d/14w8ycJMk2YILAldwRXB0NK8wWAbmocyV/view?usp=sharing

continuamos en mensajes privados?

2
Hola,
puedes extraer los fondos con estas utilidades https://github.com/blooperz/nutcracker

installar con
`pip install nutcracker`
(necesitas python instalada de https://www.python.org)

extraer con
`nutcracker sputm room decode path/to/game/MONKEY2.000`

editar los fondos, y estonces
```
nutcracker sputm room encode MONKEY2 --ref path/to/game/MONKEY2.000

nutcracker sputm build MONKEY2 --ref path/to/game/MONKEY2.000
```

por favor pregúnteme sí necesitas ayuda con estas utilidades

4
Thanks, I have tested it on python 3, (so I'm not sure if it works on 2.7)

To use the tool, go to the tool directory (same directory as setup.py) and install it using
Código: [Seleccionar]
pip install .
and install requirements:
Código: [Seleccionar]
pip install numpy parse Pillow
then you can convert the char file to png image (10.char.png) with:
Código: [Seleccionar]
python -m nutcracker.sputm.char 10.char(attached for convenience)

when done editing the image (do not use MS paint for this, as it breaks the palette)
you can convert the image back to char (CHAR_OUT) with:
Código: [Seleccionar]
python -m nutcracker.sputm.encode_char --ref 10.char 10.char.png

update: can now install latest version of the tool by using:
Código: [Seleccionar]
pip install nutcracker(instead of first step, no need to download project)

5
https://github.com/BLooperZ/nutcracker (léame es muy viejo, desde entonces la utilidad puede manejar juegos de humongous)
Si quiere más capacidades para el traducción, solicitéis.

pakolomo, que capacidades son faltas? (intentaré implementar)

6
Yo creo que puedo ayudar,
(pero va a ser difícil para mi, porque mi español no es muy bien).
(Puedo ayudar con utilidades)

También he hecho un utilidad para estos juegos,
actualmente puede editar la fuente y los imagénes de fondo.

7
Hay que cambiar el enlace de TraduSCI a SCI Suite, enlace: http://dementia.ludoskopos.com/tools/scisuite.7z

¿Puedes volver a subir esta utilidad por favor?

Gracias.

8
Traducciones y Proyectos / Re:Ayuda con Simon The Sorcerer 2!
« en: Junio 18, 2018, 18:32:04 pm »
¡Hola!

Creé utilidades para extracción y fusionar por Simon the Sorcerer.
Actualmente, lo obra para versiones inglés y hebreo, pero podría ayudar aquí también.

Puedes extraer SIMON2.VOC de version inglés, reordenar archivos individuales, y fusionar de nuevo.


Lo siento por mi español, no soy hablante nativo.

Páginas: [1]