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.
- 🎮 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
- Grand Theft Auto: San Andreas (Hoodlum/Compat)
- CMake 3.28 or higher
- Conan package manager
- Visual Studio 2022 with C++ workload
- Git
- Clone the repository:
git clone https://github.com/GeTechG/LDYOM.git
cd LDYOM
- Install dependencies using Conan:
cd LDYOM2
conan install . --build=missing
- Configure and build using CMake:
cmake --preset conan-default
cmake --build --preset conan-release
The project structure:
tools/
- Various utility toolsresources/
- Project resourcesLDYOM2/
- Core project files
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to:
- The original DYOM team for inspiration
- All contributors and community members
- [Add other acknowledgments]