Skip to content
/ LDYOM Public

A mission-making platform for Grand Theft Auto: San Andreas. Created as a spiritual successor of DYOM, it uses C++/Lua external plug-ins and technically is modular in contrast to DYOM's hardcoded features all done in its main script.

License

Notifications You must be signed in to change notification settings

GeTechG/LDYOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDYOM (Lua Design Your Own Mission)

A mission-making platform for Grand Theft Auto: San Andreas. Created as a spiritual successor of DYOM, it uses C++/Lua external plug-ins and technically is modular in contrast to DYOM's hardcoded features all done in its main script.

Making use of visual scripting with some basic programming and node systems, it allows designers to make non-linear missions (here referred as 'Scenes'/'Projects' starting from 0.8) and is overall very flexible and rich with a wide library of nodes covering a plethora of things, from camera settings and audio control to memory read/write functions, to logical operations.

Features

  • 🎮 Visual scripting system for creating missions
  • 📝 Non-linear mission design capabilities
  • 🔌 Modular plug-in architecture
  • 🎥 Advanced camera control
  • 🎵 Audio management
  • 🔧 Extensive node library for various operations
  • 🌐 Multi-language support

Work with

  • Grand Theft Auto: San Andreas (Hoodlum/Compat)

Building from Source

Prerequisites

  • CMake 3.28 or higher
  • Conan package manager
  • Visual Studio 2022 with C++ workload
  • Git

Build Steps

  1. Clone the repository:
git clone https://github.com/GeTechG/LDYOM.git
cd LDYOM
  1. Install dependencies using Conan:
cd LDYOM2
conan install . --build=missing
  1. Configure and build using CMake:
cmake --preset conan-default
cmake --build --preset conan-release

Development

The project structure:

  • tools/ - Various utility tools
  • resources/ - Project resources
  • LDYOM2/ - Core project files

Community and Support

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

Special thanks to:

  • The original DYOM team for inspiration
  • All contributors and community members
  • [Add other acknowledgments]

About

A mission-making platform for Grand Theft Auto: San Andreas. Created as a spiritual successor of DYOM, it uses C++/Lua external plug-ins and technically is modular in contrast to DYOM's hardcoded features all done in its main script.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages