Skip to content

Beta 0.9.1

Latest

Choose a tag to compare

@GeTechG GeTechG released this 08 Apr 18:18
· 22 commits to master since this release

Changelog

New Features

  • Duplicate entities & objectives — added copy/duplicate functionality in the editor
  • F2 rename hotkey — press F2 to rename selected items in various windows
  • Animation filter — filtering and improved navigation in animation selection dropdowns
  • InputTextWithPopup widget — new text input widget with popup, applied to objective text fields
  • DirectX 11 / OpenGL backends — conditional compilation support for DX11 and OpenGL (in addition to DX9)

Bug Fixes

  • Core initialization — added initialization checks and proper component state management
  • ImGui hook — hook D3D9 directly to prevent conflicts with wndmode.dll
  • Vehicle deletion — ensure vehicle exists before deletion to prevent errors
  • Audio markers — correctly update visual marker position
  • Cutscene editor — refined free camera control and editor session management

Improvements

  • Version — updated to 0.9.1, version string managed via generated header
  • Blips — use smart pointers for automatic blip resource management
  • Cutscene camera — use spherical coordinates for camera rotation logic
  • Font scaling — adjusted font scaling with new display scale options
  • Weapon display — simplified weapon title by removing ammo count

This is a test version and is not intended for real projects.

Compatibility between test versions is not guaranteed, keep this in mind.

Requirements

In most cases DirectX 9 and Visual C++ are already installed, but it's advisable to verify.

Step 1 — Remove old LDYOM files

Files from LDYOM 0.7.x and 0.8.x are not compatible with Beta 0.9+.
If you have a previous version installed, remove the following files from your GTA San Andreas folder before proceeding:

  • LDYOM.asi
  • LDYOM\ folder

Step 2 — Install ASI Loader

You will need an ASI Loader to run .asi plugins. If you already have CLEO installed, Silent's ASI Loader is likely already present. However, it is recommended to use Ultimate ASI Loader instead.

How to replace Silent's ASI Loader with Ultimate ASI Loader 1. Download `vorbisFile.dll` from the [Ultimate ASI Loader](https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases) releases page. 2. Move it to the game folder, replacing the existing file.

Step 3 — Install CLEO

Install CLEO 5.4+ following the official instructions. If you already have an ASI Loader installed, skip copying vorbisHooked.dll and vorbisFile.dll.

Step 4 — Install LDYOM

Download the latest version of the modification from the download page, then:

  1. Copy all files from the In GTA folder into your GTA San Andreas game folder.
  2. Place the MPACK folder in Documents\GTA San Andreas User Files.
  3. Optionally, copy files from the In GTA (Optional) folder to the game folder.
    These are auxiliary modifications: Visual Player Image
    and Interior Teleport Menu.
    More details about them can be found on their respective pages.

Step 5 — Launch the game

After installing, launch GTA San Andreas and verify the modification is working correctly.

If you encounter any problems, please reach out via:


Full Changelog: Beta_0.9_preview_1...Beta_0.9.1