Search the Community
Showing results for tags 'tool'.
Found 4 results
-
Version 1.0.0
533 downloads
n0minal's Interior Browser Hello Dear Ragers, Today I bring you guys a simple - but useful - browser for interiors to preview. I spent something like ~2 hours to make it, so it might contain bugs, if you find a bug please post it in here or contact me by PM and I'll fix it as soon as possible. Commands ⌨️ There are two commands (and binds for it): /interior (or shortened: /i): Loads the Interior Browser menu, in which you can interact and select an interior to preview. /leave (or shortened: /l): Leaves the current interior and gets teleported back to your first position when you called the browser for the first time. The Script 📰 Download the .zip file and extract it inside your client-packages folder, after that, create (or edit) a index.js file in your client_packages root folder with the following content: //requires interior-browser package require("interior-browser"); and you're ready to go! Github Link: https://github.com/n0minal/interior-browser That's all, See you on the next release! -
Version 1.0.3
242 downloads
This script allows developers to run and test their code while in game using their favorite code editor. Features: Dynamically updates variables created, (client-side) and destroys mp objects (event, vehicle, etc), this is to avoid overwriting the variable when saving the file again. For example, creating a vehicle with a variable, then saving the file again wont create 2 cars. Now it detects server-side code changes too and executes it. Also this is meant to be used in development environment only. How to use: While in game, use the command /hot (only to allow clientside code execution). Simply write new code or edit existing code then save the changes, hot loader will see the changes and execute it to players who wrote the command /hot. For server coding, write your code inside any folder inside "packages" and simply save it. -
Version 1.0.0
91 downloads
Hello everybody. I was recently introduced to ArchiveFix, which is being used to fix Archives, so we can use them on RageMP. It was a hassle, dragging every single .rpf onto the Application for each Mod, so I created a little Helper Tool for this use case. It's Open Source and Contributions are welcome. I'm currently thinking about looking for a way to automate Archive Unpacking/Repacking aswell. Source Code: GitHub Repository - AutoAffix README.md: GitHub - AutoAffix README.md Have fun with the Tool and if you encounter any Bugs, feel free to report them. Please read the README.md so the Tool can work as intended! -
Hello Everybody. I was recently introduced to ArchiveFix, which is being used to fix Archives, so we can use them on RageMP. It was a hassle, dragging every single .rpf onto the Application for each Mod, so I created a little Helper Tool for this usecase. It's Open Source and Contributions are welcome. I'm currently thinking about looking for a way to automate Archive Unpacking/Repacking aswell. GitHub Repository - AutoAffix Have fun with the Tool and if you encounter any Bugs, feel free to report them. Please read the README.md so the Tool can work as intended!
