Updating
Okay, so n# Updating CmdrX
Maintaining an up-to-date version of CmdrX ensures optimal performance, security, and access to the latest features. Follow the procedures below to update CmdrX according to your installation method.
Model File (Preferred Method)
- Navigate to the latest release page.
- Download the most recent
CmdrX.rbxm
file from the "Assets" section. - Open Roblox Studio.
- Remove the outdated
CmdrX
ModuleScript from your game. - Import the updated
CmdrX.rbxm
file by either:- Dragging and dropping it into the viewport, or
- Accessing the
Model
tab →Advanced
section → SelectingModel
, then locating and opening the downloaded file.
- Relocate the
CmdrX
ModuleScript toServerScriptService
orServerStorage
for optimal security and performance. - Conduct thorough testing to confirm seamless integration.
Wally Package Manager (Recommended for Rojo Users)
- Open your project's
wally.toml
configuration file. - Update the CmdrX dependency version as follows:
Replace
[server-dependencies]
CmdrX = "birarux/cmdrx@^latest-version"latest-version
with the latest release version, available here. - Execute the following command:
wally install
- Synchronize your updated dependencies using Rojo.
- Run tests to ensure compatibility.
Git Submodule (Advanced Users, Requires Rojo)
- Open a terminal in your project's root directory.
- Execute the following command to fetch the latest updates:
git submodule update --remote
- Synchronize project files using Rojo, if required.
- Validate functionality by running comprehensive tests.
Manual Update (Not Recommended)
- Download the latest CmdrX source code from the latest release.
- Extract and replace your existing
CmdrX
directory with the newly downloaded version. - Use Rojo to sync the updated folder with your project.
- Perform rigorous testing to detect and resolve potential issues.
Post-Update
- Avoid modifying CmdrX's core source code, as it breaks future updates and may introduce unexpected behavior.
- Review the changelog for any critical updates, breaking changes, or new features.
For troubleshooting or further assistance, visit the BiraruX Discord server.
Work in progress
We're sorry but this article has yet to be written.