Registrarse

[FR] Feature Engine

The_Learner

Usuario de oro
Hello everyone,
I am back with something interesting.

This time I worked on an automated build done in C that will insert various features into your FR rom with a simple command.

Its even supposed to be the Alternative of the tool TL's Quick Enhancer (which was removed from this server few months back)

It is in very initial state but even now you can apply various hacks into your rom, and the amazing thing you can choose which one to insert and which one to not insert.

You can find a well described information and the code to this project:
https://github.com/Innovative-creators/FR-Feature-Engine
Hola a todos.
He vuelto con algo interesante.
En esta ocasión trabajé con un proyecto automático hecho en C que inserta varias características en tu rom de Fire Red con un simple comando.

Esto puede ser incluso una alternativa a la herramienta Quick Enhancer del usuario TL ( del cual fué eliminado de este servidor hace unos meses)

Está en un estado beta pero incluso así puedes incluir varias modificaciones a tu rom, con la increíble característica que tú puedes escoger cual o no insertar.

Puedes encontrar una detalla descripción y el código: https://github.com/Innovative-creato...Feature-Engine
 
Última edición:

kakarotto

Leyenda de WaH
Post traducido:
Hola a todos.
He vuelto con algo interesante.
En esta ocasión trabajé con un proyecto automático hecho en C que inserta varias características en tu rom de Fire Red con un simple comando.

Esto puede ser incluso una alternativa a la herramienta Quick Enhancer del usuario TL ( del cual fué eliminado de este servidor hace unos meses)

Está en un estado beta pero incluso así puedes incluir varias modificaciones a tu rom, con la increíble característica que tú puedes escoger cual o no insertar.

Puedes encontrar una detalla descripción y el código: https://github.com/Innovative-creators/FR-Feature-Engine
 

The_Learner

Usuario de oro
Y que hace? Me falta algun ejemplo,gracias
Я u k i !;391268 dijo:
I agree with pikachu240, we do not know about your project, if you can, add some examples about your tool.
I hope this thing below make it clear.
features
The file in the link has all the features listed available in the project.
Código:
RUNNING_INDOOR 							EQU TRUE
EV_CAP_TO_252 							EQU TRUE
EGG_HATCH_LEVEL_1 						EQU TRUE
POKEDEX_GLITCH_FIX 						EQU TRUE
REMOVING_HELP_SYSTEM 						EQU TRUE
ROAMING_POKEMON_IV_GLITCH_FIX 					EQU TRUE
POKE_NUMBER_WITHOUT_NATIONAL_DEX				EQU TRUE
POKEMON_SEEN_COUNT						EQU TRUE
NAMING_SCREEN_32x32_OW						EQU TRUE
ROUGH_SKIN_UPDATE						EQU TRUE
CRITICAL_HIT_UPDATE						EQU TRUE

FAIRY_TYPE_ADD							EQU TRUE
EGG_HATCHING_GRAPHICS_UPDATE					EQU TRUE
Like this.
and you can set these to true and false according to your will to either insert or not to insert these features.
And all those features which are selected as true will be inserted into the output rom.
 
Arriba