Skip to content

FOSS-Supremacy/defy

Repository files navigation

Defy

The world-first open-source GTA-like open-world game focused on freedom of customization and modding.

Motivation

The most modified open-world games are the GTA series, but they are closed-source and proprietary which limits the modding and customization.

Beyond technical limitations, there's legal insecurity on modding projects that can be takedown by the game companies.

The goal of this project is to make the best open-source GTA-like open-world game of the world that bring security to modding and customization.

Why Godot?

The Godot engine allows you to save a lot of time in development because of the node system, where the relationship between the game components is very easily and fast to implement things.

Also because of GDScript, the Godot scripting language allows you to write less code to implement things.

Goals

  • Implement NPCs
  • Implement player weapon
  • Implement a traffic system
  • Implement a police system
  • Implement the ocean
  • Implement a modding system

Chat

Bugs

If you want to send a bug report, open an issue with "(Bug)" before the title.

Requests and Suggestions

Features

If you have a feature request, open an issue with "(Feature request)" before the title.

Suggestion

If you have a suggestion, open an issue with "(Suggestion)" before the title.

How to Clone and Build

  • Download the repository and game assets
git clone https://github.com/FOSS-Supremacy/defy
  • Download the Godot Engine 4.x version (normal variant, not C#)
  • Export the executable to your operating system

How To Contribute

  • Give a star to this repository, it will increase our chances to receive contributions.
  • Download the Godot Engine 4.x version (normal variant, not C#)
  • Verify the open issues and select some item to work on
  • Once ready, send a pull request (if you are adding commits on the PR branch, mark it as draft status)
  • Send the link of your pull requests on the "Pull Requests" channel/room on Discord or Matrix.
  • We don't accept C# code

Donate

If you want to support our work, consider a donation, every amount is important.

bc1qg9x5vzr4ppkm2ssw5k7ete4lu49wg7t02azkce

Credits

About

An open-world game inspired by the GTA series

Resources

License

Stars

Watchers

Forks

Releases

No releases published