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.
- Host: GitHub
- URL: https://github.com/levy-y/jointransition
- Owner: Levy-Y
- Created: 2025-04-18T13:35:37.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-18T21:40:49.000Z (2 months ago)
- Last Synced: 2025-04-27T01:05:41.270Z (about 2 months ago)
- Topics: citizenfx, csharp, fivem, fivem-csharp, fivem-script, gta5-modding
- Language: C#
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.