An open API service indexing awesome lists of open source software.

https://github.com/levy-y/jointransition

A simple script that adds a transition between the loading screen and spawning in-game. Should work with most custom loading screens, as well as the stock FiveM loading screen.
https://github.com/levy-y/jointransition

citizenfx csharp fivem fivem-csharp fivem-script gta5-modding

Last synced: about 2 months ago
JSON representation

A simple script that adds a transition between the loading screen and spawning in-game. Should work with most custom loading screens, as well as the stock FiveM loading screen.

Awesome Lists containing this project

README

        

# JoinTransition (C# Port for FiveM)

This is a C# port of the original [JoinTransition](https://github.com/DevTestingPizza/JoinTransition) script, originally written in Lua for FiveM.

> **Note:** I am not affiliated with the original creator. This project was created to preserve and modernize the original functionality by translating it into C#. The original repository has been archived.

---

## 🎮 What It Does

JoinTransition adds a smooth transition effect between the FiveM loading screen and when the player spawns in-game. This C# version aims to replicate the behavior of the original Lua script, while allowing easier integration into C#-based FiveM resources.

---

## 🚀 Getting Started

1. Download, and unzip the latest release into your FiveM server’s `resources` directory.
2. Ensure your `server.cfg` includes the resource:
```txt
ensure JoinTransition
```

---

## ⚠️ Original License & Respect

The original Lua script includes this license notice:

> *"Edit it if you want, but don't re-release this without my permission, and never claim it to be yours!"*
> — Vespura (2018)

This port was created with full respect for that notice. No ownership is claimed. If the original author requests removal or changes, they will be honored immediately.

---

## 🤝 Contributions

Contributions are welcome! Feel free to open an issue or submit a pull request if you'd like to help improve this project.