Entradas

Progress Iron Man GTA San Andreas[CLEO]

Imagen
good news! :D  the main script is almost done ;) I'll start to work on the HUD.... I hope to release this in these days. I only need to make some test and tweaks... ;) a preview:

[SPANISH] Creando cheats Cleo 3/4

NOTA: entrar al post para ver bien la syntaxis. comunmente vemos mucho Scripts que tienen un monton de números que no entendemos, y magicamente al escribir un Cheat en el teclado, se activa. bueno, no hay tanta "magia" en eso, solo es necesario entender que existen diferentes formas para crear un Cheat. CLEO 3 Cleo 3 tiene la particularidad de utilizar más codigo para realizar algo, requiere un poco más de conocimientos en leguajes de programación. Esto se debe a que no existe acceso directo a algunas carácterísticas.  Como a continuación, les enseñaré: Información básica: 0A8D: 0@ = read_memory 0x00969110 size 4 virtual_protect 0 Parámetros: 1. variable que almacena la información 2. Dirección de la memoria 3. Número de bytes para leer/escribir (1, 2 o 4) 4. Protección virtual: 1 = Solo-lectura, 0 = re-escribible Strings:(Texto) en Cleo, para asignar o guardar un Texto en una variable, existen variables específicas. NO podemos guardar un texto en una variabl...

GTA SA Marvel Avengers - Hulk

Imagen
enjoy these pictures..  :D until now, is really nice....

C++, VB, C# & GTA San Andreas

Imagen
If you want to use some programming language, besides CLEO, then, you'll like these. what about if we move forward using other programming language? what do you need? Know some programming language. Visual Studio -any-  (recommended) or any program that can compile class library. A lot of patience & perseverance.

Working on...

Imagen
ok, I'm going to show you a little something that I've been working on. Mei Terumi InGame custom costume to do, something different...

GTA SA LOD Map Files Tutorial

what is LOD ? LOD  models are the low  level of detail  versions of the original models. This is what you see loaded far away. As you get closer to the LOD model, it should change to the original model if it has one. take note; They are Low Level Detail!! why do I did it like so?  basically I only copied the original Model. answer: THIS is a TUTORIAL. I'm teaching you how to put LOD models successfully. You need to use your SKILLS to create the Low Level Detail of your models. Why is necessary to do that? it works like is shown in the video. answer: if you do it like so, you'd screw your game, because that means that the engine will load 2 high resolution models for each model!!! use common sense, use the LOD models, only for the "base" map, there is no need to overload the game. I'll upload a Plugin, which allows to have More IMG files. To avoid your game closes. Go to my ARCHIVE (top-left side)    ->  Map Files Fol...

Useful Snippets

here is a list of some snippets that I used... NOTE:  Snippet = part of code!              this is not a full working script! I hope this could be useful for you.... ;) GTA SA Check Car Immunities Display Car name by scm function Change Color race checkpoint Get Player MAX breath Subtract Money function Player rotate  without weapon Save objects in Memory Pool  // CLEO 4 Get Angle Between Points function Get CAR Exhaust Pipe Offset CODES